File: Map.php

package info (click to toggle)
php-giggsey-libphonenumber 9.0.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 22,464 kB
  • sloc: php: 484,879; sh: 107; makefile: 37
file content (33 lines) | stat: -rw-r--r-- 724 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?php

/**
 * /**
 *  * libphonenumber-for-php data file
 *  * This file has been @generated from libphonenumber data
 *  * Do not modify!
 *  * @internal
 *  * /
 */

declare(strict_types=1);

namespace libphonenumber\Tests\timezone\data;

/**
 * @internal
 */
class Map
{
    public const DATA = [
        1 => 'America/New_York&America/Chicago&America/Winnipeg&America/Los_Angeles',
        1201 => 'America/New_York',
        1212812 => 'America/New_York',
        1234 => 'America/New_York',
        1604 => 'America/Winnipeg',
        1617423 => 'America/Chicago',
        1650960 => 'America/Los_Angeles',
        1989 => 'Ameriac/Los_Angeles',
        612 => 'Australia/Sydney',
        82 => 'Asia/Seoul',
    ];
}