How to Install and Uninstall python312-tzlocal Package on openSuSE Tumbleweed

Last updated: July 04,2024

1. Install "python312-tzlocal" package

This guide let you learn how to install python312-tzlocal on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-tzlocal

2. Uninstall "python312-tzlocal" package

In this section, we are going to explain the necessary steps to uninstall python312-tzlocal on openSuSE Tumbleweed:

$ sudo zypper remove python312-tzlocal

3. Information about the python312-tzlocal package on openSuSE Tumbleweed

Information for package python312-tzlocal:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-tzlocal
Version : 4.3-1.6
Arch : noarch
Vendor : openSUSE
Installed Size : 123.6 KiB
Installed : No
Status : not installed
Source package : python-tzlocal-4.3-1.6.src
Upstream URL : https://github.com/regebro/tzlocal
Summary : tzinfo object for the local timezone
Description :
This Python module returns a tzinfo object with the local timezone information
under Unix and Win-32. It requires pytz, and returns pytz tzinfo objects.
This module attempts to fix a glaring hole in pytz, that there is no way to get
the local timezone information, unless you know the zoneinfo name, and under
several Linux distros that’s hard or impossible to figure out.
Also, with Windows different timezone system using pytz isn’t of much use unless
you separately configure the zoneinfo timezone name.
With tzlocal you only need to call get_localzone() and you will get a tzinfo
object with the local time zone info. On some Unices you will still not get to
know what the timezone name is, but you don’t need that when you have the tzinfo
file. However, if the timezone name is readily available it will be used.