diff --git a/_fixtures/testvariables2.go b/_fixtures/testvariables2.go index f800ae2d..9d5f18f2 100644 --- a/_fixtures/testvariables2.go +++ b/_fixtures/testvariables2.go @@ -374,7 +374,7 @@ func main() { 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}