How can I display the current time as:
12:18PM EST on Oct 18, 2010
in Python. Thanks.
Take a look at the facilities provided by the time module
You have several conversion functions there.
Edit: see the datetime module for more OOP-like solutions. The time library linked above is kinda imperative.
time