(root)/
gawk-5.2.2/
test/
negtime.awk
BEGIN {
then = mktime("1959 12 15 7 00 00")
print strftime(PROCINFO["strftime"], then)
}