diff options
author | joeyh <joeyh> | 2006-08-19 19:26:59 +0000 |
---|---|---|
committer | joeyh <joeyh> | 2006-08-19 19:26:59 +0000 |
commit | 4efc12865588023b906c51cd688c6f67941051f6 (patch) | |
tree | 71e9868cf2fa2eca34834d2592caed20c8d9dc9c | |
parent | de4c5fde3d86ae278e71b102f640b110f361bda2 (diff) | |
download | moreutils-4efc12865588023b906c51cd688c6f67941051f6.tar.gz |
support lastlog format
-rwxr-xr-x | ts | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -75,6 +75,9 @@ while (<>) { # 16 Jun 94 07:29:35 (?:\s+\w\w\w|\s+-\d\d\d\d)? # (optional timezone) + | + \w\w\w\s+\w\w\w\s+\d\d\s+\d\d:\d\d + # lastlog format )\b }{ concise(ago(time - str2time($1), 2)) |