public override toString() as String:
Returns a string representation of this Timestamp object.
A string representation of the Timestamp object. import klyn.time timestamp = Timestamp.now print(timestamp.toString()) # Output: Timestamp(1693459200.0)