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

Incorrect parsing of milliseconds from ISO string #45

Closed
gryumov opened this issue Aug 7, 2024 · 3 comments
Closed

Incorrect parsing of milliseconds from ISO string #45

gryumov opened this issue Aug 7, 2024 · 3 comments

Comments

@gryumov
Copy link

gryumov commented Aug 7, 2024

julia> using NanoDates

julia> NanoDate("2024-07-20T13:18:00.000698")
2024-07-20T13:18:00.698
julia> versioninfo()
Julia Version 1.9.4
Commit 8e5136fa297 (2023-11-14 08:46 UTC)
Build Info:
  Official https://julialang.org/ release
Platform Info:
  OS: macOS (arm64-apple-darwin22.4.0)
  CPU: 8 × Apple M1 Pro
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-14.0.6 (ORCJIT, apple-m1)
  Threads: 8 on 6 virtual cores
Environment:
  JULIA_HOME = /Users/stanislav/julia/usr/bin
  JULIA_PKG_USE_CLI_GIT = true
  JULIA_EDITOR = atom  -a
  JULIA_NUM_THREADS = 8

(@v1.9) pkg> st NanoDates
Status `~/.julia/environments/v1.9/Project.toml`
  [46f1a544] NanoDates v0.3.3
@gryumov gryumov changed the title Incorrect parsing of nanoseconds from ISO string Incorrect parsing of milliseconds from ISO string Aug 7, 2024
@JeffreySarnoff
Copy link
Member

Huh .. that is unexpected. Thank you.

@JeffreySarnoff
Copy link
Member

JeffreySarnoff commented Aug 12, 2024 via email

@gryumov
Copy link
Author

gryumov commented Aug 13, 2024

@JeffreySarnoff, Thank you.

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

2 participants