]> git.openstreetmap.org Git - rails.git/commitdiff
Fix test to work in non-UK timezones
authorAndy Allan <git@gravitystorm.co.uk>
Wed, 14 Jun 2023 15:29:26 +0000 (16:29 +0100)
committerAndy Allan <git@gravitystorm.co.uk>
Wed, 14 Jun 2023 15:46:06 +0000 (16:46 +0100)
Time.new(...).utc is not the same as Time.utc(...). The
first creates a given date in local time, and then converts that to
utc, whereas the second creates the given time in UTC.


No differences found