Display time in local time#18455
Conversation
|
@vogievetsky I think this change is reasonable. What do you think? |
|
Given that we have always had the time displayed in UTC, this should be a config in the web-console that can be changed in the settings (top right corner). |
Agreed. I have created a new tab for "Web Console Configurations", currently it will just be this local time config |
|
Just saw this. Sounds like a cool idea. Will review in detail later today or tomorrow. |
|
Hi @vogievetsky could you take a look at this PR when you have the time? Thanks! |
|
Hi @vogievetsky It's better that this can be merged into 35. |
* Display time in local time * Add config for displaying local time * Format code * Fix date format * Support local time in segments tab * Update menu icon * Fix bugs * Fix formatting * Update snapshots * Clean up files * Update snapshots * Format lastCompletedTaskTime and blacklistedUntil
* Display time in local time * Add config for displaying local time * Format code * Fix date format * Support local time in segments tab * Update menu icon * Fix bugs * Fix formatting * Update snapshots * Clean up files * Update snapshots * Format lastCompletedTaskTime and blacklistedUntil
Closes #18453
Display local time allow users to more easily interpret times. The time being displayed (UTC or local) will be configurable via a new tab in settings. The configs will be stored locally in local storage as I felt that it should be on a per user basis.
The url will maintain the query params in UTC time but the FE will support this and convert the filter into a local time filter if the user has the setting turned on.
The query param will be interpreted as a literal in the case where the operator is
~since it is meant to be a LIKE query. i.e.2025-09-05T11will be treated as such and not be converted.Below are the new column formats



Below is the new "Web Console" Tab for configs and the modal for it.

