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

Plotting should support local dates/times #2419

Open
Tracked by #5927
rbasralian opened this issue May 20, 2022 · 1 comment
Open
Tracked by #5927

Plotting should support local dates/times #2419

rbasralian opened this issue May 20, 2022 · 1 comment

Comments

@rbasralian
Copy link
Contributor

It should be possible to plot data by local date/time/datetime without converting it to a zoned datetime (epoch millis/nanos/whatever) first.

For example, the X axis for daily data is generally something like [ '2022-05-05', '2022-05-06', '2022-05-09']. It should be able to plot this, with the gap in the X axis respected, without converting to millis.

Same for times/time offsets (e.g. 10:00, 10:30, 12:00, 14:00, 18:00, 28:00) and unzoned datetimes.

@niloc132
Copy link
Member

niloc132 commented Jun 7, 2022

Should be addressed as part of the catch-all #188 ticket.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants