Locale-CLDR-Locales-Gv

 view release on metacpan or  search on metacpan

lib/Locale/CLDR/Locales/Gv.pm  view on Meta::CPAN

);

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' => {



( run in 0.622 second using v1.01-cache-2.11-cpan-49f99fa48dc )