这个应用程序基于一个包含各大城市、州、省的大型地点及其时区表。方法包括:通过timeZones()构建时间转换器对象,使用tz = t.zone(place)找到特定地点的时区(-11到+12),使用tm = t.st2utc(time, place)将本地标准时间转换为UTC,tm = t.dst2utc(time, place)将当地夏令时转换为UTC,tm = t.utc2st(time, place)将UTC转换为当地标准时间,tm = t.utc2dst(time, place)将UTC转换为当地夏令时,t.places()列出所有地点的时间。