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

Returns a string representation of this Timestamp object.

Returns

A string representation of the Timestamp object.

Example
import klyn.time

timestamp = Timestamp.now
print(timestamp.toString())  # Output: Timestamp(1693459200.0)