24 Oct
2019
24 Oct
'19
11:31 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23234 --- Comment #1 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Created attachment 94652 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=94652&action=edit Bug 23234: Mock DateTime->now using the time zone The timezone of the two dt was different, one was UTC, the other one was my local one. When we mocked DateTime->now we did not use the time zone, we must use dt_from_string instead Test plan: Make sure your environment has a different time zone than UTC `prove t/db_dependent/Circulation.t` should fail without this patch -- You are receiving this mail because: You are watching all bug changes.