From 3b67d28aacc1a22c39c40689ed34ef1447a5bcde Mon Sep 17 00:00:00 2001 From: "Infineon\\Ouellette" Date: Wed, 30 Oct 2024 16:20:14 -0700 Subject: [PATCH] Revert Date --- LSL2/STPROC/LSL_USERS_SERVICES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LSL2/STPROC/LSL_USERS_SERVICES.txt b/LSL2/STPROC/LSL_USERS_SERVICES.txt index d7f93dc..f184717 100644 --- a/LSL2/STPROC/LSL_USERS_SERVICES.txt +++ b/LSL2/STPROC/LSL_USERS_SERVICES.txt @@ -221,7 +221,7 @@ Service GetShiftByDate(Date, GenerateFlag) return end DateConv = Iconv(Date, "DT") - CalStartDate = 19005; *Arbitrary Start Date to base calendar off of. Jan 12, 2020 Beginning of short shift 1 + CalStartDate = 18998; *Arbitrary Start Date to base calendar off of. Jan 12, 2020 Beginning of short shift 1 DaysSinceStart = SRP_DateTime("DaySpan", CalStartDate, DateConv, 0) WeeksSinceStart = SRP_Math("FLOOR", DaysSinceStart / 7) WeekType = ''