#!/Library/Frameworks/Python.framework/Versions/Current/bin/python
# L-18 MCS 275 Mon 25 Feb 2008 : showtime.py
import time
print "Content-Type: text/plain\n"
print time.ctime(time.time())
