Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/date/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Date 以下日期格式说明2012-08-08T15:04:33+;0200_Date_Datetime_Time - Fatal编程技术网

Date 以下日期格式说明2012-08-08T15:04:33+;0200

Date 以下日期格式说明2012-08-08T15:04:33+;0200,date,datetime,time,Date,Datetime,Time,有人能给我解释一下以下日期格式吗 2012-08-08T15:04:33+0200 我想 2012-08-08 // should be year-month-day 15:04:33 // is hour:minutes:seconds +0200 // should be the Timezone offset 我不知道T的意思。T表示接下来的一切都是时间 您的细分是正确的,T只是日期和时间的分隔符

有人能给我解释一下以下日期格式吗

2012-08-08T15:04:33+0200
我想

2012-08-08 // should be year-month-day 

15:04:33 // is hour:minutes:seconds

+0200 // should be the Timezone offset 

我不知道
T
的意思。

T表示接下来的一切都是时间


您的细分是正确的,T只是日期和时间的分隔符