MCPcopy Create free account
hub / github.com/DiUS/java-faker / timeZone

Method timeZone

src/main/java/com/github/javafaker/Address.java:94–96  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

92 }
93
94 public String timeZone() {
95 return faker.fakeValuesService().resolve("address.time_zone", this, faker);
96 }
97
98 public String country() {
99 return faker.fakeValuesService().resolve("address.country", this, faker);

Callers 1

testTimeZoneMethod · 0.80

Calls 2

fakeValuesServiceMethod · 0.80
resolveMethod · 0.45

Tested by 1

testTimeZoneMethod · 0.64