summaryrefslogtreecommitdiff
path: root/src/time
Commit message (Expand)AuthorAgeFilesLines
* time: add example for LoadLocationVenil Noronha2018-08-301-0/+11
* time: allow +00 as numeric timezone name and GMT offsetAlberto Donizetti2018-08-242-3/+10
* all: fix typos detected by github.com/client9/misspellKazuhiro Sera2018-08-231-1/+1
* time: accept anything between -23 and 23 as offset namezone nameAlberto Donizetti2018-08-212-6/+17
* time: optimize big4Ilya Tocar2018-08-211-1/+1
* time: use secondsPerMinute instead of 60Sandy2018-08-211-1/+1
* time: always run ZoneAbbr testAlberto Donizetti2018-08-201-7/+0
* all: update stale test skipsDaniel Martí2018-08-201-4/+0
* time: fix typo in Truncate exampleKeith Rarick2018-07-121-9/+9
* time: add clarification to Timer.Stop documentationCaleb Martinez2018-07-111-2/+2
* time: clarify Unix, UnixNano, and In a bitBrad Fitzpatrick2018-06-291-3/+7
* time: run genzabbrs.go to update zoneinfo_abbrs_windows.goAlberto Donizetti2018-06-261-4/+5
* runtime: don't crash holding locks on racy timer accessIan Lance Taylor2018-06-041-0/+37
* all: update comment URLs from HTTP to HTTPS, where possibleTim Cooper2018-06-012-2/+2
* cmd/vet: better align print warnings with fmtDaniel Martí2018-05-041-1/+1
* time: increase test coverage for Time.Subtengufromsky2018-04-162-0/+7
* time: go fmtKunpei Sakai2018-04-161-1/+1
* time: add wasm architectureRichard Musiol2018-04-132-2/+2
* time: document that going to sleep may stop the monotonic clockIan Lance Taylor2018-04-131-0/+4
* time: don't panic when stringifying Weekdayfraenkel2018-04-122-2/+19
* time: simplify comparison in testVeselkov Konstantin2018-04-061-2/+2
* go/printer, gofmt: tuned table alignment for better resultsRobert Griesemer2018-04-042-38/+38
* all: remove some unused return parametersDaniel Martí2018-03-243-14/+10
* time: add support for parsing timezones denoted by sign and offsetMichael Kasch2018-03-082-4/+19
* time: avoid unnecessary type conversionsKunpei Sakai2018-02-261-5/+5
* time: add example for FixedZoneKevin Burke2018-02-131-0/+7
* all: use HTTPS for iana.org linksKevin Burke2018-02-131-1/+1
* time: revert CL 78735 (was: space padding using underscore)Ian Lance Taylor2018-01-032-96/+10
* time: add space padding layout strings(using underscore) for not only day but...Hanjun Kim2017-12-132-10/+96
* time: condense, expand Time.Unix exampleRuss Cox2017-12-061-14/+12
* Revert "go/printer: forbid empty line before first comment in block"Joe Tsai2017-12-011-0/+1
* time: rename TestLoadLocationFromTzinfo to TestLoadLocationFromTZDataDmitri Shuralyov2017-11-211-1/+1
* time: fix build on AndroidBrad Fitzpatrick2017-11-211-3/+3
* time: enable Location loading from user provided timezone dataFlorian Uekermann2017-11-215-10/+37
* time: rename internal type data to dataIORuss Cox2017-11-211-7/+7
* time: fix typo in docRoss Chater2017-11-191-1/+1
* Revert "time: enable ZONEINFO tzdata file support and error reporting"Russ Cox2017-11-163-62/+77
* time: add example for Time.UnixAdrian Hesketh2017-11-131-0/+20
* time: example in doc for time.AppendFormat funcRadek Sohlich2017-11-061-0/+11
* time: fix Time package doc paragraph orderRuss Cox2017-11-041-5/+5
* go/printer: forbid empty line before first comment in blockJoe Tsai2017-11-021-1/+0
* time: fix incorrect "zero padding" commentsKenny Grant2017-11-022-2/+2
* time: fix incorrect "zero pad" comment in exampleBlixt2017-11-021-2/+2
* time: improve comments about valid layouts being invalid Parse valuesIan Lance Taylor2017-11-012-4/+4
* time: document that valid layouts are not valid Parse valuesKenny Grant2017-10-312-5/+24
* all: revert "all: prefer strings.LastIndexByte over strings.LastIndex"Marvin Stenger2017-10-051-1/+1
* time: enable ZONEINFO tzdata file support and error reportingFlorian Uekermann2017-10-033-77/+62
* time: unify three readFile implementations into oneIan Lance Taylor2017-09-274-90/+42
* time: reduce OS dependent timezone related codeFlorian Uekermann2017-09-2712-182/+116
* all: prefer strings.LastIndexByte over strings.LastIndexMarvin Stenger2017-09-271-1/+1