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

Add timezone to local UI dates #287

Merged
merged 2 commits into from
Mar 21, 2024

Conversation

rutujaac
Copy link
Collaborator

Add timezone to dates in Pebblo UI:
image
image

dateOptions.minute = "numeric";
}
if (showTimeZone) {
dateOptions.timeZoneName = "long";
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In the pdf report, we do not have long timezone format. Is it explicitly kept long on Local UI?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We chose to use the long formats here because some of the short forms can be similar. I'll go ahead and update it for report pdfs as well.

Copy link
Collaborator

@Raj725 Raj725 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@shreyas-damle shreyas-damle merged commit 826b9f1 into daxa-ai:main Mar 21, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants