Nanos

Summary

The Nanos function returns the number of nanoseconds elapsed since the Unix epoch.

Syntax

Nanos()

Return Type

Long

Details

The Unix epoch (or Unix time or POSIX time or Unix timestamp) is the number of seconds that have elapsed since January 1, 1970 (midnight UTC/GMT), not counting leap seconds.

Examples

eval Nanos();

nanos_01

Related Functions

CurDate

CurDateTime

Now