summaryrefslogtreecommitdiff
path: root/ts
diff options
context:
space:
mode:
Diffstat (limited to 'ts')
-rwxr-xr-xts3
1 files changed, 3 insertions, 0 deletions
diff --git a/ts b/ts
index de620c8..d1cbb16 100755
--- a/ts
+++ b/ts
@@ -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))