From f882afe317bfb4012168c98c2e08b49ce21e2f99 Mon Sep 17 00:00:00 2001 From: mr1716 Date: Thu, 24 Apr 2025 09:17:35 -0400 Subject: [PATCH] Update system.md to reflect UTC explicitly as a string --- docs/configuration/system.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/configuration/system.md b/docs/configuration/system.md index 1cc6db90a..1414cff85 100644 --- a/docs/configuration/system.md +++ b/docs/configuration/system.md @@ -2,7 +2,7 @@ ## BASE_PATH -Default: None +Default: `None` The base URL path to use when accessing NetBox. Do not include the scheme or domain name. For example, if installed at https://example.com/netbox/, set: @@ -206,7 +206,7 @@ If `STORAGE_BACKEND` is not defined, this setting will be ignored. ## TIME_ZONE -Default: `UTC` +Default: `"UTC"` The time zone NetBox will use when dealing with dates and times. It is recommended to use UTC time unless you have a specific need to use a local time zone. Please see the [list of available time zones](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones).