Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to get the time zones in python

The most prevalent library for timezones in python is pytz, which can be installed by:

pip install pytz
It allows you to manipulate times by assigning times to timezones using Olsen timezones (e.g. Europe/London).
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #time #zones #python
ADD COMMENT
Topic
Name
5+8 =