#!/usr/bin/env cscript
#include <stdio.h>
#include <time.h>

int
main(int argc, char *argv[]) {
	int epoch = 42683;

	time_t value;


}