Julien Danjou de017a2dff timeutils: utcnow() can return a value with a timezone
utcnow() used to return a non-timezone-aware timezone, which is terrible
as there is then no way to know if it's a local time object or a UTC
time zone object. This patch changes utcnow() so it can carry that
information in the datetime object.

Change-Id: Ib098ef16063d97e37ff2b9a0fc934f67fd9ed5f3
2015-05-22 11:43:03 -07:00
..
2014-06-18 23:12:10 -04:00
2014-06-18 23:12:10 -04:00