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, ∼2015🔥, 0💬
Popular Posts:
How to add request query string Parameters to my Azure API operation to make it more user friendly? ...
How to access Request body from "context.Request.Body" object in Azure API Policy? Request body is t...
How to send an FTP request with the urllib.request.urlopen() function? If an FTP server supports ano...
How to Install Docker Desktop 2.5.0 on Windows 10? You can follow this tutorial to Install Docker De...
What is Azure API Management Developer Portal? Azure API Management Developer Portal is an Azure Web...