Blame test/mktime.awk

Packit 575503
{
Packit 575503
	print mktime($0, 1)
Packit 575503
}