iso8601
iso8601
-
For sorting , you can use the date attribute ( in ISO8601 format ) .
为了排序,可以使用date属性(以ISO8601的格式)。
-
First , we have to construct an ISO8601 date and set the policy document to expire by it .
首先,我们需要创建一个ISO8601日期,然后将它设置为策略文档的过期时间。
-
Moreover , dates are stored in a non-standard format ( rather than ISO8601 / W3C ), with internal spaces .
另外,日期的存储格式也是不标准的(而不是ISO8601/W3C),有内部的空格。
-
We might like it to be returned as an integer representing seconds since the Epoch , but in fact we are given a string formatted according to ISO8601 .
我们希望它返回一个整数,以表示从公元纪年到现在的秒数,但实际上得到的是按照ISO8601格式化的字符串。