Jason Bodnar wrote:
my $dt = $parser->parse_datetime("30-Oct-2005 01:04 America/Los_Angeles");
On Fri, 4 Nov 2005 14:09:14 -0800, Hill, Ronald wrote
my $dt = DateTime->now( time_zone => 'America/Los_Angeles');
You're both talking about completely different things. As per previous email, you can't (yet) put an Olson time zone ID in the string. Only in the constructor.
Cheers! Rick Measham