This commit is contained in:
gingerBill
2025-01-05 13:10:29 +00:00
parent d718db473c
commit acbb14d87e
+1 -1
View File
@@ -279,7 +279,7 @@ _region_load :: proc(reg_str: string, allocator := context.allocator) -> (out_re
break break
} }
} }
if abbrevs_ok { if !abbrevs_ok {
return return
} }
if abbrevs.std == "UTC" && abbrevs.dst == abbrevs.std { if abbrevs.std == "UTC" && abbrevs.dst == abbrevs.std {