{ "info": { "author": "Stuart Bishop", "author_email": "zen@shangri-la.dropbear.id.au", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: POSIX", "Programming Language :: C", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "PosixTimeZone is a tzinfo implementation for Python 2.3, using the \n POSIX calls provided by many operating systems to handle timezone \n calculations::\n\n >>> from datetime import timedelta,datetime\n >>> from PosixTimeZone import PosixTimeZone\n >>> UTC = PosixTimeZone('UTC')\n >>> Amsterdam = PosixTimeZone('Europe/Amsterdam')\n >>> now = datetime.now(UTC)\n >>> str(now)\n '2003-01-30 07:01:07.885573+00:00'\n >>> now.tzname()\n 'UTC'\n >>> str(now.astimezone(Amsterdam))\n '2003-01-30 08:01:07.885573+01:00'\n >>> now.astimezone(Amsterdam).tzname()\n 'CET'", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://stuartbishop.net/Software/PosixTimeZone", "keywords": "datetime,timezone,conversion", "license": "Copyright (c) 1999, Stuart Bishop \nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are\nmet:\n\n Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n\n Redistributions in binary form must reproduce the above copyright\n notice, this list of conditions and the following disclaimer in the\n documentation and/or other materials provided with the\n distribution.\n\n The name of Stuart Bishop may not be used to endorse or promote \n products derived from this software without specific prior written \n permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\nLIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A\nPARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR\nCONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,\nEXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,\nPROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR\nPROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF\nLIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING\nNEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\nSOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.", "maintainer": null, "maintainer_email": null, "name": "PosixTimeZone", "package_url": "https://pypi.org/project/PosixTimeZone/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/PosixTimeZone/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://stuartbishop.net/Software/PosixTimeZone" }, "release_url": "https://pypi.org/project/PosixTimeZone/0.9.4/", "requires_dist": null, "requires_python": null, "summary": "datetime tzinfo class to hook into the OS timezone libraries", "version": "0.9.4" }, "last_serial": 54855, "releases": { "0.9.4": [] }, "urls": [] }