📜  如何在python代码示例中获取时区

📅  最后修改于: 2022-03-11 14:45:17.608000             🧑  作者: Mango

代码示例1
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).