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

Time precision #115

Open
kpcyrd opened this issue Jul 27, 2019 · 0 comments
Open

Time precision #115

kpcyrd opened this issue Jul 27, 2019 · 0 comments

Comments

@kpcyrd
Copy link
Owner

kpcyrd commented Jul 27, 2019

This is a bit of a larger problem/thought.

Most/all datetime are built around the idea very specific timestamps, often with minute or second precision. In some cases we're getting data like "on 2019-07-28" or "1 day ago" which is rather inaccurate. We could try to translate "2019-07-28" into "2019-07-28 00:00:00" but it would be hard to tell if we mean "at some point at that day" or "exactly at this time". "1 day ago" is even worse because this is usually range of "24h-48h59m".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant