summaryrefslogtreecommitdiff
path: root/ts
AgeCommit message (Collapse)AuthorFilesLines
2013-05-05ts: Fix timezone used with -iJoey Hess1-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-27fix for syslog-style single-digit day dates, e.g. 'Feb 3'Peter Lunicks1-1/+1
2013-01-25add support for incremental timestampingThomas Vander Stichele1-4/+46
2013-01-01Typo. Closes: #697113Joey Hess1-1/+1
2011-04-01ts: Support %.s for seconds sinch epoch with subsecond resolution. Closes: ↵Joey Hess1-5/+6
#619764
2010-04-28add note about 578517Joey Hess1-1/+2
2008-05-28ts: Support displaying fractional seconds via a "%.S" conversion ↵Joey Hess1-3/+22
specification. Closes: #482789
2008-04-12ts improvementsJoey Hess1-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-19support lastlog formatjoeyh1-0/+3
2006-08-18* Change the default ts format to include the month and day, for consistencyjoeyh1-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-19addjoeyh1-0/+37