Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
testTimeZone
Method · 0.80
Calls
2
fakeValuesService
Method · 0.80
resolve
Method · 0.45
Tested by
1
testTimeZone
Method · 0.64