You are here: Home / LBN / Up2date / Plone and Zope / BastionLinux 25 / zope-DateTime-4.2-1.lbn25.noarch

zope-DateTime-4.2-1.lbn25.noarch

Package Attributes
RPM  zope-DateTime-4.2-1.lbn25.noarch.rpm Architecture  noarch Size  322761 Created  2023/06/18 05:08:48 UTC
Package Specification
Summary DateTime
Group Application/Internet
License ZPL 2.1
Home Page http://pypi.appspot/DateTime/4.2
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
python  
rpmlib(PartialHardlinkSets)  
rpmlib(CompressedFileNames)  
rpmlib(PayloadFilesHavePrefix)  
pytz  
rpmlib(FileDigests)  
rpmlib(PayloadIsXz)  
Provides
python2.7dist(datetime)
python2dist(datetime)
zope-DateTime
Obsoletes
zope-DateTime-egginfo

Document Actions