module Time::KHExt

Direct including types

Defined in:

time-ext.cr

Constant Summary

VERSION = "1.0.0"

Instance Method Summary

Instance Method Detail

def internal_nanoseconds #

Return the number of nanoseconds in the current second for this Time instance.


[View source]
def internal_seconds #

Return the number of seconds since the epoch for this Time instance.


[View source]
def nanoseconds_since_unix_epoch #

Return the total nanoseconds since the Unix epoch.


[View source]