Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TechDebt] Clean up how we handle dates (the most-recent-sampling date) #111

Open
fbielejec opened this issue Oct 18, 2021 · 0 comments
Open
Projects

Comments

@fbielejec
Copy link
Member

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).

@fbielejec fbielejec added this to To do in spread via automation Oct 18, 2021
@fbielejec 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
spread
To Do
Development

No branches or pull requests

1 participant