Adds timezones to US Thanksgiving so it doesn't pop early (#63046)

This commit is contained in:
cacogen
2021-11-26 01:59:35 -08:00
committed by GitHub
parent 3d1ff040c5
commit a69fcbb6da
2 changed files with 13 additions and 0 deletions
+12
View File
@@ -117,9 +117,15 @@ When using time2text(), please use "DDD" to find the weekday. Refrain from using
/// Eastern Daylight Time
#define TIMEZONE_EDT -4
/// Eastern Standard Time
#define TIMEZONE_EST -5
/// Central Daylight Time
#define TIMEZONE_CDT -5
/// Central Standard Time
#define TIMEZONE_CST -6
/// Mountain Daylight Time
#define TIMEZONE_MDT -6
@@ -129,9 +135,15 @@ When using time2text(), please use "DDD" to find the weekday. Refrain from using
/// Pacific Daylight Time
#define TIMEZONE_PDT -7
/// Pacific Standard Time
#define TIMEZONE_PST -8
/// Alaska Daylight Time
#define TIMEZONE_AKDT -8
/// Alaska Standard Time
#define TIMEZONE_AKST -9
/// Hawaii-Aleutian Daylight Time
#define TIMEZONE_HDT -9
+1
View File
@@ -31,6 +31,7 @@
/datum/holiday/nth_week/thanksgiving
name = "Thanksgiving in the United States"
timezones = list(TIMEZONE_EST, TIMEZONE_CST, TIMEZONE_MST, TIMEZONE_PST, TIMEZONE_AKST, TIMEZONE_HST)
begin_week = 4
begin_month = NOVEMBER
begin_weekday = THURSDAY