Published in: Python
import datetime import time import email.Utils hoy = datetime.datetime.now() hoySec = time.mktime(now.timetuple()) fecha = email.Utils.formatdate(hoySec) fecha[0:len(fecha)-6] + " CET"
You need to login to post a comment.
Learning Python
The authors of Learning Python show you enough essentials of the Python scripting language to enable you to begin solving problems right away, then reveal more powerful aspects of the language one at a time. This approach is sure to appeal to programmers and system administrators who have urgent problems and a preference for learning by semi-guided experimentation.
buscarini on 04/11/08
Published in: Python
import datetime import time import email.Utils hoy = datetime.datetime.now() hoySec = time.mktime(now.timetuple()) fecha = email.Utils.formatdate(hoySec) fecha[0:len(fecha)-6] + " CET"
You need to login to post a comment.