gingerBill 7 months ago
parent
commit
acbb14d87e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core/time/timezone/tz_windows.odin

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

@@ -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 {