20 lines
295 B
Plaintext
20 lines
295 B
Plaintext
|
|
{{alias}}()
|
|
Returns the time in seconds since the epoch.
|
|
|
|
The Unix epoch is 00:00:00 UTC on 1 January 1970.
|
|
|
|
Returns
|
|
-------
|
|
out: integer
|
|
Time in seconds since the epoch.
|
|
|
|
Examples
|
|
--------
|
|
> var ts = {{alias}}()
|
|
<number>
|
|
|
|
See Also
|
|
--------
|
|
|