You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 21, 2026. It is now read-only.
I'm using this gem to analyze some S3 logs where the timestamps are UTC. It doesn't look like there is any option available to convert these to a specific timezone before generating the report.
I guess the biggest issue here aside from how gross working with timezones can be is that we need to tell the program what the current timezone in the log is before even thinking about trying to convert it to a different specific one. Bleh.
I'm using this gem to analyze some S3 logs where the timestamps are UTC. It doesn't look like there is any option available to convert these to a specific timezone before generating the report.
I guess the biggest issue here aside from how gross working with timezones can be is that we need to tell the program what the current timezone in the log is before even thinking about trying to convert it to a different specific one. Bleh.
Any thoughts on how to best address this?