From b963c02fc67f9558a7a7a60298dbf0b70987f675 Mon Sep 17 00:00:00 2001 From: Styler Date: Sun, 21 Jul 2024 13:21:48 +0200 Subject: [PATCH] style: Update variable name for UTC time in documentation --- docs/chatbot/variables/time.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/chatbot/variables/time.md b/docs/chatbot/variables/time.md index 50a0054..21861a5 100644 --- a/docs/chatbot/variables/time.md +++ b/docs/chatbot/variables/time.md @@ -57,7 +57,7 @@ A list of valid IANA timezones can be found at [Nodatime Timezones](https://noda 2. Display UTC time: ``` - The current UTC time is $(time.utc) + The current UTC time is $(time.UTC) ``` ## $(time.until)