You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: