mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-05-07 03:29:19 +02:00
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' => [
|
|
],
|
|
];
|