Answers for "all timezones python"

3

pytz timezone list

import pytz
for tz in pytz.all_timezones:
    print tz
Posted by: Guest on June-18-2020
1

python import timezone

from datetime import timezone
Posted by: Guest on March-08-2021
0

python print date, time and timezone

ts = now.strftime("%Y-%m-%d %H:%M:%S%z")
Posted by: Guest on November-01-2021

Python Answers by Framework

Browse Popular Code Answers by Language