Template
mirror of
https://github.com/djimboy/djimbo_template_aio3.git
synced 2026-08-25 22:47:43 +00:00
Update
This commit is contained in:
@@ -124,7 +124,7 @@ def get_date() -> str:
|
|||||||
|
|
||||||
|
|
||||||
# Получение юникс даты
|
# Получение юникс даты
|
||||||
def get_unix(full=False) -> int:
|
def get_unix(full: bool = False) -> int:
|
||||||
if full:
|
if full:
|
||||||
return time.time_ns()
|
return time.time_ns()
|
||||||
else:
|
else:
|
||||||
|
|||||||
Reference in New Issue
Block a user