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.UTC print(timeZone.toString()) # Output: UTC (UTC+0)