mirror of
https://github.com/koloideal/DutyLog.git
synced 2026-06-10 18:35:29 +03:00
update
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
from datetime import datetime, timezone, timedelta
|
||||
|
||||
|
||||
MSK_TZ = timezone(timedelta(hours=3))
|
||||
|
||||
|
||||
def msk_now() -> datetime:
|
||||
return datetime.now(MSK_TZ)
|
||||
Reference in New Issue
Block a user