net.i2p.router.time
Class Zones

java.lang.Object
  extended by net.i2p.router.time.Zones

 class Zones
extends Object

Country to continent mapping for NTP.

Since:
0.9.20

Constructor Summary
Zones(I2PAppContext ctx)
          Reads in the file in the constructor, so hold onto this.
 
Method Summary
 String getZone(String country)
          Get the NTP zone for a country
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Zones

public Zones(I2PAppContext ctx)
Reads in the file in the constructor, so hold onto this.

Method Detail

getZone

public String getZone(String country)
Get the NTP zone for a country

Parameters:
country - non-null, two letter code, case-independent
Returns:
lower-case NTP zone, e.g. "africa", or null