mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-01 03:22:07 +08:00
5 lines
108 B
Python
5 lines
108 B
Python
from datetime import datetime, timedelta
|
|
|
|
DELTA_ZERO = timedelta(0)
|
|
UTC_ZERO = datetime.utcfromtimestamp(0)
|