mirror of
https://github.com/pocketpy/pocketpy
synced 2025-11-10 13:40:16 +00:00
Update 70_datetime.py
This commit is contained in:
parent
b71e3e1e74
commit
78fc3d17b0
@ -16,7 +16,8 @@ delta1 = timedelta(seconds=57)
|
|||||||
delta2 = timedelta(hours=25, seconds=2)
|
delta2 = timedelta(hours=25, seconds=2)
|
||||||
assert True == (delta2 != delta1)
|
assert True == (delta2 != delta1)
|
||||||
|
|
||||||
UTC = timezone.utc = timezone(timedelta(0))
|
timezone.utc = timezone(timedelta(0))
|
||||||
|
UTC = timezone.utc
|
||||||
_EPOCH = datetime(1970, 1, 1, tzinfo=timezone.utc)
|
_EPOCH = datetime(1970, 1, 1, tzinfo=timezone.utc)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user