summaryrefslogtreecommitdiff
path: root/src/pkg/time/format.go
AgeCommit message (Expand)AuthorFilesLines
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-11/+30
2010-06-29time: implement timezones for windowsAlex Brainman1-8/+3
2010-04-27time: remove incorrect time.ISO8601 and add time.RFC3339Micah Stetson1-43/+77
2010-03-30time: do not segment time strings by character class.Russ Cox1-164/+201
2010-02-04Add RFC822 formats as named constants.Rob Pike1-5/+22
2010-01-15fix +0000 time zones.Rob Pike1-4/+12
2010-01-14clean up handling of numeric time zonesRob Pike1-43/+70
2010-01-13don't worry about the number of spaces when parsing.Rob Pike1-11/+45
2010-01-08Add a parser to the time package, the inverse of time.FormatRob Pike1-0/+230
2010-01-07make Format about twice as fast by removing allocations, using a bytes.BufferRob Pike1-31/+21
2010-01-07New time formatter, time.Format(formatString)Rob Pike1-0/+227