--------------------------------------------------------------------------------------------

Created 2015-10-09 Views 2718 Author 懒人程序
这应该给适当的ISO8601 Z(ulu)时区的日期/时间:
  • str_replace( '+00:00', 'Z', gmdate( 'c'))
  • str_replace( '+00:00', 'Z', gmdate( 'c', strtotime( '2013-05-07 18:56:57')))
  • str_replace( '+00:00', '.000Z', gmdate( 'c', strtotime( '2013-05-07 18:56:57')))
  •