【发布时间】:2017-06-08 05:16:15
【问题描述】:
我有 JSON 响应,其中包含 UNIXTIMESTAMP 中的 DateTime。我想发现 JSON Response 中的时间是中午或晚上。
让我们说下面是响应,我想检查 CloseTime 天气是中午还是晚上。
{
"gameName": "NUMBERS",
"id": "16440",
"status": "RESULTS_AVAILABLE",
"closeTime": "1491927615000"
}
【问题讨论】:
标签: php json unix-timestamp