DateTime-TimeZone-Catalog-Extend

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

    43. "BRT" -03:00 (Brasília Time)
    44. "BST" +01:00 (British Summer Time (British Standard Time from Feb
    1968 to Oct 1971))
    45. "BTT" +06:00 (Bhutan Time)
    46. "C" +0300 (Charlie Military Time Zone)
    47. "CAST" +0930 (Casey Time Zone)
    48. "CAT" +02:00 (Central Africa Time)
    49. "CCT" +06:30 (Cocos Islands Time)
    50. "CDT" -04:00 (Cuba Daylight Time)
    51. "CEST" +02:00 (Central European Summer Time)
    52. "CET" +01:00 (Central European Time)
    53. "CETDST" +0200 (Central Europe Summer Time)
    54. "CHADT" +13:45 (Chatham Daylight Time)
    55. "CHAST" +12:45 (Chatham Standard Time)
    56. "CHOST" +09:00 (Choibalsan Summer Time)
    57. "CHOT" +08:00 (Choibalsan Standard Time)
    58. "CHST" +10:00 (Chamorro Standard Time)
    59. "CHUT" +10:00 (Chuuk Time)
    60. "CIST" -08:00 (Clipperton Island Standard Time)
    61. "CKT" -10:00 (Cook Island Time)
    62. "CLST" -03:00 (Chile Summer Time)
    63. "CLT" -04:00 (Chile Standard Time)

README.md  view on Meta::CPAN

:   

50\. `CDT` -04:00 (Cuba Daylight Time)

:   

51\. `CEST` +02:00 (Central European Summer Time)

:   

52\. `CET` +01:00 (Central European Time)

:   

53\. `CETDST` +0200 (Central Europe Summer Time)

:   

54\. `CHADT` +13:45 (Chatham Daylight Time)

:   

55\. `CHAST` +12:45 (Chatham Standard Time)

:   

lib/DateTime/TimeZone/Catalog/Extend.pm  view on Meta::CPAN

                comment => "British Summer Time (British Standard Time from Feb 1968 to Oct 1971)",
                offset  => ["+01:00"],
              },
  "BTT"    => { comment => "Bhutan Time", offset => ["+06:00"] },
  "C"      => { comment => "Charlie Military Time Zone", offset => ["+0300"] },
  "CAST"   => { comment => "Casey Time Zone", offset => ["+0930"] },
  "CAT"    => { comment => "Central Africa Time", offset => ["+02:00"] },
  "CCT"    => { comment => "Cocos Islands Time", offset => ["+06:30"] },
  "CDT"    => { comment => "Cuba Daylight Time", offset => ["-04:00"] },
  "CEST"   => { comment => "Central European Summer Time", offset => ["+02:00"] },
  "CET"    => { comment => "Central European Time", offset => ["+01:00"] },
  "CETDST" => { comment => "Central Europe Summer Time", offset => ["+0200"] },
  "CHADT"  => { comment => "Chatham Daylight Time", offset => ["+13:45"] },
  "CHAST"  => { comment => "Chatham Standard Time", offset => ["+12:45"] },
  "CHOST"  => { comment => "Choibalsan Summer Time", offset => ["+09:00"] },
  "CHOT"   => { comment => "Choibalsan Standard Time", offset => ["+08:00"] },
  "CHST"   => { comment => "Chamorro Standard Time", offset => ["+10:00"] },
  "ChST"   => { comment => "Chamorro Standard Time", offset => ["+1000"] },
  "CHUT"   => { comment => "Chuuk Time", offset => ["+10:00"] },
  "CIST"   => { comment => "Clipperton Island Standard Time", offset => ["-08:00"] },
  "CKT"    => { comment => "Cook Island Time", offset => ["-10:00"] },
  "CLST"   => { comment => "Chile Summer Time", offset => ["-03:00"] },

lib/DateTime/TimeZone/Catalog/Extend.pm  view on Meta::CPAN

=item 47. C<CAST> +0930 (Casey Time Zone)

=item 48. C<CAT> +02:00 (Central Africa Time)

=item 49. C<CCT> +06:30 (Cocos Islands Time)

=item 50. C<CDT> -04:00 (Cuba Daylight Time)

=item 51. C<CEST> +02:00 (Central European Summer Time)

=item 52. C<CET> +01:00 (Central European Time)

=item 53. C<CETDST> +0200 (Central Europe Summer Time)

=item 54. C<CHADT> +13:45 (Chatham Daylight Time)

=item 55. C<CHAST> +12:45 (Chatham Standard Time)

=item 56. C<CHOST> +09:00 (Choibalsan Summer Time)

=item 57. C<CHOT> +08:00 (Choibalsan Standard Time)

=item 58. C<CHST> +10:00 (Chamorro Standard Time)



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