Path to this page:
Subject: CVS commit: pkgsrc/time/py-strict-rfc3339
From: Thomas Klausner
Date: 2024-08-10 11:12:33
Message id: 20240810091233.623CAFC74@cvs.NetBSD.org
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.
Files: