summaryrefslogtreecommitdiff
path: root/rhimport-ut
diff options
context:
space:
mode:
Diffstat (limited to 'rhimport-ut')
-rwxr-xr-xrhimport-ut2
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);