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, 1656🔥, 0💬
Popular Posts:
How to create Hello-3.1.epub with WinRAR? I have all required files to create Hello-3.1.epub. To cre...
How To Merge Cells in a Column? If you want to merge multiple cells vertically in a row, you need to...
Where to find tutorials on Using Azure API Management Publisher Dashboard? Here is a list of tutoria...
Where Is the Submitted Form Data Stored in PHP? When a user submit a form on your Web server, user e...
How to use urllib.parse.urlencode() function to encode HTTP POST data? My form data has special char...