Explorar el Código

minor fixes: rename utcnow to utc8now in get_utc8now

quarrying hace 3 años
padre
commit
6831e0baf0
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      khandy/utils_others.py

+ 2 - 2
khandy/utils_others.py

@@ -175,6 +175,6 @@ def get_timestamp_ms(time_val=None, rounded=True):
 
 def get_utc8now():
     tz = datetime.timezone(datetime.timedelta(hours=8))
-    utcnow = datetime.datetime.now(tz)
-    return utcnow
+    utc8now = datetime.datetime.now(tz)
+    return utc8now