https://bugzilla.wikimedia.org/show_bug.cgi?id=54676

Brion Vibber <br...@wikimedia.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #3 from Brion Vibber <br...@wikimedia.org> ---
Analysis in comment 2 sounds about right -- go ahead and use #time instead of
#timel here and your problem should be fixed.

(Basically, remember that the input timestamp always carries a time as well as
a date, and *that* is in UTC/GMT timezone: when you say '2013-02-01' you
actually are telling it '2013-02-01 00:00:00 UTC'. #timel shifts that time to
your local timezone, which might be say '2013-01-31 19:00:00 UTC-0500' for
EST... so you end up calculating the days-in-month for the local month,
January.)

-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to