added cross-references to system.time and now functions, resolves #546

pull/547/head
Scott Anderson 2019-10-22 16:41:05 -06:00
parent 1d131f6ac3
commit 63c9631983
2 changed files with 4 additions and 0 deletions

View File

@ -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).

View File

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