MCPcopy Create free account
hub / github.com/MenoData/Time4J / toLocalTimestamp

Method toLocalTimestamp

base/src/main/java/net/time4j/Moment.java:1114–1118  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1112 * @see #toZonalTimestamp(String)
1113 */
1114 public PlainTimestamp toLocalTimestamp() {
1115
1116 return this.in(Timezone.ofSystem());
1117
1118 }
1119
1120 /**
1121 * <p>Converts this instance to a local timestamp in given timezone. </p>

Callers 1

toLocalIntervalMethod · 0.80

Calls 2

inMethod · 0.95
ofSystemMethod · 0.95

Tested by

no test coverage detected