Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -55,7 +55,8 @@ def asubmit(aparam):
|
|
55 |
a24hour = int(time.strftime("%H",anow))
|
56 |
aminute = int(time.strftime("%M",anow))
|
57 |
asecond = int(time.strftime("%S",anow))
|
58 |
-
acontainer4.write(("%s-%s-%s %s:%s:%s").format(ayear,amonth,amonthday,a24hour,aminute,asecond))
|
|
|
59 |
os.environ['TZ'] = atimezone
|
60 |
time.tzset()
|
61 |
|
|
|
55 |
a24hour = int(time.strftime("%H",anow))
|
56 |
aminute = int(time.strftime("%M",anow))
|
57 |
asecond = int(time.strftime("%S",anow))
|
58 |
+
# acontainer4.write(("%s-%s-%s %s:%s:%s").format(ayear,amonth,amonthday,a24hour,aminute,asecond))
|
59 |
+
acontainer4.write(("%s TEST %s").format(atimezone, os.environ['TZ']))
|
60 |
os.environ['TZ'] = atimezone
|
61 |
time.tzset()
|
62 |
|