Searched refs:RFC_1123_DATE_TIME (Results 1 – 3 of 3) sorted by relevance
40 DateTimeFormatter.RFC_1123_DATE_TIME, in test_getDecimalStyle()
1217 public static final DateTimeFormatter RFC_1123_DATE_TIME; field in DateTimeFormatter1242 RFC_1123_DATE_TIME = new DateTimeFormatterBuilder()
1255 assertEquals(DateTimeFormatter.RFC_1123_DATE_TIME.format(test), expected); in test_print_rfc1123()1261 …assertEquals(DateTimeFormatter.RFC_1123_DATE_TIME.withLocale(Locale.FRENCH).format(test), expected… in test_print_rfc1123_french()1267 DateTimeFormatter.RFC_1123_DATE_TIME.format(test); in test_print_rfc1123_missingField()1272 assertEquals(DateTimeFormatter.RFC_1123_DATE_TIME.getChronology(), IsoChronology.INSTANCE); in test_rfc1123_basics()1273 assertEquals(DateTimeFormatter.RFC_1123_DATE_TIME.getZone(), null); in test_rfc1123_basics()1274 assertEquals(DateTimeFormatter.RFC_1123_DATE_TIME.getResolverStyle(), ResolverStyle.SMART); in test_rfc1123_basics()