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.