How to Install and Uninstall python39-strict-rfc3339 Package on openSuSE Tumbleweed

Last updated: May 17,2024

1. Install "python39-strict-rfc3339" package

Learn how to install python39-strict-rfc3339 on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-strict-rfc3339

2. Uninstall "python39-strict-rfc3339" package

This guide let you learn how to uninstall python39-strict-rfc3339 on openSuSE Tumbleweed:

$ sudo zypper remove python39-strict-rfc3339

3. Information about the python39-strict-rfc3339 package on openSuSE Tumbleweed

Information for package python39-strict-rfc3339:
------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-strict-rfc3339
Version : 0.7-4.6
Arch : noarch
Vendor : openSUSE
Installed Size : 60.4 KiB
Installed : No
Status : not installed
Source package : python-strict-rfc3339-0.7-4.6.src
Upstream URL : https://github.com/danielrichman/strict-rfc3339/
Summary : RFC 3339 functions
Description :
RFC 3339 functions.
- 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.
- Avoid timezones as much as possible.
- Be very strict and follow RFC3339.