forked from finos/perspective
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Nanosecond, Microsecond, and Timezone parsing in timestamps.
TZs were being handled backward by the parser, and now we also support Timezones after the fractional second part. Perspective still only supports milliseconds internally, so this only parses them correctly, but truncates their values to millisecond precision. Signed-off-by: Davis Silverman <davis@thedav.is>
- Loading branch information
1 parent
8b5cf1a
commit bdabded
Showing
3 changed files
with
391 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.