mirror of
https://github.com/norohind/jubilant-system.git
synced 2025-04-20 16:07:36 +03:00
fix for get_prev_serv_reboot: timezones exist
This commit is contained in:
parent
7e9db47ebc
commit
d1d476c830
2
utils.py
2
utils.py
@ -504,7 +504,7 @@ def get_previous_thursday_severs_reboot_datetime() -> str:
|
||||
last_thursday = today - datetime.timedelta(days=offset_to_thursday)
|
||||
|
||||
probably_last_server_reboot = datetime.datetime(last_thursday.year, last_thursday.month, last_thursday.day) + \
|
||||
datetime.timedelta(hours=10, minutes=30)
|
||||
datetime.timedelta(hours=7, minutes=30)
|
||||
|
||||
last_reboot_str: str = str()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user