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

Fix how the annotation layer interpretes the timestamp string without… #4511

Merged

Conversation

ghost
Copy link

@ghost ghost commented Mar 1, 2018

… timezone info; use it as UTC

The Table type of viz gets timestamp as string, and it can be problematic when the string has no timezone info. Date in Javascript interprets it as local, which is different from how the rest of the code treats it, i.e. libraries that viz.py is using in order to get payload interprets the same thing as UTC.

@fabianmenges

Copy link
Contributor

@fabianmenges fabianmenges left a comment

Choose a reason for hiding this comment

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

LGTM

@graceguo-supercat graceguo-supercat merged commit 41defdc into apache:master Mar 2, 2018
@ghost ghost mentioned this pull request Mar 6, 2018
michellethomas pushed a commit to michellethomas/panoramix that referenced this pull request May 24, 2018
wenchma pushed a commit to wenchma/incubator-superset that referenced this pull request Nov 16, 2018
@mistercrunch mistercrunch added 🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels 🚢 0.24.0 labels Feb 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels 🚢 0.24.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants