./time/py-strict-rfc3339, Strict, simple, lightweight RFC3339 functions

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.7, Package name: py312-strict-rfc3339-0.7, Maintainer: pkgsrc-users

Strict, simple, lightweight RFC3339 functions

Goals
-----

- Convert unix timestamps to and from RFC3339.
- Either produce RFC3339 strings with a UTC offset (Z) or with the offset
that the C time module reports is the local timezone offset.
- Simple with minimal dependencies/libraries.
- Avoid timezones as much as possible.
- Be very strict and follow RFC3339.


Master sites:

Filesize: 17.141 KB

Version history: (Expand)


CVS history: (Expand)


   2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862)
Log message:
py-*: remove unused tool dependency

py-setuptools includes the py-wheel functionality nowadays
   2024-08-10 11:12:33 by Thomas Klausner | Files touched by this commit (4)
Log message:
time/py-strict-rfc3339: import py-strict-rfc3339-0.7

Strict, simple, lightweight RFC3339 functions

Goals
-----

 - Convert unix timestamps to and from RFC3339.
 - Either produce RFC3339 strings with a UTC offset (Z) or with the offset
   that the C time module reports is the local timezone offset.
 - Simple with minimal dependencies/libraries.
 - Avoid timezones as much as possible.
 - Be very strict and follow RFC3339.