Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37570952
en ru br
Репозитории ALT

Группа :: Development/Python3
Пакет: python3-module-udatetime

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Текущая версия: 0.0.17-alt1
Время сборки: 10 декабря 2022, 15:18 ( 72.1 недели назад )
Размер архива: 23.34 Kb

Домашняя страница:   https://pypi.org/project/udatetime

Лицензия: Apache-2.0
О пакете: Fast RFC3339 compliant Python date-time library
Описание:

Handling date-times is a painful act because of the sheer endless amount
of formats used by people. Luckily there are a couple of specified
standards out there like ISO 8601. But even ISO 8601 leaves to many
options on how to define date and time. That's why I encourage using the
RFC3339 specified date-time format.

udatetime offers on average 76% faster datetime object instantiation,
serialization and deserialization of RFC3339 date-time strings.
udatetime is using Python's datetime class under the hood and code
already using datetime should be able to easily switch to udatetime.
All datetime objects created by udatetime are timezone-aware. The
timezones that udatetime uses are fixed-offset timezones, meaning
that they don't observe daylight savings time (DST), and thus return
a fixed offset from UTC all year round.

Текущий майнтейнер: Anton Zhukharev

Список всех майнтейнеров, принимавших участие
в данной и/или предыдущих сборках пакета:

Список rpm-пакетов, предоставляемый данным srpm-пакетом:

  • python3-module-udatetime
  • python3-module-udatetime-debuginfo
  • python3-module-udatetime-benchmark
ACL:
     
    дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    текущий майнтейнер: Michael Shigorin