Re: datetime to timestamp

2006-08-11 Thread John Machin
Tim Peters wrote: > [Simen Haugen] > >>> How can I convert a python datetime to a timestamp? It's easy to convert > >>> a timestamp to datetime (datetime.datetime.fromtimestamp(), but the > >>> other way around...?) > > [John Machin] > >> Is the timetuple() method what you want? > >> > >> #>>> imp

Re: datetime to timestamp

2006-08-11 Thread Tim Peters
[Simen Haugen] >>> How can I convert a python datetime to a timestamp? It's easy to convert >>> a timestamp to datetime (datetime.datetime.fromtimestamp(), but the >>> other way around...?) [John Machin] >> Is the timetuple() method what you want? >> >> #>>> import datetime >> #>>> n = datetime.da

Re: datetime to timestamp

2006-08-11 Thread Sion Arrowsmith
John Machin <[EMAIL PROTECTED]> wrote: >On 11/08/2006 11:35 PM, John Machin wrote: >> On 11/08/2006 11:10 PM, Simen Haugen wrote: >>> How can I convert a python datetime to a timestamp? It's easy to convert >>> a timestamp to datetime (datetime.datetime.fromtimestamp(), but the >>> other way aroun

Re: datetime to timestamp

2006-08-11 Thread John Machin
On 11/08/2006 11:35 PM, John Machin wrote: > On 11/08/2006 11:10 PM, Simen Haugen wrote: >> Hi. >> >> How can I convert a python datetime to a timestamp? It's easy to convert >> a timestamp to datetime (datetime.datetime.fromtimestamp(), but the >> other way around...?) >> >> -Simen >> > > Is the

Re: datetime to timestamp

2006-08-11 Thread John Machin
On 11/08/2006 11:10 PM, Simen Haugen wrote: > Hi. > > How can I convert a python datetime to a timestamp? It's easy to convert > a timestamp to datetime (datetime.datetime.fromtimestamp(), but the > other way around...?) > > -Simen > Is the timetuple() method what you want? #>>> import datetim

datetime to timestamp

2006-08-11 Thread Simen Haugen
Hi. How can I convert a python datetime to a timestamp? It's easy to convert a timestamp to datetime (datetime.datetime.fromtimestamp(), but the other way around...?) -Simen -- http://mail.python.org/mailman/listinfo/python-list