@ -53,11 +53,9 @@ from services.account_service import AccountService
warnings.simplefilter("ignore", ResourceWarning)
# fix windows platform
os.environ["TZ"] = "UTC"
if os.name == "nt":
# windows platform not support tzset
os.system('tzutil /s "UTC"')
if hasattr(time, "tzset"):
else:
time.tzset()