Lost microseconds precision when parsing `00.000000`
Open
- Dominant language
- Elixir
- Stars
- 1.8k
- Forks
- 407
- PR merge metrics
- No merged PRs in 30d
Description
### Steps to reproduce
```elixir
> 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}`
Contributor guide
Assessment
This issue has not been assessed yet.