http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13242 Marcel de Rooy <m.de.rooy@rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy@rijksmuseum.nl --- Comment #40 from Marcel de Rooy <m.de.rooy@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.