]> Cypherpunks repositories - gostls13.git/commit
os, syscall: permit setting mtime to Unix 0 on Windows
authorIan Lance Taylor <iant@golang.org>
Mon, 15 May 2023 20:53:21 +0000 (13:53 -0700)
committerGopher Robot <gobot@golang.org>
Tue, 16 May 2023 00:17:27 +0000 (00:17 +0000)
commit5f345e8eb995409fec5e1abf231031613885f2ae
treef697c076ed3527bdd0f905384963b4d57c159dc4
parent7213f2e72003325df2cebb731de838ac01f20fb6
os, syscall: permit setting mtime to Unix 0 on Windows

This edge case was accidentally broken by CL 219638.

Change-Id: I673b3b580fbe379a04f8650cf5969fe9bce83691
Reviewed-on: https://go-review.googlesource.com/c/go/+/495036
Reviewed-by: Cherry Mui <cherryyz@google.com>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Run-TryBot: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
src/os/file_windows.go
src/os/os_test.go
src/syscall/syscall_windows.go