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

Enable using UTC timestamps instead of local #151

Open
igor-sirotin opened this issue Jun 18, 2024 · 0 comments
Open

Enable using UTC timestamps instead of local #151

igor-sirotin opened this issue Jun 18, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@igor-sirotin
Copy link

Currently timestamps use now() which means local timezone:

proc rfcTimestamp: string =
now().format("yyyy-MM-dd HH:mm:ss'.'fffzzz")

It's not convenient when you're trying to analyse logs for users from different timezones.
In this case it's common to use UTC timestamps.

This is an feature that would be nice to have in status-desktop app:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant