diff options
| author | Kevin Burke <kev@inburke.com> | 2017-06-27 11:36:32 -0700 |
|---|---|---|
| committer | Kevin Burke <kev@inburke.com> | 2017-06-28 18:12:46 +0000 |
| commit | e1ced3219506938daf404bb2373333cd3352f350 (patch) | |
| tree | 3e9b45c19c95d338cfd050ea8ad995d535a39cb0 /src/syscall/exec_unix.go | |
| parent | 4e9c86ab8e9faf6da9864db6ad81d396f3f55379 (diff) | |
| download | go-e1ced3219506938daf404bb2373333cd3352f350.tar.xz | |
time: show how to get midnight on the current day
A common task is trying to get today's date in the local time zone
with zero values for the hour, minute, second, and nanosecond fields.
I tried this recently and incorrectly used Truncate(24*time.Hour),
which truncates based on a UTC clock, and gave me 5pm Pacific time
instead of midnight Pacific.
I thought it would be helpful to show a "correct" way to do this.
Change-Id: I479e6b0cc56367068530981ca69882b34febf945
Reviewed-on: https://go-review.googlesource.com/46833
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Diffstat (limited to 'src/syscall/exec_unix.go')
0 files changed, 0 insertions, 0 deletions
