python - How to get system timezone setting and pass it to pytz ...
經安全檢測,此網站為安全網站,請放心前往原始網址!
python - How to get system timezone setting and pass it to pytz ...
Use the tzlocal function from the python-dateutil package: from dateutil.tz import
tzlocal localtimezone = tzlocal(). Internally, this is a class that uses ...