Skip to content

Ignore timezone of the file modification time when importing logs

Leandro Santiago requested to merge fix/ignore-tz-on-importing-logs into master

Ref #368 (closed) Ref #143 (closed)

It happens because when we read logs from Docker volumes, the timezone is lost on the file modification time.

Once the timezone is ignored, this MR tries to use the UTC based time instead.

Merge request reports