ilya-biryukov opened a new issue #780:
URL: https://github.com/apache/arrow-rs/issues/780
**Describe the bug**
Calls to `string_to_timestamp_nanos` may parse fractional part of a second
as nanoseconds instead of microseconds or milliseconds.
**To Reproduce**
Call `string_to_timestamp_nanos("1970-01-01T00:00:00.123")`, it produces a
timestamps of `123` nanoseconds since UNIX epoch.
Local timezone must be UTC.
**Expected behavior**
A timestamps of `123` milliseconds since UNIX Epoch is returned.
**Additional context**
I have prepared a fix too, sending it out soon.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]