index
:
egawk
master
Enhanced GNU Awk
kaz@kylheku.com
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
negtime.awk
blob: 743c6d055bf8c9f69a473640f5416ab37fc949ea (
plain
)
1
2
3
4
BEGIN
{
then
=
mktime
(
"1959 12 15 7 00 00"
)
print
strftime
(
PROCINFO
[
"strftime"
],
then
)
}