Commit 1c09b4dd authored by Brad Fitzpatrick's avatar Brad Fitzpatrick

time: document that calendrical calculations are with no leap seconds

Fixes #15247

Change-Id: I942fb2eacd1b54bab66cc147a6b047a3ffce0b84
Reviewed-on: https://go-review.googlesource.com/30595Reviewed-by: 's avatarRuss Cox <rsc@golang.org>
parent 4c79ed5f
......@@ -4,7 +4,8 @@
// Package time provides functionality for measuring and displaying time.
//
// The calendrical calculations always assume a Gregorian calendar.
// The calendrical calculations always assume a Gregorian calendar, with
// no leap seconds.
package time
import "errors"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment