From 63c9631983e7b5efc3ef684c70eb4ff74dd032bd Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Tue, 22 Oct 2019 16:41:05 -0600 Subject: [PATCH] added cross-references to system.time and now functions, resolves #546 --- content/v2.0/reference/flux/stdlib/built-in/misc/now.md | 2 ++ content/v2.0/reference/flux/stdlib/system/time.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/content/v2.0/reference/flux/stdlib/built-in/misc/now.md b/content/v2.0/reference/flux/stdlib/built-in/misc/now.md index 00d6d0796..d5b1139d5 100644 --- a/content/v2.0/reference/flux/stdlib/built-in/misc/now.md +++ b/content/v2.0/reference/flux/stdlib/built-in/misc/now.md @@ -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). diff --git a/content/v2.0/reference/flux/stdlib/system/time.md b/content/v2.0/reference/flux/stdlib/system/time.md index 9d29a2ff9..c0d3070bb 100644 --- a/content/v2.0/reference/flux/stdlib/system/time.md +++ b/content/v2.0/reference/flux/stdlib/system/time.md @@ -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.