diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2019-05-03 10:47:33 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2019-05-03 10:47:33 +0100 |
commit | 654fb3942a04e53c09d7cf516c7bf6a3523d5557 (patch) | |
tree | 7149163310cd3da46c01ed67eb6e969307abb452 /perllib/FixMyStreet/App/Controller/Report.pm | |
parent | 26d2bb9dddb0f9e10267ec47dbcb4a1571021a8b (diff) | |
parent | 5c06c6c6894a9094a8c60324ac000214964f5da8 (diff) |
Merge branch 'moderation-dst-time'
Diffstat (limited to 'perllib/FixMyStreet/App/Controller/Report.pm')
-rw-r--r-- | perllib/FixMyStreet/App/Controller/Report.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/App/Controller/Report.pm b/perllib/FixMyStreet/App/Controller/Report.pm index e032caa09..7f798f4f4 100644 --- a/perllib/FixMyStreet/App/Controller/Report.pm +++ b/perllib/FixMyStreet/App/Controller/Report.pm @@ -534,7 +534,7 @@ sub inspect : Private { # to have the FMS timezone so we need to add the timezone otherwise # dates come back out the database at time +/- timezone offset. $timestamp = DateTime->from_epoch( - time_zone => FixMyStreet->time_zone || FixMyStreet->local_time_zone, + time_zone => FixMyStreet->local_time_zone, epoch => $saved_at ); } |