You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix current timeline for times between 11:45 pm and 11:59 pm (#368)
Use the current timestamp rounded to the nearest thirty minutes to take
a diff to the day's start at 12 am. Use the `past hours * 2` plus 1 if
the half hour is past to align the clock correctly. If the rounded
current time is 12 am at the next day the diff will return **0 past
hours**, but **1 past day**. For this case we will multiply the past
days by **24**.
Fix#367
0 commit comments