<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/clojure/tags/date</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sun, 19 May 2013 02:14:26 GMT</pubDate>
<item>
<title>(Clojure) Clojure ISO 8601 current date with clj-time - ef</title>
<link>http://snipplr.com/view/62060/clojure-iso-8601-current-date-with-cljtime/</link>
<description><![CDATA[ <p>Better way of generating date in ISO 8601 format (e.g. "2011-12-12T20:50:22+0100").  
Needs to require  [clj-time.core :as time]  and  [clj-time.format :as time-format].</p> ]]></description>
<pubDate>Wed, 21 Dec 2011 23:10:15 GMT</pubDate>
<guid>http://snipplr.com/view/62060/clojure-iso-8601-current-date-with-cljtime/</guid>
</item>
<item>
<title>(Clojure) Clojure ISO 8601 current date - ef</title>
<link>http://snipplr.com/view/61835/clojure-iso-8601-current-date/</link>
<description><![CDATA[ <p>Return string representing current date in ISO 8601 format, e.g. "2011-12-12T20:50:22+0100".
java.util.Calendar and java.text.SimpleDateFormat have to be imported first.
NOTICE: Use this instead: http://snipplr.com/view/62060/clojure-iso-8601-current-date-with-cljtime/</p> ]]></description>
<pubDate>Tue, 13 Dec 2011 06:54:22 GMT</pubDate>
<guid>http://snipplr.com/view/61835/clojure-iso-8601-current-date/</guid>
</item>
</channel>
</rss>