Time.Epoch

Definitions

@Experimental
def microseconds(): Int64 \ IO Source

Returns the number of micro seconds since the Unix epoch.

@Experimental
def milliseconds(): Int64 \ IO Source

Returns the number of milli seconds since the Unix epoch.

@Experimental
def nanoseconds(): Int64 \ IO Source

Returns the number of nano seconds since the Unix epoch.

@Experimental
def seconds(): Int64 \ IO Source

Returns the number of seconds since the Unix epoch.