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

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jul 6 14:11:37 CEST 2015


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

Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |m.de.rooy at rijksmuseum.nl

--- Comment #40 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
Found checks like:

if ( $dt->ymd !~ /^9999/ ) {
$dt_params{year} < 9999

Note that if you would pick year 3000 or 9000, it still would take forever to
let DateTime calculate things in a named timezone.
If the date is more than a few days/weeks in the future, I suppose that we
already could jump to floating or UTC instead of the named timezone?

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list