Description: Use a valid timezone in tested binary
Author: Paul Mars <paul.mars@canonical.com> 
Bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1052030 
Last-Update: 2023-10-12 
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/_fixtures/testvariables2.go
+++ b/_fixtures/testvariables2.go
@@ -372,7 +372,7 @@
 
 	os.Setenv("TZ", "UTC")
 	tim1 := time.Unix(233431200, 0).UTC()
-	loc, _ := time.LoadLocation("Mexico/BajaSur")
+	loc, _ := time.LoadLocation("America/Mazatlan")
 	tim2, _ := time.ParseInLocation("2006-01-02 15:04:05", "2022-06-07 02:03:04", loc)
 	typedstringvar := String("blah")
 	namedA1 := astructName1{12, 45}
