User Tools

Site Tools


cs_lang:python:things-to-know:date-and-time

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Last revisionBoth sides next revision
cs_lang:python:things-to-know:date-and-time [2011/06/17 07:53] – created cedriccs_lang:python:things-to-know:date-and-time [2011/06/17 07:53] cedric
Line 1: Line 1:
-<python>+<code python>
 import time import time
  
Line 8: Line 8:
 epoch = int(time.mktime(time.strptime(date_time, pattern))) epoch = int(time.mktime(time.strptime(date_time, pattern)))
 print epoch print epoch
-</python>+</code>
cs_lang/python/things-to-know/date-and-time.txt · Last modified: 2012/06/20 11:14 by cedric