added cross-references to system.time and now functions, resolves #546
parent
1d131f6ac3
commit
63c9631983
|
|
@ -8,6 +8,8 @@ menu:
|
|||
name: now
|
||||
parent: built-in-misc
|
||||
weight: 401
|
||||
related:
|
||||
- /v2.0/reference/flux/stdlib/system/time/
|
||||
---
|
||||
|
||||
The `now()` function returns the current time (UTC).
|
||||
|
|
|
|||
|
|
@ -10,6 +10,8 @@ menu:
|
|||
name: system.time
|
||||
parent: System
|
||||
weight: 401
|
||||
related:
|
||||
- /v2.0/reference/flux/stdlib/built-in/misc/now/
|
||||
---
|
||||
|
||||
The `system.time()` function returns the current system time.
|
||||
|
|
|
|||
Loading…
Reference in New Issue