I've made export TZ
in Bash console and it works fine. But when i launch my python script, it show previous date/time. How could i setup the exact time so python can get right datetime? thanks
I've made export TZ
in Bash console and it works fine. But when i launch my python script, it show previous date/time. How could i setup the exact time so python can get right datetime? thanks
sorry, fixed with pytz
Glad you worked it out :-)