-
Notifications
You must be signed in to change notification settings - Fork 20
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
Day of the month inconsistency with truncated time points #80
Comments
NOTE: See closed/archived (not-merged) PR #101 for some related comments and cases for tests. |
Just to check, the correct behaviour should be:
|
That was my understanding @MetRonnie 👍 |
See also this example from cylc/cylc-flow#4805 (comment)
|
When adding a truncated
TimePoint
to a regularTimePoint
there can be inconsistencies with the day of the month.e.g:
2000-01-01T00:00:00Z + 03-30T00:00:00Z = 2000-03-02T00:00:00Z
Reported in cylc/cylc-flow#2382
The text was updated successfully, but these errors were encountered: