散景在 x 轴上显示纪元而不是 "normal" 日期

Bokeh showing epochs on x-asis instead of "normal" dates

我有一个 pandas 数据框,我喜欢通过 Bokeh 绘制。一切正常,除了显示 Unix 时间的 x 轴(我想就是这样)。 我的时间戳列的 dtype 是 datetime64[ns, UTC]。 当我打印专栏时,我得到“正常”日期:2020-07-20 17:01:21.181000+00:00

我已经阅读了一些关于使用 pd.datetime 转换格式的帖子,但它不起作用。

来自:

p = figure(..., x_axis_type='datetime', ...)