You are here: Home / LBN / Up2date / Plone and Zope / BastionLinux 13 / zope-DateTime-3.0.3-1.lbn13.noarch

zope-DateTime-3.0.3-1.lbn13.noarch

Package Attributes
RPM  zope-DateTime-3.0.3-1.lbn13.noarch.rpm Architecture  noarch Size  468051 Created  2017/08/04 11:08:19 UTC
Package Specification
Summary DateTime
Group Application/Internet
License ZPL 2.1
Home Page http://pypi.appspot/DateTime/3.0.3
Description

The DateTime package ====================

Encapsulation of date/time values.

Function Timezones() --------------------

Returns the list of recognized timezone names:

>>> from DateTime import Timezones >>> zones = set(Timezones())

Almost all of the standard pytz timezones are included, with the exception of some commonly-used but ambiguous abbreviations, where historical Zope usage conflicts with the name used by pytz:

>>> import pytz >>> [x for x in pytz.all_timezones if x not in zones] [CET, EET, EST, MET, MST, 'WET']

Requires
rpmlib(PayloadFilesHavePrefix)  
rpmlib(PartialHardlinkSets)  
rpmlib(CompressedFileNames)  
pytz  
rpmlib(FileDigests)  
rpmlib(PayloadIsXz)  
Provides
zope-DateTime
Obsoletes
zope-DateTime-egginfo

Document Actions