1.3 KiB
1.3 KiB
title | description | menu | weight | flux/v0/tags | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
system.time() function | `system.time()` returns the current system time. |
|
101 |
|
system.time()
returns the current system time.
Function type signature
() => time
{{% caption %}} For more information, see Function type signatures. {{% /caption %}}
Examples
Return a stream of tables with the current system time
import "array"
import "system"
array.from(rows: [{time: system.time()}])