-
Notifications
You must be signed in to change notification settings - Fork 18.6k
Open
Labels
NeedsFixThe path to resolution is known, but the work has not been done.The path to resolution is known, but the work has not been done.OS-iOSGOOS=iosGOOS=iosmobileAndroid, iOS, and x/mobileAndroid, iOS, and x/mobile
Milestone
Description
Local timezone is hardcoded to UTC on iOS.
https://github.com/golang/go/blob/master/src/time/zoneinfo_ios.go#L39-L42
func initLocal() {
// TODO(crawshaw): [NSTimeZone localTimeZone]
localLoc = *UTC
}As mentioned in the code it should use NSTimeZone localTimeZone to get the current timezone.
(Same issue on android #20455)
Metadata
Metadata
Assignees
Labels
NeedsFixThe path to resolution is known, but the work has not been done.The path to resolution is known, but the work has not been done.OS-iOSGOOS=iosGOOS=iosmobileAndroid, iOS, and x/mobileAndroid, iOS, and x/mobile