Home
last modified time | relevance | path

Searched defs:REIWA_1ST (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/test/java/time/test/java/time/chrono/
DTestEraDisplayName.java58 private static final LocalDate REIWA_1ST = LocalDate.of(2019, 5, 1); field in TestEraDisplayName
211 assertEquals(LocalDate.parse(REIWA_1ST.format(f), f), REIWA_1ST); in test_reiwaNames() local