Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:12148 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 99856 invoked by uid 1010); 13 Aug 2004 09:56:37 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 99832 invoked by uid 1007); 13 Aug 2004 09:56:37 -0000 Message-ID: <20040813095635.99789.qmail@pb1.pair.com> To: internals@lists.php.net Date: Fri, 13 Aug 2004 13:09:28 +0300 User-Agent: Mozilla Thunderbird 0.7.3 (Windows/20040803) X-Accept-Language: en-us, en MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 212.110.132.221 Subject: Locale-aware date parsing From: alex_mailbox53@yahoo.com (Alexander Netkachev) Hi! I'm learning the date formatting and parsing functions in PHP and see that there are no locale-aware date parsing function (strptime) that is a pair for strftime. Are there reasons to not implement it? Is a patch welcome? Some info about it is here: http://www.google.com/search?q=strptime and http://www.opengroup.org/onlinepubs/007908799/xsh/strptime.html Thanks, Alex