#!/usr/bin/env python2 import time print "Content-Type: text/html\n\n" # html markup follows timeStr = time.strftime("%c") htmlFormat = """
The current Central date and time is: %s