GitHub user dosubot[bot] added a comment to the discussion: How to set Italian month abbreviations (%b) in table chart date format?
<!-- Answer --> For `D3_TIME_FORMAT` specifically, the key container is `superset_app` (the web server), since it serves the bootstrap data containing the D3 locale config to the browser. However, to be safe and ensure consistency, restart all the Python application containers: - `superset_app` (web server) - `superset_worker` (Celery worker) - `superset_worker_beat` (Celery Beat scheduler) The simplest approach is: ```bash docker compose down docker compose up -d ``` You don't need to restart `superset_db` (PostgreSQL) or `superset_cache` (Redis) — those aren't affected by Python config changes [[1]](https://github.com/apache/superset/blob/829e4d92d91ceae4b43b1ed3b063ffe45377799c/docker-compose.yml). After restart, do a hard refresh in your browser (Ctrl+Shift+R) to make sure the new bootstrap data with your Italian locale is loaded. <!-- Dosu Comment Footer --> *To reply, just mention [@dosu](https://go.dosu.dev/dosubot?utm_source=github&utm_medium=bot-comment&utm_campaign=github-comment-footer-20260415&utm_content=reply-with-mention&utm_term=apache%2Fsuperset).* --- Share context across your team and agents. Try [Dosu](https://dosu.dev?utm_source=github&utm_medium=bot-comment&utm_campaign=github-comment-footer-20260415&utm_content=knowledge-infrastructure-tagline&utm_term=apache%2Fsuperset). [](https://app.dosu.dev/response-feedback?utm_source=github&utm_medium=bot-comment&utm_campaign=github-comment-footer-20260415&utm_content=knowledge-infrastructure-feedback&utm_term=apache%2Fsuperset&message_id=d5b3fa6d-4e97-4f71-8f07-36475ad5992c) [](https://github.dosu.com/apache/superset?utm_source=github&utm_medium=bot-comment&utm_campaign=github-comment-footer-20260415&utm_content=knowledge-infrastructure-learn-repo&utm_term=apache%2Fsuperset) [](https://app.dosu.dev/signup?referrer=openSource&source=github-footer&utm_source=github&utm_medium=bot-comment&utm_campaign=github-comment-footer-20260415&utm_content=knowledge-infrastructure-add-team&utm_term=apache%2Fsuperset) GitHub link: https://github.com/apache/superset/discussions/41423#discussioncomment-17434478 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
