Searched defs:fixedClock (Results 1 – 1 of 1) sorted by relevance
421 Clock fixedClock = Clock.fixed(Instant.ofEpochSecond(0), ZoneOffset.UTC); in checkEntitlementStatus_httpResponse503WithDateTime_returnsRetryAfter() local515 private String getDateTimeAfter(long seconds, Clock fixedClock) { in getDateTimeAfter()