Skip to main content

JSON

Schema

Patch

Diff

Command line tools

ETL

Misc

FAQ

JSON Patch and JSON Merge Patch

时间格式选择

  • ISO 8601
  • new Date().toJSON()
    • 2018-04-16T05:24:53.603Z
  • Java new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss.SSS'Z'", Locale.CHINA)
  • The “right” JSON date format
new Date().toJSON() === new Date().toISOString();