<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://www.blogger.com/navbar/15128354?origin\x3dhttps://rss101.blogspot.com', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script>

Thursday, August 11, 2005

 

Why are dates RFC 822?

Gene Saunders writes: "Why does RSS 2.0 use RFC 822 instead of the (infinitely more modern) RFC 2822?"
Here's why we went with RFC 822:
1. Any scripting software that was used in Internet applications would already have to deal with RFC 822 dates, since that was the format used in email. For most app developers, I imagined, they already had library routines that dealt with 822 format dates. The script environment I was using certainly did. Over the years I've never heard a complaint that people were unable to process 822 dates.
2. 822 dates are not only machine readable, they are also human readable. One of the goals of RSS was to be non-intimidating for non-technical users -- they should be able to look at a file and make sense of what's there, where ever possible.
3. Believe it or not, the decision was made in 1997, seven years ago. RSS is a venerable institution, so its anachronisms should be appreciated&amp;nbsp;as one respects a fine wine or an elder statesman, or a format that spawned an incredible market. more...

http://www.sebura.com
Originally Posted on 8/11/2005 4:28:23 PMContent source: http://blogs.law.harvard.edu/tech/2004/05/16#a534

Comments: Post a Comment

<< Home

This page is powered by Blogger. Isn't yours?