mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-31 20:00:09 +00:00
Update core/time/timezone/tzdate.odin
Co-authored-by: Feoramund <161657516+Feoramund@users.noreply.github.com>
This commit is contained in:
committed by
flysand7
co-authored by
Feoramund
parent
e4983831de
commit
f7fffc4b27
@@ -291,7 +291,7 @@ dst :: proc(dt: datetime.DateTime) -> (is_dst: bool, success: bool) #optional_ok
|
|||||||
/*
|
/*
|
||||||
Checks DST for a given date.
|
Checks DST for a given date.
|
||||||
|
|
||||||
WARNING: This is unsafe because it doesn't check if you datetime is valid, or your region contains a valid record
|
WARNING: This is unsafe because it doesn't check if your datetime is valid or if your region contains a valid record.
|
||||||
|
|
||||||
Inputs:
|
Inputs:
|
||||||
- dt: The input datetime
|
- dt: The input datetime
|
||||||
|
|||||||
Reference in New Issue
Block a user