Metadata-Version: 1.0 Name: pytz Version: 2007f Summary: World timezone definitions, modern and historical Home-page: http://pytz.sourceforge.net Author: Stuart Bishop Author-email: stuart@stuartbishop.net License: Copyright (c) 2003-2007 Stuart Bishop Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Download-URL: http://cheeseshop.python.org/pypi/pytz Description: World modern and historical timezone definitions, implemented as Python tzinfo subclasses suitable for use my Python's datetime module. Timezone information was provided by the Olson Timezone database. Using these timezone definitions resolves all ambiguous daylight savings time transitions. All DST trantions have been tested against the reference implementation of zdump found in the Olson database to confirm even the obscure historical cases work. This test suite is available separatly as it is rather large (75558 comparisons), as is the program used to generate this package. The Olson Timezone database is updated several times per year, usually with obscure and generally unnoticable changes. These files will be regenerated and rereleased soon after updated editions of the Olson database are made available. Keywords: timezone,tzinfo,datetime,olson,time Platform: Independant Classifier: Development Status :: 6 - Mature Classifier: Intended Audience :: Developers Classifier: License :: OSI Approved :: MIT License Classifier: Natural Language :: English Classifier: Operating System :: OS Independent Classifier: Programming Language :: Python Classifier: Topic :: Software Development :: Libraries :: Python Modules