time-to-botec/js/node_modules/@stdlib/time/now/docs/repl.txt
NunoSempere b6addc7f05 feat: add the node modules
Necessary in order to clearly see the squiggle hotwiring.
2022-12-03 12:44:49 +00:00

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