Hello all, When using Datetime* with the above mentioned timezone, the following error occurs:
The timezone 'America/Argentina/Salta' could not be loaded, or is an invalid name. I thought this might be with the two forward slashes, but (for instance) the tz America/Indiana/Indianapolis works just fine. I'm using version 0.42 (Debian lenny). Thanks in advance! * The particular snippet of code I'm using is: DateTime->now( time_zone => "America/Argentina/Salta");