Name: | python3-strict-rfc3339 |
---|---|
Version: | 0.7 |
Release: | 9.el9 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 61832 |
License: | GPL-3.0-only |
RPM: | python3-strict-rfc3339-0.7-9.el9.noarch.rpm |
Source RPM: | python-strict-rfc3339-0.7-9.el9.src.rpm |
Build Date: | Tue Feb 28 2023 |
Build Host: | build-ol9-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/danielrichman/strict-rfc3339 |
Summary: | Strict, simple, lightweight RFC3339 functions |
Description: | 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. |