import current computer time?

is it possible to import current computer time to blender game engine,so i can make a realtime 3D clock for my screensaver :),if it possible,how? :smiley:

Blender has a full Python implementation, so you can use all the Python time libraries to access date/time information.

http://docs.python.org/3.3/library/time.html