Sign in
go
/
go
/
d8d33514f9e8c80d504ab4a61ef96621afc3647d
/
src
/
time
9c4295b
time: print zero duration as 0s, not 0
by Rob Pike
· 9 years ago
0da4dbe
all: remove unnecessary type conversions
by Matthew Dempsky
· 9 years ago
fdba5a7
all: delete dead non-test code
by Dominik Honnef
· 9 years ago
5fea2cc
all: single space after period.
by Brad Fitzpatrick
· 9 years ago
5194744
all: make copyright headers consistent with one space after period
by Brad Fitzpatrick
· 9 years ago
351c15f
all: remove public named return values when useless
by Brad Fitzpatrick
· 9 years ago
28ce6f3
time: document Tick will return nil if d <= 0
by Shenghou Ma
· 9 years ago
b04f3b0
all: replace strings.Index with strings.Contains where possible
by Nathan VanBenschoten
· 9 years ago
830143f
time: fix comment about use of Location.cacheEnd
by Ian Lance Taylor
· 9 years ago
e84dad3
time: restore old error text for day out of range
by Russ Cox
· 9 years ago
39c3e0f
time: document that RFC1123 is wrong for times in UTC
by Russ Cox
· 9 years ago
5ef8991
time: reject invalid day of month in Parse
by Rob Pike
· 9 years ago
3b3f422
time: fix handling of -07, handle Z07
by Ian Lance Taylor
· 9 years ago
f4b4d2f
time: _2006 is a literal _, followed by 2006
by Edward Muller
· 9 years ago
8b96be1
time: allow any one- or two-digit day of the month when parsing.
by Rob Pike
· 10 years ago
c12e38a
time: fixed handling of "5" in Format's layout string
by Marvin Stenger
· 10 years ago
d93f3b5
time: fix 400 year offset in comment
by Ian Lance Taylor
· 10 years ago
cba1528
time: handle localized time zone names
by Daniel Johansson
· 10 years ago
5f859ba
time: Use AppendFormat in Marshal[Text|JSON]
by Justin Nuß
· 10 years ago
47f22ab
time: make it clearer how to format a fractional second
by Rob Pike
· 10 years ago
a3985e4
time: document that time.Tick creates an unrecoverable resource
by Rob Pike
· 10 years ago
2ae7737
all: link to https instead of http
by Brad Fitzpatrick
· 10 years ago
526b501
time: correct unrepresentable Unix time comment
by Shenghou Ma
· 10 years ago
f3fc8b0
time: document that not all Unix time can be represented
by Shenghou Ma
· 10 years ago
51021cc
time: fix registry zone info lookup on Windows
by Patrick Mezard
· 10 years ago
b4bc7b4
time: deflake TestAfterQueuing
by Brad Fitzpatrick
· 10 years ago
e2e322d
time: Fix ordering of slots in AfterQueueing test
by Keith Randall
· 10 years ago
89454b1
mime, time, internal/syscall/windows/registry: use new registry package to simplify code
by Alex Brainman
· 10 years ago
d12b532
time: use longer delta duration for TestAfterQueueing retries
by Matthew Dempsky
· 10 years ago
35bda67
time: add Time.AppendFormat
by Caleb Spare
· 10 years ago
d5ef698
time: unify formatting of decimals for timestamps
by Martin Möhrmann
· 10 years ago
8537ccd
time: add a thorough example for time.Format
by Rob Pike
· 10 years ago
2adc4e8
all: use "reports whether" in place of "returns true if(f)"
by Josh Bleecher Snyder
· 10 years ago
ce1c924
time: zoneinfo support for darwin
by David Crawshaw
· 10 years ago
31336f9
Revert "time: zoneinfo support on darwin/arm"
by David Crawshaw
· 10 years ago
54efdc5
time: zoneinfo support on darwin/arm
by David Crawshaw
· 10 years ago
9e6869b
Build fix for plan9 after 8bf13838eb21.
by David Symonds
· 10 years ago
8bf1383
time: return informative errors when failing to load timezone data.
by David Symonds
· 10 years ago
d1210ac
time: correctly parse large input durations and avoid precision loss
by Martin Möhrmann
· 10 years ago
ab4af52
time: panic with a more helpful error on use of invalid Timer
by Brad Fitzpatrick
· 10 years ago
bc89e8c
time: A Timer must be properly created before use (documentation).
by Robert Griesemer
· 11 years ago
cfae41f
time: make it clear that time.Time values do not compare with ==
by Rob Pike
· 11 years ago
c007ce8
build: move package sources from src/pkg to src
by Russ Cox
· 11 years ago