kafka-ui icon indicating copy to clipboard operation
kafka-ui copied to clipboard

FE: Custom timezone in UI

Open fallen-up opened this issue 1 year ago • 0 comments

Issue submitter TODO list

  • [X] I've searched for an already existing issues here
  • [X] I'm running a supported version of the application which is listed here and the feature is not present there

Is your proposal related to a problem?

issue migration from an old project - https://github.com/provectus/kafka-ui/issues/2166 now the display of all timestamps depends on the user's time zone (his browser). it makes a collision when users have different time zones.

Describe the feature you're interested in

implement the ability to select a timezone like airflow or grafana does. it's ideal to make a setting with a default-zone. image image

Describe alternatives you've considered

variables change the time only in container, it doesn't affect the frontend part

JAVA_OPTS: "-Duser.timezone=xxx"
TZ: xxx

Version you're running

1.0.0

Additional context

No response

fallen-up avatar Jun 09 '24 09:06 fallen-up