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
Current handling of the dates is a mess, dates are constantly parsed and reparsed beetwen different representations between the client /DB and the worker.
Possible solution
I quite like how we handle CreatedOn - internal representation is always an epoch time, and parsed to a localized date only on the edge (in the browser client).
The text was updated successfully, but these errors were encountered:
fbielejec
changed the title
)[TechDebt] Clean up how we handle dates (the most-recent-sampling date)
[TechDebt] Clean up how we handle dates (the most-recent-sampling date)
Oct 18, 2021
Problem
Current handling of the dates is a mess, dates are constantly parsed and reparsed beetwen different representations between the client /DB and the worker.
Possible solution
I quite like how we handle CreatedOn - internal representation is always an epoch time, and parsed to a localized date only on the edge (in the browser client).
The text was updated successfully, but these errors were encountered: