A function to format a time string according to the frankly obsolete RFC733 standard published 1977-11-21. This was necessary as I was generating some OPML which for whatever reason uses this format. function rfc733String( i ) { // IN: formatted time string OUT: RFC733 UTC time string if ( i == undefined ) { var […]