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

Lost microseconds precision when parsing 00.000000 #716

Open
andrhua opened this issue Jun 28, 2022 · 0 comments
Open

Lost microseconds precision when parsing 00.000000 #716

andrhua opened this issue Jun 28, 2022 · 0 comments

Comments

@andrhua
Copy link

andrhua commented Jun 28, 2022

Steps to reproduce

> format = "{YYYY}-{0M}-{0D} {h24}:{m}:{s}{ss} {Zname}"
> Timex.parse!("2022-06-24 08:00:00.000000 America/New_York", format).microsecond
{0, 0}

Description of issue

Expected to get {0, 6}

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

1 participant