index
:
delta/go-git.git
dev.boringcrypto
dev.boringcrypto.go1.10
dev.boringcrypto.go1.11
dev.boringcrypto.go1.12
dev.boringcrypto.go1.13
dev.boringcrypto.go1.14
dev.boringcrypto.go1.15
dev.boringcrypto.go1.16
dev.boringcrypto.go1.17
dev.boringcrypto.go1.18
dev.boringcrypto.go1.8
dev.boringcrypto.go1.9
dev.cc
dev.cmdgo
dev.debug
dev.fuzz
dev.garbage
dev.gcfe
dev.go2go
dev.inline
dev.link
dev.power64
dev.regabi
dev.ssa
dev.tls
dev.typealias
dev.typeparams
dev.types
dev.unified
master
q
release-branch.go1
release-branch.go1.1
release-branch.go1.10
release-branch.go1.10-security
release-branch.go1.11
release-branch.go1.11-security
release-branch.go1.12
release-branch.go1.12-security
release-branch.go1.13
release-branch.go1.13-security
release-branch.go1.14
release-branch.go1.14-security
release-branch.go1.15
release-branch.go1.15-security
release-branch.go1.16
release-branch.go1.17
release-branch.go1.18
release-branch.go1.19
release-branch.go1.2
release-branch.go1.20
release-branch.go1.3
release-branch.go1.4
release-branch.go1.5
release-branch.go1.6
release-branch.go1.7
release-branch.go1.8
release-branch.go1.9
release-branch.r57
release-branch.r58
release-branch.r59
release-branch.r60
tls
tmp.shadams
github.com: golang/go
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
time
/
format.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
time: document the Time.String is meant for debugging
Brad Fitzpatrick
2017-07-06
1
-0
/
+4
*
time: warn that RFC3339Nano does not guarantee a natural ordering
Brad Fitzpatrick
2017-06-29
1
-0
/
+2
*
time: format negative monotonic times correctly in Time.String
Caleb Spare
2017-02-09
1
-8
/
+4
*
time: delete incorrect docs about day-of-month checks.
Sameer Ajmani
2017-02-07
1
-5
/
+0
*
time: Fix typo in Time.String() description.
Alexey Palazhchenko
2017-02-05
1
-2
/
+2
*
time: record monotonic clock reading in time.Now, for more accurate comparisons
Russ Cox
2017-02-03
1
-5
/
+38
*
time: parse WITA timezone correctly
Max Riveiro
2016-12-12
1
-2
/
+3
*
time: make Parse validate day's lower bound in addition to upper bound
Brad Fitzpatrick
2016-11-22
1
-1
/
+1
*
time: document that only Jan and January, Mon and Monday are recognized
Russ Cox
2016-11-03
1
-0
/
+7
*
time: be consistent about representation of UTC location in Time struct
Russ Cox
2016-10-18
1
-4
/
+4
*
time: allow long fractions in ParseDuration
Rob Pike
2016-09-19
1
-7
/
+32
*
time: fix optional fractional seconds range err
Gabriel Russell
2016-08-23
1
-0
/
+1
*
time: document that RFC822/1123 don't parse all RFC formats
Ian Lance Taylor
2016-06-09
1
-0
/
+3
*
all: single space after period.
Brad Fitzpatrick
2016-03-02
1
-3
/
+3
*
time: restore old error text for day out of range
Russ Cox
2016-01-08
1
-1
/
+1
*
time: document that RFC1123 is wrong for times in UTC
Russ Cox
2016-01-06
1
-0
/
+7
*
time: reject invalid day of month in Parse
Rob Pike
2015-12-10
1
-0
/
+5
*
time: fix handling of -07, handle Z07
Ian Lance Taylor
2015-12-02
1
-6
/
+14
*
time: _2006 is a literal _, followed by 2006
Edward Muller
2015-11-18
1
-1
/
+5
*
time: allow any one- or two-digit day of the month when parsing.
Rob Pike
2015-09-10
1
-1
/
+7
*
time: fixed handling of "5" in Format's layout string
Marvin Stenger
2015-09-09
1
-1
/
+1
*
time: make it clearer how to format a fractional second
Rob Pike
2015-07-15
1
-1
/
+9
*
time: add Time.AppendFormat
Caleb Spare
2015-04-10
1
-10
/
+17
*
time: unify formatting of decimals for timestamps
Martin Möhrmann
2015-04-08
1
-66
/
+45
*
time: add a thorough example for time.Format
Rob Pike
2015-03-26
1
-0
/
+3
*
all: use "reports whether" in place of "returns true if(f)"
Josh Bleecher Snyder
2015-03-18
1
-3
/
+2
*
time: correctly parse large input durations and avoid precision loss
Martin Möhrmann
2015-01-15
1
-27
/
+44
*
build: move package sources from src/pkg to src
Russ Cox
2014-09-08
1
-0
/
+1248