Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-05-05 | ts: Fix timezone used with -i | Joey Hess | 1 | -6/+3 | |
Before, -i %.s would print an offset from GMT in seconds, which is wrong. Setting the timezone to GMT internally fixes this, and means it doesn't need to special case use of gmtime to make the default time format work with -i. | |||||
2013-03-27 | fix for syslog-style single-digit day dates, e.g. 'Feb 3' | Peter Lunicks | 1 | -1/+1 | |
2013-01-25 | add support for incremental timestamping | Thomas Vander Stichele | 1 | -4/+46 | |
2013-01-01 | Typo. Closes: #697113 | Joey Hess | 1 | -1/+1 | |
2011-04-01 | ts: Support %.s for seconds sinch epoch with subsecond resolution. Closes: ↵ | Joey Hess | 1 | -5/+6 | |
#619764 | |||||
2010-04-28 | add note about 578517 | Joey Hess | 1 | -1/+2 | |
2008-05-28 | ts: Support displaying fractional seconds via a "%.S" conversion ↵ | Joey Hess | 1 | -3/+22 | |
specification. Closes: #482789 | |||||
2008-04-12 | ts improvements | Joey Hess | 1 | -2/+8 | |
* ts: Allow both -r and a format to be specified, to parse dates and output in a specified format. * ts: Fix bug in timezone regexp. | |||||
2006-08-19 | support lastlog format | joeyh | 1 | -0/+3 | |
2006-08-18 | * Change the default ts format to include the month and day, for consistency | joeyh | 1 | -7/+55 | |
with syslog format. * Add -r switch to ts, which makes it convert existing timestamps in the input into relative times, such as "15m2s ago". | |||||
2006-02-19 | add | joeyh | 1 | -0/+37 | |