forked from cockroachdb/cockroach
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
timeutil: remove detritus windows Now() implementation
We carried a custom implementation of timeutil.Now() for Windows, to overcome the low precision of Go's implementation [1]. Our implementation was expensive, though. Having this custom implementation also makes it tricky to use stdlib functions like Since(), which internally use the stdlib Now(). The Golang issue has since been fixed, so our custom implementation can go away. [1] golang/go#8687 Release note: None
- Loading branch information
1 parent
1072ae4
commit 94cfb6c
Showing
5 changed files
with
6 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters