I am currently at a loss as to how to solve this date input problem with px.timeline() gantt charts. I input two dt64 objects for x_start and x_stop but start shows up in iso format and the other as normal formatted datetime. They also seem to overlap as if they are plotting based on a different timezone. I have tried stripping timezone to no avail and when I throw them through strfmt, the end date converts to epochtime and there is nothing I can do to prevent that. I am not sure if I am doing something incorrectly or is there is a bug.
PRINT SERIES OUTPUT
[605 rows x 7 columns]
0 2020-04-06 22:17:00
1 2020-04-06 22:17:00
2 2020-04-07 02:15:00
3 2020-04-07 02:15:00
4 2020-04-07 02:15:00
...
602 2020-04-24 12:27:02
601 2020-04-24 12:27:02
604 2020-04-27 01:00:00
603 2020-04-27 01:00:00
533 2020-04-22 17:49:00
Name: u_impact_start, Length: 629, dtype: datetime64[ns]
0 2020-04-07 01:29:00
1 2020-04-07 01:29:00
2 2020-04-07 04:00:00
3 2020-04-07 04:00:00
4 2020-04-07 04:00:00
...
602 2020-04-26 10:17:00
601 2020-04-26 10:17:00
604 2020-04-27 02:00:00
603 2020-04-27 02:00:00
533 2020-05-06 19:57:00
Name: u_impact_stop, Length: 629, dtype: datetime64[ns]