https://bugzilla.wikimedia.org/show_bug.cgi?id=18766
Brion Vibber <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Brion Vibber <[email protected]> 2009-05-14 23:54:11 UTC --- Looks like currently we require the Z on the end: > return wfTimestamp(TS_MW, '2001-01-15T16:12:34'); 19700101000000 > return wfTimestamp(TS_MW, '2001-01-15T16:12:34Z'); 20010115161234 Per spec, if the timezone isn't specified it should be assumed to be local time, but probably just taking it in as UTC will be fine for our purposes. Do we want to accept other specified timezones though? This would require applying the transformation on input. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
