From 0ec0428f19c47285f4bbc80807fc3d565dace04d Mon Sep 17 00:00:00 2001 From: "Infineon\\Ouellette" Date: Wed, 30 Oct 2024 16:24:22 -0700 Subject: [PATCH] Fixed to correct start date for calendar. --- 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 f184717..d7f93dc 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 = 18998; *Arbitrary Start Date to base calendar off of. Jan 12, 2020 Beginning of short shift 1 + CalStartDate = 19005; *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 = ''