]> err.no Git - moreutils/commitdiff
add note about 578517
authorJoey Hess <joey@kitenet.net>
Wed, 28 Apr 2010 15:47:55 +0000 (11:47 -0400)
committerJoey Hess <joey@kitenet.net>
Wed, 28 Apr 2010 15:47:55 +0000 (11:47 -0400)
ts

diff --git a/ts b/ts
index ca150b4a36105ee55ca72920d6adce1aafd9a05a..042cc18b8a0b4649874b229c039b7b9d79806bfc 100755 (executable)
--- 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.