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, ∼2054🔥, 0💬
Popular Posts:
Where Is the Submitted Form Data Stored in PHP? When a user submit a form on your Web server, user e...
How To Truncate an Array in PHP? If you want to remove a chunk of values from an array, you can use ...
How to access URL template parameters from "context.Request.Matched Parameters"object in Azure API P...
How to add images to my EPUB books Images can be added into book content using the XHTML "img" eleme...
How to create a navigation file like navigation.xhtml for an EPUB 3.0 book? At least one navigation ...