mirror of
https://github.com/friendica/friendica
synced 2025-04-22 05:10:10 +00:00
Replaced "api_date"
This commit is contained in:
parent
2d5989a6bd
commit
1f79d25ffc
5 changed files with 9 additions and 20 deletions
|
@ -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';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue