Date: 03/08/06 (PHP Community) Keywords: php, rss I need to produce date times in an ISO standard format for RSS feeds. Mi, 08 Mär 2006 14:42:05 +0100 Which is no use It has to be Mon, 08 Mar 2006 14:42:05 +0100 Is there anyway to do a getlocale so I can cache the old locale before calling a setlocale to override to en_gb briefly for the stftime operation then quickly set PHP back to the old locale for the rest of the processing? Or do I really have to re-implement strftime in a locale-insensitive way? Cheers.
|