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

Use UTC for HDate, fix HTime and HDateTime.toAxon #32

Merged
merged 2 commits into from
Feb 13, 2024

Conversation

garethj2
Copy link
Contributor

We found a few issues with HDateTime.toAxon() that lead onto a wider discussion using UTC time for constructing HDate and HTime.

  • HDateTime.toAxon(): this now always creates a dateTime(...) calling using the correct UTC format.
  • HDate now uses UTC when constructed from a Date.
  • HTime now uses UTC for milliseconds. This was missing.

@garethj2 garethj2 merged commit 8964217 into master Feb 13, 2024
1 check passed
@garethj2 garethj2 deleted the bugfix/hdatetime-axon-timezone branch February 13, 2024 13:58
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

Successfully merging this pull request may close these issues.

2 participants