-----Original Message----- From: Levent "?omo?lu To: Tutor at python.org Sent: 9/7/2003 3:34 PM Subject: [Tutor] System time Hi Tutor, how can i get the time and date? a very short question but i dont know :) Hello: take a look at time module. eg import time time.localtime() /dinakar