klyn.time.TimeZone.toString
method
public override toString() as String:
Description

Returns a string representation of this TimeZone object.

Returns

A string representation of the TimeZone object.

Example
import klyn.time

timeZone = TimeZone.GMT
print(timeZone.toString())  # Output: GMT (UTC+0)