public TimeZone(name as String, offsetHours as Int):
import klyn.time timeZone = TimeZone("GMT", 0) print(timeZone.toString()) # Output: GMT (UTC+0)