mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
global const for TYPE_DATETIME_EXAMPLE change value
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user