mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-04 06:38:47 +00:00
oops, missed a comma
This commit is contained in:
@@ -215,7 +215,7 @@ generate_rrule_from_tzi :: proc(tzi: ^REG_TZI_FORMAT, abbrevs: TZ_Abbrev, alloca
|
|||||||
week = u8(tzi.std_date.day),
|
week = u8(tzi.std_date.day),
|
||||||
day = tzi.std_date.day_of_week,
|
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),
|
time = (i64(tzi.std_date.hour) * 60 * 60) + (i64(tzi.std_date.minute) * 60) + i64(tzi.std_date.second),
|
||||||
}
|
},
|
||||||
}, true
|
}, true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user