dosubot[bot] commented on issue #33699: URL: https://github.com/apache/superset/issues/33699#issuecomment-2944428054
<!-- Answer --> The "Today at LTS" display isn't expected behavior and doesn't come from any standard date formatting or fallback in the Superset codebase. The component responsible for this uses strict date formatting and the dayjs library, and there's no reference to "LTS" as a format or string in the code or recent changes for 5.0.0rc3. This suggests the issue is likely caused by something external to the main codebaseāpossibly a misconfiguration, a custom override, or an environment-specific problem (like a locale or timezone setting being interpreted incorrectly) rather than a bug in Superset itself. You might want to check for any customizations or overrides in your deployment, or if any libraries (like dayjs or its plugins) are mismatched or misconfigured in your environment. [Reference: code investigation](https://github.com/apache/superset/blob/a6af4f4d7ad8792a0bc136ef613fe5e74d477520/superset-frontend/src/pages/AlertReportList/index.tsx) <!-- Dosu Comment Footer --> *To reply, just mention [@dosu](https://go.dosu.dev/dosubot).* --- <sup>How did I do? [Good](https://app.dosu.dev/response-feedback/93252c9b-61d9-4f0c-afb8-8521b609e5c0?feedback_type=great_response) | [Irrelevant](https://app.dosu.dev/response-feedback/93252c9b-61d9-4f0c-afb8-8521b609e5c0?feedback_type=irrelevant_answer) | [Incorrect](https://app.dosu.dev/response-feedback/93252c9b-61d9-4f0c-afb8-8521b609e5c0?feedback_type=incorrect_sources) | [Verbose](https://app.dosu.dev/response-feedback/93252c9b-61d9-4f0c-afb8-8521b609e5c0?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/93252c9b-61d9-4f0c-afb8-8521b609e5c0?feedback_type=hallucination) | [Report š](https://app.dosu.dev/response-feedback/93252c9b-61d9-4f0c-afb8-8521b609e5c0?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/93252c9b-61d9-4f0c-afb8-8521b609e5c0?feedback_type=other)</sup> [](https://go.dosu.dev/discord-bot) [! [Share on X](https://img.shields.io/badge/X-share-black)](https://twitter.com/intent/tweet?text=%40dosu_ai%20helped%20me%20solve%20this%20issue!&url=https%3A//github.com/apache/superset/issues/33699) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
