klyn.time.Timestamp.Timestamp
constructor
public Timestamp(seconds as Double = 0.0):
Description

Constructs a Timestamp object with a given value.

Parameters
ParameterDescription
valueThe timestamp value in seconds since the Epoch.
Example
import klyn.time

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