Skip to content

Commit e8bae4d

Browse files
kareilaalierak
authored andcommitted
set up December shop bonus for Dec 2025
1 parent d4d19ab commit e8bae4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/dw-nonfree/cgi-bin/DW/Hooks/AnniversaryPromotion.pm

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ use LJ::Hooks;
2020
use LJ::Time;
2121

2222
# use mysql date format: year-month-date hour::min:seconds
23-
my $start_time = LJ::mysqldate_to_time( "2024-12-01 00:00:00", 1 );
24-
my $end_time = LJ::mysqldate_to_time( "2024-12-31 23:59:59", 1 );
23+
my $start_time = LJ::mysqldate_to_time( "2025-12-01 00:00:00", 1 );
24+
my $end_time = LJ::mysqldate_to_time( "2025-12-31 23:59:59", 1 );
2525

2626
# warn sprintf( "Running shop promo from %s to %s\n", scalar gmtime( $start_time ), scalar gmtime( $end_time ) );
2727

0 commit comments

Comments
 (0)