Tools, FAQ, Tutorials:
Atom "feed/updated" Element
What is the Atom "feed/updated" element? How To Generate a "feed/updated" element?
✍: FYIcenter.com
The <updated> element is a required sub-element of the <feed> element. The Atom specification requires that you provide a data and a time of when this feed was updated. There is no problem to know the data and time for this element. But you need to pay attention to the format of how the date and time should be specified.
Atom specification requires you to use the format defined in RFC 3393 for the updated element. So you should one of the following two formats defined in RFC 3339:
2017-11-29, 1571🔥, 0💬
Popular Posts:
How To Use an Array as a Queue in PHP? A queue is a simple data structure that manages data elements...
How to convert a JSON text string to an XML document with PHP language? Currently, there is no built...
What properties and functions are supported on http.client.HTTPResponse objects? If you get an http....
How to use the RSS Online Validator at w3.org? You can follow this tutorial to learn how to use the ...
How to use the "send-one-way-request" Policy statement to call an extra web service for an Azure API...