python-dateutil 2.8.2-ok1.1 source package in openKylin
Changelog
python-dateutil (2.8.2-ok1.1) nile; urgency=medium * Fix build. -- rtlhq <nobelxyz@163.com> Thu, 12 Oct 2023 20:06:04 +0800
python-dateutil (2.8.2-ok1.1) nile; urgency=medium * Fix build. -- rtlhq <nobelxyz@163.com> Thu, 12 Oct 2023 20:06:04 +0800
Series | Published | Component | Section | |
---|---|---|---|---|
Huanghe V3.0 | proposed | main | python | |
Huanghe V3.0 | release | main | python | |
Nile V2.0 | release | main | python | |
Nile V2.0 | proposed | main | python |
File | Size | SHA-256 Checksum |
---|---|---|
python-dateutil_2.8.2.orig.tar.gz | 348.9 KiB | 0123cacc1627ae19ddf3c27a5de5bd67ee4586fbdd6440d9748f8abb483d3e86 |
python-dateutil_2.8.2-ok1.1.debian.tar.xz | 4.1 KiB | 35c83effa71c55f82116bb4c60063e6d481355cd1ce1421cf4a85350cff85901 |
python-dateutil_2.8.2-ok1.1.dsc | 1.9 KiB | 11fe729a6b3df752c0a8b1260339a7ad28a8d32d8e2914e9f62fd0aa7076b7cc |
It features:
.
* computing of relative deltas (next month, next year, next monday, last week
of month, etc);
* computing of relative deltas between two given date and/or datetime objects
* computing of dates based on very flexible recurrence rules, using a superset
of the iCalendar specification. Parsing of RFC strings is supported as well.
* generic parsing of dates in almost any string format
* timezone (tzinfo) implementations for tzfile(5) format files
(/etc/
known formats), iCalendar format files, given ranges (with help from
relative deltas), local machine timezone, fixed offset timezone, UTC
timezone
* computing of Easter Sunday dates for any given year, using Western, Orthodox
or Julian algorithms
.
This package provides the Python 3 version of the datetime module.