How to Install and Uninstall perl-TimeDate Package on openSuSE Tumbleweed

Last updated: March 29,2024

1. Install "perl-TimeDate" package

Please follow the guidelines below to install perl-TimeDate on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-TimeDate

2. Uninstall "perl-TimeDate" package

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

$ sudo zypper remove perl-TimeDate

3. Information about the perl-TimeDate package on openSuSE Tumbleweed

Information for package perl-TimeDate:
--------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-TimeDate
Version : 2.33-1.17
Arch : noarch
Vendor : openSUSE
Installed Size : 95.0 KiB
Installed : No
Status : not installed
Source package : perl-TimeDate-2.33-1.17.src
Upstream URL : https://metacpan.org/release/TimeDate
Summary : TimeDate Perl module
Description :
Date::Parse provides two routines for parsing date strings into time values.
str2time(DATE [, ZONE])
str2time parses DATE and returns a unix time value, or undef upon failure.
ZONE, if given, specifies the timezone to assume when parsing if the date
string does not specify a timezome.
strptime(DATE [, ZONE])
strptime takes the same arguments as str2time but returns an array of values
($ss,$mm,$hh,$day,$month,$year,$zone). Elements are only defined if they
could be extracted from the date string. The $zone element is the timezone
offset in seconds from GMT. An empty array is returned upon failure.