Browse Source

Disable I10N to restore pre-4.0 datetime formatting

jeremystretch 4 years ago
parent
commit
f111380674
1 changed files with 1 additions and 0 deletions
  1. 1 0
      netbox/netbox/settings.py

+ 1 - 0
netbox/netbox/settings.py

@@ -377,6 +377,7 @@ AUTHENTICATION_BACKENDS = [
 # Internationalization
 # Internationalization
 LANGUAGE_CODE = 'en-us'
 LANGUAGE_CODE = 'en-us'
 USE_I18N = True
 USE_I18N = True
+USE_L10N = False
 USE_TZ = True
 USE_TZ = True
 
 
 # WSGI
 # WSGI