mirror of
https://github.com/OpenMTC/OpenMTC.git
synced 2025-06-05 16:31:42 +00:00
minor changes
This commit is contained in:
parent
866e765c1e
commit
3564d2043f
@ -18,12 +18,10 @@ class Utc(tzinfo):
|
|||||||
def dst(self, dt):
|
def dst(self, dt):
|
||||||
return ZERO
|
return ZERO
|
||||||
|
|
||||||
|
|
||||||
UTC = Utc()
|
UTC = Utc()
|
||||||
|
|
||||||
|
|
||||||
#del Utc
|
|
||||||
|
|
||||||
|
|
||||||
def datetime_now():
|
def datetime_now():
|
||||||
return datetime.now(UTC)
|
return datetime.now(UTC)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user