From f111380674b349c170fd9fbbfc612925aa29ab52 Mon Sep 17 00:00:00 2001 From: jeremystretch Date: Thu, 10 Feb 2022 15:30:29 -0500 Subject: [PATCH] Disable I10N to restore pre-4.0 datetime formatting --- netbox/netbox/settings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/netbox/netbox/settings.py b/netbox/netbox/settings.py index eaf1d3033..8b263b9c1 100644 --- a/netbox/netbox/settings.py +++ b/netbox/netbox/settings.py @@ -377,6 +377,7 @@ AUTHENTICATION_BACKENDS = [ # Internationalization LANGUAGE_CODE = 'en-us' USE_I18N = True +USE_L10N = False USE_TZ = True # WSGI