[Koha-bugs] [Bug 13242] Slow checkin for patrons restricted indefinitely

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Nov 14 09:36:06 CET 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13242

--- Comment #5 from Jonathan Druart <jonathan.druart at 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-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.


More information about the Koha-bugs mailing list