Fix timezone issues. I shoulda seen that one coming...

parent 8aa4f253
...@@ -219,11 +219,11 @@ Conversion and comparison methods ...@@ -219,11 +219,11 @@ Conversion and comparison methods
>>> dt.timeTime() >>> dt.timeTime()
857933100.0 857933100.0
>>> DateTime('2040/01/01').timeTime() >>> DateTime('2040/01/01 UTC').timeTime()
2208985200.0 2208988800.0
>>> DateTime('1900/01/01').timeTime() >>> DateTime('1900/01/01 UTC').timeTime()
-2208992400.0 -2208988800.0
* ``toZone(z)`` returns a DateTime with the value as the current * ``toZone(z)`` returns a DateTime with the value as the current
object, represented in the indicated timezone: object, represented in the indicated timezone:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment