public override toString() as String:
Returns a string representation of this TimeZone object.
A string representation of the TimeZone object. import klyn.time timeZone = TimeZone.GMT print(timeZone.toString()) # Output: GMT (UTC+0)
import klyn.time timeZone = TimeZone.GMT print(timeZone.toString()) # Output: GMT (UTC+0)