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

Last updated: July 03,2024

1. Install "python310-strict-rfc3339" package

Please follow the guidelines below to install python310-strict-rfc3339 on openSuSE Tumbleweed

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

2. Uninstall "python310-strict-rfc3339" package

In this section, we are going to explain the necessary steps to uninstall python310-strict-rfc3339 on openSuSE Tumbleweed:

$ sudo zypper remove python310-strict-rfc3339

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

Information for package python310-strict-rfc3339:
-------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-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.