-
Bug
-
Resolution: Done
-
Undefined
-
None
-
rhel-9.4
-
None
-
None
-
None
-
rhel-sst-cs-stacks
-
ssg_core_services
-
None
-
False
-
-
Yes
-
Red Hat Enterprise Linux
-
None
-
None
-
None
-
Enhancement
-
-
Done
-
None
What were you trying to do that didn't work?
Software expects to be able to read back a timezone name which is consistent with the configured name.
Please provide the package NVR for which bug is seen:
2.62-1.el9
How reproducible:
Any timezone which changed to "linked" will show this behaviour.
Steps to reproduce
use DateTime::TimeZone;
my $tz = DateTime::TimeZone->new( name => 'Europe/Copenhagen' );
my $name = $tz->name;
print "$name\n";
Expected results
Europe/Copenhagen
Actual results
Europe/Berlin