From b2d1fbba9cf6bfafc01a4d24af20bfdc79c2652d Mon Sep 17 00:00:00 2001 From: Colin Davidson Date: Tue, 5 Nov 2024 03:48:47 -0800 Subject: [PATCH] oops, missed a comma --- core/time/timezone/tz_windows.odin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/time/timezone/tz_windows.odin b/core/time/timezone/tz_windows.odin index a86598d90..238c4c933 100644 --- a/core/time/timezone/tz_windows.odin +++ b/core/time/timezone/tz_windows.odin @@ -215,7 +215,7 @@ generate_rrule_from_tzi :: proc(tzi: ^REG_TZI_FORMAT, abbrevs: TZ_Abbrev, alloca week = u8(tzi.std_date.day), day = tzi.std_date.day_of_week, time = (i64(tzi.std_date.hour) * 60 * 60) + (i64(tzi.std_date.minute) * 60) + i64(tzi.std_date.second), - } + }, }, true }