Skip Menu |

This queue is for tickets about the Geo-Location-TimeZone CPAN distribution.

Report information
The Basics
Id: 129284
Status: new
Priority: 0/
Queue: Geo-Location-TimeZone

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.1
Fixed in: (no value)



Subject: t/01RandomPlaces.t fails, unexpected timezones
The test suite fails on some of my smoker systems like this: ... # Running under perl version 5.029010 for linux # Current time local: Tue Apr 23 05:33:11 2019 # Current time GMT: Tue Apr 23 05:33:11 2019 # Using Test.pm version 1.31 not ok 1 # Failed test 1 in t/01RandomPlaces.t at line 36 # t/01RandomPlaces.t line 36 is: ok(0); # Got back Etc/GMT for timezone. Expected Europe/Amsterdam X not ok 2 # Failed test 2 in t/01RandomPlaces.t at line 36 fail #2 # Got back Etc/GMT+2 for timezone. Expected Europe/Riga X not ok 3 # Failed test 3 in t/01RandomPlaces.t at line 36 fail #3 # Got back Etc/GMT+8 for timezone. Expected Australia/Perth X ...