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

Time zone incorrect in charts #2780

Closed
SlimeDog opened this issue Dec 10, 2022 · 6 comments
Closed

Time zone incorrect in charts #2780

SlimeDog opened this issue Dec 10, 2022 · 6 comments
Labels
Bug Issues that contain unintended behavior Frontend BETA

Comments

@SlimeDog
Copy link

Describe the issue

The timezone shown in performance reports is UTC, despite the configuration specification

Formatting:
    Dates:
        TimeZone: 'server'

Current server time is

$ date
Fri Dec  9 18:44:59 PST 2022

Screen shot displays (righthand) dates on 2022-12-10 02:00

Screen Shot 2022-12-09 at 6 45 12 PM

Plugin versions

>version
[18:45:52] [Server thread/INFO]: This server is running CraftBukkit version 3610-Spigot-6198b5a-19df23a (MC: 1.19.2) (Implementing API version 1.19.2-R0.1-SNAPSHOT)
>version Plan
[18:45:30] [Server thread/INFO]: Plan version 5.5 build 2121
[18:45:30] [Server thread/INFO]: Author: AuroraLS3
@SlimeDog SlimeDog added the Bug Issues that contain unintended behavior label Dec 10, 2022
@AuroraLS3
Copy link
Collaborator

Ahh I'll need to check if I remembered to put in the timezone offset in the React parts - thanks for the report!

@SlimeDog
Copy link
Author

Thanks. It looks like the Formatting.Dates. values aren't being used, either.

@AuroraLS3
Copy link
Collaborator

Yes highcharts has different formatting that's done in the browser while the config uses Java on the server - could you open another ticket about that one

@SlimeDog
Copy link
Author

Done: #2781

Repository owner moved this from INBOX to Done in Backlog Dec 10, 2022
@AuroraLS3
Copy link
Collaborator

Build where this is fixed will appear here in ~15 minutes https://github.com/plan-player-analytics/Plan/actions/runs/3663368129

@SlimeDog
Copy link
Author

Confirmed fixed in CI build 5.5-b2131. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Issues that contain unintended behavior Frontend BETA
Projects
Status: Done
Development

No branches or pull requests

2 participants