[mirror] Go supplementary time packages
Find a file
Gopher Robot 812b343c87 all: upgrade go directive to at least 1.25.0 [generated]
By now Go 1.26.0 has been released, and Go 1.24 is no longer supported
per the Go Release Policy (see https://go.dev/doc/devel/release#policy).

See go.dev/doc/godebug#go-125 for GODEBUG changes relevant to Go 1.25.

For golang/go#69095.

[git-generate]
(cd . && go get go@1.25.0 && go mod tidy)

Change-Id: I75c525c74a1576e2aea77780bd5a73437c69b8ad
Reviewed-on: https://go-review.googlesource.com/c/time/+/744520
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Gopher Robot <gobot@golang.org>
Reviewed-by: Michael Pratt <mpratt@google.com>
Reviewed-by: Junyang Shao <shaojunyang@google.com>
2026-02-11 11:14:29 -08:00
rate rate: use time.Time.Equal instead of == 2025-09-16 16:29:52 -07:00
CONTRIBUTING.md CONTRIBUTING.md: remove note about not accepting Pull Requests 2018-03-14 18:02:08 +00:00
go.mod all: upgrade go directive to at least 1.25.0 [generated] 2026-02-11 11:14:29 -08:00
LICENSE LICENSE: update per Google Legal 2024-07-16 16:11:05 +00:00
PATENTS initial commit 2015-11-03 17:27:42 +11:00
README.md README: don't recommend go get 2024-11-02 04:18:00 +00:00

Go Time

Go Reference

This repository provides supplementary Go time packages.

Report Issues / Send Patches

This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://go.dev/doc/contribute.

The git repository is https://go.googlesource.com/time.

The main issue tracker for the time repository is located at https://go.dev/issues. Prefix your issue with "x/time:" in the subject line, so it is easy to find.