time-to-botec/js/node_modules/@stdlib/time/now/docs/repl.txt

20 lines
295 B
Plaintext
Raw Normal View History

{{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
--------