<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Recent Posts in datetime datatype | Unfuddle Community</title>
    <link>http://unfuddle.com/community</link>
    <description>Unfuddle Community Forums</description>
    <item>
      <guid isPermaLink="false">www.unfuddle.com/community:6:973:2772</guid>
      <title>datetime datatype posted by luongj @ Wed, 25 Aug 2010 05:45:05 UTC</title>
      <link>http://www.unfuddle.com/community/forums/6/topics/973</link>
      <description>I am trying to build an importer tool in ColdFusion to convert from a PM system called 5PM (a feat likely never to be repeated).  I've got the bulk of what I wanted to do put together, but during the course of trying to bring over comments (related to tickets), I haven't been able to figure out what the date format is.  

Based on the data model for comment (http://unfuddle.com/docs/api/data_models#comment), I am trying to fulfill the requirement for:

  &lt;created-at type=&quot;datetime&quot;&gt; &lt;/created-at&gt;

I've tried two different formats:

2002-05-30T09:00:00 (based on http://www.w3schools.com/Schema/schema_dtypes_date.asp)
2002-05-30T05:13:50Z (based on the result of a GET against my comments)

Neither seems to show up correctly in the system and instead the date associated with the comment is the time at which the request took place.  

Anybody have any leads?</description>
      <pubDate>Wed, 25 Aug 2010 05:45:05 UTC</pubDate>
      <author>luongj</author>
    </item>
    <item>
      <guid isPermaLink="false">www.unfuddle.com/community:6:973:2777</guid>
      <title>datetime datatype replied by David C. @ Wed, 01 Sep 2010 23:30:46 UTC</title>
      <link>http://www.unfuddle.com/community/forums/6/topics/973</link>
      <description>luongj,

The &quot;created-at&quot; field is read-only. This means that even if you include a value in the request, that value will be ignored and the actual time of the request will be used as you have experienced.</description>
      <pubDate>Wed, 01 Sep 2010 23:30:46 UTC</pubDate>
      <author>David C.</author>
    </item>
  </channel>
</rss>

