11 lines
236 B
PHP
11 lines
236 B
PHP
<?php
|
|
|
|
return [
|
|
'Names' => [
|
|
'America/Bahia_Banderas' => 'Central Time (Bahia Banderas)',
|
|
'America/Cancun' => 'Eastern Time (Cancun)',
|
|
'America/Merida' => 'Central Time (Merida)',
|
|
],
|
|
'Meta' => [],
|
|
];
|