pd.Timestamp.value¶ pandasTimestamp.value 示例用法¶ >>> @bodo.jit ... def f(): ... return pd.Timestamp(12345, unit="ns").value >>> f() 12345