[Koha-bugs] [Bug 10824] OAI-PMH repository/server not handling time in "from" argument

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Sep 30 07:57:41 CEST 2013


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

--- Comment #6 from Srdjan Jankovic <srdjan at catalyst.net.nz> ---
Not nitpicking or anything, just curious: why adding T...Z string just to strip
it off? Wouldn't it be better to do something on the lines of

$arg = length($date_string) == 10
  ? ($date_string .= " $time_string") # 00:00:00 or 23:59:59
  : _strip_UTC_designators($date_string);

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


More information about the Koha-bugs mailing list