Date Format Support - geronimo-iia/restexpress GitHub Wiki

Restexpress support this following standard and no standard date format:

  • ISO 8601
  • RFC 1123
  • RFC 822
  • RFC 850
  • ANSI C ASCTIME
  • Other: yyyy-MM-dd

The standard output header is RFC 1123, and for body is ISO 8601 (like 'yyyy-MM-ddThh:mm:ss[.sss]Z')

For Jackson user, see under module restexpress-common, you could find a Jackson Utility