Locale-CLDR-Locales-En

 view release on metacpan or  search on metacpan

lib/Locale/CLDR/Locales/En/Latn/150.pm  view on Meta::CPAN

157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
);
 
has 'time_zone_names' => (
        is                      => 'ro',
        isa                     => HashRef,
        init_arg        => undef,
        default => sub { {
                'Europe_Central' => {
                        short => {
                                'daylight' => q#CEST#,
                                'generic' => q#CET#,
                                'standard' => q#CET#,
                        },
                },
                'Europe_Eastern' => {
                        short => {
                                'daylight' => q#EEST#,
                                'generic' => q#EET#,
                                'standard' => q#EET#,
                        },
                },
                'Europe_Western' => {

lib/Locale/CLDR/Locales/En/Latn/Gb.pm  view on Meta::CPAN

318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
        exemplarCity => q#Merida#,
},
'Europe/London' => {
        short => {
                'daylight' => q#BST#,
        },
},
'Europe_Central' => {
        short => {
                'daylight' => q#CEST#,
                'generic' => q#CET#,
                'standard' => q#CET#,
        },
},
'Europe_Eastern' => {
        short => {
                'daylight' => q#EEST#,
                'generic' => q#EET#,
                'standard' => q#EET#,
        },
},
'Europe_Western' => {



( run in 1.326 second using v1.01-cache-2.11-cpan-55f5a4728d2 )