diff options
author | Christian Pointner <equinox@helsinki.at> | 2016-03-17 13:51:34 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2016-03-17 13:53:46 (GMT) |
commit | c37171a835f9a6abf45c8fef5f1564ed02e4d611 (patch) | |
tree | 35afe6cf09473743ec42959c39e35d06e5055801 /rhautoimport-btl | |
parent | f7fdc05ca1246fb938cdabc56cbe19422cc854ba (diff) |
btl and oi has been moved to monday
Diffstat (limited to 'rhautoimport-btl')
-rwxr-xr-x | rhautoimport-btl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rhautoimport-btl b/rhautoimport-btl index d50873e..cbeb8bf 100755 --- a/rhautoimport-btl +++ b/rhautoimport-btl @@ -69,7 +69,7 @@ my $show_title = $allowed_dbs[0]->{'SHOWTITLE'}; 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; |