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
Thanks to @sybenzvi while working on #98 we noticed that tz aware and tz naive times would cause troubles when tracking the heartbeats from the last 24hr.
I'm opening this issue so we can confirm that every timestamp we use considers UTC times (e.g. tz naive)
The text was updated successfully, but these errors were encountered:
The neutrino time that the user passes are asked to be ISO-Format strings. My understanding is that iso-format also uses UTC, and since they pass strings, we have no way of checking the tz properties.
Thanks to @sybenzvi while working on #98 we noticed that tz aware and tz naive times would cause troubles when tracking the heartbeats from the last 24hr.
I'm opening this issue so we can confirm that every timestamp we use considers UTC times (e.g. tz naive)
The text was updated successfully, but these errors were encountered: