mirror of
https://github.com/appwrite/appwrite
synced 2026-05-22 16:38:32 +00:00
global const for TYPE_DATETIME_EXAMPLE change value
This commit is contained in:
parent
9b9f2fe428
commit
74ae43b092
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ abstract class Model
|
|||
public const TYPE_BOOLEAN = 'boolean';
|
||||
public const TYPE_JSON = 'json';
|
||||
public const TYPE_DATETIME = 'datetime';
|
||||
public const TYPE_DATETIME_EXAMPLE = '2020-10-15 09:38:00+03:00';
|
||||
public const TYPE_DATETIME_EXAMPLE = '2020-10-15T06:38:00.000Z';
|
||||
|
||||
/**
|
||||
* @var bool
|
||||
|
|
|
|||
Loading…
Reference in a new issue