Re: Time zones?

2005-11-04 Thread Jason Bodnar
Thanks for the clarification. I dropped the %Z at the end of my pattern and put time_zone => 'America/Los_Angeles' in the ctor and everything works fine. Thanks, Jason On Sat, 05 Nov 2005 09:48:55 +1100, Rick Measham wrote > Jason Bodnar wrote: > > my $dt = $parser->pa

RE: Time zones?

2005-11-04 Thread Jason Bodnar
uot;); __END__ $ perl test.pl I don't recognise the timezone America. at test.pl line 6 Seems to be a problem specifically with Strptime because your example worked for me. I guess Strptime doesn't know about the same TZs as DateTime. On Fri, 4 Nov 2005 14:09:14 -0800, Hill,

Time zones?

2005-11-04 Thread Jason Bodnar
guous so I tried replacing PST with 'US/Pacific', 'America/Los_Angeles' and 'PST8PDT' but DateTime says it doesn't recognise [sic] any of those. So what timezone label will DateTime accept for Pacific Standard Time? -- Jason Bodnar [EMAIL PROTECTED] http://www.shaka