mirror of
https://github.com/apache/druid.git
synced 2025-02-10 12:05:00 +00:00
The previously used GCS API client library returned last update time for objects directly in milliseconds. The new library returns it in OffsetDateTime format which was being converted to seconds and stored against the object. This fix converts the time back to ms before storing it.