aboutsummaryrefslogtreecommitdiffstats
path: root/awklib/eg/lib/gettime.awk
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2010-12-06 22:02:27 +0200
committerArnold D. Robbins <arnold@skeeve.com>2010-12-06 22:02:27 +0200
commit86643fa35036db1f40ce61da6358da455abe3c3b (patch)
tree6e391bacf6411fdb6b38b35b4793842b6c577b09 /awklib/eg/lib/gettime.awk
parent6b9ed56f74baa4af529e100dff19afcd23ed7cd8 (diff)
downloadegawk-86643fa35036db1f40ce61da6358da455abe3c3b.tar.gz
egawk-86643fa35036db1f40ce61da6358da455abe3c3b.tar.bz2
egawk-86643fa35036db1f40ce61da6358da455abe3c3b.zip
More doc updates. Remove whiny test.
Diffstat (limited to 'awklib/eg/lib/gettime.awk')
-rw-r--r--awklib/eg/lib/gettime.awk2
1 files changed, 1 insertions, 1 deletions
diff --git a/awklib/eg/lib/gettime.awk b/awklib/eg/lib/gettime.awk
index d79b8f40..95f9c329 100644
--- a/awklib/eg/lib/gettime.awk
+++ b/awklib/eg/lib/gettime.awk
@@ -31,7 +31,7 @@ function gettimeofday(time, ret, now, i)
now = systime()
# return date(1)-style output
- ret = strftime("%a %b %d %H:%M:%S %Z %Y", now)
+ ret = strftime("%a %b %e %H:%M:%S %Z %Y", now)
# clear out target array
delete time