oops, missed a comma

This commit is contained in:
Colin Davidson
2024-11-05 03:48:47 -08:00
parent c9158b3220
commit b2d1fbba9c

View File

@@ -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
}