Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
|
|
|
2 |
import streamlit as st
|
3 |
import pandas as pd
|
4 |
import numpy as np
|
@@ -45,7 +46,7 @@ def asubmit(aparam):
|
|
45 |
if ("0" != ""):
|
46 |
atimezone = os.environ['TZ']
|
47 |
# os.environ['TZ'] = 'Europe/London'
|
48 |
-
os.environ['TZ'] = 'Asia/
|
49 |
time.tzset()
|
50 |
anow = time.localtime()
|
51 |
ayear = int(time.strftime("%Y",anow))-0
|
|
|
1 |
|
2 |
+
|
3 |
import streamlit as st
|
4 |
import pandas as pd
|
5 |
import numpy as np
|
|
|
46 |
if ("0" != ""):
|
47 |
atimezone = os.environ['TZ']
|
48 |
# os.environ['TZ'] = 'Europe/London'
|
49 |
+
os.environ['TZ'] = 'Asia/Hong_Kong'
|
50 |
time.tzset()
|
51 |
anow = time.localtime()
|
52 |
ayear = int(time.strftime("%Y",anow))-0
|