PHP中的Oracle Epoch时间戳的Oracle时间戳

时间:2012-02-20 11:00:59

标签: php oracle timestamp unix-timestamp

我有一个带有TIMESTAMP (6) WITH LOCAL TIME ZONE列的oracle数据库,它返回我这样的值:

20-FEB-12 11.41.17.799000 AM

我如何将这些解析为PHP中的正常unix时间戳? strtotime()不起作用(返回false)

1 个答案:

答案 0 :(得分:0)

我刚发现我可以使用TO_CHAR将Timestamp转换为数据库查询中更易解析的内容。

此处有说明:http://infolab.stanford.edu/~ullman/fcdb/oracle/or-time.html