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:
Â
⇒Atom Specification - RFC 4287
⇒⇒RSS FAQ and Tutorials
2017-11-29, 1154👍, 0💬
Popular Posts:
What's Wrong with "while ($c=fgetc($f)) {}" in PHP? If you are using "while ($c=fgetc($f)) {}" to lo...
What is Azure API Management Gateway? Azure API Management Gateway is the Azure Web server that serv...
How to create a new API on the Publisher Dashboard of an Azure API Management Service? If you are ne...
How to access elements from the PHP array returned from json_decode() on a JSON array? By default, j...
How to include additional claims in Azure AD v2.0 id_tokens? If you want to include additional claim...