Replaced "api_date"

This commit is contained in:
Michael 2021-11-18 21:43:13 +00:00
parent 2d5989a6bd
commit 1f79d25ffc
5 changed files with 9 additions and 20 deletions

View file

@ -35,6 +35,7 @@ class DateTimeFormat
const MYSQL = 'Y-m-d H:i:s';
const HTTP = 'D, d M Y H:i:s \G\M\T';
const JSON = 'Y-m-d\TH:i:s.v\Z';
const API = 'D M d H:i:s +0000 Y';
static $localTimezone = 'UTC';