Code:
#
# 30 team schedule, 162 games
# Designed for the following configuration:
# 2 subleagues each with 3 divisions, each with 5 teams
#
# MLB schedule for 2024 (ADJUSTMENTS made as noted below)
# As taken from Baseball Reference on 2023-12-30
# https://www.baseball-reference.com/leagues/MLB-schedule.shtml
#
# https://www.mlb.com/news/mlb-world-tour-2024
# Seoul Series: Dodgers vs. Padres, March 20-21 (MLB season opener)
# * Make the season start 8 days earlier than it otherwise would
# Mexico City Series: Astros vs. Rockies, April 27-28
# * Both Mexico games are Colorado home games and treated as such
# London Series: Mets vs. Phillies, June 8-9
# * Each team is home team one game, but offdays on either side of series
#
# Game time adjusted from Eastern Time to local time of home team
# Where "TBD", weekdays set at 7:05pm and weekend 1:05pm
# Exceptions would be for doubleheaders
#
# Almost all TBD cases are several teams with no times set yet
#
# ADJUSTMENTS
# * Los Angeles Dodgers @ San Diego Padres moved from Wednesday, March 20 to Monday, July 29
# * San Diego Padres @ Los Angeles Dodgers moved from Thursday, March 21 to Thursday, April 11
# * Rangers @ Athletics doubleheader set as day/night
#
# Built on 2023-12-30
#