http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13242
--- Comment #5 from Jonathan Druart <[email protected]> --- (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-Slow > > 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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
