summaryrefslogtreecommitdiff
path: root/src/pkg/time
AgeCommit message (Expand)AuthorFilesLines
2011-02-14Imported Upstream version 2011-02-01.1upstream/2011-02-01.1Ondřej Surý5-77/+191
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý10-352/+371
2010-06-29time: implement timezones for windowsAlex Brainman4-9/+472
2010-04-27time: remove incorrect time.ISO8601 and add time.RFC3339Micah Stetson2-54/+88
2010-04-11time: fix comment typoAndrew Gerrand1-1/+1
2010-03-30time: do not segment time strings by character class.Russ Cox3-173/+212
2010-03-30single argument panicRuss Cox1-2/+2
2010-02-18time.Ticker: fix bug arising when all tickers are dead.Rob Pike2-6/+24
2010-02-04time: Sleep through interruptionsChristopher Wedgwood2-2/+39
2010-02-04Add RFC822 formats as named constants.Rob Pike3-5/+38
2010-01-29fix bug in tickRob Pike1-4/+5
2010-01-29An experimental implemenation of Ticker using two goroutines for all tickers.Rob Pike1-63/+122
2010-01-19time: make tick.Stop a little more robustRuss Cox1-6/+30
2010-01-15fix +0000 time zones.Rob Pike2-4/+32
2010-01-14clean up handling of numeric time zonesRob Pike2-56/+88
2010-01-13don't worry about the number of spaces when parsing.Rob Pike2-11/+48
2010-01-08Add a parser to the time package, the inverse of time.FormatRob Pike2-1/+345
2010-01-07make Format about twice as fast by removing allocations, using a bytes.BufferRob Pike2-31/+28
2010-01-06time: fix Makefile so deps.bash is happy (fixes build)Russ Cox1-1/+1
2010-01-07New time formatter, time.Format(formatString)Rob Pike4-155/+259
2009-12-25Update documentation around time.Sleep to specify its precision, and suggestDevon H. O'Dell1-2/+3
2009-12-17time: add ISO 8601 time formatBen Olive2-1/+43
2009-12-151) Change default gofmt default settings forRobert Griesemer6-258/+258
2009-12-02move ReadFile, WriteFile, and ReadDir into a separate io/ioutil package.Rob Pike1-2/+2
2009-12-02time: another bug in SecondsToUTC.Russ Cox2-0/+26
2009-12-01time: fix handling of Jan 1 1601, 1201, 801, ...Russ Cox2-6/+7
2009-11-24Add benchmarks for commonly used routines.Trevor Strohman1-0/+12
2009-11-23go: makes it build for the case $GOROOT has whitespacesSergio Luis O. B. Correia1-2/+2
2009-11-20gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkgRuss Cox1-3/+3
2009-11-17FreeBSD-specific porting work.Devon H. O'Dell1-1/+1
2009-11-09- replaced gofmt expression formatting algorithm withRobert Griesemer4-49/+49
2009-11-09remove semis after statements in one-statement statement listsRobert Griesemer5-43/+43
2009-11-06- fine-tuning of one-line func heuristic (nodes.go)Robert Griesemer3-24/+8
2009-11-05gofmt-ify template, time, unsafe, flag, fmtRobert Griesemer1-2/+2
2009-10-27files that are okay from the last gofmt roundRuss Cox2-4/+4
2009-10-08more lgtm files from gofmtRuss Cox3-23/+22
2009-10-07apply gofmt to rand reflect regexp rpc runtime sort strconv strings sync sysc...Russ Cox4-132/+125
2009-10-06Change description of time.Time.ZoneOffset to specify east is +ve.Adam Langley1-1/+1
2009-09-23expand ticker interface to allow a client to shut down a ticker.Rob Pike2-18/+48
2009-09-17unused importsRuss Cox2-6/+0
2009-09-15more "declared and not used".Russ Cox2-2/+2
2009-09-14fix "declared and not used" errors in non-test code.Russ Cox2-5/+5
2009-09-14do not crash printing the zero value for time.Time.Russ Cox1-1/+2
2009-08-12convert low-level (used by testing) packages toRuss Cox5-76/+11
2009-08-10remove unnecessary pkg. referencesRuss Cox2-6/+6
2009-08-04get function calls out of the way beforeRuss Cox1-4/+4
2009-06-26Getenv: almost no one wants the error, so make it return a string that may be...Rob Pike1-1/+1
2009-06-25Change os.Error convention:Russ Cox3-47/+23
2009-06-22introduce os.EOF and io.ErrUnexpectedEOF.Russ Cox1-20/+1
2009-06-09mv src/lib to src/pkgRob Pike7-0/+927