global class TimeZone { global Object clone() { } global String getDisplayName() { } global String getID() { } global Integer getOffset(Datetime dt) { } global static System.TimeZone getTimeZone(String id) { } global String toString() { } }