python3-tzlocal

tzinfo object for the local timezone
  https://github.com/regebro/tzlocal
  0
  no reviews



This Python module returns a tzinfo object with the local timezone information.

Example of usage:

>>> from tzlocal import get_localzone >>> tz = get_localzone() >>> tz