-
Notifications
You must be signed in to change notification settings - Fork 27
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
Gantt chart view - choose timezone #1917
Comments
Ah, yes. Slight oversight on my part. I'm currently swamped at the moment. If someone else wants to deal this, you are very welcome to. Other wise I'll try and fit this in |
I've had a look at this and none of my code is altering the time. I get the time values from a GraphQL query, which gives me the time in Zulu time (I'm assuming that's what the z means). Zulu time is the same as UTC. Can you try the same GraphQL commands as shown below. Are you sure that you are getting local time? |
Definitely. I just ran a suite, Gantt chart is sowint 905am instead of 2305UTC
When I run your query, it returns the results in UTC time, not local time. JS frontend perhaps? |
Curious. I'll have another look. |
The JavaScript functions that get time all convert to local time by default (Which should have been obvious to me). |
To summarise what is left to do:
|
Problem
I was looking at the Gantt view to see timings and was getting confused because the time along the x-axis was local time. I was expecting UTC because that is what I was wanting - workflow is triggered/runs using UTC, so analysis of it I tend to do in UTC.
Proposed Solution
Provide the ability to choose timezone, or at least a switch to allow changing between Local and UTC. Or perhaps, have both visible along the x-axis.
Also, the x-axis should not just say
Time
, it should beTime (tz)
where tz is the display timezone.The text was updated successfully, but these errors were encountered: