diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2010-12-06 22:02:27 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2010-12-06 22:02:27 +0200 |
commit | 86643fa35036db1f40ce61da6358da455abe3c3b (patch) | |
tree | 6e391bacf6411fdb6b38b35b4793842b6c577b09 /awklib/eg/lib/gettime.awk | |
parent | 6b9ed56f74baa4af529e100dff19afcd23ed7cd8 (diff) | |
download | egawk-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.awk | 2 |
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 |