summaryrefslogtreecommitdiffstats
path: root/rules/python3-pytz.in
blob: 24146309c6507fb42b2ca3941113857e3d41b804 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
## SECTION=python3

config PYTHON3_PYTZ
	tristate
	select PYTHON3
	select HOST_PYTHON3_SETUPTOOLS
	select TIMEZONE if RUNTIME
	prompt "pytz"
	help
	  pytz brings the Olson tz database into Python.
	  This library allows accurate and cross platform timezone calculations
	  using Python 2.4 or higher. It also solves the issue of ambiguous
	  times at the end of daylight saving time, which you can read
	  more about in the Python Library Reference (datetime.tzinfo).