diff options
author | Christian Pointner <equinox@helsinki.at> | 2013-12-18 14:45:31 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2013-12-18 14:45:31 (GMT) |
commit | 937f11da7bcb8b6162d82b0bdecdccd29e826c4c (patch) | |
tree | a9403884ee2f71f9615a50f171a22918cf7c9616 /rhimport-ut | |
parent | 285dbb2350a57694102c9ac5f9fd3f744a37ac63 (diff) |
cleanups
Diffstat (limited to 'rhimport-ut')
-rwxr-xr-x | rhimport-ut | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rhimport-ut b/rhimport-ut index 17f92d2..1403246 100755 --- a/rhimport-ut +++ b/rhimport-ut @@ -73,7 +73,7 @@ my $to_cart = $allowed_dbs[$idx]->{'TO_CART'}; my $dropbox_reb = $allowed_dbs[$idx_reb]->{'PATH'}; my $to_cart_reb = $allowed_dbs[$idx_reb]->{'TO_CART'}; -my @import_date = Date::Calc::Standard_to_Business((2013, 12, 30)); # Date::Calc::Today()); +my @import_date = Date::Calc::Standard_to_Business(Date::Calc::Today()); my $dow = $import_date[2]; $import_date[2] = 3; @import_date = Date::Calc::Business_to_Standard(@import_date); |