Hive-JSON-Serde icon indicating copy to clipboard operation
Hive-JSON-Serde copied to clipboard

Support parsing UTC times with millis into timestamps

Open billonahill opened this issue 3 years ago • 1 comments

Strings like this currently parse into a timestamp:

2020-07-30T15:20:05Z

but not this:

2020-07-30T15:20:05.424Z

This ticket is to add support for the latter.

billonahill avatar Jan 31 '22 20:01 billonahill

https://github.com/rcongiu/Hive-JSON-Serde/pull/233

billonahill avatar Jan 31 '22 20:01 billonahill