date/time localization and settings in 3.4.4 #12083
-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
https://docs.netbox.dev/en/stable/configuration/system/#enable_localization
It's working as described, it enables automatic localization based on the browser locale. Why do you want to enable it? |
Beta Was this translation helpful? Give feedback.
-
https://docs.netbox.dev/en/stable/configuration/system/#enable_localization "Turning this on will localize numeric and date formats (overriding what is set for DATE_FORMAT) based on the browser locale" So as I understand it: it will intentionally ignore the date/time settings from configuration.py, and instead use whatever your browser says to use - as controlled by your browser's own localization settings. So that's where you need to check next. However, it's also not impossible that the feature has not been fully implemented. I'm guessing this feature is following whatever the browser is setting in the
|
Beta Was this translation helpful? Give feedback.
https://docs.netbox.dev/en/stable/configuration/system/#enable_localization
"Turning this on will localize numeric and date formats (overriding what is set for DATE_FORMAT) based on the browser locale"
So as I understand it: it will intentionally ignore the date/time settings from configuration.py, and instead use whatever your browser says to use - as controlled by your browser's own localization settings. So that's where you need to check next.
However, it's also not impossible that the feature has not been fully implemented.
I'm guessing this feature is following whatever the browser is setting in the
Accept-Language
header, so you can use tcpdump to see what your browser is sending: