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