I use DateFormat to display a date in the locale of the user.
DateFormat.getDateInstance(DateFormat.FULL,locale).format(aDate);
The same record is used for all users.
If I set the date to 05/24/2010, it is displayed in all the locales as 05/23/2010:
Sunday, May 23, 2010
dimanche 23 mai 2010
dimanche 23 mai 2010
Domingo, 23 de Maio de 2010
niedziela, 23 maja 2010
23 mai 2010
Sonntag, 23. Mai 2010
2010年5月23日 星期日
I tried with the database field Localize and not Localize with no luck.
Does anyone have an idea?