Skip to content

Commit

Permalink
Merge pull request #59 from socallinuxexpo/rh/1678643382dst
Browse files Browse the repository at this point in the history
[READY] - bumping time for spring forward 2023
  • Loading branch information
kylerisse authored Mar 13, 2023
2 parents 9de45e1 + a74021a commit e1b5e31
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion server/room.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@

# before "spring forward"
#$starttime = mktime(0, 0, 0, 3, 5, 2020) / 60;
$starttime = mktime(0, 0, 0, 3, 9, 2023) / 60;
#$starttime = mktime(0, 0, 0, 3, 9, 2023) / 60;

# after "spring forward"
#$starttime = mktime(23, 0, 0, 7, 27, 2022) / 60;
$starttime = mktime(23, 0, 0, 3, 8, 2023) / 60;

$sponsors_for_room = array();
$sponsor_class = "Room";
Expand Down
4 changes: 3 additions & 1 deletion server/scroll.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,15 @@

# before "spring forward"
#$starttime = mktime(0, 0, 0, 3, 5, 2020) / 60;
$starttime = mktime(0, 0, 0, 3, 9, 2023) / 60;
#$starttime = mktime(0, 0, 0, 3, 9, 2023) / 60;

# after "spring forward"
# 18x
#$starttime = mktime(23, 0, 0, 3, 4, 2020) / 60;
# 19x starts 7/27/2022 23:00
#$starttime = mktime(23, 0, 0, 7, 27, 2022) / 60;
# 20x
$starttime = mktime(23, 0, 0, 3, 8, 2023) / 60;

// Turn off all error reporting
error_reporting(0);
Expand Down

0 comments on commit e1b5e31

Please sign in to comment.