Renaming the date format to "JSON"

This commit is contained in:
Michael 2021-06-02 03:32:42 +00:00
parent 4e164690d5
commit e7bc908655
5 changed files with 5 additions and 5 deletions

View file

@ -34,7 +34,7 @@ class DateTimeFormat
const ATOM = 'Y-m-d\TH:i:s\Z';
const MYSQL = 'Y-m-d H:i:s';
const HTTP = 'D, d M Y H:i:s \G\M\T';
const API = 'Y-m-d\TH:i:s.v\Z';
const JSON = 'Y-m-d\TH:i:s.v\Z';
/**
* convert() shorthand for UTC.