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

Wrong epoch display #18

Closed
MicheleCeresoli opened this issue Dec 1, 2023 · 1 comment · Fixed by #17
Closed

Wrong epoch display #18

MicheleCeresoli opened this issue Dec 1, 2023 · 1 comment · Fixed by #17
Labels
bug Something isn't working

Comments

@MicheleCeresoli
Copy link
Member

The displayed epoch is sometimes wrong, despite the actual value is computed correctly:

julia> ep = Epoch(20, TT)
2000-01-01T12:00:20.0000 TT

julia> ep1 = ep + 1
2000-01-01T12:00:20.10000 TT

julia> value(ep1)
21
@andreapasquale94
Copy link
Member

Again? This was solved some time ago when still in gitlab, will double check it again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants