mirror of
https://github.com/lingble/chatwoot.git
synced 2025-10-31 19:17:48 +00:00
- ReportBuilder wasn't using the specified time zone for the timestamp in the "build" method - The ReportController spec was calling `Time.zone.today.to_time`, but `Date#to_time` disregards the zone from `Time.zone` and reverts to the system time zone.