go/src/time
qmuntal de4ead8102 time: unconditionally use RegLoadMUIString on Windows
RegLoadMUIString is supported on Windows Vista and later, so this
should be safe to do unconditionally.

While here, also unconditionally use GetDynamicTimeZoneInformation
in syscall/windows/registry tests, since it's also supported on Windows
Vista and later.

Change-Id: Ifa32a81f4727d4810f2b9ccc814aa77a43513e59
Reviewed-on: https://go-review.googlesource.com/c/go/+/527595
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Bryan Mills <bcmills@google.com>
Reviewed-by: Heschi Kreinick <heschi@google.com>
Run-TryBot: Quim Muntal <quimmuntal@gmail.com>
2023-09-14 07:20:34 +00:00
..
testdata
tzdata
embed.go
example_test.go
export_android_test.go
export_test.go
export_windows_test.go
format.go
format_rfc3339.go
format_test.go
genzabbrs.go time: update windows zoneinfo_abbrs 2023-05-12 20:01:59 +00:00
internal_test.go
mono_test.go
sleep.go time: document that AfterFunc Timer's C field is nil 2023-07-20 23:18:18 +00:00
sleep_test.go time: increase arbitrary upper bound in TestReset to 10s 2023-07-11 13:19:40 +00:00
sys_plan9.go
sys_unix.go time: add wasip1 support 2023-04-11 20:56:10 +00:00
sys_windows.go
tick.go
tick_test.go
time.go time: make time.Until a few nanoseconds faster 2023-08-25 15:10:18 +00:00
time_test.go time: fix timezone lookup logic for non-DST zones 2023-03-13 17:06:56 +00:00
tzdata_test.go
zoneinfo.go all: calculate the median uniformly 2023-09-09 01:46:03 +00:00
zoneinfo_abbrs_windows.go time: update windows zoneinfo_abbrs 2023-05-12 20:01:59 +00:00
zoneinfo_android.go
zoneinfo_android_test.go
zoneinfo_goroot.go
zoneinfo_ios.go
zoneinfo_js.go
zoneinfo_plan9.go
zoneinfo_read.go time: fix timezone lookup logic for non-DST zones 2023-03-13 17:06:56 +00:00
zoneinfo_test.go time: fix timezone lookup logic for non-DST zones 2023-03-13 17:06:56 +00:00
zoneinfo_unix.go
zoneinfo_unix_test.go
zoneinfo_wasip1.go time: add wasip1 support 2023-04-11 20:56:10 +00:00
zoneinfo_windows.go time: unconditionally use RegLoadMUIString on Windows 2023-09-14 07:20:34 +00:00
zoneinfo_windows_test.go time: unconditionally use RegLoadMUIString on Windows 2023-09-14 07:20:34 +00:00