- Sort Score
- Num 10 results
- Language All
Results 1 - 5 of 5 for withZone (0.53 seconds)
-
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")Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Wed Jan 15 06:28:29 GMT 2025 - 5.8K bytes - Click Count (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; }Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Wed Jan 15 06:28:29 GMT 2025 - 5.6K bytes - Click Count (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
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Fri Feb 17 20:31:46 GMT 2023 - 13K bytes - Click Count (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
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Wed Aug 14 18:58:28 GMT 2013 - 1.7M bytes - Click Count (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
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Thu Mar 31 20:37:15 GMT 2022 - 2.6M bytes - Click Count (0)