Language

Package: python-strict-rfc3339 @ 0.7

Synopsis

RFC3339 procedures library

Description

The strict_rfc3339 Python module provides strict, simple, lightweight RFC3339 procedures. It enables or aims to:

  • Convert UNIX timestamps to and from RFC3339.

  • Produce RFC3339 strings with a UTC offset (Z) or with the offset that the C time module reports is the local timezone offset.

  • Be simple with minimal dependencies/libraries.

  • Avoid timezones as much as possible.

  • Be very strict and follow RFC3339.

Home page
https://github.com/danielrichman/strict-rfc3339
Location
gnu/packages/python-xyz.scm (line: 28046, column: 2)
License

Lint warnings

LinterMessageLocation
No lint warnings