Name: | python3-strict-rfc3339 |
---|---|
Version: | 0.7 |
Release: | 16.el10_0 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 65385 |
License: | GPL-3.0-only |
RPM: | python3-strict-rfc3339-0.7-16.el10_0.noarch.rpm |
Source RPM: | python-strict-rfc3339-0.7-16.el10_0.src.rpm |
Build Date: | Tue Mar 25 2025 |
Build Host: | build-ol10-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. |