Index: . =================================================================== --- . (revision 545873) +++ . (working copy) @@ -33,6 +33,7 @@ import java.text.DateFormat; import java.text.SimpleDateFormat; import java.util.Date; +import java.util.Locale; import junit.framework.Test; import junit.framework.TestCase; @@ -421,7 +422,7 @@ Cookie cookie = new Cookie("name", "value"); CookieAttributeHandler h = new BasicExpiresHandler(new String[] {DateUtils.PATTERN_RFC1123}); - DateFormat dateformat = new SimpleDateFormat(DateUtils.PATTERN_RFC1123); + DateFormat dateformat = new SimpleDateFormat(DateUtils.PATTERN_RFC1123, Locale.US); dateformat.setTimeZone(DateUtils.GMT); Date now = new Date();