Return-Path: X-Original-To: apmail-flex-dev-archive@www.apache.org Delivered-To: apmail-flex-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8502FF213 for ; Wed, 24 Apr 2013 04:16:03 +0000 (UTC) Received: (qmail 92094 invoked by uid 500); 24 Apr 2013 04:16:02 -0000 Delivered-To: apmail-flex-dev-archive@flex.apache.org Received: (qmail 92052 invoked by uid 500); 24 Apr 2013 04:16:01 -0000 Mailing-List: contact dev-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flex.apache.org Delivered-To: mailing list dev@flex.apache.org Received: (qmail 92018 invoked by uid 99); 24 Apr 2013 04:16:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Apr 2013 04:16:00 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of justinmclean@gmail.com designates 209.85.220.44 as permitted sender) Received: from [209.85.220.44] (HELO mail-pa0-f44.google.com) (209.85.220.44) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Apr 2013 04:15:53 +0000 Received: by mail-pa0-f44.google.com with SMTP id bi5so918915pad.31 for ; Tue, 23 Apr 2013 21:15:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:content-type:subject:date:message-id:to :mime-version:x-mailer; bh=NOHwH81k8yLG6VVOOnL2JSbq2Nvzlbbr1WUfg17zIK8=; b=gVrBD8JHkYliwP4w1dIs3KLzSKdz1TVrSrFAVFJRJO4xmiPghnuFfC/eQu/g9zHTop lFCGtQY1uKZS/i70ltothNCie3SpXIp1gIbGHFH58KxcCb4IC/xtDX0CRmebxmO/qI9e /mRPIsu/S/h3iWm8tx76mQnbsb8oVBu7wcKCDI6JN8Neo8pykZC++KWxkS7WoJXOA3wh xil/D1xFbNR/b6hIh8e1GacsdQVJIZ+NXqj0SIHmbp9KyMQoqWJSArviVV7vGk2blBfq h47WdNUdhLpx9B2Bpi1YfZqyOcR27YHNRzRfwIC4rVqktffkA2BfxKOetJ6R5hB6G4sn JJfQ== X-Received: by 10.66.27.197 with SMTP id v5mr19559567pag.211.1366776933686; Tue, 23 Apr 2013 21:15:33 -0700 (PDT) Received: from [192.168.0.8] (124-149-33-247.dyn.iinet.net.au. [124.149.33.247]) by mx.google.com with ESMTPSA id ag4sm1277232pbc.20.2013.04.23.21.15.31 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Tue, 23 Apr 2013 21:15:32 -0700 (PDT) From: Justin Mclean Content-Type: multipart/alternative; boundary="Apple-Mail=_15D5683F-EA8A-439E-B688-3D23A20F4B3F" Subject: am/pm parsing in DateFormater (and Greek times) Date: Wed, 24 Apr 2013 13:44:31 +1000 Message-Id: <108EB229-4A9A-495D-BC04-714D8E815618@gmail.com> To: dev@flex.apache.org Mime-Version: 1.0 (Apple Message framework v1283) X-Mailer: Apple Mail (2.1283) X-Virus-Checked: Checked by ClamAV on apache.org --Apple-Mail=_15D5683F-EA8A-439E-B688-3D23A20F4B3F Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 Hi, Think I've sorted most of the am/pm date parsing issues out for = supported locales. See latest check in - feedback would be appreciated. Greek date time is a bit of an issue in that it can use pm/mm for am/pm = (ie pm is actually am) or use =CF=80=CE=BC/=CE=BC=CE=BC. The flash = player uses =CF=80=CE=BC/=CE=BC=CE=BC for am/pm in el_GR locale so that = what I gone ahead with. Can any one with more Greek than me confirm this is an issue? There was also an existing issue with "HH:MM AA" formats in the mustella = tests they were testing that the SDK correctly provided incorrect = results and passed them. This has also been fixed. Thanks, Justin= --Apple-Mail=_15D5683F-EA8A-439E-B688-3D23A20F4B3F--