summaryrefslogtreecommitdiff
path: root/test/mktime.awk
blob: 8a83df14bd0a8e370df383054a72e549c66fa400 (plain)
1
2
3
{
	print mktime($0, 1)
}