a10 commited on
Commit
49bf90d
·
1 Parent(s): 7c2b9e6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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