Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make log viewer timezone-aware #94

Open
erickzhao opened this issue Jul 5, 2023 · 0 comments
Open

Make log viewer timezone-aware #94

erickzhao opened this issue Jul 5, 2023 · 0 comments

Comments

@erickzhao
Copy link
Member

Problem statement

Sleuth displays log files in a tabular format using the @blueprintjs/table library. Each line in the table has a timestamp corresponding to the time on the user's system.

Separately, our logs also ship a log-context.json file that specify the user's timezone:

{
  "systemTZ": "America/New_York"
}

It would be useful for Sleuth to have a toggle that can switch the log timestamps from the user's TZ to the sleuth's TZ.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant