http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13242 --- Comment #5 from Jonathan Druart <jonathan.druart@biblibre.com> --- (In reply to Frédéric Demians from comment #4)
It seems to come from here:
https://metacpan.org/pod/DateTime#Determining-the-Local-Time-Zone-Can-Be-Slo...
Why is it necessary to use timezone for DateTime conversion process in the first place?
Salut Frédéric, I don't understand, what is "the first place"? we use DateTime::Format::DateParse->parse_datetime, not DateTime->new (maybe it calls it, I didn't deep into the code). All what I know is that it is useless to specify timezone for 9999-12-31 :) Note that $ENV{TZ} is not set on my local instance. -- You are receiving this mail because: You are watching all bug changes.