Searched refs:london (Results 1 – 2 of 2) sorted by relevance
127 ZoneId london = ZoneId.of("Europe/London"); in test_mockInstantClock_withZone() local128 Clock changed = MOCK_INSTANT.withZone(london); in test_mockInstantClock_withZone()131 assertEquals(changed.getZone(), london); in test_mockInstantClock_withZone() local
262 TimeZone london = TimeZone.getTimeZone("Europe/London"); in test_setTimeZone() local264 builder.setTimeZone(london); in test_setTimeZone()267 expected.setTimeZone(london); in test_setTimeZone()