<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">

 <title>Dave Dash</title>
 <link href="http://davedash.com/tag/timestamp/atom.xml" rel="self"/>
 <link href="http://davedash.com/tag/timestamp"/>
 <updated>2012-01-17T21:54:19-08:00</updated>
 <id>http://davedash.com/</id>
 <author>
   <name>Dave Dash</name>
   <email>dd+atom1@davedash.com</email>
 </author>

 
 <entry>
   <title>unixtimestamp conversion</title>
   <link href="http://davedash.com/2008/03/06/unixtimestamp-conversion/"/>
   <updated>2008-03-06T00:00:00-08:00</updated>
   <id>http://davedash.com/2008/03/06/unixtimestamp-conversion</id>
   <content type="html">&lt;p&gt;My coworker taught me this:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;dash$ date -r 1204748227
Wed Mar  5 12:17:07 PST 2008
&lt;/code&gt;&lt;/pre&gt;
</content>
 </entry>
 
 <entry>
   <title>unix timestamp in python</title>
   <link href="http://davedash.com/2008/02/14/unix-timestamp-in-python/"/>
   <updated>2008-02-14T00:00:00-08:00</updated>
   <id>http://davedash.com/2008/02/14/unix-timestamp-in-python</id>
   <content type="html">&lt;p&gt;I spent far too much time learning that:&lt;/p&gt;

&lt;div&gt;&lt;textarea class=&quot;python&quot; name=&quot;code&quot;&gt;
from time import time
print time()
&lt;/textarea&gt;&lt;/div&gt;


&lt;p&gt;gives me the nice numeric representation of the unix timestamp.&lt;/p&gt;
</content>
 </entry>
 

</feed>

