1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04:00

Backported r1807 (use locale independent date formatter) to 2.8 branch.

This commit is contained in:
cketti 2010-06-15 13:18:43 +00:00
parent e16df6206e
commit 5e3e8f66fb

View File

@ -93,7 +93,7 @@ public class ImapStore extends Store
private volatile String mCombinedPrefix = null;
private volatile String mPathDelimeter = null;
private static final SimpleDateFormat RFC3501_DATE = new SimpleDateFormat("dd-MMM-yyyy");
private static final SimpleDateFormat RFC3501_DATE = new SimpleDateFormat("dd-MMM-yyyy", Locale.US);
private LinkedList<ImapConnection> mConnections =
new LinkedList<ImapConnection>();