python读取sas数据集时,时间数据会因为超限报错如何解决?

用pandas的read_sas读取sas数据集,其中时间格式有"31DEC3000",python会因此报错。
提示pandas._libs.tslibs.np_datetime.OutOfBoundsDatetime: cannot convert input 376564.0 with the unit 'd'
这个该如何处理?本人小白,求大佬指教,谢谢!