Tip:
our $LocalTZ = DateTime::TimeZone->new( name => 'local' ); my $dtnow = DateTime->now(time_zone => $LocalTZ);
can be written as
my $dtnow = DateTime->now( time_zone => 'local' );
In reply to Re: DateTime::Format::Strptime Parsing Seems to have a Problem?
by ikegami
in thread DateTime::Format::Strptime Parsing Seems to have a Problem?
by ozboomer
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |