mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
996964e236
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
7 lines
375 B
Text
7 lines
375 B
Text
This Python module returns a tzinfo object with the local timezone
|
|
information under Unix and Win-32. It requires pytz, and returns
|
|
pytz tzinfo objects.
|
|
This module attempts to fix a glaring hole in pytz, that there is
|
|
no way to get the local timezone information, unless you know the
|
|
zoneinfo name, and under several Linux distros that's hard or
|
|
impossible to figure out.
|