https://bugzilla.wikimedia.org/show_bug.cgi?id=13357
Ryan Kaldari <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |DUPLICATE --- Comment #5 from Ryan Kaldari <[email protected]> --- This works fine for me. I think the problem you're running into is actually bug 7133. Since #time doesn't support timezones, it assumes that all times are in UTC. So if your server is set to a different timezone, the difference will be reflected in the output. Since the WMF servers are set to UTC, they give the following results (which are correct): {{ #time: Y j F H:i | 20080317 }} -> 2008 17 mars 00:00 {{ #time: Y j F H:i | 2008-3-17 }} -> 2008 17 mars 00:00 *** This bug has been marked as a duplicate of bug 7133 *** -- 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
