[Feature] Parse fractional nanoseconds of various widths #261
Labels
A-formatting
Area: formatting
A-parsing
Area: parsing
C-feature-request
Category: a new feature (not already implemented)
Milestone
I (unfortunately) have a large amount of textual timestamps that look like the following. The key issue is a variable (3, 6, or 9) digits after the point. I believe Java formats timestamps like this by default.
I can't figure out how to parse that with the format codes for
time
.In chrono, the format code is:
%Y-%m-%dT%H_%M_%S%.fZ
The text was updated successfully, but these errors were encountered: