2020-05-02 / 4109阅 / 悠然
以MySQL datetime格式将日期解析为本地日期和UTC日期。
Top ↑
(string)
(Required)
RFC3339 timestamp.
(bool)
(Optional)
Whether the provided date should be interpreted as UTC.
Default value: false
(array|null) Local and UTC datetime strings, in MySQL datetime format (Y-m-d H:i:s), null on failure.