To reproduce: ```py import tabulate import numpy as np print(tabulate.tabulate([[ np.datetime64('2022-10-05', 'ns') ]])) ``` Out: ``` ----------- 1.66493e+18 ----------- ```