TimeZone Model

Identifies a timezone and its relative offset from Greenwich Mean Time (GMT).

NameTypeDescription
gmtStringSpecifies the offset relative to GMT. Formats possible are "(GMT-HH:MM)" for timezones behind GMT, "(GMT)" for timezones not different than GMT, and "(GMT+HH:MM)" for timezones ahead of GMT
idIntegerA unique, auto-generated ID for this timezone
This parameter is non-writable
keywordStringA unique text identifier for this timezone, typically indicating region or country followed by a "/" and then a more specific sub-region or city, e.g. "America/Chicago", "Asia/Seoul". For more examples see https://www.php.net/manual/en/timezones.php.
locationStringA human-readable descriptor for the timezone, e.g. "Pacific Time", "Greenwich Mean Time".
Have a Question? Please contact [email protected] for technical support.