-
-
Notifications
You must be signed in to change notification settings - Fork 55
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
Rename dimension Time to Duration #631
Comments
I’m a bit conflicted about this. On one hand I agree that having |
In this case it's still a duration that matters, it's just that the distinction matters less because the duration is formed by subtracting 0 from the instant in question. |
Yes, the name is inspired by physics. Where On the other hand, we might want to properly support durations in |
I generally think of “time” as meaning time of day — the part of a DateTime that's not the date. Numbat’s usage of it to mean a span of time, i.e., a Duration, is a bit confusing and unexpected.
Were it up to me, I would rename it to Duration.
The text was updated successfully, but these errors were encountered: