diff options
author | levinse <levinse> | 2011-06-15 23:44:49 +0000 |
---|---|---|
committer | levinse <levinse> | 2011-06-15 23:44:49 +0000 |
commit | abae865e1d85d3200058bfab21b75a5a45ed247c (patch) | |
tree | a816f74158ce3ca35f9cb77eb9a58d6d3261a40e | |
parent | 2302cc676b24f1e1da333c828d529a84553dfcd4 (diff) |
DID inventory/import / bulk DID orders - phase 2, RT12754
-rw-r--r-- | bin/import-did-inventory | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/import-did-inventory b/bin/import-did-inventory index 70cf50869..19a9c0c18 100644 --- a/bin/import-did-inventory +++ b/bin/import-did-inventory @@ -94,9 +94,9 @@ $latas{460} = 'SOUTHEAST FL GR-EA'; $latas{952} = 'TAMPA FLORIDA'; $latas{524} = 'KANSAS CITY'; -my $parser = new DateTime::Format::Natural( 'time_zone' => 'local' ); sub parsedt { my ($dt,$min,$max) = (shift,shift,shift); + my $parser = new DateTime::Format::Natural( 'time_zone' => 'local' ); my $epoch = $parser->parse_datetime($dt); warn "dt=$dt min=$min max=$max epoch=$epoch\n"; return $epoch->epoch |