diff options
author | Christian Pointner <equinox@helsinki.at> | 2016-03-17 13:47:38 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2016-03-17 13:47:38 (GMT) |
commit | 2704a99da95898e15f45f894711ae6a18af861b3 (patch) | |
tree | 7bb675bf25c7c16c1ff387fd30db2f515c20c608 /rhimport-btl | |
parent | 595e77dcaf4fdfdf5026b120ca478bf19f6f8017 (diff) |
btl and oi has been moved to monday
Diffstat (limited to 'rhimport-btl')
-rwxr-xr-x | rhimport-btl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rhimport-btl b/rhimport-btl index e212793..600535f 100755 --- a/rhimport-btl +++ b/rhimport-btl @@ -73,7 +73,7 @@ my $to_cart = $allowed_dbs[0]->{'TO_CART'}; my @today = Date::Calc::Today(); my @import_date = Date::Calc::Add_Delta_Days(@today, 7); @import_date = Date::Calc::Standard_to_Business(@import_date); -$import_date[2] = 2; +$import_date[2] = 1; my @broadcast_date = @import_date; $broadcast_date[2] = 5; |