Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2011-01-17 | Imported Upstream version 2011.01.12upstream/2011.01.12 | Ondřej Surý | 1 | -11/+30 |
2010-06-29 | time: implement timezones for windows | Alex Brainman | 1 | -8/+3 |
2010-04-27 | time: remove incorrect time.ISO8601 and add time.RFC3339 | Micah Stetson | 1 | -43/+77 |
2010-03-30 | time: do not segment time strings by character class. | Russ Cox | 1 | -164/+201 |
2010-02-04 | Add RFC822 formats as named constants. | Rob Pike | 1 | -5/+22 |
2010-01-15 | fix +0000 time zones. | Rob Pike | 1 | -4/+12 |
2010-01-14 | clean up handling of numeric time zones | Rob Pike | 1 | -43/+70 |
2010-01-13 | don't worry about the number of spaces when parsing. | Rob Pike | 1 | -11/+45 |
2010-01-08 | Add a parser to the time package, the inverse of time.Format | Rob Pike | 1 | -0/+230 |
2010-01-07 | make Format about twice as fast by removing allocations, using a bytes.Buffer | Rob Pike | 1 | -31/+21 |
2010-01-07 | New time formatter, time.Format(formatString) | Rob Pike | 1 | -0/+227 |