30 Sep
2013
30 Sep
'13
7:57 a.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10824 --- Comment #6 from Srdjan Jankovic <srdjan@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.