index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
time
/
example_test.go
Age
Commit message (
Expand
)
Author
2022-04-27
time: document hhmmss formats
cuiweixie
2021-11-05
time: add some examples
jiahua wang
2020-05-26
runtime, time: gofmt
Tobias Klauser
2020-05-22
time: simplify Duration.String example
Russ Cox
2020-04-14
time: quote original value in errors returned by ParseDuration
Obeyda Djeffal
2020-03-02
time: use values larger than 24 for day for time.Format examples
Jean de Klerk
2020-02-25
time: add basic YYYY/MM/DD example to time docs
Jean de Klerk
2019-11-10
time: change variable name to next
Agniva De Sarker
2019-10-15
time: avoid or clarify CEST
Ian Lance Taylor
2019-09-17
time: add examples for microseconds and milliseconds methods
Pantelis Sampaziotis
2019-02-28
time: move the explanation of u/micro to the ParseDuration example
Rob Pike
2019-02-27
time: rewrite ExampleDuration_Nanoseconds to be more idiomatic.
Rob Pike
2019-02-26
time: parse 1us in Nanoseconds example
Alberto Donizetti
2018-10-31
time: display results in examples rather soon
Yury Smolsky
2018-08-30
time: add example for LoadLocation
Venil Noronha
2018-07-12
time: fix typo in Truncate example
Keith Rarick
2018-02-13
time: add example for FixedZone
Kevin Burke
2017-12-06
time: condense, expand Time.Unix example
Russ Cox
2017-11-13
time: add example for Time.Unix
Adrian Hesketh
2017-11-06
time: example in doc for time.AppendFormat func
Radek Sohlich
2017-11-02
time: fix incorrect "zero padding" comments
Kenny Grant
2017-11-02
time: fix incorrect "zero pad" comment in example
Blixt
2017-11-01
time: improve comments about valid layouts being invalid Parse values
Ian Lance Taylor
2017-10-31
time: document that valid layouts are not valid Parse values
Kenny Grant
2017-09-09
time: add a number of new examples
Adrian Hesketh
2017-09-09
time: change wording in duration hours example
Juan Carlos
2017-09-09
time: add an example to the NewTicker function
Elbert Fliek
2017-08-11
time: add examples for Duration functions
molivier
2017-06-28
time: show how to get midnight on the current day
Kevin Burke
2016-09-12
time: improve Truncate and Round documentation
Quentin Smith
2016-03-01
all: make copyright headers consistent with one space after period
Brad Fitzpatrick
2015-03-26
time: add a thorough example for time.Format
Rob Pike
2014-09-08
build: move package sources from src/pkg to src
Russ Cox