<?xml version="1.0" encoding="UTF-8" ?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
  <title>Latest snippets tagged time date</title>
  <link rel="alternate" href="http://snippets.prendreuncafe.com/snippets/tagged/time+date/order_by/date"></link>
  <id>http://snippets.prendreuncafe.com/snippets/tagged/time+date/order_by/date</id>
  <updated>2008-04-18T21:41:13Z</updated>
  <author>
    <name>Symfony</name>
    <author_email>noreply@symfony-project.com</author_email>
  </author>
<entry>
  <title>Convertir un timestamp unix en ligne de commande</title>
  <link href="http://snippets.prendreuncafe.com/snippet/88"></link>
  <updated>2008-04-18T21:41:13Z</updated>
  <id>88</id>
  <summary type="html">C'est bête mais ça peut toujours servir.

[code]
$ date -r 1204748227
Wed Mar  5 12:17:07 PST 2008
[/code]</summary>
</entry>
</feed>