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

Marcel de Rooy <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #40 from Marcel de Rooy <[email protected]> ---
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.
_______________________________________________
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/

Reply via email to