- Sort Score
- Result 10 results
- Languages All
Results 1 - 7 of 7 for withZone (0.06 sec)
-
api/maven-api-core/src/test/java/org/apache/maven/api/MonotonicClockTest.java
// Verify that attempting to change timezone returns the same instance Clock newClock = clock.withZone(ZoneId.systemDefault()); assertSame(clock, newClock, "withZone() should return the same clock instance"); } @Test @DisplayName("MonotonicClock should maintain monotonic time progression")
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Wed Jan 15 06:28:29 UTC 2025 - 5.8K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/MonotonicClock.java
* The provided zone parameter is ignored. * * @param zone the target timezone (ignored) * @return this clock instance */ @Override public Clock withZone(ZoneId zone) { // Monotonic clock is always UTC-based return this; }
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Wed Jan 15 06:28:29 UTC 2025 - 5.6K bytes - Viewed (0) -
api/go1.18.txt
pkg net/netip, method (Addr) Prev() Addr pkg net/netip, method (Addr) String() string pkg net/netip, method (Addr) StringExpanded() string pkg net/netip, method (Addr) Unmap() Addr pkg net/netip, method (Addr) WithZone(string) Addr pkg net/netip, method (Addr) Zone() string pkg net/netip, method (AddrPort) Addr() Addr pkg net/netip, method (AddrPort) AppendTo([]uint8) []uint8 pkg net/netip, method (AddrPort) IsValid() bool
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Fri Feb 17 20:31:46 UTC 2023 - 13K bytes - Viewed (0) -
fess-crawler-opensearch/src/main/java/org/codelibs/fess/crawler/service/impl/AbstractCrawlerService.java
} /** * Default date time formatter for ISO 8601 format with UTC timezone. */ public static final DateTimeFormatter DEFAULT_DATE_PRINTER = ISODateTimeFormat.dateTime().withZone(DateTimeZone.UTC); /** * Converts a Date object to its string representation in ISO 8601 format. * * @param value The Date object to convert.
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Thu Aug 07 02:55:08 UTC 2025 - 34.2K bytes - Viewed (0) -
fess-crawler/src/test/resources/extractor/eml/sample2.eml
t=1&cn=ZmxleGlibGVfcmVjc18y&sig=8eeab7ed4cbcf7c653beac189463d69a5a6b6236&iid=7c2e8db7f2e0464eb1fb51f268eeba54&uid=131239501&nid=244+300" style="text-decoration:none;border-style:none;border:0;padding:0;margin:0;color:#2b7bb9;">withne.ws/1fHYMW1</a> <a class="hashtag" href="https://twitter.com/i/redirect?url=https%3A%2F%2Ftwitter.com%2Fsearch%3Ft%3D1%26cn%3DZmxleGlibGVfcmVjc18y%26sig%3D444668d081f9931be1ad7f32ff3403ce9492e9ce%26al%3D1%26refsrc%3Demail%26iid%3D7c2e8db7f2e0464eb...
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sat Jan 16 07:50:35 UTC 2016 - 91.6K bytes - Viewed (0) -
api/go1.txt
pkg text/template/parse, method (*VariableNode) Copy() Node pkg text/template/parse, method (*VariableNode) String() string pkg text/template/parse, method (*WithNode) Copy() Node pkg text/template/parse, method (*WithNode) String() string pkg text/template/parse, method (ActionNode) Type() NodeType pkg text/template/parse, method (BoolNode) Type() NodeType
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Aug 14 18:58:28 UTC 2013 - 1.7M bytes - Viewed (0) -
api/go1.1.txt
pkg text/template/parse, method (TemplateNode) Position() Pos pkg text/template/parse, method (TextNode) Position() Pos pkg text/template/parse, method (VariableNode) Position() Pos pkg text/template/parse, method (WithNode) Position() Pos pkg text/template/parse, type ActionNode struct, embedded Pos pkg text/template/parse, type BoolNode struct, embedded Pos pkg text/template/parse, type BranchNode struct, embedded Pos
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Thu Mar 31 20:37:15 UTC 2022 - 2.6M bytes - Viewed (0)