Where is this set? I'd like to change the value, for instance, to 7 days in the future.
I've been looking through Layout.pm, in the sub "BuildDateSelection", and found the following:
Code: Select all
my ( $s, $m, $h, $D, $M, $Y ) = $Self->{UserTimeObject}->SystemTime2Date(
SystemTime => $Self->{UserTimeObject}->SystemTime() + $DiffTime,
);