minor changes

This commit is contained in:
Ronald Steinke 2018-01-10 10:17:42 +01:00
parent 866e765c1e
commit 3564d2043f

View File

@ -18,12 +18,10 @@ class Utc(tzinfo):
def dst(self, dt):
return ZERO
UTC = Utc()
#del Utc
def datetime_now():
return datetime.now(UTC)