Răsfoiți Sursa

Update core/time/timezone/tzdate.odin

Co-authored-by: Feoramund <[email protected]>
Colin Davidson 10 luni în urmă
părinte
comite
d393d3292f
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      core/time/timezone/tzdate.odin

+ 1 - 1
core/time/timezone/tzdate.odin

@@ -253,7 +253,7 @@ shortname :: proc(dt: datetime.DateTime) -> (name: string, success: bool) #optio
 Gets the timezone abbreviation/shortname for a given date.
 Gets the timezone abbreviation/shortname for a given date.
 (ex: "PDT")
 (ex: "PDT")
 
 
-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