Blame test/mktime.awk

Packit Service f629e6
{
Packit Service f629e6
	print mktime($0, 1)
Packit Service f629e6
}