From d393d3292fd4eb1843dcd4835fddf216c804db68 Mon Sep 17 00:00:00 2001 From: Colin Davidson <6327402+colrdavidson@users.noreply.github.com> Date: Mon, 21 Oct 2024 21:48:58 -0700 Subject: [PATCH] Update core/time/timezone/tzdate.odin Co-authored-by: Feoramund <161657516+Feoramund@users.noreply.github.com> --- core/time/timezone/tzdate.odin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/time/timezone/tzdate.odin b/core/time/timezone/tzdate.odin index 3ac71b141..7f479dd93 100644 --- a/core/time/timezone/tzdate.odin +++ b/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. (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: - dt: The input datetime