From: Joey Hess Date: Wed, 28 Apr 2010 15:47:55 +0000 (-0400) Subject: add note about 578517 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=717323107eb5583236d64cf0864247979e0c4ca1;p=moreutils add note about 578517 --- diff --git a/ts b/ts index ca150b4..042cc18 100755 --- a/ts +++ b/ts @@ -20,7 +20,8 @@ expanded to fractional seconds (ie, "30.00001"). If the -r switch is passed, it instead converts existing timestamps in the input to relative times, such as "15m5s ago". Many common timestamp formats are supported. Note that the Time::Duration and Date::Parse perl -modules are required for this mode to work. +modules are required for this mode to work. Currently, converting localized +dates is not supported. If both -r and a format is passed, the existing timestamps are converted to the specified format.