Fix when parsing tz offsets microseconds shorter than 6 (#4781)
As the remainder was directly parsed as an int, strings like .600 were parsed as 600 microseconds rather than milliseconds.
Showing
Please
register
or
sign in
to comment
As the remainder was directly parsed as an int, strings like .600 were parsed as 600 microseconds rather than milliseconds.