owios7 / android-sms

Automatically exported from code.google.com/p/android-sms
0 stars 0 forks source link

Incorrect date header in gmail when using non-english android #36

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Use an non-english android
2. Execute a backup
3. Go to gmail to view your SMS

What is the expected output? What do you see instead?
In gmail, SMS are displayed with received date = backup date. This is
caused by the date formatting which should always be in english.

Expected headers :
Message-ID: xxxx
Subject: SMS with XXXX
To: xxxx
...
Date: Wed, 29 jull 2009 10:57:46 +0200

Got : 
Date: mer., 29 juil. 2009 10:57:46 +0200
(my android phone is in french)

Original issue reported on code.google.com by thiel.al...@gmail.com on 30 Jul 2009 at 1:00

GoogleCodeExporter commented 8 years ago

Original comment by chstu...@gmail.com on 30 Jul 2009 at 3:04