affilinet Performance Ads - Version 1.5

Version Description

Download this release

Release Info

Developer Affilinet
Plugin Icon 128x128 affilinet Performance Ads
Version 1.5
Comparing to
See all releases

Version 1.5

Files changed (89) hide show
  1. .gitignore +1 -0
  2. affilinet.php +32 -0
  3. classes/Api.php +61 -0
  4. classes/Helper.php +101 -0
  5. classes/PerformanceAds.php +147 -0
  6. classes/Plugin.php +164 -0
  7. classes/View.php +90 -0
  8. classes/Widget.php +102 -0
  9. classes/Yieldkit.php +113 -0
  10. images/120x600.jpg +0 -0
  11. images/160x600.jpg +0 -0
  12. images/250x250.jpg +0 -0
  13. images/300x250.jpg +0 -0
  14. images/468x60.jpg +0 -0
  15. images/728x90.jpg +0 -0
  16. images/affilinet_icon.png +0 -0
  17. images/affilinet_logo.png +0 -0
  18. images/affilinet_signet.png +0 -0
  19. images/affilinet_signet_small.png +0 -0
  20. images/banner-772x250.jpg +0 -0
  21. js/affilinet_editor_buttons.js +194 -0
  22. js/affilinet_settings.js +24 -0
  23. js/jquery-flot/.gitignore +3 -0
  24. js/jquery-flot/.travis.yml +3 -0
  25. js/jquery-flot/API.md +1498 -0
  26. js/jquery-flot/CONTRIBUTING.md +98 -0
  27. js/jquery-flot/FAQ.md +75 -0
  28. js/jquery-flot/LICENSE.txt +22 -0
  29. js/jquery-flot/Makefile +12 -0
  30. js/jquery-flot/NEWS.md +1026 -0
  31. js/jquery-flot/PLUGINS.md +143 -0
  32. js/jquery-flot/README.md +110 -0
  33. js/jquery-flot/component.json +8 -0
  34. js/jquery-flot/examples/ajax/data-eu-gdp-growth-1.json +4 -0
  35. js/jquery-flot/examples/ajax/data-eu-gdp-growth-2.json +4 -0
  36. js/jquery-flot/examples/ajax/data-eu-gdp-growth-3.json +4 -0
  37. js/jquery-flot/examples/ajax/data-eu-gdp-growth-4.json +4 -0
  38. js/jquery-flot/examples/ajax/data-eu-gdp-growth-5.json +4 -0
  39. js/jquery-flot/examples/ajax/data-eu-gdp-growth.json +4 -0
  40. js/jquery-flot/examples/ajax/data-japan-gdp-growth.json +4 -0
  41. js/jquery-flot/examples/ajax/data-usa-gdp-growth.json +4 -0
  42. js/jquery-flot/examples/ajax/index.html +173 -0
  43. js/jquery-flot/examples/annotating/index.html +87 -0
  44. js/jquery-flot/examples/axes-interacting/index.html +97 -0
  45. js/jquery-flot/examples/axes-multiple/index.html +77 -0
  46. js/jquery-flot/examples/axes-time-zones/date.js +893 -0
  47. js/jquery-flot/examples/axes-time-zones/index.html +114 -0
  48. js/jquery-flot/examples/axes-time-zones/tz/africa +1181 -0
  49. js/jquery-flot/examples/axes-time-zones/tz/antarctica +413 -0
  50. js/jquery-flot/examples/axes-time-zones/tz/asia +2717 -0
  51. js/jquery-flot/examples/axes-time-zones/tz/australasia +1719 -0
  52. js/jquery-flot/examples/axes-time-zones/tz/backward +117 -0
  53. js/jquery-flot/examples/axes-time-zones/tz/etcetera +81 -0
  54. js/jquery-flot/examples/axes-time-zones/tz/europe +2856 -0
  55. js/jquery-flot/examples/axes-time-zones/tz/factory +10 -0
  56. js/jquery-flot/examples/axes-time-zones/tz/iso3166.tab +276 -0
  57. js/jquery-flot/examples/axes-time-zones/tz/leapseconds +100 -0
  58. js/jquery-flot/examples/axes-time-zones/tz/northamerica +3235 -0
  59. js/jquery-flot/examples/axes-time-zones/tz/pacificnew +28 -0
  60. js/jquery-flot/examples/axes-time-zones/tz/solar87 +390 -0
  61. js/jquery-flot/examples/axes-time-zones/tz/solar88 +390 -0
  62. js/jquery-flot/examples/axes-time-zones/tz/solar89 +395 -0
  63. js/jquery-flot/examples/axes-time-zones/tz/southamerica +1711 -0
  64. js/jquery-flot/examples/axes-time-zones/tz/systemv +38 -0
  65. js/jquery-flot/examples/axes-time-zones/tz/yearistype.sh +38 -0
  66. js/jquery-flot/examples/axes-time-zones/tz/zone.tab +441 -0
  67. js/jquery-flot/examples/axes-time/index.html +137 -0
  68. js/jquery-flot/examples/background.png +0 -0
  69. js/jquery-flot/examples/basic-options/index.html +91 -0
  70. js/jquery-flot/examples/basic-usage/index.html +57 -0
  71. js/jquery-flot/examples/canvas/index.html +75 -0
  72. js/jquery-flot/examples/categories/index.html +64 -0
  73. js/jquery-flot/examples/examples.css +97 -0
  74. js/jquery-flot/examples/image/hs-2004-27-a-large-web.jpg +0 -0
  75. js/jquery-flot/examples/image/index.html +69 -0
  76. js/jquery-flot/examples/index.html +80 -0
  77. js/jquery-flot/examples/interacting/index.html +118 -0
  78. js/jquery-flot/examples/navigate/arrow-down.gif +0 -0
  79. js/jquery-flot/examples/navigate/arrow-left.gif +0 -0
  80. js/jquery-flot/examples/navigate/arrow-right.gif +0 -0
  81. js/jquery-flot/examples/navigate/arrow-up.gif +0 -0
  82. js/jquery-flot/examples/navigate/index.html +153 -0
  83. js/jquery-flot/examples/percentiles/index.html +79 -0
  84. js/jquery-flot/examples/realtime/index.html +122 -0
  85. js/jquery-flot/examples/resize/index.html +76 -0
  86. js/jquery-flot/examples/selection/index.html +152 -0
  87. js/jquery-flot/examples/series-errorbars/index.html +150 -0
  88. js/jquery-flot/examples/series-pie/index.html +818 -0
  89. js/jquery-flot/examples/series-toggle/index.html +29 -0
.gitignore ADDED
@@ -0,0 +1 @@
 
1
+ .idea
affilinet.php ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ /*
4
+ Plugin Name: Affilinet Performance Ads
5
+ Description: Integrate our data driven and automated performance display plugin into your WordPress platform and serve your users targeted ads in real time.
6
+ Version: 1.5
7
+ Author: Affilinet
8
+ Author URI: https://www.affili.net
9
+ License: GPLv2 or later
10
+ */
11
+
12
+ // @TODO: does not work with symlink
13
+
14
+ define("AFFILINET_PLUGIN_DIR", dirname(__FILE__).DIRECTORY_SEPARATOR);
15
+
16
+
17
+
18
+ foreach (glob(AFFILINET_PLUGIN_DIR . "classes/*.php") as $filename) {
19
+ include $filename;
20
+ }
21
+
22
+ new Affilinet_Plugin();
23
+
24
+
25
+
26
+
27
+
28
+
29
+
30
+
31
+
32
+
classes/Api.php ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+
4
+ class Affilinet_Api
5
+ {
6
+
7
+ /**
8
+ * Login at the api to retrieve a token
9
+ *
10
+ * Returns false if password mismatch
11
+ *
12
+ * @return bool|String $credentialToken
13
+ */
14
+ public static function logon()
15
+ {
16
+ try {
17
+ $logon_client = new \SoapClient('https://api.affili.net/V2.0/Logon.svc?wsdl');
18
+ $params = array(
19
+ "Username" => get_option('affilinet_publisher_id'),
20
+ "Password" => get_option('affilinet_standard_webservice_password'),
21
+ "WebServiceType" => "Publisher"
22
+ );
23
+ $token = $logon_client->__soapCall("Logon", array($params));
24
+ return $token;
25
+ } catch (\SoapFault $e) {
26
+
27
+ Affilinet_Helper::displayAdminError(__('Could not connect to Affilinet API. Please recheck your Webservice Password and Publisher ID', 'affilinet'));
28
+ return false;
29
+ }
30
+ }
31
+
32
+ public static function getDailyStatistics(\DateTime $start_date, \DateTime $end_date)
33
+ {
34
+ try {
35
+ $daily_statistics_client = new \SoapClient('https://api.affili.net/V2.0/PublisherStatistics.svc?wsdl');
36
+ $params = array(
37
+ 'CredentialToken' => self::logon(),
38
+ 'GetDailyStatisticsRequestMessage' => array(
39
+ 'StartDate' => (int)date_format($start_date, 'U'),
40
+ 'EndDate' => (int)date_format($end_date, 'U'),
41
+ 'SubId' => '',
42
+ 'ProgramTypes' => 'All',
43
+ 'ValuationType' => 'DateOfConfirmation',
44
+ 'ProgramId' => Affilinet_PerformanceAds::getProgramIdByPlatform(get_option('affilinet_platform'))
45
+
46
+ )
47
+ );
48
+ $statistics = $daily_statistics_client->__soapCall('GetDailyStatistics', array($params));
49
+ if (isset($statistics->DailyStatisticsRecords->DailyStatisticRecords->DailyStatisticsRecord)) {
50
+ return $statistics->DailyStatisticsRecords->DailyStatisticRecords->DailyStatisticsRecord;
51
+ }
52
+
53
+
54
+ Affilinet_Helper::displayAdminError(__('No data in selected time frame', 'affilinet'));
55
+ return null;
56
+ } catch (\SoapFault $e) {
57
+ Affilinet_Helper::displayAdminError(__('Could not connect to Affilinet API. Please recheck your Webservice Password and Publisher ID', 'affilinet'));
58
+ return false;
59
+ }
60
+ }
61
+ }
classes/Helper.php ADDED
@@ -0,0 +1,101 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+
4
+ class Affilinet_Helper
5
+ {
6
+
7
+
8
+ /**
9
+ * Get the currency String for the given platform
10
+ * @param Int $platformId
11
+ * @return String $currencyCode
12
+ */
13
+ public static function getCurrencyForPlatformId($platformId)
14
+ {
15
+ switch ($platformId) {
16
+ case 1: // DE
17
+ case 3: // FR
18
+ case 4: // NL
19
+ case 7: // AT
20
+ return '&euro;';
21
+ case 2: // UK
22
+ return '&pound;';
23
+ case 6: // CH
24
+ return 'CHF';
25
+ default :
26
+ return '';
27
+ }
28
+ }
29
+
30
+ /**
31
+ * Return the platforms' view hostname
32
+ * @param Int $platformId
33
+ * @return bool|string $hostName
34
+ */
35
+ public static function getViewHostnameForPlatform($platformId)
36
+ {
37
+ switch ($platformId) {
38
+ case 1: // de
39
+ case 7: // at
40
+ case 6: // ch
41
+ return 'banners.webmasterplan.com';
42
+ case 2: //uk
43
+ return 'become.successfultogether.co.uk';
44
+ case 3: //fr
45
+ return 'banniere.reussissonsensemble.fr';
46
+ case 4:
47
+ return 'worden.samenresultaat.nl';
48
+ default :
49
+ return false;
50
+ }
51
+ }
52
+
53
+ /**
54
+ * Return the platforms' click hostname
55
+ * @param Int $platformId
56
+ * @return bool|string $hostName
57
+ */
58
+ public static function getClickHostnameForPlatform($platformId)
59
+ {
60
+ switch ($platformId) {
61
+ case 1: // DE
62
+ case 7: // AT
63
+ case 6: // CH
64
+ return 'partners.webmasterplan.com';
65
+ case 2: // UK
66
+ return 'being.successfultogether.co.uk';
67
+ case 3: // FR
68
+ return 'clic.reussissonsensemble.fr';
69
+ case 4: // NL
70
+ return 'zijn.samenresultaat.nl';
71
+ default :
72
+ return false;
73
+ }
74
+ }
75
+
76
+ /**
77
+ * Get the short locale String
78
+ * will return de for locale like de_DE
79
+ * @return string
80
+ */
81
+ public static function getShortLocale()
82
+ {
83
+ $locale = get_locale();
84
+ $shortLocale = mb_substr($locale, 0, 2);
85
+ return $shortLocale;
86
+ }
87
+
88
+ /**
89
+ * Helper to display an error message
90
+ */
91
+ public static function displayAdminError($message)
92
+ {
93
+ ?>
94
+ <div class="error">
95
+ <p>
96
+ <?php echo $message;?>
97
+ </p>
98
+ </div>
99
+ <?php
100
+ }
101
+ }
classes/PerformanceAds.php ADDED
@@ -0,0 +1,147 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+
4
+ class Affilinet_PerformanceAds
5
+ {
6
+
7
+ /**
8
+ * Get the ProgramID for a Platform Id
9
+ *
10
+ * Returns false if the platform id is invalid
11
+ *
12
+ * @param int $platformId
13
+ *
14
+ * @return bool|int $programId
15
+ */
16
+ public static function getProgramIdByPlatform($platformId)
17
+ {
18
+ switch ($platformId) {
19
+ case 1: // DE
20
+ return 9192;
21
+ case 2: // UK
22
+ return 12752;
23
+ case 3: // FR
24
+ return 12751;
25
+ case 4: // NL
26
+ return 13397;
27
+ case 6: // CH
28
+ return 12252;
29
+ case 7: // AT
30
+ return 12376;
31
+
32
+ default :
33
+ return false;
34
+ }
35
+ }
36
+
37
+ /**
38
+ * Return the AdCode for the given size
39
+ * $size must be one of '728x90','300x250','250x250', '468x60', '160x600', '120x600'
40
+ * @param $size
41
+ * @return string|void
42
+ */
43
+ public static function getAdCode($size)
44
+ {
45
+ $publisherId = get_option('affilinet_publisher_id');
46
+ $platformId = get_option('affilinet_platform');
47
+
48
+
49
+ if ($publisherId === false || $publisherId === '') {
50
+ return __('No publisher ID given', 'affilinet');
51
+ }
52
+ if ($platformId === false || $platformId === '') {
53
+ return __('No platform chosen', 'affilinet');
54
+ }
55
+
56
+ $programId = Affilinet_PerformanceAds::getProgramIdByPlatform($platformId);
57
+ $viewUrl = Affilinet_Helper::getViewHostnameForPlatform($platformId);
58
+ $clickUrl = Affilinet_Helper::getClickHostnameForPlatform($platformId);
59
+
60
+ $hnb = self::getHnbForPlatform($platformId, $size);
61
+ if ($hnb === false) {
62
+ return __('Invalid ad size given. Choose one of "728x90","300x250","250x250","468x60","160x600","120x600"', 'affilinet');
63
+ }
64
+
65
+ $html = '<script language="javascript" type="text/javascript" src="' .
66
+ 'http://' . $viewUrl . '/view.asp?ref=' . $publisherId . '&site=' . $programId . '&type=html&hnb=' . $hnb . '&js=1'.
67
+ '"></script><noscript><a href="' .
68
+ 'http://' . $clickUrl . '/click.asp?ref=' . $publisherId . '&site=' . $programId . '&type=b1&bnb=1&'.
69
+ '" target="_blank"><img src="' .
70
+ 'http://' . $viewUrl . '/view.asp?ref=' . $publisherId . '&site=' . $programId . '&b=1'.
71
+ '" border="0"/></a><br /></noscript>';
72
+
73
+ return $html;
74
+ }
75
+
76
+
77
+ /**
78
+ * Get the HNB paramter for performance Ads
79
+ * @param $platformId
80
+ * @param $size
81
+ * @return bool
82
+ */
83
+ public static function getHnbForPlatform($platformId, $size)
84
+ {
85
+ $hnb = array(
86
+ // DE
87
+ 1 => array(
88
+ '728x90' => 1,
89
+ '300x250' => 4,
90
+ '250x250' => 6,
91
+ '468x60' => 5,
92
+ '160x600' => 3,
93
+ '120x600' => 2
94
+ ),
95
+ // AT
96
+ 7 => array(
97
+ '728x90' => 1,
98
+ '300x250' => 2,
99
+ '250x250' => 6,
100
+ '468x60' => 3,
101
+ '160x600' => 4,
102
+ '120x600' => 5,
103
+ ),
104
+ // CH
105
+ 6 => array(
106
+ '728x90' => 1,
107
+ '300x250' => 2,
108
+ '250x250' => 6,
109
+ '468x60' => 4,
110
+ '160x600' => 3,
111
+ '120x600' => 5,
112
+ ),
113
+ // UK
114
+ 2 => array(
115
+ '728x90' => 2,
116
+ '300x250' => 3,
117
+ '250x250' => 6,
118
+ '468x60' => 1,
119
+ '160x600' => 4,
120
+ '120x600' => 5
121
+ ),
122
+ // FR
123
+ 3 => array(
124
+ '728x90' => 2,
125
+ '300x250' => 3,
126
+ '250x250' => 6,
127
+ '468x60' => 1,
128
+ '160x600' => 4,
129
+ '120x600' => 5
130
+ ),
131
+ 4 => array(
132
+ '728x90' => 2,
133
+ '300x250' => 3,
134
+ '250x250' => 6,
135
+ '468x60' => 1,
136
+ '160x600' => 4,
137
+ '120x600' => 5
138
+ )
139
+ );
140
+ if (isset($hnb[$platformId]) && isset($hnb[$platformId][$size])) {
141
+ return $hnb[$platformId][$size];
142
+ } else {
143
+ return false;
144
+ }
145
+
146
+ }
147
+ }
classes/Plugin.php ADDED
@@ -0,0 +1,164 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ class Affilinet_Plugin
4
+ {
5
+
6
+ public function __construct()
7
+ {
8
+ add_action('admin_init', array($this, 'admin_init'));
9
+ add_action('admin_menu', array($this, 'admin_menu'));
10
+ add_action('widgets_init', array($this, 'register_widget'));
11
+
12
+ add_action('admin_enqueue_scripts', array($this, 'admin_enqueue_scripts'));
13
+ add_action('admin_enqueue_scripts', array('Affilinet_View', 'settings_script') );
14
+
15
+ add_action('admin_head', array($this, 'editor_add_buttons'));
16
+ add_action('plugins_loaded', array($this, 'load_textdomain'));
17
+
18
+ add_shortcode('affilinet_performance_ad', array($this, 'performance_ad_shortcode'));
19
+
20
+ /**
21
+ * Disable YieldKit functionality in Version 1
22
+ *
23
+ if (get_option('affilinet_text_monetization') === '1'
24
+ ||
25
+ get_option('affilinet_link_replacement') === '1'
26
+ ||
27
+ get_option('affilinet_text_widget') === '1'
28
+ ) {
29
+ add_action('wp_footer', array($this, 'yielkit_code'));
30
+ }
31
+
32
+ * End Disable YieldKit in Version 1
33
+ */
34
+
35
+
36
+ }
37
+
38
+
39
+ /**
40
+ * Register Settings for admin area
41
+ */
42
+ public function admin_init()
43
+ {
44
+ register_setting('affilinet-settings-group', 'affilinet_platform');
45
+ register_setting('affilinet-settings-group', 'affilinet_publisher_id');
46
+ register_setting('affilinet-settings-group', 'affilinet_standard_webservice_password');
47
+ register_setting('affilinet-settings-group', 'affilinet_product_data_webservice_password');
48
+
49
+ register_setting('affilinet-settings-group', 'affilinet_text_monetization');
50
+ register_setting('affilinet-settings-group', 'affilinet_link_replacement');
51
+ register_setting('affilinet-settings-group', 'affilinet_text_widget');
52
+
53
+ register_setting('affilinet-settings-group', 'affilinet_extended_settings');
54
+ register_setting('affilinet-settings-group', 'affilinet_ywidgetpos');
55
+ register_setting('affilinet-settings-group', 'affilinet_ywdensity');
56
+ register_setting('affilinet-settings-group', 'affilinet_ywcap');
57
+ register_setting('affilinet-settings-group', 'affilinet_ywcolor');
58
+
59
+
60
+ }
61
+
62
+
63
+ /**
64
+ * Create the admin Menu
65
+ */
66
+ public function admin_menu()
67
+ {
68
+ // create top level menu
69
+ add_menu_page('Affilinet', 'Affilinet', 'manage_options', 'affilinet', 'Affilinet_View::start', plugin_dir_url(dirname(__FILE__)).'images/affilinet_icon.png');
70
+
71
+
72
+
73
+
74
+ // submenu items
75
+ add_submenu_page('affilinet', __('Start', 'affilinet'), __('Start', 'affilinet'), 'manage_options', 'affilinet', 'Affilinet_View::start');
76
+ add_submenu_page('affilinet', __('Settings', 'affilinet'), __('Settings', 'affilinet'), 'manage_options', 'affilinet_settings', 'Affilinet_View::settings');
77
+ add_submenu_page('affilinet', __('Signup', 'affilinet'), __('Signup', 'affilinet'), 'manage_options', 'affilinet_signup', 'Affilinet_View::signup');
78
+ add_submenu_page('affilinet', __('Reporting', 'affilinet'), __('Reporting', 'affilinet'), 'manage_options', 'affilinet_reporting', 'Affilinet_View::reporting');
79
+
80
+ // options menu
81
+ add_options_page('Affilinet Settings', 'Affilinet', 'manage_options', 'affilinet_options', 'Affilinet_View::settings');
82
+ }
83
+
84
+ /**
85
+ * Register the widget
86
+ */
87
+ public function register_widget()
88
+ {
89
+ register_widget('Affilinet_Widget');
90
+ }
91
+
92
+ /**
93
+ * Load jquery.flot.js for reporting page
94
+ */
95
+ public function admin_enqueue_scripts()
96
+ {
97
+ wp_register_script('flot', plugin_dir_url( plugin_basename( dirname(__FILE__) ) ).'js/jquery-flot/jquery.flot.js', array('jquery'));
98
+ wp_register_script('flot.time', plugin_dir_url( plugin_basename( dirname(__FILE__) ) ).'js/jquery-flot/jquery.flot.time.js', array('jquery', 'flot'));
99
+ wp_enqueue_script('flot');
100
+ wp_enqueue_script('flot.time');
101
+ }
102
+
103
+ /**
104
+ * Shortcode
105
+ */
106
+ public function performance_ad_shortcode($params = array())
107
+ {
108
+ // default size parameter
109
+ /**
110
+ * @var String $size
111
+ */
112
+ extract(shortcode_atts(array(
113
+ 'size' => '728x90',
114
+ ), $params));
115
+
116
+ return Affilinet_PerformanceAds::getAdCode($size);
117
+ }
118
+
119
+ /**
120
+ * TRANSLATION
121
+ */
122
+ public function load_textdomain()
123
+ {
124
+ load_plugin_textdomain( 'affilinet', false, dirname(dirname( plugin_basename( __FILE__ ) )) . '/languages' );
125
+ }
126
+
127
+
128
+ /**
129
+ * TinyMCE Editor Button
130
+ */
131
+ public function editor_add_buttons()
132
+ {
133
+ // check user permissions
134
+ if (!current_user_can('edit_posts') && !current_user_can('edit_pages')) {
135
+ return;
136
+ }
137
+ // check if WYSIWYG is enabled
138
+ if (get_user_option('rich_editing') == 'true') {
139
+ add_filter('mce_external_plugins', array($this, 'add_buttons'));
140
+ add_filter('mce_buttons', array($this, 'register_buttons'));
141
+ }
142
+ }
143
+
144
+ public function add_buttons($plugin_array)
145
+ {
146
+ $plugin_array['affilinet_mce_button'] = plugin_dir_url( plugin_basename( dirname(__FILE__) ) ). 'js/affilinet_editor_buttons.js';
147
+ return $plugin_array;
148
+ }
149
+
150
+ public function register_buttons($buttons)
151
+ {
152
+ array_push($buttons, 'affilinet_mce_button');
153
+ return $buttons;
154
+ }
155
+
156
+
157
+ public function yielkit_code()
158
+ {
159
+ echo Affilinet_Yieldkit::getAdCode();
160
+
161
+ }
162
+
163
+
164
+ }
classes/View.php ADDED
@@ -0,0 +1,90 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ class Affilinet_View
4
+ {
5
+ public static function start()
6
+ {
7
+ require_once(AFFILINET_PLUGIN_DIR . 'views' . DIRECTORY_SEPARATOR . 'start.php');
8
+ }
9
+
10
+ public static function settings()
11
+ {
12
+ require_once(AFFILINET_PLUGIN_DIR . 'views' . DIRECTORY_SEPARATOR . 'settings.php');
13
+ }
14
+
15
+ public static function signup()
16
+ {
17
+ require_once(AFFILINET_PLUGIN_DIR . 'views' . DIRECTORY_SEPARATOR . 'signup.php');
18
+ }
19
+
20
+ public static function reporting()
21
+ {
22
+ add_filter('admin_print_footer_scripts', array(__CLASS__, 'reporting_footer_script'));
23
+
24
+ require_once(AFFILINET_PLUGIN_DIR . 'views' . DIRECTORY_SEPARATOR . 'reporting.php');
25
+ }
26
+
27
+ public static function reporting_footer_script()
28
+ {
29
+ ?>
30
+ <script type="text/javascript">
31
+ function euroFormatter(v, axis) {
32
+ return v.toFixed(axis.tickDecimals) + " €";
33
+
34
+ }
35
+
36
+ var options = {
37
+ yaxes: [
38
+ {
39
+ position: "left",
40
+ min: 0,
41
+ tickDecimals: 0
42
+ },
43
+ {
44
+ position: "right",
45
+ min: 0,
46
+ tickDecimals: 0,
47
+ tickFormatter: euroFormatter
48
+
49
+ }
50
+ ],
51
+ xaxis: {
52
+ mode: "time",
53
+ timeformat: "%e.%b.%Y"
54
+ },
55
+ series: {
56
+ lines: {show: true},
57
+ points: {show: true}
58
+ }
59
+ };
60
+
61
+
62
+ jQuery.plot('#graph-placeholder',
63
+ [
64
+ {data: affilinet_report_data_views, label: "<?php _e('Views', 'affilinet'); ?>", yaxis: 1},
65
+ {data: affilinet_report_data_clicks, label: "<?php _e('Clicks', 'affilinet'); ?>", yaxis: 1},
66
+ {
67
+ data: affilinet_report_data_total,
68
+ label: "<?php _e('Confirmed Commission (€)', 'affilinet'); ?>",
69
+ yaxis: 2
70
+ }
71
+ ], options);
72
+
73
+ </script>
74
+ <?php
75
+ }
76
+
77
+
78
+ public static function settings_script( $hook_suffix ) {
79
+ include(ABSPATH . WPINC . '/version.php'); // include an unmodified $wp_version
80
+ /** @var String $wp_version */
81
+ if ($wp_version < 3.5) {
82
+ wp_enqueue_script( 'affilinet_settings', plugins_url('/affilinet/js/affilinet_settings.js'), array('jquery'), false, true );
83
+ }else {
84
+ wp_enqueue_style( 'wp-color-picker' );
85
+ wp_enqueue_script( 'affilinet_settings', plugins_url('/js/affilinet_settings.js', AFFILINET_PLUGIN_DIR.'affilinet' ), array( 'wp-color-picker' , 'jquery'), false, true );
86
+ }
87
+
88
+ }
89
+
90
+ }
classes/Widget.php ADDED
@@ -0,0 +1,102 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ class Affilinet_Widget extends \WP_Widget
4
+ {
5
+
6
+ public function __construct()
7
+ {
8
+ $widget_ops = array(
9
+ 'classname' => __NAMESPACE__ . '\\' . __CLASS__,
10
+ 'description' => 'Affilinet Performance Ads'
11
+ );
12
+ parent::__construct('Affilinet_Performance_Ad_Widget', 'Affilinet Performance Ads', $widget_ops);
13
+
14
+ }
15
+
16
+
17
+ /**
18
+ * Display the widget edit form
19
+ *
20
+ * @param array $instance
21
+ *
22
+ * @return void
23
+ */
24
+ public function form($instance)
25
+ {
26
+ $defaults = array(
27
+ 'size' => '728x90'
28
+ );
29
+ $instance = wp_parse_args((array)$instance, $defaults);
30
+ $size = $instance['size'];
31
+ ?>
32
+ <p>
33
+ <label for="<?php echo $this->get_field_id('size'); ?>"><?php _e('Banner size', 'affilinet');?></label>
34
+ <select class="widefat" id="<?php echo $this->get_field_id('size'); ?>"
35
+ name="<?php echo $this->get_field_name('size'); ?>">
36
+ <?php
37
+ foreach ($this->allowedSizes() as $allowed_size) {
38
+ ?>
39
+ <option
40
+ value="<?php echo $allowed_size['value']; ?>"
41
+ <?php selected($size, $allowed_size['value']); ?>><?php echo $allowed_size['name']; ?></option>
42
+ <?php
43
+ }
44
+ ?>
45
+ </select>
46
+
47
+ </p>
48
+ <?php
49
+ }
50
+
51
+
52
+ /**
53
+ * Handle widget update process
54
+ *
55
+ * @param array $new_instance
56
+ * @param array $old_instance
57
+ *
58
+ * @return array
59
+ */
60
+ public function update($new_instance, $old_instance)
61
+ {
62
+ $instance = $old_instance;
63
+ $instance['size'] = $new_instance['size'];
64
+ return $instance;
65
+
66
+ }
67
+
68
+ /**
69
+ * Display the widget
70
+ *
71
+ * @param array $args
72
+ * @param array $instance
73
+ */
74
+ public function widget($args, $instance)
75
+ {
76
+
77
+ extract($args);
78
+ /** @var String $before_widget */
79
+ echo $before_widget;
80
+
81
+ echo Affilinet_PerformanceAds::getAdCode($instance['size']);
82
+
83
+ /** @var String $after_widget */
84
+ echo $after_widget;
85
+ }
86
+
87
+ /**
88
+ * Return a list of allowed banner sizes
89
+ * @return array
90
+ */
91
+ private function allowedSizes()
92
+ {
93
+ return array(
94
+ array('value' => '728x90', 'name' => 'Super Banner (728px x 90px)'),
95
+ array('value' => '300x250', 'name' => 'Medium Rectangle (300px x 250px)'),
96
+ array('value' => '250x250', 'name' => 'Square Button (250px x 250px)'),
97
+ array('value' => '468x60', 'name' => 'Fullsize Banner (468px x 60px)'),
98
+ array('value' => '160x600', 'name' => 'Wide Scyscraper (160px x 600px)'),
99
+ array('value' => '120x600', 'name' => 'Scyscraper (120px x 600px)')
100
+ );
101
+ }
102
+ }
classes/Yieldkit.php ADDED
@@ -0,0 +1,113 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ class Affilinet_Yieldkit
4
+ {
5
+
6
+ /**
7
+ * Get the ProgramID for a Platform Id
8
+ *
9
+ * Returns false if the platform id is invalid
10
+ *
11
+ * @param int $platformId
12
+ *
13
+ * @return bool|int $programId
14
+ */
15
+ public static function getProgramIdByPlatform($platformId)
16
+ {
17
+ switch ($platformId) {
18
+ case 1: // DE
19
+ return 12816;
20
+ case 2: // UK
21
+ return 12973;
22
+ case 3: // FR
23
+ return 13179;
24
+ case 4: // NL
25
+ return 13828;
26
+ case 6: // CH
27
+ return 1317;
28
+ case 7: // AT
29
+ return 13181;
30
+
31
+ default :
32
+ return false;
33
+ }
34
+ }
35
+
36
+
37
+ /**
38
+ * Return the AdCode for the given size
39
+ * @return string|void
40
+ */
41
+ public static function getAdCode()
42
+ {
43
+ $publisherId = get_option('affilinet_publisher_id');
44
+ $platformId = get_option('affilinet_platform');
45
+
46
+ if ($publisherId === false || $publisherId === '') {
47
+ return __('No publisher ID given', 'affilinet');
48
+ }
49
+ if ($platformId === false || $platformId === '') {
50
+ return __('No platform chosen', 'affilinet');
51
+ }
52
+
53
+ $programId = self::getProgramIdByPlatform($platformId);
54
+ $viewUrl = Affilinet_Helper::getViewHostnameForPlatform($platformId);
55
+ $clickUrl = Affilinet_Helper::getClickHostnameForPlatform($platformId);
56
+
57
+ $yword = get_option( 'affilinet_text_monetization');
58
+ if (!$yword) $yword = '0';
59
+
60
+ $ylink = get_option( 'affilinet_link_replacement' );
61
+ if (!$ylink) $ylink = '0';
62
+
63
+ $ywidget = get_option( 'affilinet_text_widget');
64
+ if (!$ywidget) $ywidget = '0';
65
+
66
+ $ywidgetpos = get_option( 'affilinet_ywidgetpos' ,'1');
67
+ if (!$ywidgetpos) $ywidgetpos = '1';
68
+
69
+ $ywdensity = get_option( 'affilinet_ywdensity','10' );
70
+ if (!$ywdensity) $ywdensity = '10';
71
+
72
+ $ywcap = get_option( 'affilinet_ywcap','50' );
73
+ if (!$ywcap) $ywcap = '50';
74
+
75
+ $ywcolor = get_option( 'affilinet_ywcolor' );
76
+ if (!$ywcolor) $ywcolor = '000000';
77
+ $ywcolor = str_replace('#','',$ywcolor);
78
+ $hnb = 1;
79
+
80
+
81
+ $scriptUrl = 'http://' . $viewUrl . '/view.asp?ref=' . $publisherId . '&site=' . $programId . '&type=html&hnb=' . $hnb . '&js=1' .
82
+ '&yword='. $yword.
83
+ '&ylink='.$ylink
84
+ .'&ywidget='.$ywidget
85
+ .'&yimage=0&ywidgetpos='.$ywidgetpos
86
+ .'&ywdensity='.$ywdensity
87
+ .'&ywcap='.$ywcap
88
+ .'&ywcolor='.$ywcolor
89
+ .'&ywcid=content&ywcclass=site-content';
90
+
91
+ $noScriptUrl = 'http://' . $viewUrl . '/view.asp?ref=' . $publisherId . '&site=' . $programId . '&type=b1&bnb=1' .
92
+ '&yword='. $yword.
93
+ '&ylink='.$ylink
94
+ .'&ywidget='.$ywidget
95
+ .'&yimage=0&ywidgetpos='.$ywidgetpos
96
+ .'&ywdensity='.$ywdensity
97
+ .'&ywcap='.$ywcap
98
+ .'&ywcolor='.$ywcolor
99
+ .'&ywcid=content&ywcclass=site-content';
100
+
101
+
102
+ $html = '<script language="javascript" type="text/javascript" src="'
103
+ .$scriptUrl
104
+ .'"></script><noscript><a href="'
105
+ .$noScriptUrl
106
+ .'" target="_blank"><img title="1x1" alt="1x1" src="'
107
+ .'http://' . $viewUrl . '/view.asp?ref=' . $publisherId . '&site=' . $programId . '&b=1'
108
+ .'" border="0"/></a><br /></noscript>';
109
+
110
+ return $html;
111
+ }
112
+
113
+ }
images/120x600.jpg ADDED
Binary file
images/160x600.jpg ADDED
Binary file
images/250x250.jpg ADDED
Binary file
images/300x250.jpg ADDED
Binary file
images/468x60.jpg ADDED
Binary file
images/728x90.jpg ADDED
Binary file
images/affilinet_icon.png ADDED
Binary file
images/affilinet_logo.png ADDED
Binary file
images/affilinet_signet.png ADDED
Binary file
images/affilinet_signet_small.png ADDED
Binary file
images/banner-772x250.jpg ADDED
Binary file
js/affilinet_editor_buttons.js ADDED
@@ -0,0 +1,194 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ if (typeof(tinymce) != 'undefined') {
2
+
3
+ if (tinymce.majorVersion == 4) {
4
+ (function () {
5
+ tinymce.PluginManager.add('affilinet_mce_button', function (editor, url) {
6
+ function _show_image(co) {
7
+ return co.replace(/\[affilinet_performance_ad([^\]]*)\]/g, function (a, b) {
8
+ var image = b.split('=');
9
+ return '<img src="/wp-content/plugins/affilinet/images/' + image[1] + '.jpg" class="affilinet_performance_ad" title="affilinet_performance_ad' + tinymce.DOM.encode(b) + '" />';
10
+ });
11
+ }
12
+
13
+ function _remove_image(co) {
14
+ function getAttr(s, n) {
15
+ n = new RegExp(n + '=\"([^\"]+)\"', 'g').exec(s);
16
+ return n ? tinymce.DOM.decode(n[1]) : '';
17
+ }
18
+
19
+ return co.replace(/(?:<p[^>]*>)*(<img[^>]+>)(?:<\/p>)*/g, function (a, im) {
20
+ var cls = getAttr(im, 'class');
21
+
22
+ if (cls.indexOf('affilinet_performance_ad') != -1)
23
+ return '<p>[' + tinymce.trim(getAttr(im, 'title')) + ']</p>';
24
+
25
+ return a;
26
+ });
27
+ }
28
+
29
+ /**
30
+ * Placeholders are not editable
31
+ */
32
+ editor.on('click', function (ed, o) {
33
+ if (ed.target.className == 'affilinet_performance_ad') {
34
+ ed.stopImmediatePropagation();
35
+ editor.windowManager.open({
36
+ title: 'Choose size',
37
+ body: [
38
+ {
39
+ type: 'listbox',
40
+ name: 'size',
41
+ label: 'Size',
42
+ 'values': [
43
+ {text: 'Super Banner (728px x 90px)', value: '728x90'},
44
+ {text: 'Medium Rectangle (300px x 250px)', value: '300x250'},
45
+ {text: 'Square Button (250px x 250px)', value: '250x250'},
46
+ {text: 'Fullsize Banner (468px x 60px)', value: '468x60'},
47
+ {text: 'Wide Scyscraper (160px x 600px)', value: '160x600'},
48
+ {text: 'Scyscraper (120px x 600px)', value: '120x600'}
49
+ ]
50
+ }
51
+ ],
52
+ onsubmit: function (e) {
53
+ // Insert content when the window form is submitted
54
+ editor.selection.select(ed.target);
55
+ editor.selection.setContent('[affilinet_performance_ad size=' + e.data.size + ']');
56
+ //ed.stopImmediatePropagation();
57
+ }
58
+
59
+ });
60
+
61
+ }
62
+ });
63
+
64
+
65
+ editor.on('BeforeSetcontent', function (event) {
66
+ event.content = _show_image(event.content);
67
+ });
68
+
69
+
70
+ //replace shortcode as its inserted into editor (which uses the exec command)
71
+ editor.on('ExecCommand', function (event) {
72
+ if (event.command === 'mceInsertContent') {
73
+ tinyMCE.activeEditor.setContent(_show_image(tinyMCE.activeEditor.getContent()));
74
+ }
75
+ });
76
+
77
+
78
+ //replace the image back to shortcode on save
79
+ editor.on('PostProcess', function (event, o) {
80
+ event.content = _remove_image(event.content);
81
+ });
82
+
83
+
84
+ editor.addButton('affilinet_mce_button', {
85
+ icon: true,
86
+ image: '/wp-content/plugins/affilinet/images/affilinet_signet_small.png',
87
+ type: 'menubutton',
88
+ text: 'Affilinet Performance Ads',
89
+ menu: [
90
+ {
91
+ text: 'Super Banner (728px x 90px)',
92
+ onclick: function () {
93
+ editor.insertContent('[affilinet_performance_ad size=728x90]');
94
+ }
95
+ },
96
+ {
97
+ text: 'Medium Rectangle (300px x 250px)',
98
+ onclick: function () {
99
+ editor.insertContent('[affilinet_performance_ad size=300x250]');
100
+ }
101
+ }, {
102
+ text: 'Square Button (250px x 250px)',
103
+ onclick: function () {
104
+ editor.insertContent('[affilinet_performance_ad size=250x250]');
105
+ }
106
+ }, {
107
+ text: 'Fullsize Banner (468px x 60px)',
108
+ onclick: function () {
109
+ editor.insertContent('[affilinet_performance_ad size=468x60]');
110
+ }
111
+ }, {
112
+ text: 'Wide Scyscraper (160px x 600px)',
113
+ onclick: function () {
114
+ editor.insertContent('[affilinet_performance_ad size=160x600]');
115
+ }
116
+ }, {
117
+ text: 'Scyscraper (120px x 600px)',
118
+ onclick: function () {
119
+ editor.insertContent('[affilinet_performance_ad size=120x600]');
120
+ }
121
+ }
122
+ ]
123
+ });
124
+
125
+ });
126
+ })();
127
+ }
128
+ else if (tinymce.majorVersion == 3) {
129
+
130
+
131
+ (function () {
132
+ //******* Load plugin specific language pack
133
+ //tinymce.PluginManager.requireLangPack('example');
134
+
135
+ tinymce.create('tinymce.plugins.affilinet_mce_button', {
136
+
137
+ /**
138
+ * Creates control instances based in the incomming name. This method is normally not
139
+ * needed since the addButton method of the tinymce.Editor class is a more easy way of adding buttons
140
+ * but you sometimes need to create more complex controls like listboxes, split buttons etc then this
141
+ * method can be used to create those.
142
+ *
143
+ * @param {String} n Name of the control to create.
144
+ * @param {tinymce.ControlManager} cm Control manager to use inorder to create new control.
145
+ * @return {tinymce.ui.Control} New control instance or null if no control was created.
146
+ */
147
+ createControl: function (n, cm) {
148
+ if (n == 'affilinet_mce_button') {
149
+ var mlb = cm.createListBox('affilinet_mce_button', {
150
+ title: 'Affilinet Ads',
151
+ onselect: function (v) { //Option value as parameter
152
+ if (v !== '') {
153
+ tinyMCE.activeEditor.execCommand('mceInsertContent', false, '[affilinet_performance_ad size=' + v + ']');
154
+ }
155
+ this.selectByIndex(-1);
156
+
157
+ }
158
+ });
159
+
160
+ // Add some values to the list box
161
+
162
+ mlb.add('Super Banner (728px x 90px)', '728x90');
163
+ mlb.add('Medium Rectangle (300px x 250px)', '300x250');
164
+ mlb.add('Square Button (250px x 250px)', '250x250');
165
+ mlb.add('Fullsize Banner (468px x 60px)', '468x60');
166
+ mlb.add('Wide Scyscraper (160px x 600px)', '160x600');
167
+ mlb.add('Scyscraper (120px x 600px)', '120x600');
168
+
169
+
170
+ // Return the new listbox instance
171
+ return mlb;
172
+ }
173
+
174
+ return null;
175
+ },
176
+
177
+ getInfo: function () {
178
+ return {
179
+ longname: 'Affilinet Shortcode Selector',
180
+ author: 'Stefan Gotre',
181
+ authorurl: 'https://teraone.de',
182
+ infourl: 'https://teraone.de',
183
+ version: "0.1"
184
+ };
185
+ }
186
+ });
187
+
188
+ // Register plugin
189
+ tinymce.PluginManager.add('affilinet_mce_button', tinymce.plugins.affilinet_mce_button);
190
+ })();
191
+
192
+
193
+ }
194
+ }
js/affilinet_settings.js ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ jQuery(document).ready(function($){
2
+
3
+ /*var $expertSettings = jQuery(' #affilinet_ywidgetpos, #affilinet_ywdensity,#affilinet_ywcap');
4
+
5
+ var toggleExpertSettings = function (){
6
+ if (!$('#affilinet_extended_settings').is(':checked')) {
7
+ $('#affilinet_extended_settings_table').addClass('hidden');
8
+ $expertSettings.val('');
9
+
10
+ }else {
11
+ $('#affilinet_extended_settings_table').removeClass('hidden');;
12
+ }
13
+ };
14
+ $('#affilinet_extended_settings').on('change', toggleExpertSettings);
15
+
16
+
17
+ toggleExpertSettings();
18
+
19
+ $('.affilinet_colorpicker').wpColorPicker();
20
+
21
+ */
22
+
23
+
24
+ });
js/jquery-flot/.gitignore ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ *.min.js
2
+ !excanvas.min.js
3
+ node_modules/
js/jquery-flot/.travis.yml ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ language: node_js
2
+ node_js:
3
+ - 0.8
js/jquery-flot/API.md ADDED
@@ -0,0 +1,1498 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Flot Reference #
2
+
3
+ **Table of Contents**
4
+
5
+ [Introduction](#introduction)
6
+ | [Data Format](#data-format)
7
+ | [Plot Options](#plot-options)
8
+ | [Customizing the legend](#customizing-the-legend)
9
+ | [Customizing the axes](#customizing-the-axes)
10
+ | [Multiple axes](#multiple-axes)
11
+ | [Time series data](#time-series-data)
12
+ | [Customizing the data series](#customizing-the-data-series)
13
+ | [Customizing the grid](#customizing-the-grid)
14
+ | [Specifying gradients](#specifying-gradients)
15
+ | [Plot Methods](#plot-methods)
16
+ | [Hooks](#hooks)
17
+ | [Plugins](#plugins)
18
+ | [Version number](#version-number)
19
+
20
+ ---
21
+
22
+ ## Introduction ##
23
+
24
+ Consider a call to the plot function:
25
+
26
+ ```js
27
+ var plot = $.plot(placeholder, data, options)
28
+ ```
29
+
30
+ The placeholder is a jQuery object or DOM element or jQuery expression
31
+ that the plot will be put into. This placeholder needs to have its
32
+ width and height set as explained in the [README](README.md) (go read that now if
33
+ you haven't, it's short). The plot will modify some properties of the
34
+ placeholder so it's recommended you simply pass in a div that you
35
+ don't use for anything else. Make sure you check any fancy styling
36
+ you apply to the div, e.g. background images have been reported to be a
37
+ problem on IE 7.
38
+
39
+ The plot function can also be used as a jQuery chainable property. This form
40
+ naturally can't return the plot object directly, but you can still access it
41
+ via the 'plot' data key, like this:
42
+
43
+ ```js
44
+ var plot = $("#placeholder").plot(data, options).data("plot");
45
+ ```
46
+
47
+ The format of the data is documented below, as is the available
48
+ options. The plot object returned from the call has some methods you
49
+ can call. These are documented separately below.
50
+
51
+ Note that in general Flot gives no guarantees if you change any of the
52
+ objects you pass in to the plot function or get out of it since
53
+ they're not necessarily deep-copied.
54
+
55
+
56
+ ## Data Format ##
57
+
58
+ The data is an array of data series:
59
+
60
+ ```js
61
+ [ series1, series2, ... ]
62
+ ```
63
+
64
+ A series can either be raw data or an object with properties. The raw
65
+ data format is an array of points:
66
+
67
+ ```js
68
+ [ [x1, y1], [x2, y2], ... ]
69
+ ```
70
+
71
+ E.g.
72
+
73
+ ```js
74
+ [ [1, 3], [2, 14.01], [3.5, 3.14] ]
75
+ ```
76
+
77
+ Note that to simplify the internal logic in Flot both the x and y
78
+ values must be numbers (even if specifying time series, see below for
79
+ how to do this). This is a common problem because you might retrieve
80
+ data from the database and serialize them directly to JSON without
81
+ noticing the wrong type. If you're getting mysterious errors, double
82
+ check that you're inputting numbers and not strings.
83
+
84
+ If a null is specified as a point or if one of the coordinates is null
85
+ or couldn't be converted to a number, the point is ignored when
86
+ drawing. As a special case, a null value for lines is interpreted as a
87
+ line segment end, i.e. the points before and after the null value are
88
+ not connected.
89
+
90
+ Lines and points take two coordinates. For filled lines and bars, you
91
+ can specify a third coordinate which is the bottom of the filled
92
+ area/bar (defaults to 0).
93
+
94
+ The format of a single series object is as follows:
95
+
96
+ ```js
97
+ {
98
+ color: color or number
99
+ data: rawdata
100
+ label: string
101
+ lines: specific lines options
102
+ bars: specific bars options
103
+ points: specific points options
104
+ xaxis: number
105
+ yaxis: number
106
+ clickable: boolean
107
+ hoverable: boolean
108
+ shadowSize: number
109
+ highlightColor: color or number
110
+ }
111
+ ```
112
+
113
+ You don't have to specify any of them except the data, the rest are
114
+ options that will get default values. Typically you'd only specify
115
+ label and data, like this:
116
+
117
+ ```js
118
+ {
119
+ label: "y = 3",
120
+ data: [[0, 3], [10, 3]]
121
+ }
122
+ ```
123
+
124
+ The label is used for the legend, if you don't specify one, the series
125
+ will not show up in the legend.
126
+
127
+ If you don't specify color, the series will get a color from the
128
+ auto-generated colors. The color is either a CSS color specification
129
+ (like "rgb(255, 100, 123)") or an integer that specifies which of
130
+ auto-generated colors to select, e.g. 0 will get color no. 0, etc.
131
+
132
+ The latter is mostly useful if you let the user add and remove series,
133
+ in which case you can hard-code the color index to prevent the colors
134
+ from jumping around between the series.
135
+
136
+ The "xaxis" and "yaxis" options specify which axis to use. The axes
137
+ are numbered from 1 (default), so { yaxis: 2} means that the series
138
+ should be plotted against the second y axis.
139
+
140
+ "clickable" and "hoverable" can be set to false to disable
141
+ interactivity for specific series if interactivity is turned on in
142
+ the plot, see below.
143
+
144
+ The rest of the options are all documented below as they are the same
145
+ as the default options passed in via the options parameter in the plot
146
+ command. When you specify them for a specific data series, they will
147
+ override the default options for the plot for that data series.
148
+
149
+ Here's a complete example of a simple data specification:
150
+
151
+ ```js
152
+ [ { label: "Foo", data: [ [10, 1], [17, -14], [30, 5] ] },
153
+ { label: "Bar", data: [ [11, 13], [19, 11], [30, -7] ] }
154
+ ]
155
+ ```
156
+
157
+
158
+ ## Plot Options ##
159
+
160
+ All options are completely optional. They are documented individually
161
+ below, to change them you just specify them in an object, e.g.
162
+
163
+ ```js
164
+ var options = {
165
+ series: {
166
+ lines: { show: true },
167
+ points: { show: true }
168
+ }
169
+ };
170
+
171
+ $.plot(placeholder, data, options);
172
+ ```
173
+
174
+
175
+ ## Customizing the legend ##
176
+
177
+ ```js
178
+ legend: {
179
+ show: boolean
180
+ labelFormatter: null or (fn: string, series object -> string)
181
+ labelBoxBorderColor: color
182
+ noColumns: number
183
+ position: "ne" or "nw" or "se" or "sw"
184
+ margin: number of pixels or [x margin, y margin]
185
+ backgroundColor: null or color
186
+ backgroundOpacity: number between 0 and 1
187
+ container: null or jQuery object/DOM element/jQuery expression
188
+ sorted: null/false, true, "ascending", "descending", "reverse", or a comparator
189
+ }
190
+ ```
191
+
192
+ The legend is generated as a table with the data series labels and
193
+ small label boxes with the color of the series. If you want to format
194
+ the labels in some way, e.g. make them to links, you can pass in a
195
+ function for "labelFormatter". Here's an example that makes them
196
+ clickable:
197
+
198
+ ```js
199
+ labelFormatter: function(label, series) {
200
+ // series is the series object for the label
201
+ return '<a href="#' + label + '">' + label + '</a>';
202
+ }
203
+ ```
204
+
205
+ To prevent a series from showing up in the legend, simply have the function
206
+ return null.
207
+
208
+ "noColumns" is the number of columns to divide the legend table into.
209
+ "position" specifies the overall placement of the legend within the
210
+ plot (top-right, top-left, etc.) and margin the distance to the plot
211
+ edge (this can be either a number or an array of two numbers like [x,
212
+ y]). "backgroundColor" and "backgroundOpacity" specifies the
213
+ background. The default is a partly transparent auto-detected
214
+ background.
215
+
216
+ If you want the legend to appear somewhere else in the DOM, you can
217
+ specify "container" as a jQuery object/expression to put the legend
218
+ table into. The "position" and "margin" etc. options will then be
219
+ ignored. Note that Flot will overwrite the contents of the container.
220
+
221
+ Legend entries appear in the same order as their series by default. If "sorted"
222
+ is "reverse" then they appear in the opposite order from their series. To sort
223
+ them alphabetically, you can specify true, "ascending" or "descending", where
224
+ true and "ascending" are equivalent.
225
+
226
+ You can also provide your own comparator function that accepts two
227
+ objects with "label" and "color" properties, and returns zero if they
228
+ are equal, a positive value if the first is greater than the second,
229
+ and a negative value if the first is less than the second.
230
+
231
+ ```js
232
+ sorted: function(a, b) {
233
+ // sort alphabetically in ascending order
234
+ return a.label == b.label ? 0 : (
235
+ a.label > b.label ? 1 : -1
236
+ )
237
+ }
238
+ ```
239
+
240
+
241
+ ## Customizing the axes ##
242
+
243
+ ```js
244
+ xaxis, yaxis: {
245
+ show: null or true/false
246
+ position: "bottom" or "top" or "left" or "right"
247
+ mode: null or "time" ("time" requires jquery.flot.time.js plugin)
248
+ timezone: null, "browser" or timezone (only makes sense for mode: "time")
249
+
250
+ color: null or color spec
251
+ tickColor: null or color spec
252
+ font: null or font spec object
253
+
254
+ min: null or number
255
+ max: null or number
256
+ autoscaleMargin: null or number
257
+
258
+ transform: null or fn: number -> number
259
+ inverseTransform: null or fn: number -> number
260
+
261
+ ticks: null or number or ticks array or (fn: axis -> ticks array)
262
+ tickSize: number or array
263
+ minTickSize: number or array
264
+ tickFormatter: (fn: number, object -> string) or string
265
+ tickDecimals: null or number
266
+
267
+ labelWidth: null or number
268
+ labelHeight: null or number
269
+ reserveSpace: null or true
270
+
271
+ tickLength: null or number
272
+
273
+ alignTicksWithAxis: null or number
274
+ }
275
+ ```
276
+
277
+ All axes have the same kind of options. The following describes how to
278
+ configure one axis, see below for what to do if you've got more than
279
+ one x axis or y axis.
280
+
281
+ If you don't set the "show" option (i.e. it is null), visibility is
282
+ auto-detected, i.e. the axis will show up if there's data associated
283
+ with it. You can override this by setting the "show" option to true or
284
+ false.
285
+
286
+ The "position" option specifies where the axis is placed, bottom or
287
+ top for x axes, left or right for y axes. The "mode" option determines
288
+ how the data is interpreted, the default of null means as decimal
289
+ numbers. Use "time" for time series data; see the time series data
290
+ section. The time plugin (jquery.flot.time.js) is required for time
291
+ series support.
292
+
293
+ The "color" option determines the color of the line and ticks for the axis, and
294
+ defaults to the grid color with transparency. For more fine-grained control you
295
+ can also set the color of the ticks separately with "tickColor".
296
+
297
+ You can customize the font and color used to draw the axis tick labels with CSS
298
+ or directly via the "font" option. When "font" is null - the default - each
299
+ tick label is given the 'flot-tick-label' class. For compatibility with Flot
300
+ 0.7 and earlier the labels are also given the 'tickLabel' class, but this is
301
+ deprecated and scheduled to be removed with the release of version 1.0.0.
302
+
303
+ To enable more granular control over styles, labels are divided between a set
304
+ of text containers, with each holding the labels for one axis. These containers
305
+ are given the classes 'flot-[x|y]-axis', and 'flot-[x|y]#-axis', where '#' is
306
+ the number of the axis when there are multiple axes. For example, the x-axis
307
+ labels for a simple plot with only a single x-axis might look like this:
308
+
309
+ ```html
310
+ <div class='flot-x-axis flot-x1-axis'>
311
+ <div class='flot-tick-label'>January 2013</div>
312
+ ...
313
+ </div>
314
+ ```
315
+
316
+ For direct control over label styles you can also provide "font" as an object
317
+ with this format:
318
+
319
+ ```js
320
+ {
321
+ size: 11,
322
+ lineHeight: 13,
323
+ style: "italic",
324
+ weight: "bold",
325
+ family: "sans-serif",
326
+ variant: "small-caps",
327
+ color: "#545454"
328
+ }
329
+ ```
330
+
331
+ The size and lineHeight must be expressed in pixels; CSS units such as 'em'
332
+ or 'smaller' are not allowed.
333
+
334
+ The options "min"/"max" are the precise minimum/maximum value on the
335
+ scale. If you don't specify either of them, a value will automatically
336
+ be chosen based on the minimum/maximum data values. Note that Flot
337
+ always examines all the data values you feed to it, even if a
338
+ restriction on another axis may make some of them invisible (this
339
+ makes interactive use more stable).
340
+
341
+ The "autoscaleMargin" is a bit esoteric: it's the fraction of margin
342
+ that the scaling algorithm will add to avoid that the outermost points
343
+ ends up on the grid border. Note that this margin is only applied when
344
+ a min or max value is not explicitly set. If a margin is specified,
345
+ the plot will furthermore extend the axis end-point to the nearest
346
+ whole tick. The default value is "null" for the x axes and 0.02 for y
347
+ axes which seems appropriate for most cases.
348
+
349
+ "transform" and "inverseTransform" are callbacks you can put in to
350
+ change the way the data is drawn. You can design a function to
351
+ compress or expand certain parts of the axis non-linearly, e.g.
352
+ suppress weekends or compress far away points with a logarithm or some
353
+ other means. When Flot draws the plot, each value is first put through
354
+ the transform function. Here's an example, the x axis can be turned
355
+ into a natural logarithm axis with the following code:
356
+
357
+ ```js
358
+ xaxis: {
359
+ transform: function (v) { return Math.log(v); },
360
+ inverseTransform: function (v) { return Math.exp(v); }
361
+ }
362
+ ```
363
+
364
+ Similarly, for reversing the y axis so the values appear in inverse
365
+ order:
366
+
367
+ ```js
368
+ yaxis: {
369
+ transform: function (v) { return -v; },
370
+ inverseTransform: function (v) { return -v; }
371
+ }
372
+ ```
373
+
374
+ Note that for finding extrema, Flot assumes that the transform
375
+ function does not reorder values (it should be monotone).
376
+
377
+ The inverseTransform is simply the inverse of the transform function
378
+ (so v == inverseTransform(transform(v)) for all relevant v). It is
379
+ required for converting from canvas coordinates to data coordinates,
380
+ e.g. for a mouse interaction where a certain pixel is clicked. If you
381
+ don't use any interactive features of Flot, you may not need it.
382
+
383
+
384
+ The rest of the options deal with the ticks.
385
+
386
+ If you don't specify any ticks, a tick generator algorithm will make
387
+ some for you. The algorithm has two passes. It first estimates how
388
+ many ticks would be reasonable and uses this number to compute a nice
389
+ round tick interval size. Then it generates the ticks.
390
+
391
+ You can specify how many ticks the algorithm aims for by setting
392
+ "ticks" to a number. The algorithm always tries to generate reasonably
393
+ round tick values so even if you ask for three ticks, you might get
394
+ five if that fits better with the rounding. If you don't want any
395
+ ticks at all, set "ticks" to 0 or an empty array.
396
+
397
+ Another option is to skip the rounding part and directly set the tick
398
+ interval size with "tickSize". If you set it to 2, you'll get ticks at
399
+ 2, 4, 6, etc. Alternatively, you can specify that you just don't want
400
+ ticks at a size less than a specific tick size with "minTickSize".
401
+ Note that for time series, the format is an array like [2, "month"],
402
+ see the next section.
403
+
404
+ If you want to completely override the tick algorithm, you can specify
405
+ an array for "ticks", either like this:
406
+
407
+ ```js
408
+ ticks: [0, 1.2, 2.4]
409
+ ```
410
+
411
+ Or like this where the labels are also customized:
412
+
413
+ ```js
414
+ ticks: [[0, "zero"], [1.2, "one mark"], [2.4, "two marks"]]
415
+ ```
416
+
417
+ You can mix the two if you like.
418
+
419
+ For extra flexibility you can specify a function as the "ticks"
420
+ parameter. The function will be called with an object with the axis
421
+ min and max and should return a ticks array. Here's a simplistic tick
422
+ generator that spits out intervals of pi, suitable for use on the x
423
+ axis for trigonometric functions:
424
+
425
+ ```js
426
+ function piTickGenerator(axis) {
427
+ var res = [], i = Math.floor(axis.min / Math.PI);
428
+ do {
429
+ var v = i * Math.PI;
430
+ res.push([v, i + "\u03c0"]);
431
+ ++i;
432
+ } while (v < axis.max);
433
+ return res;
434
+ }
435
+ ```
436
+
437
+ You can control how the ticks look like with "tickDecimals", the
438
+ number of decimals to display (default is auto-detected).
439
+
440
+ Alternatively, for ultimate control over how ticks are formatted you can
441
+ provide a function to "tickFormatter". The function is passed two
442
+ parameters, the tick value and an axis object with information, and
443
+ should return a string. The default formatter looks like this:
444
+
445
+ ```js
446
+ function formatter(val, axis) {
447
+ return val.toFixed(axis.tickDecimals);
448
+ }
449
+ ```
450
+
451
+ The axis object has "min" and "max" with the range of the axis,
452
+ "tickDecimals" with the number of decimals to round the value to and
453
+ "tickSize" with the size of the interval between ticks as calculated
454
+ by the automatic axis scaling algorithm (or specified by you). Here's
455
+ an example of a custom formatter:
456
+
457
+ ```js
458
+ function suffixFormatter(val, axis) {
459
+ if (val > 1000000)
460
+ return (val / 1000000).toFixed(axis.tickDecimals) + " MB";
461
+ else if (val > 1000)
462
+ return (val / 1000).toFixed(axis.tickDecimals) + " kB";
463
+ else
464
+ return val.toFixed(axis.tickDecimals) + " B";
465
+ }
466
+ ```
467
+
468
+ "labelWidth" and "labelHeight" specifies a fixed size of the tick
469
+ labels in pixels. They're useful in case you need to align several
470
+ plots. "reserveSpace" means that even if an axis isn't shown, Flot
471
+ should reserve space for it - it is useful in combination with
472
+ labelWidth and labelHeight for aligning multi-axis charts.
473
+
474
+ "tickLength" is the length of the tick lines in pixels. By default, the
475
+ innermost axes will have ticks that extend all across the plot, while
476
+ any extra axes use small ticks. A value of null means use the default,
477
+ while a number means small ticks of that length - set it to 0 to hide
478
+ the lines completely.
479
+
480
+ If you set "alignTicksWithAxis" to the number of another axis, e.g.
481
+ alignTicksWithAxis: 1, Flot will ensure that the autogenerated ticks
482
+ of this axis are aligned with the ticks of the other axis. This may
483
+ improve the looks, e.g. if you have one y axis to the left and one to
484
+ the right, because the grid lines will then match the ticks in both
485
+ ends. The trade-off is that the forced ticks won't necessarily be at
486
+ natural places.
487
+
488
+
489
+ ## Multiple axes ##
490
+
491
+ If you need more than one x axis or y axis, you need to specify for
492
+ each data series which axis they are to use, as described under the
493
+ format of the data series, e.g. { data: [...], yaxis: 2 } specifies
494
+ that a series should be plotted against the second y axis.
495
+
496
+ To actually configure that axis, you can't use the xaxis/yaxis options
497
+ directly - instead there are two arrays in the options:
498
+
499
+ ```js
500
+ xaxes: []
501
+ yaxes: []
502
+ ```
503
+
504
+ Here's an example of configuring a single x axis and two y axes (we
505
+ can leave options of the first y axis empty as the defaults are fine):
506
+
507
+ ```js
508
+ {
509
+ xaxes: [ { position: "top" } ],
510
+ yaxes: [ { }, { position: "right", min: 20 } ]
511
+ }
512
+ ```
513
+
514
+ The arrays get their default values from the xaxis/yaxis settings, so
515
+ say you want to have all y axes start at zero, you can simply specify
516
+ yaxis: { min: 0 } instead of adding a min parameter to all the axes.
517
+
518
+ Generally, the various interfaces in Flot dealing with data points
519
+ either accept an xaxis/yaxis parameter to specify which axis number to
520
+ use (starting from 1), or lets you specify the coordinate directly as
521
+ x2/x3/... or x2axis/x3axis/... instead of "x" or "xaxis".
522
+
523
+
524
+ ## Time series data ##
525
+
526
+ Please note that it is now required to include the time plugin,
527
+ jquery.flot.time.js, for time series support.
528
+
529
+ Time series are a bit more difficult than scalar data because
530
+ calendars don't follow a simple base 10 system. For many cases, Flot
531
+ abstracts most of this away, but it can still be a bit difficult to
532
+ get the data into Flot. So we'll first discuss the data format.
533
+
534
+ The time series support in Flot is based on Javascript timestamps,
535
+ i.e. everywhere a time value is expected or handed over, a Javascript
536
+ timestamp number is used. This is a number, not a Date object. A
537
+ Javascript timestamp is the number of milliseconds since January 1,
538
+ 1970 00:00:00 UTC. This is almost the same as Unix timestamps, except it's
539
+ in milliseconds, so remember to multiply by 1000!
540
+
541
+ You can see a timestamp like this
542
+
543
+ ```js
544
+ alert((new Date()).getTime())
545
+ ```
546
+
547
+ There are different schools of thought when it comes to display of
548
+ timestamps. Many will want the timestamps to be displayed according to
549
+ a certain time zone, usually the time zone in which the data has been
550
+ produced. Some want the localized experience, where the timestamps are
551
+ displayed according to the local time of the visitor. Flot supports
552
+ both. Optionally you can include a third-party library to get
553
+ additional timezone support.
554
+
555
+ Default behavior is that Flot always displays timestamps according to
556
+ UTC. The reason being that the core Javascript Date object does not
557
+ support other fixed time zones. Often your data is at another time
558
+ zone, so it may take a little bit of tweaking to work around this
559
+ limitation.
560
+
561
+ The easiest way to think about it is to pretend that the data
562
+ production time zone is UTC, even if it isn't. So if you have a
563
+ datapoint at 2002-02-20 08:00, you can generate a timestamp for eight
564
+ o'clock UTC even if it really happened eight o'clock UTC+0200.
565
+
566
+ In PHP you can get an appropriate timestamp with:
567
+
568
+ ```php
569
+ strtotime("2002-02-20 UTC") * 1000
570
+ ```
571
+
572
+ In Python you can get it with something like:
573
+
574
+ ```python
575
+ calendar.timegm(datetime_object.timetuple()) * 1000
576
+ ```
577
+ In Ruby you can get it using the `#to_i` method on the
578
+ [`Time`](http://apidock.com/ruby/Time/to_i) object. If you're using the
579
+ `active_support` gem (default for Ruby on Rails applications) `#to_i` is also
580
+ available on the `DateTime` and `ActiveSupport::TimeWithZone` objects. You
581
+ simply need to multiply the result by 1000:
582
+
583
+ ```ruby
584
+ Time.now.to_i * 1000 # => 1383582043000
585
+ # ActiveSupport examples:
586
+ DateTime.now.to_i * 1000 # => 1383582043000
587
+ ActiveSupport::TimeZone.new('Asia/Shanghai').now.to_i * 1000
588
+ # => 1383582043000
589
+ ```
590
+
591
+ In .NET you can get it with something like:
592
+
593
+ ```aspx
594
+ public static int GetJavascriptTimestamp(System.DateTime input)
595
+ {
596
+ System.TimeSpan span = new System.TimeSpan(System.DateTime.Parse("1/1/1970").Ticks);
597
+ System.DateTime time = input.Subtract(span);
598
+ return (long)(time.Ticks / 10000);
599
+ }
600
+ ```
601
+
602
+ Javascript also has some support for parsing date strings, so it is
603
+ possible to generate the timestamps manually client-side.
604
+
605
+ If you've already got the real UTC timestamp, it's too late to use the
606
+ pretend trick described above. But you can fix up the timestamps by
607
+ adding the time zone offset, e.g. for UTC+0200 you would add 2 hours
608
+ to the UTC timestamp you got. Then it'll look right on the plot. Most
609
+ programming environments have some means of getting the timezone
610
+ offset for a specific date (note that you need to get the offset for
611
+ each individual timestamp to account for daylight savings).
612
+
613
+ The alternative with core Javascript is to interpret the timestamps
614
+ according to the time zone that the visitor is in, which means that
615
+ the ticks will shift with the time zone and daylight savings of each
616
+ visitor. This behavior is enabled by setting the axis option
617
+ "timezone" to the value "browser".
618
+
619
+ If you need more time zone functionality than this, there is still
620
+ another option. If you include the "timezone-js" library
621
+ <https://github.com/mde/timezone-js> in the page and set axis.timezone
622
+ to a value recognized by said library, Flot will use timezone-js to
623
+ interpret the timestamps according to that time zone.
624
+
625
+ Once you've gotten the timestamps into the data and specified "time"
626
+ as the axis mode, Flot will automatically generate relevant ticks and
627
+ format them. As always, you can tweak the ticks via the "ticks" option
628
+ - just remember that the values should be timestamps (numbers), not
629
+ Date objects.
630
+
631
+ Tick generation and formatting can also be controlled separately
632
+ through the following axis options:
633
+
634
+ ```js
635
+ minTickSize: array
636
+ timeformat: null or format string
637
+ monthNames: null or array of size 12 of strings
638
+ dayNames: null or array of size 7 of strings
639
+ twelveHourClock: boolean
640
+ ```
641
+
642
+ Here "timeformat" is a format string to use. You might use it like
643
+ this:
644
+
645
+ ```js
646
+ xaxis: {
647
+ mode: "time",
648
+ timeformat: "%Y/%m/%d"
649
+ }
650
+ ```
651
+
652
+ This will result in tick labels like "2000/12/24". A subset of the
653
+ standard strftime specifiers are supported (plus the nonstandard %q):
654
+
655
+ ```js
656
+ %a: weekday name (customizable)
657
+ %b: month name (customizable)
658
+ %d: day of month, zero-padded (01-31)
659
+ %e: day of month, space-padded ( 1-31)
660
+ %H: hours, 24-hour time, zero-padded (00-23)
661
+ %I: hours, 12-hour time, zero-padded (01-12)
662
+ %m: month, zero-padded (01-12)
663
+ %M: minutes, zero-padded (00-59)
664
+ %q: quarter (1-4)
665
+ %S: seconds, zero-padded (00-59)
666
+ %y: year (two digits)
667
+ %Y: year (four digits)
668
+ %p: am/pm
669
+ %P: AM/PM (uppercase version of %p)
670
+ %w: weekday as number (0-6, 0 being Sunday)
671
+ ```
672
+
673
+ Flot 0.8 switched from %h to the standard %H hours specifier. The %h specifier
674
+ is still available, for backwards-compatibility, but is deprecated and
675
+ scheduled to be removed permanently with the release of version 1.0.
676
+
677
+ You can customize the month names with the "monthNames" option. For
678
+ instance, for Danish you might specify:
679
+
680
+ ```js
681
+ monthNames: ["jan", "feb", "mar", "apr", "maj", "jun", "jul", "aug", "sep", "okt", "nov", "dec"]
682
+ ```
683
+
684
+ Similarly you can customize the weekday names with the "dayNames"
685
+ option. An example in French:
686
+
687
+ ```js
688
+ dayNames: ["dim", "lun", "mar", "mer", "jeu", "ven", "sam"]
689
+ ```
690
+
691
+ If you set "twelveHourClock" to true, the autogenerated timestamps
692
+ will use 12 hour AM/PM timestamps instead of 24 hour. This only
693
+ applies if you have not set "timeformat". Use the "%I" and "%p" or
694
+ "%P" options if you want to build your own format string with 12-hour
695
+ times.
696
+
697
+ If the Date object has a strftime property (and it is a function), it
698
+ will be used instead of the built-in formatter. Thus you can include
699
+ a strftime library such as http://hacks.bluesmoon.info/strftime/ for
700
+ more powerful date/time formatting.
701
+
702
+ If everything else fails, you can control the formatting by specifying
703
+ a custom tick formatter function as usual. Here's a simple example
704
+ which will format December 24 as 24/12:
705
+
706
+ ```js
707
+ tickFormatter: function (val, axis) {
708
+ var d = new Date(val);
709
+ return d.getUTCDate() + "/" + (d.getUTCMonth() + 1);
710
+ }
711
+ ```
712
+
713
+ Note that for the time mode "tickSize" and "minTickSize" are a bit
714
+ special in that they are arrays on the form "[value, unit]" where unit
715
+ is one of "second", "minute", "hour", "day", "month" and "year". So
716
+ you can specify
717
+
718
+ ```js
719
+ minTickSize: [1, "month"]
720
+ ```
721
+
722
+ to get a tick interval size of at least 1 month and correspondingly,
723
+ if axis.tickSize is [2, "day"] in the tick formatter, the ticks have
724
+ been produced with two days in-between.
725
+
726
+
727
+ ## Customizing the data series ##
728
+
729
+ ```js
730
+ series: {
731
+ lines, points, bars: {
732
+ show: boolean
733
+ lineWidth: number
734
+ fill: boolean or number
735
+ fillColor: null or color/gradient
736
+ }
737
+
738
+ lines, bars: {
739
+ zero: boolean
740
+ }
741
+
742
+ points: {
743
+ radius: number
744
+ symbol: "circle" or function
745
+ }
746
+
747
+ bars: {
748
+ barWidth: number
749
+ align: "left", "right" or "center"
750
+ horizontal: boolean
751
+ }
752
+
753
+ lines: {
754
+ steps: boolean
755
+ }
756
+
757
+ shadowSize: number
758
+ highlightColor: color or number
759
+ }
760
+
761
+ colors: [ color1, color2, ... ]
762
+ ```
763
+
764
+ The options inside "series: {}" are copied to each of the series. So
765
+ you can specify that all series should have bars by putting it in the
766
+ global options, or override it for individual series by specifying
767
+ bars in a particular the series object in the array of data.
768
+
769
+ The most important options are "lines", "points" and "bars" that
770
+ specify whether and how lines, points and bars should be shown for
771
+ each data series. In case you don't specify anything at all, Flot will
772
+ default to showing lines (you can turn this off with
773
+ lines: { show: false }). You can specify the various types
774
+ independently of each other, and Flot will happily draw each of them
775
+ in turn (this is probably only useful for lines and points), e.g.
776
+
777
+ ```js
778
+ var options = {
779
+ series: {
780
+ lines: { show: true, fill: true, fillColor: "rgba(255, 255, 255, 0.8)" },
781
+ points: { show: true, fill: false }
782
+ }
783
+ };
784
+ ```
785
+
786
+ "lineWidth" is the thickness of the line or outline in pixels. You can
787
+ set it to 0 to prevent a line or outline from being drawn; this will
788
+ also hide the shadow.
789
+
790
+ "fill" is whether the shape should be filled. For lines, this produces
791
+ area graphs. You can use "fillColor" to specify the color of the fill.
792
+ If "fillColor" evaluates to false (default for everything except
793
+ points which are filled with white), the fill color is auto-set to the
794
+ color of the data series. You can adjust the opacity of the fill by
795
+ setting fill to a number between 0 (fully transparent) and 1 (fully
796
+ opaque).
797
+
798
+ For bars, fillColor can be a gradient, see the gradient documentation
799
+ below. "barWidth" is the width of the bars in units of the x axis (or
800
+ the y axis if "horizontal" is true), contrary to most other measures
801
+ that are specified in pixels. For instance, for time series the unit
802
+ is milliseconds so 24 * 60 * 60 * 1000 produces bars with the width of
803
+ a day. "align" specifies whether a bar should be left-aligned
804
+ (default), right-aligned or centered on top of the value it represents.
805
+ When "horizontal" is on, the bars are drawn horizontally, i.e. from the
806
+ y axis instead of the x axis; note that the bar end points are still
807
+ defined in the same way so you'll probably want to swap the
808
+ coordinates if you've been plotting vertical bars first.
809
+
810
+ Area and bar charts normally start from zero, regardless of the data's range.
811
+ This is because they convey information through size, and starting from a
812
+ different value would distort their meaning. In cases where the fill is purely
813
+ for decorative purposes, however, "zero" allows you to override this behavior.
814
+ It defaults to true for filled lines and bars; setting it to false tells the
815
+ series to use the same automatic scaling as an un-filled line.
816
+
817
+ For lines, "steps" specifies whether two adjacent data points are
818
+ connected with a straight (possibly diagonal) line or with first a
819
+ horizontal and then a vertical line. Note that this transforms the
820
+ data by adding extra points.
821
+
822
+ For points, you can specify the radius and the symbol. The only
823
+ built-in symbol type is circles, for other types you can use a plugin
824
+ or define them yourself by specifying a callback:
825
+
826
+ ```js
827
+ function cross(ctx, x, y, radius, shadow) {
828
+ var size = radius * Math.sqrt(Math.PI) / 2;
829
+ ctx.moveTo(x - size, y - size);
830
+ ctx.lineTo(x + size, y + size);
831
+ ctx.moveTo(x - size, y + size);
832
+ ctx.lineTo(x + size, y - size);
833
+ }
834
+ ```
835
+
836
+ The parameters are the drawing context, x and y coordinates of the
837
+ center of the point, a radius which corresponds to what the circle
838
+ would have used and whether the call is to draw a shadow (due to
839
+ limited canvas support, shadows are currently faked through extra
840
+ draws). It's good practice to ensure that the area covered by the
841
+ symbol is the same as for the circle with the given radius, this
842
+ ensures that all symbols have approximately the same visual weight.
843
+
844
+ "shadowSize" is the default size of shadows in pixels. Set it to 0 to
845
+ remove shadows.
846
+
847
+ "highlightColor" is the default color of the translucent overlay used
848
+ to highlight the series when the mouse hovers over it.
849
+
850
+ The "colors" array specifies a default color theme to get colors for
851
+ the data series from. You can specify as many colors as you like, like
852
+ this:
853
+
854
+ ```js
855
+ colors: ["#d18b2c", "#dba255", "#919733"]
856
+ ```
857
+
858
+ If there are more data series than colors, Flot will try to generate
859
+ extra colors by lightening and darkening colors in the theme.
860
+
861
+
862
+ ## Customizing the grid ##
863
+
864
+ ```js
865
+ grid: {
866
+ show: boolean
867
+ aboveData: boolean
868
+ color: color
869
+ backgroundColor: color/gradient or null
870
+ margin: number or margin object
871
+ labelMargin: number
872
+ axisMargin: number
873
+ markings: array of markings or (fn: axes -> array of markings)
874
+ borderWidth: number or object with "top", "right", "bottom" and "left" properties with different widths
875
+ borderColor: color or null or object with "top", "right", "bottom" and "left" properties with different colors
876
+ minBorderMargin: number or null
877
+ clickable: boolean
878
+ hoverable: boolean
879
+ autoHighlight: boolean
880
+ mouseActiveRadius: number
881
+ }
882
+
883
+ interaction: {
884
+ redrawOverlayInterval: number or -1
885
+ }
886
+ ```
887
+
888
+ The grid is the thing with the axes and a number of ticks. Many of the
889
+ things in the grid are configured under the individual axes, but not
890
+ all. "color" is the color of the grid itself whereas "backgroundColor"
891
+ specifies the background color inside the grid area, here null means
892
+ that the background is transparent. You can also set a gradient, see
893
+ the gradient documentation below.
894
+
895
+ You can turn off the whole grid including tick labels by setting
896
+ "show" to false. "aboveData" determines whether the grid is drawn
897
+ above the data or below (below is default).
898
+
899
+ "margin" is the space in pixels between the canvas edge and the grid,
900
+ which can be either a number or an object with individual margins for
901
+ each side, in the form:
902
+
903
+ ```js
904
+ margin: {
905
+ top: top margin in pixels
906
+ left: left margin in pixels
907
+ bottom: bottom margin in pixels
908
+ right: right margin in pixels
909
+ }
910
+ ```
911
+
912
+ "labelMargin" is the space in pixels between tick labels and axis
913
+ line, and "axisMargin" is the space in pixels between axes when there
914
+ are two next to each other.
915
+
916
+ "borderWidth" is the width of the border around the plot. Set it to 0
917
+ to disable the border. Set it to an object with "top", "right",
918
+ "bottom" and "left" properties to use different widths. You can
919
+ also set "borderColor" if you want the border to have a different color
920
+ than the grid lines. Set it to an object with "top", "right", "bottom"
921
+ and "left" properties to use different colors. "minBorderMargin" controls
922
+ the default minimum margin around the border - it's used to make sure
923
+ that points aren't accidentally clipped by the canvas edge so by default
924
+ the value is computed from the point radius.
925
+
926
+ "markings" is used to draw simple lines and rectangular areas in the
927
+ background of the plot. You can either specify an array of ranges on
928
+ the form { xaxis: { from, to }, yaxis: { from, to } } (with multiple
929
+ axes, you can specify coordinates for other axes instead, e.g. as
930
+ x2axis/x3axis/...) or with a function that returns such an array given
931
+ the axes for the plot in an object as the first parameter.
932
+
933
+ You can set the color of markings by specifying "color" in the ranges
934
+ object. Here's an example array:
935
+
936
+ ```js
937
+ markings: [ { xaxis: { from: 0, to: 2 }, yaxis: { from: 10, to: 10 }, color: "#bb0000" }, ... ]
938
+ ```
939
+
940
+ If you leave out one of the values, that value is assumed to go to the
941
+ border of the plot. So for example if you only specify { xaxis: {
942
+ from: 0, to: 2 } } it means an area that extends from the top to the
943
+ bottom of the plot in the x range 0-2.
944
+
945
+ A line is drawn if from and to are the same, e.g.
946
+
947
+ ```js
948
+ markings: [ { yaxis: { from: 1, to: 1 } }, ... ]
949
+ ```
950
+
951
+ would draw a line parallel to the x axis at y = 1. You can control the
952
+ line width with "lineWidth" in the range object.
953
+
954
+ An example function that makes vertical stripes might look like this:
955
+
956
+ ```js
957
+ markings: function (axes) {
958
+ var markings = [];
959
+ for (var x = Math.floor(axes.xaxis.min); x < axes.xaxis.max; x += 2)
960
+ markings.push({ xaxis: { from: x, to: x + 1 } });
961
+ return markings;
962
+ }
963
+ ```
964
+
965
+ If you set "clickable" to true, the plot will listen for click events
966
+ on the plot area and fire a "plotclick" event on the placeholder with
967
+ a position and a nearby data item object as parameters. The coordinates
968
+ are available both in the unit of the axes (not in pixels) and in
969
+ global screen coordinates.
970
+
971
+ Likewise, if you set "hoverable" to true, the plot will listen for
972
+ mouse move events on the plot area and fire a "plothover" event with
973
+ the same parameters as the "plotclick" event. If "autoHighlight" is
974
+ true (the default), nearby data items are highlighted automatically.
975
+ If needed, you can disable highlighting and control it yourself with
976
+ the highlight/unhighlight plot methods described elsewhere.
977
+
978
+ You can use "plotclick" and "plothover" events like this:
979
+
980
+ ```js
981
+ $.plot($("#placeholder"), [ d ], { grid: { clickable: true } });
982
+
983
+ $("#placeholder").bind("plotclick", function (event, pos, item) {
984
+ alert("You clicked at " + pos.x + ", " + pos.y);
985
+ // axis coordinates for other axes, if present, are in pos.x2, pos.x3, ...
986
+ // if you need global screen coordinates, they are pos.pageX, pos.pageY
987
+
988
+ if (item) {
989
+ highlight(item.series, item.datapoint);
990
+ alert("You clicked a point!");
991
+ }
992
+ });
993
+ ```
994
+
995
+ The item object in this example is either null or a nearby object on the form:
996
+
997
+ ```js
998
+ item: {
999
+ datapoint: the point, e.g. [0, 2]
1000
+ dataIndex: the index of the point in the data array
1001
+ series: the series object
1002
+ seriesIndex: the index of the series
1003
+ pageX, pageY: the global screen coordinates of the point
1004
+ }
1005
+ ```
1006
+
1007
+ For instance, if you have specified the data like this
1008
+
1009
+ ```js
1010
+ $.plot($("#placeholder"), [ { label: "Foo", data: [[0, 10], [7, 3]] } ], ...);
1011
+ ```
1012
+
1013
+ and the mouse is near the point (7, 3), "datapoint" is [7, 3],
1014
+ "dataIndex" will be 1, "series" is a normalized series object with
1015
+ among other things the "Foo" label in series.label and the color in
1016
+ series.color, and "seriesIndex" is 0. Note that plugins and options
1017
+ that transform the data can shift the indexes from what you specified
1018
+ in the original data array.
1019
+
1020
+ If you use the above events to update some other information and want
1021
+ to clear out that info in case the mouse goes away, you'll probably
1022
+ also need to listen to "mouseout" events on the placeholder div.
1023
+
1024
+ "mouseActiveRadius" specifies how far the mouse can be from an item
1025
+ and still activate it. If there are two or more points within this
1026
+ radius, Flot chooses the closest item. For bars, the top-most bar
1027
+ (from the latest specified data series) is chosen.
1028
+
1029
+ If you want to disable interactivity for a specific data series, you
1030
+ can set "hoverable" and "clickable" to false in the options for that
1031
+ series, like this:
1032
+
1033
+ ```js
1034
+ { data: [...], label: "Foo", clickable: false }
1035
+ ```
1036
+
1037
+ "redrawOverlayInterval" specifies the maximum time to delay a redraw
1038
+ of interactive things (this works as a rate limiting device). The
1039
+ default is capped to 60 frames per second. You can set it to -1 to
1040
+ disable the rate limiting.
1041
+
1042
+
1043
+ ## Specifying gradients ##
1044
+
1045
+ A gradient is specified like this:
1046
+
1047
+ ```js
1048
+ { colors: [ color1, color2, ... ] }
1049
+ ```
1050
+
1051
+ For instance, you might specify a background on the grid going from
1052
+ black to gray like this:
1053
+
1054
+ ```js
1055
+ grid: {
1056
+ backgroundColor: { colors: ["#000", "#999"] }
1057
+ }
1058
+ ```
1059
+
1060
+ For the series you can specify the gradient as an object that
1061
+ specifies the scaling of the brightness and the opacity of the series
1062
+ color, e.g.
1063
+
1064
+ ```js
1065
+ { colors: [{ opacity: 0.8 }, { brightness: 0.6, opacity: 0.8 } ] }
1066
+ ```
1067
+
1068
+ where the first color simply has its alpha scaled, whereas the second
1069
+ is also darkened. For instance, for bars the following makes the bars
1070
+ gradually disappear, without outline:
1071
+
1072
+ ```js
1073
+ bars: {
1074
+ show: true,
1075
+ lineWidth: 0,
1076
+ fill: true,
1077
+ fillColor: { colors: [ { opacity: 0.8 }, { opacity: 0.1 } ] }
1078
+ }
1079
+ ```
1080
+
1081
+ Flot currently only supports vertical gradients drawn from top to
1082
+ bottom because that's what works with IE.
1083
+
1084
+
1085
+ ## Plot Methods ##
1086
+
1087
+ The Plot object returned from the plot function has some methods you
1088
+ can call:
1089
+
1090
+ - highlight(series, datapoint)
1091
+
1092
+ Highlight a specific datapoint in the data series. You can either
1093
+ specify the actual objects, e.g. if you got them from a
1094
+ "plotclick" event, or you can specify the indices, e.g.
1095
+ highlight(1, 3) to highlight the fourth point in the second series
1096
+ (remember, zero-based indexing).
1097
+
1098
+ - unhighlight(series, datapoint) or unhighlight()
1099
+
1100
+ Remove the highlighting of the point, same parameters as
1101
+ highlight.
1102
+
1103
+ If you call unhighlight with no parameters, e.g. as
1104
+ plot.unhighlight(), all current highlights are removed.
1105
+
1106
+ - setData(data)
1107
+
1108
+ You can use this to reset the data used. Note that axis scaling,
1109
+ ticks, legend etc. will not be recomputed (use setupGrid() to do
1110
+ that). You'll probably want to call draw() afterwards.
1111
+
1112
+ You can use this function to speed up redrawing a small plot if
1113
+ you know that the axes won't change. Put in the new data with
1114
+ setData(newdata), call draw(), and you're good to go. Note that
1115
+ for large datasets, almost all the time is consumed in draw()
1116
+ plotting the data so in this case don't bother.
1117
+
1118
+ - setupGrid()
1119
+
1120
+ Recalculate and set axis scaling, ticks, legend etc.
1121
+
1122
+ Note that because of the drawing model of the canvas, this
1123
+ function will immediately redraw (actually reinsert in the DOM)
1124
+ the labels and the legend, but not the actual tick lines because
1125
+ they're drawn on the canvas. You need to call draw() to get the
1126
+ canvas redrawn.
1127
+
1128
+ - draw()
1129
+
1130
+ Redraws the plot canvas.
1131
+
1132
+ - triggerRedrawOverlay()
1133
+
1134
+ Schedules an update of an overlay canvas used for drawing
1135
+ interactive things like a selection and point highlights. This
1136
+ is mostly useful for writing plugins. The redraw doesn't happen
1137
+ immediately, instead a timer is set to catch multiple successive
1138
+ redraws (e.g. from a mousemove). You can get to the overlay by
1139
+ setting up a drawOverlay hook.
1140
+
1141
+ - width()/height()
1142
+
1143
+ Gets the width and height of the plotting area inside the grid.
1144
+ This is smaller than the canvas or placeholder dimensions as some
1145
+ extra space is needed (e.g. for labels).
1146
+
1147
+ - offset()
1148
+
1149
+ Returns the offset of the plotting area inside the grid relative
1150
+ to the document, useful for instance for calculating mouse
1151
+ positions (event.pageX/Y minus this offset is the pixel position
1152
+ inside the plot).
1153
+
1154
+ - pointOffset({ x: xpos, y: ypos })
1155
+
1156
+ Returns the calculated offset of the data point at (x, y) in data
1157
+ space within the placeholder div. If you are working with multiple
1158
+ axes, you can specify the x and y axis references, e.g.
1159
+
1160
+ ```js
1161
+ o = pointOffset({ x: xpos, y: ypos, xaxis: 2, yaxis: 3 })
1162
+ // o.left and o.top now contains the offset within the div
1163
+ ````
1164
+
1165
+ - resize()
1166
+
1167
+ Tells Flot to resize the drawing canvas to the size of the
1168
+ placeholder. You need to run setupGrid() and draw() afterwards as
1169
+ canvas resizing is a destructive operation. This is used
1170
+ internally by the resize plugin.
1171
+
1172
+ - shutdown()
1173
+
1174
+ Cleans up any event handlers Flot has currently registered. This
1175
+ is used internally.
1176
+
1177
+ There are also some members that let you peek inside the internal
1178
+ workings of Flot which is useful in some cases. Note that if you change
1179
+ something in the objects returned, you're changing the objects used by
1180
+ Flot to keep track of its state, so be careful.
1181
+
1182
+ - getData()
1183
+
1184
+ Returns an array of the data series currently used in normalized
1185
+ form with missing settings filled in according to the global
1186
+ options. So for instance to find out what color Flot has assigned
1187
+ to the data series, you could do this:
1188
+
1189
+ ```js
1190
+ var series = plot.getData();
1191
+ for (var i = 0; i < series.length; ++i)
1192
+ alert(series[i].color);
1193
+ ```
1194
+
1195
+ A notable other interesting field besides color is datapoints
1196
+ which has a field "points" with the normalized data points in a
1197
+ flat array (the field "pointsize" is the increment in the flat
1198
+ array to get to the next point so for a dataset consisting only of
1199
+ (x,y) pairs it would be 2).
1200
+
1201
+ - getAxes()
1202
+
1203
+ Gets an object with the axes. The axes are returned as the
1204
+ attributes of the object, so for instance getAxes().xaxis is the
1205
+ x axis.
1206
+
1207
+ Various things are stuffed inside an axis object, e.g. you could
1208
+ use getAxes().xaxis.ticks to find out what the ticks are for the
1209
+ xaxis. Two other useful attributes are p2c and c2p, functions for
1210
+ transforming from data point space to the canvas plot space and
1211
+ back. Both returns values that are offset with the plot offset.
1212
+ Check the Flot source code for the complete set of attributes (or
1213
+ output an axis with console.log() and inspect it).
1214
+
1215
+ With multiple axes, the extra axes are returned as x2axis, x3axis,
1216
+ etc., e.g. getAxes().y2axis is the second y axis. You can check
1217
+ y2axis.used to see whether the axis is associated with any data
1218
+ points and y2axis.show to see if it is currently shown.
1219
+
1220
+ - getPlaceholder()
1221
+
1222
+ Returns placeholder that the plot was put into. This can be useful
1223
+ for plugins for adding DOM elements or firing events.
1224
+
1225
+ - getCanvas()
1226
+
1227
+ Returns the canvas used for drawing in case you need to hack on it
1228
+ yourself. You'll probably need to get the plot offset too.
1229
+
1230
+ - getPlotOffset()
1231
+
1232
+ Gets the offset that the grid has within the canvas as an object
1233
+ with distances from the canvas edges as "left", "right", "top",
1234
+ "bottom". I.e., if you draw a circle on the canvas with the center
1235
+ placed at (left, top), its center will be at the top-most, left
1236
+ corner of the grid.
1237
+
1238
+ - getOptions()
1239
+
1240
+ Gets the options for the plot, normalized, with default values
1241
+ filled in. You get a reference to actual values used by Flot, so
1242
+ if you modify the values in here, Flot will use the new values.
1243
+ If you change something, you probably have to call draw() or
1244
+ setupGrid() or triggerRedrawOverlay() to see the change.
1245
+
1246
+
1247
+ ## Hooks ##
1248
+
1249
+ In addition to the public methods, the Plot object also has some hooks
1250
+ that can be used to modify the plotting process. You can install a
1251
+ callback function at various points in the process, the function then
1252
+ gets access to the internal data structures in Flot.
1253
+
1254
+ Here's an overview of the phases Flot goes through:
1255
+
1256
+ 1. Plugin initialization, parsing options
1257
+
1258
+ 2. Constructing the canvases used for drawing
1259
+
1260
+ 3. Set data: parsing data specification, calculating colors,
1261
+ copying raw data points into internal format,
1262
+ normalizing them, finding max/min for axis auto-scaling
1263
+
1264
+ 4. Grid setup: calculating axis spacing, ticks, inserting tick
1265
+ labels, the legend
1266
+
1267
+ 5. Draw: drawing the grid, drawing each of the series in turn
1268
+
1269
+ 6. Setting up event handling for interactive features
1270
+
1271
+ 7. Responding to events, if any
1272
+
1273
+ 8. Shutdown: this mostly happens in case a plot is overwritten
1274
+
1275
+ Each hook is simply a function which is put in the appropriate array.
1276
+ You can add them through the "hooks" option, and they are also available
1277
+ after the plot is constructed as the "hooks" attribute on the returned
1278
+ plot object, e.g.
1279
+
1280
+ ```js
1281
+ // define a simple draw hook
1282
+ function hellohook(plot, canvascontext) { alert("hello!"); };
1283
+
1284
+ // pass it in, in an array since we might want to specify several
1285
+ var plot = $.plot(placeholder, data, { hooks: { draw: [hellohook] } });
1286
+
1287
+ // we can now find it again in plot.hooks.draw[0] unless a plugin
1288
+ // has added other hooks
1289
+ ```
1290
+
1291
+ The available hooks are described below. All hook callbacks get the
1292
+ plot object as first parameter. You can find some examples of defined
1293
+ hooks in the plugins bundled with Flot.
1294
+
1295
+ - processOptions [phase 1]
1296
+
1297
+ ```function(plot, options)```
1298
+
1299
+ Called after Flot has parsed and merged options. Useful in the
1300
+ instance where customizations beyond simple merging of default
1301
+ values is needed. A plugin might use it to detect that it has been
1302
+ enabled and then turn on or off other options.
1303
+
1304
+
1305
+ - processRawData [phase 3]
1306
+
1307
+ ```function(plot, series, data, datapoints)```
1308
+
1309
+ Called before Flot copies and normalizes the raw data for the given
1310
+ series. If the function fills in datapoints.points with normalized
1311
+ points and sets datapoints.pointsize to the size of the points,
1312
+ Flot will skip the copying/normalization step for this series.
1313
+
1314
+ In any case, you might be interested in setting datapoints.format,
1315
+ an array of objects for specifying how a point is normalized and
1316
+ how it interferes with axis scaling. It accepts the following options:
1317
+
1318
+ ```js
1319
+ {
1320
+ x, y: boolean,
1321
+ number: boolean,
1322
+ required: boolean,
1323
+ defaultValue: value,
1324
+ autoscale: boolean
1325
+ }
1326
+ ```
1327
+
1328
+ "x" and "y" specify whether the value is plotted against the x or y axis,
1329
+ and is currently used only to calculate axis min-max ranges. The default
1330
+ format array, for example, looks like this:
1331
+
1332
+ ```js
1333
+ [
1334
+ { x: true, number: true, required: true },
1335
+ { y: true, number: true, required: true }
1336
+ ]
1337
+ ```
1338
+
1339
+ This indicates that a point, i.e. [0, 25], consists of two values, with the
1340
+ first being plotted on the x axis and the second on the y axis.
1341
+
1342
+ If "number" is true, then the value must be numeric, and is set to null if
1343
+ it cannot be converted to a number.
1344
+
1345
+ "defaultValue" provides a fallback in case the original value is null. This
1346
+ is for instance handy for bars, where one can omit the third coordinate
1347
+ (the bottom of the bar), which then defaults to zero.
1348
+
1349
+ If "required" is true, then the value must exist (be non-null) for the
1350
+ point as a whole to be valid. If no value is provided, then the entire
1351
+ point is cleared out with nulls, turning it into a gap in the series.
1352
+
1353
+ "autoscale" determines whether the value is considered when calculating an
1354
+ automatic min-max range for the axes that the value is plotted against.
1355
+
1356
+ - processDatapoints [phase 3]
1357
+
1358
+ ```function(plot, series, datapoints)```
1359
+
1360
+ Called after normalization of the given series but before finding
1361
+ min/max of the data points. This hook is useful for implementing data
1362
+ transformations. "datapoints" contains the normalized data points in
1363
+ a flat array as datapoints.points with the size of a single point
1364
+ given in datapoints.pointsize. Here's a simple transform that
1365
+ multiplies all y coordinates by 2:
1366
+
1367
+ ```js
1368
+ function multiply(plot, series, datapoints) {
1369
+ var points = datapoints.points, ps = datapoints.pointsize;
1370
+ for (var i = 0; i < points.length; i += ps)
1371
+ points[i + 1] *= 2;
1372
+ }
1373
+ ```
1374
+
1375
+ Note that you must leave datapoints in a good condition as Flot
1376
+ doesn't check it or do any normalization on it afterwards.
1377
+
1378
+ - processOffset [phase 4]
1379
+
1380
+ ```function(plot, offset)```
1381
+
1382
+ Called after Flot has initialized the plot's offset, but before it
1383
+ draws any axes or plot elements. This hook is useful for customizing
1384
+ the margins between the grid and the edge of the canvas. "offset" is
1385
+ an object with attributes "top", "bottom", "left" and "right",
1386
+ corresponding to the margins on the four sides of the plot.
1387
+
1388
+ - drawBackground [phase 5]
1389
+
1390
+ ```function(plot, canvascontext)```
1391
+
1392
+ Called before all other drawing operations. Used to draw backgrounds
1393
+ or other custom elements before the plot or axes have been drawn.
1394
+
1395
+ - drawSeries [phase 5]
1396
+
1397
+ ```function(plot, canvascontext, series)```
1398
+
1399
+ Hook for custom drawing of a single series. Called just before the
1400
+ standard drawing routine has been called in the loop that draws
1401
+ each series.
1402
+
1403
+ - draw [phase 5]
1404
+
1405
+ ```function(plot, canvascontext)```
1406
+
1407
+ Hook for drawing on the canvas. Called after the grid is drawn
1408
+ (unless it's disabled or grid.aboveData is set) and the series have
1409
+ been plotted (in case any points, lines or bars have been turned
1410
+ on). For examples of how to draw things, look at the source code.
1411
+
1412
+ - bindEvents [phase 6]
1413
+
1414
+ ```function(plot, eventHolder)```
1415
+
1416
+ Called after Flot has setup its event handlers. Should set any
1417
+ necessary event handlers on eventHolder, a jQuery object with the
1418
+ canvas, e.g.
1419
+
1420
+ ```js
1421
+ function (plot, eventHolder) {
1422
+ eventHolder.mousedown(function (e) {
1423
+ alert("You pressed the mouse at " + e.pageX + " " + e.pageY);
1424
+ });
1425
+ }
1426
+ ```
1427
+
1428
+ Interesting events include click, mousemove, mouseup/down. You can
1429
+ use all jQuery events. Usually, the event handlers will update the
1430
+ state by drawing something (add a drawOverlay hook and call
1431
+ triggerRedrawOverlay) or firing an externally visible event for
1432
+ user code. See the crosshair plugin for an example.
1433
+
1434
+ Currently, eventHolder actually contains both the static canvas
1435
+ used for the plot itself and the overlay canvas used for
1436
+ interactive features because some versions of IE get the stacking
1437
+ order wrong. The hook only gets one event, though (either for the
1438
+ overlay or for the static canvas).
1439
+
1440
+ Note that custom plot events generated by Flot are not generated on
1441
+ eventHolder, but on the div placeholder supplied as the first
1442
+ argument to the plot call. You can get that with
1443
+ plot.getPlaceholder() - that's probably also the one you should use
1444
+ if you need to fire a custom event.
1445
+
1446
+ - drawOverlay [phase 7]
1447
+
1448
+ ```function (plot, canvascontext)```
1449
+
1450
+ The drawOverlay hook is used for interactive things that need a
1451
+ canvas to draw on. The model currently used by Flot works the way
1452
+ that an extra overlay canvas is positioned on top of the static
1453
+ canvas. This overlay is cleared and then completely redrawn
1454
+ whenever something interesting happens. This hook is called when
1455
+ the overlay canvas is to be redrawn.
1456
+
1457
+ "canvascontext" is the 2D context of the overlay canvas. You can
1458
+ use this to draw things. You'll most likely need some of the
1459
+ metrics computed by Flot, e.g. plot.width()/plot.height(). See the
1460
+ crosshair plugin for an example.
1461
+
1462
+ - shutdown [phase 8]
1463
+
1464
+ ```function (plot, eventHolder)```
1465
+
1466
+ Run when plot.shutdown() is called, which usually only happens in
1467
+ case a plot is overwritten by a new plot. If you're writing a
1468
+ plugin that adds extra DOM elements or event handlers, you should
1469
+ add a callback to clean up after you. Take a look at the section in
1470
+ the [PLUGINS](PLUGINS.md) document for more info.
1471
+
1472
+
1473
+ ## Plugins ##
1474
+
1475
+ Plugins extend the functionality of Flot. To use a plugin, simply
1476
+ include its Javascript file after Flot in the HTML page.
1477
+
1478
+ If you're worried about download size/latency, you can concatenate all
1479
+ the plugins you use, and Flot itself for that matter, into one big file
1480
+ (make sure you get the order right), then optionally run it through a
1481
+ Javascript minifier such as YUI Compressor.
1482
+
1483
+ Here's a brief explanation of how the plugin plumbings work:
1484
+
1485
+ Each plugin registers itself in the global array $.plot.plugins. When
1486
+ you make a new plot object with $.plot, Flot goes through this array
1487
+ calling the "init" function of each plugin and merging default options
1488
+ from the "option" attribute of the plugin. The init function gets a
1489
+ reference to the plot object created and uses this to register hooks
1490
+ and add new public methods if needed.
1491
+
1492
+ See the [PLUGINS](PLUGINS.md) document for details on how to write a plugin. As the
1493
+ above description hints, it's actually pretty easy.
1494
+
1495
+
1496
+ ## Version number ##
1497
+
1498
+ The version number of Flot is available in ```$.plot.version```.
js/jquery-flot/CONTRIBUTING.md ADDED
@@ -0,0 +1,98 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ## Contributing to Flot ##
2
+
3
+ We welcome all contributions, but following these guidelines results in less
4
+ work for us, and a faster and better response.
5
+
6
+ ### Issues ###
7
+
8
+ Issues are not a way to ask general questions about Flot. If you see unexpected
9
+ behavior but are not 100% certain that it is a bug, please try posting to the
10
+ [forum](http://groups.google.com/group/flot-graphs) first, and confirm that
11
+ what you see is really a Flot problem before creating a new issue for it. When
12
+ reporting a bug, please include a working demonstration of the problem, if
13
+ possible, or at least a clear description of the options you're using and the
14
+ environment (browser and version, jQuery version, other libraries) that you're
15
+ running under.
16
+
17
+ If you have suggestions for new features, or changes to existing ones, we'd
18
+ love to hear them! Please submit each suggestion as a separate new issue.
19
+
20
+ If you would like to work on an existing issue, please make sure it is not
21
+ already assigned to someone else. If an issue is assigned to someone, that
22
+ person has already started working on it. So, pick unassigned issues to prevent
23
+ duplicated effort.
24
+
25
+ ### Pull Requests ###
26
+
27
+ To make merging as easy as possible, please keep these rules in mind:
28
+
29
+ 1. Submit new features or architectural changes to the *&lt;version&gt;-work*
30
+ branch for the next major release. Submit bug fixes to the master branch.
31
+
32
+ 2. Divide larger changes into a series of small, logical commits with
33
+ descriptive messages.
34
+
35
+ 3. Rebase, if necessary, before submitting your pull request, to reduce the
36
+ work we need to do to merge it.
37
+
38
+ 4. Format your code according to the style guidelines below.
39
+
40
+ ### Flot Style Guidelines ###
41
+
42
+ Flot follows the [jQuery Core Style Guidelines](http://docs.jquery.com/JQuery_Core_Style_Guidelines),
43
+ with the following updates and exceptions:
44
+
45
+ #### Spacing ####
46
+
47
+ Use four-space indents, no tabs. Do not add horizontal space around parameter
48
+ lists, loop definitions, or array/object indices. For example:
49
+
50
+ ```js
51
+ for ( var i = 0; i < data.length; i++ ) { // This block is wrong!
52
+ if ( data[ i ] > 1 ) {
53
+ data[ i ] = 2;
54
+ }
55
+ }
56
+
57
+ for (var i = 0; i < data.length; i++) { // This block is correct!
58
+ if (data[i] > 1) {
59
+ data[i] = 2;
60
+ }
61
+ }
62
+ ```
63
+
64
+ #### Comments ####
65
+
66
+ Use [jsDoc](http://usejsdoc.org) comments for all file and function headers.
67
+ Use // for all inline and block comments, regardless of length.
68
+
69
+ All // comment blocks should have an empty line above *and* below them. For
70
+ example:
71
+
72
+ ```js
73
+ var a = 5;
74
+
75
+ // We're going to loop here
76
+ // TODO: Make this loop faster, better, stronger!
77
+
78
+ for (var x = 0; x < 10; x++) {}
79
+ ```
80
+
81
+ #### Wrapping ####
82
+
83
+ Block comments should be wrapped at 80 characters.
84
+
85
+ Code should attempt to wrap at 80 characters, but may run longer if wrapping
86
+ would hurt readability more than having to scroll horizontally. This is a
87
+ judgement call made on a situational basis.
88
+
89
+ Statements containing complex logic should not be wrapped arbitrarily if they
90
+ do not exceed 80 characters. For example:
91
+
92
+ ```js
93
+ if (a == 1 && // This block is wrong!
94
+ b == 2 &&
95
+ c == 3) {}
96
+
97
+ if (a == 1 && b == 2 && c == 3) {} // This block is correct!
98
+ ```
js/jquery-flot/FAQ.md ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ## Frequently asked questions ##
2
+
3
+ #### How much data can Flot cope with? ####
4
+
5
+ Flot will happily draw everything you send to it so the answer
6
+ depends on the browser. The excanvas emulation used for IE (built with
7
+ VML) makes IE by far the slowest browser so be sure to test with that
8
+ if IE users are in your target group (for large plots in IE, you can
9
+ also check out Flashcanvas which may be faster).
10
+
11
+ 1000 points is not a problem, but as soon as you start having more
12
+ points than the pixel width, you should probably start thinking about
13
+ downsampling/aggregation as this is near the resolution limit of the
14
+ chart anyway. If you downsample server-side, you also save bandwidth.
15
+
16
+
17
+ #### Flot isn't working when I'm using JSON data as source! ####
18
+
19
+ Actually, Flot loves JSON data, you just got the format wrong.
20
+ Double check that you're not inputting strings instead of numbers,
21
+ like [["0", "-2.13"], ["5", "4.3"]]. This is most common mistake, and
22
+ the error might not show up immediately because Javascript can do some
23
+ conversion automatically.
24
+
25
+
26
+ #### Can I export the graph? ####
27
+
28
+ You can grab the image rendered by the canvas element used by Flot
29
+ as a PNG or JPEG (remember to set a background). Note that it won't
30
+ include anything not drawn in the canvas (such as the legend). And it
31
+ doesn't work with excanvas which uses VML, but you could try
32
+ Flashcanvas.
33
+
34
+
35
+ #### The bars are all tiny in time mode? ####
36
+
37
+ It's not really possible to determine the bar width automatically.
38
+ So you have to set the width with the barWidth option which is NOT in
39
+ pixels, but in the units of the x axis (or the y axis for horizontal
40
+ bars). For time mode that's milliseconds so the default value of 1
41
+ makes the bars 1 millisecond wide.
42
+
43
+
44
+ #### Can I use Flot with libraries like Mootools or Prototype? ####
45
+
46
+ Yes, Flot supports it out of the box and it's easy! Just use jQuery
47
+ instead of $, e.g. call jQuery.plot instead of $.plot and use
48
+ jQuery(something) instead of $(something). As a convenience, you can
49
+ put in a DOM element for the graph placeholder where the examples and
50
+ the API documentation are using jQuery objects.
51
+
52
+ Depending on how you include jQuery, you may have to add one line of
53
+ code to prevent jQuery from overwriting functions from the other
54
+ libraries, see the documentation in jQuery ("Using jQuery with other
55
+ libraries") for details.
56
+
57
+
58
+ #### Flot doesn't work with [insert name of Javascript UI framework]! ####
59
+
60
+ Flot is using standard HTML to make charts. If this is not working,
61
+ it's probably because the framework you're using is doing something
62
+ weird with the DOM or with the CSS that is interfering with Flot.
63
+
64
+ A common problem is that there's display:none on a container until the
65
+ user does something. Many tab widgets work this way, and there's
66
+ nothing wrong with it - you just can't call Flot inside a display:none
67
+ container as explained in the README so you need to hold off the Flot
68
+ call until the container is actually displayed (or use
69
+ visibility:hidden instead of display:none or move the container
70
+ off-screen).
71
+
72
+ If you find there's a specific thing we can do to Flot to help, feel
73
+ free to submit a bug report. Otherwise, you're welcome to ask for help
74
+ on the forum/mailing list, but please don't submit a bug report to
75
+ Flot.
js/jquery-flot/LICENSE.txt ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Copyright (c) 2007-2014 IOLA and Ole Laursen
2
+
3
+ Permission is hereby granted, free of charge, to any person
4
+ obtaining a copy of this software and associated documentation
5
+ files (the "Software"), to deal in the Software without
6
+ restriction, including without limitation the rights to use,
7
+ copy, modify, merge, publish, distribute, sublicense, and/or sell
8
+ copies of the Software, and to permit persons to whom the
9
+ Software is furnished to do so, subject to the following
10
+ conditions:
11
+
12
+ The above copyright notice and this permission notice shall be
13
+ included in all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
16
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
17
+ OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
18
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
19
+ HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
20
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
21
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
22
+ OTHER DEALINGS IN THE SOFTWARE.
js/jquery-flot/Makefile ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Makefile for generating minified files
2
+
3
+ .PHONY: all
4
+
5
+ # we cheat and process all .js files instead of an exhaustive list
6
+ all: $(patsubst %.js,%.min.js,$(filter-out %.min.js,$(wildcard *.js)))
7
+
8
+ %.min.js: %.js
9
+ yui-compressor $< -o $@
10
+
11
+ test:
12
+ ./node_modules/.bin/jshint *jquery.flot.js
js/jquery-flot/NEWS.md ADDED
@@ -0,0 +1,1026 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ## Flot 0.8.3 ##
2
+
3
+ ### Changes ###
4
+
5
+ - Updated example code to avoid encouraging unnecessary re-plots.
6
+ (patch by soenter, pull request #1221)
7
+
8
+ ### Bug fixes ###
9
+
10
+ - Added a work-around to disable the allocation of extra space for first and
11
+ last axis ticks, allowing plots to span the full width of their container.
12
+ A proper solution for this bug will be implemented in the 0.9 release.
13
+ (reported by Josh Pigford and andig, issue #1212, pull request #1290)
14
+
15
+ - Fixed a regression introduced in 0.8.1, where the last tick label would
16
+ sometimes wrap rather than extending the plot's offset to create space.
17
+ (reported by Elite Gamer, issue #1283)
18
+
19
+ - Fixed a regression introduced in 0.8.2, where the resize plugin would use
20
+ unexpectedly high amounts of CPU even when idle.
21
+ (reported by tommie, issue #1277, pull request #1289)
22
+
23
+ - Fixed the selection example to work with jQuery 1.9.x and later.
24
+ (reported by EGLadona and dmfalke, issue #1250, pull request #1285)
25
+
26
+ - Added a detach shim to fix support for jQuery versions earlier than 1.4.x.
27
+ (reported by ngavard, issue #1240, pull request #1286)
28
+
29
+ - Fixed a rare 'Uncaught TypeError' when using the resize plugin in IE 7/8.
30
+ (reported by tleish, issue #1265, pull request #1289)
31
+
32
+ - Fixed zoom constraints to apply only in the direction of the zoom.
33
+ (patch by Neil Katin, issue #1204, pull request #1205)
34
+
35
+ - Markings lines are no longer blurry when drawn on pixel boundaries.
36
+ (reported by btccointicker and Rouillard, issue #1210)
37
+
38
+ - Don't discard original pie data-series values when combining slices.
39
+ (patch by Phil Tsarik, pull request #1238)
40
+
41
+ - Fixed broken auto-scale behavior when using deprecated [x|y]2axis options.
42
+ (reported by jorese, issue #1228, pull request #1284)
43
+
44
+ - Exposed the dateGenerator function on the plot object, as it used to be
45
+ before time-mode was moved into a separate plugin.
46
+ (patch by Paolo Valleri, pull request #1028)
47
+
48
+
49
+ ## Flot 0.8.2 ##
50
+
51
+ ### Changes ###
52
+
53
+ - Added a plot.destroy method as a way to free memory when emptying the plot
54
+ placeholder and then re-using it for some other purpose.
55
+ (patch by Thodoris Greasidis, issue #1129, pull request #1130)
56
+
57
+ - Added a table of contents and PLUGINS link to the API documentation.
58
+ (patches by Brian Peiris, pull requests #1064 and #1127)
59
+
60
+ - Added Ruby code examples for time conversion.
61
+ (patch by Mike Połtyn, pull request #1182)
62
+
63
+ - Minor improvements to API.md and README.md.
64
+ (patches by Patrik Ragnarsson, pull requests #1085 and #1086)
65
+
66
+ - Updated inlined jQuery Resize to the latest version to fix errors.
67
+ (reported by Matthew Sabol and sloker, issues #997 ad #1081)
68
+
69
+ ### Bug fixes ###
70
+
71
+ - Fixed an unexpected change in behavior that resulted in duplicate tick
72
+ labels when using a plugin, like flot-tickrotor, that overrode tick labels.
73
+ (patch by Mark Cote, pull request #1091)
74
+
75
+ - Fixed a regression from 0.7 where axis labels were given the wrong width,
76
+ causing them to overlap at certain scales and ignore the labelWidth option.
77
+ (patch by Benjamin Gram, pull request #1177)
78
+
79
+ - Fixed a bug where the second axis in an xaxes/yaxes array incorrectly had
80
+ its 'innermost' property set to false or undefined, even if it was on the
81
+ other side of the plot from the first axis. This resulted in the axis bar
82
+ being visible when it shouldn't have been, which was especially obvious
83
+ when the grid had a left/right border width of zero.
84
+ (reported by Teq1, fix researched by ryleyb, issue #1056)
85
+
86
+ - Fixed an error when using a placeholder that has no font-size property.
87
+ (patch by Craig Oldford, pull request #1135)
88
+
89
+ - Fixed a regression from 0.7 where nulls at the end of a series were ignored
90
+ for purposes of determing the range of the x-axis.
91
+ (reported by Munsifali Rashid, issue #1095)
92
+
93
+ - If a font size is provided, base the default lineHeight on that size rather
94
+ that the font size of the plot placeholder, which may be very different.
95
+ (reported by Daniel Hoffmann Bernardes, issue #1131, pull request #1199)
96
+
97
+ - Fix broken highlighting for right-aligned bars.
98
+ (reported by BeWiBu and Mihai Stanciu, issues #975 and #1093, with further
99
+ assistance by Eric Byers, pull request #1120)
100
+
101
+ - Prevent white circles from sometimes showing up inside of pie charts.
102
+ (reported by Pierre Dubois and Jack Klink, issues #1128 and #1073)
103
+
104
+ - Label formatting no longer breaks when a page contains multiple pie charts.
105
+ (reported by Brend Wanders, issue #1055)
106
+
107
+ - When using multiple axes on opposite sides of the plot, the innermost axis
108
+ coming later in the list no longer has its bar drawn incorrectly.
109
+ (reported by ryleyb, issue #1056)
110
+
111
+ - When removing series labels and redrawing the plot, the legend now updates
112
+ correctly even when using an external container.
113
+ (patch by Luis Silva, issue #1159, pull request #1160)
114
+
115
+ - The pie plugin no longer ignores the value of the left offset option.
116
+ (reported by melanker, issue #1136)
117
+
118
+ - Fixed a regression from 0.7, where extra padding was added unnecessarily to
119
+ sides of the plot where there was no last tick label.
120
+ (reported by sknob001, issue #1048, pull request #1200)
121
+
122
+ - Fixed incorrect tooltip behavior in the interacting example.
123
+ (patch by cleroux, issue #686, pull request #1074)
124
+
125
+ - Fixed an error in CSS color extraction with elements outside the DOM.
126
+ (patch by execjosh, pull request #1084)
127
+
128
+ - Fixed :not selector error when using jQuery without Sizzle.
129
+ (patch by Anthony Ryan, pull request #1180)
130
+
131
+ - Worked around a browser issue that caused bars to appear un-filled.
132
+ (reported by irbian, issue #915)
133
+
134
+ ## Flot 0.8.1 ##
135
+
136
+ ### Bug fixes ###
137
+
138
+ - Fixed a regression in the time plugin, introduced in 0.8, that caused dates
139
+ to align to the minute rather than to the highest appropriate unit. This
140
+ caused many x-axes in 0.8 to have different ticks than they did in 0.7.
141
+ (reported by Tom Sheppard, patch by Daniel Shapiro, issue #1017, pull
142
+ request #1023)
143
+
144
+ - Fixed a regression in text rendering, introduced in 0.8, that caused axis
145
+ labels with the same text as another label on the same axis to disappear.
146
+ More generally, it's again possible to have the same text in two locations.
147
+ (issue #1032)
148
+
149
+ - Fixed a regression in text rendering, introduced in 0.8, where axis labels
150
+ were no longer assigned an explicit width, and their text could not wrap.
151
+ (reported by sabregreen, issue #1019)
152
+
153
+ - Fixed a regression in the pie plugin, introduced in 0.8, that prevented it
154
+ from accepting data in the format '[[x, y]]'.
155
+ (patch by Nicolas Morel, pull request #1024)
156
+
157
+ - The 'zero' series option and 'autoscale' format option are no longer
158
+ ignored when the series contains a null value.
159
+ (reported by Daniel Shapiro, issue #1033)
160
+
161
+ - Avoid triggering the time-mode plugin exception when there are zero series.
162
+ (reported by Daniel Rothig, patch by Mark Raymond, issue #1016)
163
+
164
+ - When a custom color palette has fewer colors than the default palette, Flot
165
+ no longer fills out the colors with the remainder of the default.
166
+ (patch by goorpy, issue #1031, pull request #1034)
167
+
168
+ - Fixed missing update for bar highlights after a zoom or other redraw.
169
+ (reported by Paolo Valleri, issue #1030)
170
+
171
+ - Fixed compatibility with jQuery versions earlier than 1.7.
172
+ (patch by Lee Willis, issue #1027, pull request #1027)
173
+
174
+ - The mouse wheel no longer scrolls the page when using the navigate plugin.
175
+ (patch by vird, pull request #1020)
176
+
177
+ - Fixed missing semicolons in the core library.
178
+ (reported by Michal Zglinski)
179
+
180
+
181
+ ## Flot 0.8.0 ##
182
+
183
+ ### API changes ###
184
+
185
+ Support for time series has been moved into a plugin, jquery.flot.time.js.
186
+ This results in less code if time series are not used. The functionality
187
+ remains the same (plus timezone support, as described below); however, the
188
+ plugin must be included if axis.mode is set to "time".
189
+
190
+ When the axis mode is "time", the axis option "timezone" can be set to null,
191
+ "browser", or a particular timezone (e.g. "America/New_York") to control how
192
+ the dates are displayed. If null, the dates are displayed as UTC. If
193
+ "browser", the dates are displayed in the time zone of the user's browser.
194
+
195
+ Date/time formatting has changed and now follows a proper subset of the
196
+ standard strftime specifiers, plus one nonstandard specifier for quarters.
197
+ Additionally, if a strftime function is found in the Date object's prototype,
198
+ it will be used instead of the built-in formatter.
199
+
200
+ Axis tick labels now use the class 'flot-tick-label' instead of 'tickLabel'.
201
+ The text containers for each axis now use the classes 'flot-[x|y]-axis' and
202
+ 'flot-[x|y]#-axis' instead of '[x|y]Axis' and '[x|y]#Axis'. For compatibility
203
+ with Flot 0.7 and earlier text will continue to use the old classes as well,
204
+ but they are considered deprecated and will be removed in a future version.
205
+
206
+ In previous versions the axis 'color' option was used to set the color of tick
207
+ marks and their label text. It now controls the color of the axis line, which
208
+ previously could not be changed separately, and continues to act as a default
209
+ for the tick-mark color. The color of tick label text is now set either by
210
+ overriding the 'flot-tick-label' CSS rule or via the axis 'font' option.
211
+
212
+ A new plugin, jquery.flot.canvas.js, allows axis tick labels to be rendered
213
+ directly to the canvas, rather than using HTML elements. This feature can be
214
+ toggled with a simple option, making it easy to create interactive plots in the
215
+ browser using HTML, then re-render them to canvas for export as an image.
216
+
217
+ The plugin tries to remain as faithful as possible to the original HTML render,
218
+ and goes so far as to automatically extract styles from CSS, to avoid having to
219
+ provide a separate set of styles when rendering to canvas. Due to limitations
220
+ of the canvas text API, the plugin cannot reproduce certain features, including
221
+ HTML markup embedded in labels, and advanced text styles such as 'em' units.
222
+
223
+ The plugin requires support for canvas text, which may not be present in some
224
+ older browsers, even if they support the canvas tag itself. To use the plugin
225
+ with these browsers try using a shim such as canvas-text or FlashCanvas.
226
+
227
+ The base and overlay canvas are now using the CSS classes "flot-base" and
228
+ "flot-overlay" to prevent accidental clashes (issue 540).
229
+
230
+ ### Changes ###
231
+
232
+ - Addition of nonstandard %q specifier to date/time formatting. (patch
233
+ by risicle, issue 49)
234
+
235
+ - Date/time formatting follows proper subset of strftime specifiers, and
236
+ support added for Date.prototype.strftime, if found. (patch by Mark Cote,
237
+ issues 419 and 558)
238
+
239
+ - Fixed display of year ticks. (patch by Mark Cote, issue 195)
240
+
241
+ - Support for time series moved to plugin. (patch by Mark Cote)
242
+
243
+ - Display time series in different time zones. (patch by Knut Forkalsrud,
244
+ issue 141)
245
+
246
+ - Added a canvas plugin to enable rendering axis tick labels to the canvas.
247
+ (sponsored by YCharts.com, implementation by Ole Laursen and David Schnur)
248
+
249
+ - Support for setting the interval between redraws of the overlay canvas with
250
+ redrawOverlayInterval. (suggested in issue 185)
251
+
252
+ - Support for multiple thresholds in thresholds plugin. (patch by Arnaud
253
+ Bellec, issue 523)
254
+
255
+ - Support for plotting categories/textual data directly with new categories
256
+ plugin.
257
+
258
+ - Tick generators now get the whole axis rather than just min/max.
259
+
260
+ - Added processOffset and drawBackground hooks. (suggested in issue 639)
261
+
262
+ - Added a grid "margin" option to set the space between the canvas edge and
263
+ the grid.
264
+
265
+ - Prevent the pie example page from generating single-slice pies. (patch by
266
+ Shane Reustle)
267
+
268
+ - In addition to "left" and "center", bars now recognize "right" as an
269
+ alignment option. (patch by Michael Mayer, issue 520)
270
+
271
+ - Switched from toFixed to a much faster default tickFormatter. (patch by
272
+ Clemens Stolle)
273
+
274
+ - Added to a more helpful error when using a time-mode axis without including
275
+ the flot.time plugin. (patch by Yael Elmatad)
276
+
277
+ - Added a legend "sorted" option to control sorting of legend entries
278
+ independent of their series order. (patch by Tom Cleaveland)
279
+
280
+ - Added a series "highlightColor" option to control the color of the
281
+ translucent overlay that identifies the dataset when the mouse hovers over
282
+ it. (patch by Eric Wendelin and Nate Abele, issues 168 and 299)
283
+
284
+ - Added a plugin jquery.flot.errorbars, with an accompanying example, that
285
+ adds the ability to plot error bars, commonly used in many kinds of
286
+ statistical data visualizations. (patch by Rui Pereira, issue 215)
287
+
288
+ - The legend now omits entries whose labelFormatter returns null. (patch by
289
+ Tom Cleaveland, Christopher Lambert, and Simon Strandgaard)
290
+
291
+ - Added support for high pixel density (retina) displays, resulting in much
292
+ crisper charts on such devices. (patch by Olivier Guerriat, additional
293
+ fixes by Julien Thomas, maimairel, and Lau Bech Lauritzen)
294
+
295
+ - Added the ability to control pie shadow position and alpha via a new pie
296
+ 'shadow' option. (patch by Julien Thomas, pull request #78)
297
+
298
+ - Added the ability to set width and color for individual sides of the grid.
299
+ (patch by Ara Anjargolian, additional fixes by Karl Swedberg, pull requests #855
300
+ and #880)
301
+
302
+ - The selection plugin's getSelection now returns null when the selection
303
+ has been cleared. (patch by Nick Campbell, pull request #852)
304
+
305
+ - Added a new option called 'zero' to bars and filled lines series, to control
306
+ whether the y-axis minimum is scaled to fit the data or set to zero.
307
+ (patch by David Schnur, issues #316, #529, and #856, pull request #911)
308
+
309
+ - The plot function is now also a jQuery chainable property.
310
+ (patch by David Schnur, issues #734 and #816, pull request #953)
311
+
312
+ - When only a single pie slice is beneath the combine threshold it is no longer
313
+ replaced by an 'other' slice. (suggested by Devin Bayer, issue #638)
314
+
315
+ - Added lineJoin and minSize options to the selection plugin to control the
316
+ corner style and minimum size of the selection, respectively.
317
+ (patch by Ruth Linehan, pull request #963)
318
+
319
+ ### Bug fixes ###
320
+
321
+ - Fix problem with null values and pie plugin. (patch by gcruxifix,
322
+ issue 500)
323
+
324
+ - Fix problem with threshold plugin and bars. (based on patch by
325
+ kaarlenkaski, issue 348)
326
+
327
+ - Fix axis box calculations so the boxes include the outermost part of the
328
+ labels too.
329
+
330
+ - Fix problem with event clicking and hovering in IE 8 by updating Excanvas
331
+ and removing previous work-around. (test case by Ara Anjargolian)
332
+
333
+ - Fix issues with blurry 1px border when some measures aren't integer.
334
+ (reported by Ara Anjargolian)
335
+
336
+ - Fix bug with formats in the data processor. (reported by Peter Hull,
337
+ issue 534)
338
+
339
+ - Prevent i from being declared global in extractRange. (reported by
340
+ Alexander Obukhov, issue 627)
341
+
342
+ - Throw errors in a more cross-browser-compatible manner. (patch by
343
+ Eddie Kay)
344
+
345
+ - Prevent pie slice outlines from being drawn when the stroke width is zero.
346
+ (reported by Chris Minett, issue 585)
347
+
348
+ - Updated the navigate plugin's inline copy of jquery.mousewheel to fix
349
+ Webkit zoom problems. (reported by Hau Nguyen, issue 685)
350
+
351
+ - Axis labels no longer appear as decimals rather than integers in certain
352
+ cases. (patch by Clemens Stolle, issue 541)
353
+
354
+ - Automatic color generation no longer produces only whites and blacks when
355
+ there are many series. (patch by David Schnur and Tom Cleaveland)
356
+
357
+ - Fixed an error when custom tick labels weren't provided as strings. (patch
358
+ by Shad Downey)
359
+
360
+ - Prevented the local insertSteps and fmt variables from becoming global.
361
+ (first reported by Marc Bennewitz and Szymon Barglowski, patch by Nick
362
+ Campbell, issues #825 and #831, pull request #851)
363
+
364
+ - Prevented several threshold plugin variables from becoming global. (patch
365
+ by Lasse Dahl Ebert)
366
+
367
+ - Fixed various jQuery 1.8 compatibility issues. (issues #814 and #819,
368
+ pull request #877)
369
+
370
+ - Pie charts with a slice equal to or approaching 100% of the pie no longer
371
+ appear invisible. (patch by David Schnur, issues #444, #658, #726, #824
372
+ and #850, pull request #879)
373
+
374
+ - Prevented several local variables from becoming global. (patch by aaa707)
375
+
376
+ - Ensure that the overlay and primary canvases remain aligned. (issue #670,
377
+ pull request #901)
378
+
379
+ - Added support for jQuery 1.9 by removing and replacing uses of $.browser.
380
+ (analysis and patch by Anthony Ryan, pull request #905)
381
+
382
+ - Pie charts no longer disappear when redrawn during a resize or update.
383
+ (reported by Julien Bec, issue #656, pull request #910)
384
+
385
+ - Avoided floating-point precision errors when calculating pie percentages.
386
+ (patch by James Ward, pull request #918)
387
+
388
+ - Fixed compatibility with jQuery 1.2.6, which has no 'mouseleave' shortcut.
389
+ (reported by Bevan, original pull request #920, replaced by direct patch)
390
+
391
+ - Fixed sub-pixel rendering issues with crosshair and selection lines.
392
+ (patches by alanayoub and Daniel Shapiro, pull requests #17 and #925)
393
+
394
+ - Fixed rendering issues when using the threshold plugin with several series.
395
+ (patch by Ivan Novikov, pull request #934)
396
+
397
+ - Pie charts no longer disappear when redrawn after calling setData().
398
+ (reported by zengge1984 and pareeohnos, issues #810 and #945)
399
+
400
+ - Added a work-around for the problem where points with a lineWidth of zero
401
+ still showed up with a visible line. (reported by SalvoSav, issue #842,
402
+ patch by Jamie Hamel-Smith, pull request #937)
403
+
404
+ - Pie charts now accept values in string form, like other plot types.
405
+ (reported by laerdal.no, issue #534)
406
+
407
+ - Avoid rounding errors in the threshold plugin.
408
+ (reported by jerikojerk, issue #895)
409
+
410
+ - Fixed an error when using the navigate plugin with jQuery 1.9.x or later.
411
+ (reported by Paolo Valleri, issue #964)
412
+
413
+ - Fixed inconsistencies between the highlight and unhighlight functions.
414
+ (reported by djamshed, issue #987)
415
+
416
+ - Fixed recalculation of tickSize and tickDecimals on calls to setupGrid.
417
+ (patch by thecountofzero, pull request #861, issues #860, #1000)
418
+
419
+
420
+ ## Flot 0.7 ##
421
+
422
+ ### API changes ###
423
+
424
+ Multiple axes support. Code using dual axes should be changed from using
425
+ x2axis/y2axis in the options to using an array (although backwards-
426
+ compatibility hooks are in place). For instance,
427
+
428
+ ```js
429
+ {
430
+ xaxis: { ... }, x2axis: { ... },
431
+ yaxis: { ... }, y2axis: { ... }
432
+ }
433
+ ```
434
+
435
+ becomes
436
+
437
+ ```js
438
+ {
439
+ xaxes: [ { ... }, { ... } ],
440
+ yaxes: [ { ... }, { ... } ]
441
+ }
442
+ ```
443
+
444
+ Note that if you're just using one axis, continue to use the xaxis/yaxis
445
+ directly (it now sets the default settings for the arrays). Plugins touching
446
+ the axes must be ported to take the extra axes into account, check the source
447
+ to see some examples.
448
+
449
+ A related change is that the visibility of axes is now auto-detected. So if
450
+ you were relying on an axis to show up even without any data in the chart, you
451
+ now need to set the axis "show" option explicitly.
452
+
453
+ "tickColor" on the grid options is now deprecated in favour of a corresponding
454
+ option on the axes, so:
455
+
456
+ ```js
457
+ { grid: { tickColor: "#000" }}
458
+ ```
459
+
460
+ becomes
461
+
462
+ ```js
463
+ { xaxis: { tickColor: "#000"}, yaxis: { tickColor: "#000"} }
464
+ ```
465
+
466
+ But if you just configure a base color Flot will now autogenerate a tick color
467
+ by adding transparency. Backwards-compatibility hooks are in place.
468
+
469
+ Final note: now that IE 9 is coming out with canvas support, you may want to
470
+ adapt the excanvas include to skip loading it in IE 9 (the examples have been
471
+ adapted thanks to Ryley Breiddal). An alternative to excanvas using Flash has
472
+ also surfaced, if your graphs are slow in IE, you may want to give it a spin:
473
+
474
+ http://code.google.com/p/flashcanvas/
475
+
476
+ ### Changes ###
477
+
478
+ - Support for specifying a bottom for each point for line charts when filling
479
+ them, this means that an arbitrary bottom can be used instead of just the x
480
+ axis. (based on patches patiently provided by Roman V. Prikhodchenko)
481
+
482
+ - New fillbetween plugin that can compute a bottom for a series from another
483
+ series, useful for filling areas between lines.
484
+
485
+ See new example percentiles.html for a use case.
486
+
487
+ - More predictable handling of gaps for the stacking plugin, now all
488
+ undefined ranges are skipped.
489
+
490
+ - Stacking plugin can stack horizontal bar charts.
491
+
492
+ - Navigate plugin now redraws the plot while panning instead of only after
493
+ the fact. (raised by lastthemy, issue 235)
494
+
495
+ Can be disabled by setting the pan.frameRate option to null.
496
+
497
+ - Date formatter now accepts %0m and %0d to get a zero-padded month or day.
498
+ (issue raised by Maximillian Dornseif)
499
+
500
+ - Revamped internals to support an unlimited number of axes, not just dual.
501
+ (sponsored by Flight Data Services, www.flightdataservices.com)
502
+
503
+ - New setting on axes, "tickLength", to control the size of ticks or turn
504
+ them off without turning off the labels.
505
+
506
+ - Axis labels are now put in container divs with classes, for instance labels
507
+ in the x axes can be reached via ".xAxis .tickLabel".
508
+
509
+ - Support for setting the color of an axis. (sponsored by Flight Data
510
+ Services, www.flightdataservices.com)
511
+
512
+ - Tick color is now auto-generated as the base color with some transparency,
513
+ unless you override it.
514
+
515
+ - Support for aligning ticks in the axes with "alignTicksWithAxis" to ensure
516
+ that they appear next to each other rather than in between, at the expense
517
+ of possibly awkward tick steps. (sponsored by Flight Data Services,
518
+ www.flightdataservices.com)
519
+
520
+ - Support for customizing the point type through a callback when plotting
521
+ points and new symbol plugin with some predefined point types. (sponsored
522
+ by Utility Data Corporation)
523
+
524
+ - Resize plugin for automatically redrawing when the placeholder changes
525
+ size, e.g. on window resizes. (sponsored by Novus Partners)
526
+
527
+ A resize() method has been added to plot object facilitate this.
528
+
529
+ - Support Infinity/-Infinity for plotting asymptotes by hacking it into
530
+ +/-Number.MAX_VALUE. (reported by rabaea.mircea)
531
+
532
+ - Support for restricting navigate plugin to not pan/zoom an axis. (based on
533
+ patch by kkaefer)
534
+
535
+ - Support for providing the drag cursor for the navigate plugin as an option.
536
+ (based on patch by Kelly T. Moore)
537
+
538
+ - Options for controlling whether an axis is shown or not (suggestion by Timo
539
+ Tuominen) and whether to reserve space for it even if it isn't shown.
540
+
541
+ - New attribute $.plot.version with the Flot version as a string.
542
+
543
+ - The version comment is now included in the minified jquery.flot.min.js.
544
+
545
+ - New options.grid.minBorderMargin for adjusting the minimum margin provided
546
+ around the border (based on patch by corani, issue 188).
547
+
548
+ - Refactor replot behaviour so Flot tries to reuse the existing canvas,
549
+ adding shutdown() methods to the plot. (based on patch by Ryley Breiddal,
550
+ issue 269)
551
+
552
+ This prevents a memory leak in Chrome and hopefully makes replotting faster
553
+ for those who are using $.plot instead of .setData()/.draw(). Also update
554
+ jQuery to 1.5.1 to prevent IE leaks fixed in jQuery.
555
+
556
+ - New real-time line chart example.
557
+
558
+ - New hooks: drawSeries, shutdown.
559
+
560
+ ### Bug fixes ###
561
+
562
+ - Fixed problem with findNearbyItem and bars on top of each other. (reported
563
+ by ragingchikn, issue 242)
564
+
565
+ - Fixed problem with ticks and the border. (based on patch from
566
+ ultimatehustler69, issue 236)
567
+
568
+ - Fixed problem with plugins adding options to the series objects.
569
+
570
+ - Fixed a problem introduced in 0.6 with specifying a gradient with:
571
+
572
+ ```{brightness: x, opacity: y }```
573
+
574
+ - Don't use $.browser.msie, check for getContext on the created canvas element
575
+ instead and try to use excanvas if it's not found.
576
+
577
+ Fixes IE 9 compatibility.
578
+
579
+ - highlight(s, index) was looking up the point in the original s.data instead
580
+ of in the computed datapoints array, which breaks with plugins that modify
581
+ the datapoints, such as the stacking plugin. (reported by curlypaul924,
582
+ issue 316)
583
+
584
+ - More robust handling of axis from data passed in from getData(). (reported)
585
+ by Morgan)
586
+
587
+ - Fixed problem with turning off bar outline. (fix by Jordi Castells,
588
+ issue 253)
589
+
590
+ - Check the selection passed into setSelection in the selection
591
+ plugin, to guard against errors when synchronizing plots (fix by Lau
592
+ Bech Lauritzen).
593
+
594
+ - Fix bug in crosshair code with mouseout resetting the crosshair even
595
+ if it is locked (fix by Lau Bech Lauritzen and Banko Adam).
596
+
597
+ - Fix bug with points plotting using line width from lines rather than
598
+ points.
599
+
600
+ - Fix bug with passing non-array 0 data (for plugins that don't expect
601
+ arrays, patch by vpapp1).
602
+
603
+ - Fix errors in JSON in examples so they work with jQuery 1.4.2
604
+ (fix reported by honestbleeps, issue 357).
605
+
606
+ - Fix bug with tooltip in interacting.html, this makes the tooltip
607
+ much smoother (fix by bdkahn). Fix related bug inside highlighting
608
+ handler in Flot.
609
+
610
+ - Use closure trick to make inline colorhelpers plugin respect
611
+ jQuery.noConflict(true), renaming the global jQuery object (reported
612
+ by Nick Stielau).
613
+
614
+ - Listen for mouseleave events and fire a plothover event with empty
615
+ item when it occurs to drop highlights when the mouse leaves the
616
+ plot (reported by by outspirit).
617
+
618
+ - Fix bug with using aboveData with a background (reported by
619
+ amitayd).
620
+
621
+ - Fix possible excanvas leak (report and suggested fix by tom9729).
622
+
623
+ - Fix bug with backwards compatibility for shadowSize = 0 (report and
624
+ suggested fix by aspinak).
625
+
626
+ - Adapt examples to skip loading excanvas (fix by Ryley Breiddal).
627
+
628
+ - Fix bug that prevent a simple f(x) = -x transform from working
629
+ correctly (fix by Mike, issue 263).
630
+
631
+ - Fix bug in restoring cursor in navigate plugin (reported by Matteo
632
+ Gattanini, issue 395).
633
+
634
+ - Fix bug in picking items when transform/inverseTransform is in use
635
+ (reported by Ofri Raviv, and patches and analysis by Jan and Tom
636
+ Paton, issue 334 and 467).
637
+
638
+ - Fix problem with unaligned ticks and hover/click events caused by
639
+ padding on the placeholder by hardcoding the placeholder padding to
640
+ 0 (reported by adityadineshsaxena, Matt Sommer, Daniel Atos and some
641
+ other people, issue 301).
642
+
643
+ - Update colorhelpers plugin to avoid dying when trying to parse an
644
+ invalid string (reported by cadavor, issue 483).
645
+
646
+
647
+
648
+ ## Flot 0.6 ##
649
+
650
+ ### API changes ###
651
+
652
+ Selection support has been moved to a plugin. Thus if you're passing
653
+ selection: { mode: something }, you MUST include the file
654
+ jquery.flot.selection.js after jquery.flot.js. This reduces the size of
655
+ base Flot and makes it easier to customize the selection as well as
656
+ improving code clarity. The change is based on a patch from andershol.
657
+
658
+ In the global options specified in the $.plot command, "lines", "points",
659
+ "bars" and "shadowSize" have been moved to a sub-object called "series":
660
+
661
+ ```js
662
+ $.plot(placeholder, data, { lines: { show: true }})
663
+ ```
664
+
665
+ should be changed to
666
+
667
+ ```js
668
+ $.plot(placeholder, data, { series: { lines: { show: true }}})
669
+ ```
670
+
671
+ All future series-specific options will go into this sub-object to
672
+ simplify plugin writing. Backward-compatibility code is in place, so
673
+ old code should not break.
674
+
675
+ "plothover" no longer provides the original data point, but instead a
676
+ normalized one, since there may be no corresponding original point.
677
+
678
+ Due to a bug in previous versions of jQuery, you now need at least
679
+ jQuery 1.2.6. But if you can, try jQuery 1.3.2 as it got some improvements
680
+ in event handling speed.
681
+
682
+ ## Changes ##
683
+
684
+ - Added support for disabling interactivity for specific data series.
685
+ (request from Ronald Schouten and Steve Upton)
686
+
687
+ - Flot now calls $() on the placeholder and optional legend container passed
688
+ in so you can specify DOM elements or CSS expressions to make it easier to
689
+ use Flot with libraries like Prototype or Mootools or through raw JSON from
690
+ Ajax responses.
691
+
692
+ - A new "plotselecting" event is now emitted while the user is making a
693
+ selection.
694
+
695
+ - The "plothover" event is now emitted immediately instead of at most 10
696
+ times per second, you'll have to put in a setTimeout yourself if you're
697
+ doing something really expensive on this event.
698
+
699
+ - The built-in date formatter can now be accessed as $.plot.formatDate(...)
700
+ (suggestion by Matt Manela) and even replaced.
701
+
702
+ - Added "borderColor" option to the grid. (patches from Amaury Chamayou and
703
+ Mike R. Williamson)
704
+
705
+ - Added support for gradient backgrounds for the grid. (based on patch from
706
+ Amaury Chamayou, issue 90)
707
+
708
+ The "setting options" example provides a demonstration.
709
+
710
+ - Gradient bars. (suggestion by stefpet)
711
+
712
+ - Added a "plotunselected" event which is triggered when the selection is
713
+ removed, see "selection" example. (suggestion by Meda Ugo)
714
+
715
+ - The option legend.margin can now specify horizontal and vertical margins
716
+ independently. (suggestion by someone who's annoyed)
717
+
718
+ - Data passed into Flot is now copied to a new canonical format to enable
719
+ further processing before it hits the drawing routines. As a side-effect,
720
+ this should make Flot more robust in the face of bad data. (issue 112)
721
+
722
+ - Step-wise charting: line charts have a new option "steps" that when set to
723
+ true connects the points with horizontal/vertical steps instead of diagonal
724
+ lines.
725
+
726
+ - The legend labelFormatter now passes the series in addition to just the
727
+ label. (suggestion by Vincent Lemeltier)
728
+
729
+ - Horizontal bars (based on patch by Jason LeBrun).
730
+
731
+ - Support for partial bars by specifying a third coordinate, i.e. they don't
732
+ have to start from the axis. This can be used to make stacked bars.
733
+
734
+ - New option to disable the (grid.show).
735
+
736
+ - Added pointOffset method for converting a point in data space to an offset
737
+ within the placeholder.
738
+
739
+ - Plugin system: register an init method in the $.flot.plugins array to get
740
+ started, see PLUGINS.txt for details on how to write plugins (it's easy).
741
+ There are also some extra methods to enable access to internal state.
742
+
743
+ - Hooks: you can register functions that are called while Flot is crunching
744
+ the data and doing the plot. This can be used to modify Flot without
745
+ changing the source, useful for writing plugins. Some hooks are defined,
746
+ more are likely to come.
747
+
748
+ - Threshold plugin: you can set a threshold and a color, and the data points
749
+ below that threshold will then get the color. Useful for marking data
750
+ below 0, for instance.
751
+
752
+ - Stack plugin: you can specify a stack key for each series to have them
753
+ summed. This is useful for drawing additive/cumulative graphs with bars and
754
+ (currently unfilled) lines.
755
+
756
+ - Crosshairs plugin: trace the mouse position on the axes, enable with
757
+ crosshair: { mode: "x"} (see the new tracking example for a use).
758
+
759
+ - Image plugin: plot prerendered images.
760
+
761
+ - Navigation plugin for panning and zooming a plot.
762
+
763
+ - More configurable grid.
764
+
765
+ - Axis transformation support, useful for non-linear plots, e.g. log axes and
766
+ compressed time axes (like omitting weekends).
767
+
768
+ - Support for twelve-hour date formatting (patch by Forrest Aldridge).
769
+
770
+ - The color parsing code in Flot has been cleaned up and split out so it's
771
+ now available as a separate jQuery plugin. It's included inline in the Flot
772
+ source to make dependency managing easier. This also makes it really easy
773
+ to use the color helpers in Flot plugins.
774
+
775
+ ## Bug fixes ##
776
+
777
+ - Fixed two corner-case bugs when drawing filled curves. (report and analysis
778
+ by Joshua Varner)
779
+
780
+ - Fix auto-adjustment code when setting min to 0 for an axis where the
781
+ dataset is completely flat on that axis. (report by chovy)
782
+
783
+ - Fixed a bug with passing in data from getData to setData when the secondary
784
+ axes are used. (reported by nperelman, issue 65)
785
+
786
+ - Fixed so that it is possible to turn lines off when no other chart type is
787
+ shown (based on problem reported by Glenn Vanderburg), and fixed so that
788
+ setting lineWidth to 0 also hides the shadow. (based on problem reported by
789
+ Sergio Nunes)
790
+
791
+ - Updated mousemove position expression to the latest from jQuery. (reported
792
+ by meyuchas)
793
+
794
+ - Use CSS borders instead of background in legend. (issues 25 and 45)
795
+
796
+ - Explicitly convert axis min/max to numbers.
797
+
798
+ - Fixed a bug with drawing marking lines with different colors. (reported by
799
+ Khurram)
800
+
801
+ - Fixed a bug with returning y2 values in the selection event. (fix by
802
+ exists, issue 75)
803
+
804
+ - Only set position relative on placeholder if it hasn't already a position
805
+ different from static. (reported by kyberneticist, issue 95)
806
+
807
+ - Don't round markings to prevent sub-pixel problems. (reported by
808
+ Dan Lipsitt)
809
+
810
+ - Make the grid border act similarly to a regular CSS border, i.e. prevent
811
+ it from overlapping the plot itself. This also fixes a problem with anti-
812
+ aliasing when the width is 1 pixel. (reported by Anthony Ettinger)
813
+
814
+ - Imported version 3 of excanvas and fixed two issues with the newer version.
815
+ Hopefully, this will make Flot work with IE8. (nudge by Fabien Menager,
816
+ further analysis by Booink, issue 133)
817
+
818
+ - Changed the shadow code for lines to hopefully look a bit better with
819
+ vertical lines.
820
+
821
+ - Round tick positions to avoid possible problems with fractions. (suggestion
822
+ by Fred, issue 130)
823
+
824
+ - Made the heuristic for determining how many ticks to aim for a bit smarter.
825
+
826
+ - Fix for uneven axis margins (report and patch by Paul Kienzle) and snapping
827
+ to ticks. (report and patch by lifthrasiir)
828
+
829
+ - Fixed bug with slicing in findNearbyItems. (patch by zollman)
830
+
831
+ - Make heuristic for x axis label widths more dynamic. (patch by
832
+ rickinhethuis)
833
+
834
+ - Make sure points on top take precedence when finding nearby points when
835
+ hovering. (reported by didroe, issue 224)
836
+
837
+
838
+
839
+ ## Flot 0.5 ##
840
+
841
+ Timestamps are now in UTC. Also "selected" event -> becomes "plotselected"
842
+ with new data, the parameters for setSelection are now different (but
843
+ backwards compatibility hooks are in place), coloredAreas becomes markings
844
+ with a new interface (but backwards compatibility hooks are in place).
845
+
846
+ ### API changes ###
847
+
848
+ Timestamps in time mode are now displayed according to UTC instead of the time
849
+ zone of the visitor. This affects the way the timestamps should be input;
850
+ you'll probably have to offset the timestamps according to your local time
851
+ zone. It also affects any custom date handling code (which basically now
852
+ should use the equivalent UTC date mehods, e.g. .setUTCMonth() instead of
853
+ .setMonth().
854
+
855
+ Markings, previously coloredAreas, are now specified as ranges on the axes,
856
+ like ```{ xaxis: { from: 0, to: 10 }}```. Furthermore with markings you can
857
+ now draw horizontal/vertical lines by setting from and to to the same
858
+ coordinate. (idea from line support patch by by Ryan Funduk)
859
+
860
+ Interactivity: added a new "plothover" event and this and the "plotclick"
861
+ event now returns the closest data item (based on patch by /david, patch by
862
+ Mark Byers for bar support). See the revamped "interacting with the data"
863
+ example for some hints on what you can do.
864
+
865
+ Highlighting: you can now highlight points and datapoints are autohighlighted
866
+ when you hover over them (if hovering is turned on).
867
+
868
+ Support for dual axis has been added (based on patch by someone who's annoyed
869
+ and /david). For each data series you can specify which axes it belongs to,
870
+ and there are two more axes, x2axis and y2axis, to customize. This affects the
871
+ "selected" event which has been renamed to "plotselected" and spews out
872
+ ```{ xaxis: { from: -10, to: 20 } ... },``` setSelection in which the
873
+ parameters are on a new form (backwards compatible hooks are in place so old
874
+ code shouldn't break) and markings (formerly coloredAreas).
875
+
876
+ ## Changes ##
877
+
878
+ - Added support for specifying the size of tick labels (axis.labelWidth,
879
+ axis.labelHeight). Useful for specifying a max label size to keep multiple
880
+ plots aligned.
881
+
882
+ - The "fill" option can now be a number that specifies the opacity of the
883
+ fill.
884
+
885
+ - You can now specify a coordinate as null (like [2, null]) and Flot will
886
+ take the other coordinate into account when scaling the axes. (based on
887
+ patch by joebno)
888
+
889
+ - New option for bars "align". Set it to "center" to center the bars on the
890
+ value they represent.
891
+
892
+ - setSelection now takes a second parameter which you can use to prevent the
893
+ method from firing the "plotselected" handler.
894
+
895
+ - Improved the handling of axis auto-scaling with bars.
896
+
897
+ ## Bug fixes ##
898
+
899
+ - Fixed a bug in calculating spacing around the plot. (reported by
900
+ timothytoe)
901
+
902
+ - Fixed a bug in finding max values for all-negative data sets.
903
+
904
+ - Prevent the possibility of eternal looping in tick calculations.
905
+
906
+ - Fixed a bug when borderWidth is set to 0. (reported by Rob/sanchothefat)
907
+
908
+ - Fixed a bug with drawing bars extending below 0. (reported by James Hewitt,
909
+ patch by Ryan Funduk).
910
+
911
+ - Fixed a bug with line widths of bars. (reported by MikeM)
912
+
913
+ - Fixed a bug with 'nw' and 'sw' legend positions.
914
+
915
+ - Fixed a bug with multi-line x-axis tick labels. (reported by Luca Ciano,
916
+ IE-fix help by Savage Zhang)
917
+
918
+ - Using the "container" option in legend now overwrites the container element
919
+ instead of just appending to it, fixing the infinite legend bug. (reported
920
+ by several people, fix by Brad Dewey)
921
+
922
+
923
+
924
+ ## Flot 0.4 ##
925
+
926
+ ### API changes ###
927
+
928
+ Deprecated axis.noTicks in favor of just specifying the number as axis.ticks.
929
+ So ```xaxis: { noTicks: 10 }``` becomes ```xaxis: { ticks: 10 }```.
930
+
931
+ Time series support. Specify axis.mode: "time", put in Javascript timestamps
932
+ as data, and Flot will automatically spit out sensible ticks. Take a look at
933
+ the two new examples. The format can be customized with axis.timeformat and
934
+ axis.monthNames, or if that fails with axis.tickFormatter.
935
+
936
+ Support for colored background areas via grid.coloredAreas. Specify an array
937
+ of { x1, y1, x2, y2 } objects or a function that returns these given
938
+ { xmin, xmax, ymin, ymax }.
939
+
940
+ More members on the plot object (report by Chris Davies and others).
941
+ "getData" for inspecting the assigned settings on data series (e.g. color) and
942
+ "setData", "setupGrid" and "draw" for updating the contents without a total
943
+ replot.
944
+
945
+ The default number of ticks to aim for is now dependent on the size of the
946
+ plot in pixels. Support for customizing tick interval sizes directly with
947
+ axis.minTickSize and axis.tickSize.
948
+
949
+ Cleaned up the automatic axis scaling algorithm and fixed how it interacts
950
+ with ticks. Also fixed a couple of tick-related corner case bugs (one reported
951
+ by mainstreetmark, another reported by timothytoe).
952
+
953
+ The option axis.tickFormatter now takes a function with two parameters, the
954
+ second parameter is an optional object with information about the axis. It has
955
+ min, max, tickDecimals, tickSize.
956
+
957
+ ## Changes ##
958
+
959
+ - Added support for segmented lines. (based on patch from Michael MacDonald)
960
+
961
+ - Added support for ignoring null and bad values. (suggestion from Nick
962
+ Konidaris and joshwaihi)
963
+
964
+ - Added support for changing the border width. (thanks to joebno and safoo)
965
+
966
+ - Label colors can be changed via CSS by selecting the tickLabel class.
967
+
968
+ ## Bug fixes ##
969
+
970
+ - Fixed a bug in handling single-item bar series. (reported by Emil Filipov)
971
+
972
+ - Fixed erratic behaviour when interacting with the plot with IE 7. (reported
973
+ by Lau Bech Lauritzen).
974
+
975
+ - Prevent IE/Safari text selection when selecting stuff on the canvas.
976
+
977
+
978
+
979
+ ## Flot 0.3 ##
980
+
981
+ This is mostly a quick-fix release because jquery.js wasn't included in the
982
+ previous zip/tarball.
983
+
984
+ ## Changes ##
985
+
986
+ - Include jquery.js in the zip/tarball.
987
+
988
+ - Support clicking on the plot. Turn it on with grid: { clickable: true },
989
+ then you get a "plotclick" event on the graph placeholder with the position
990
+ in units of the plot.
991
+
992
+ ## Bug fixes ##
993
+
994
+ - Fixed a bug in dealing with data where min = max. (thanks to Michael
995
+ Messinides)
996
+
997
+
998
+
999
+ ## Flot 0.2 ##
1000
+
1001
+ The API should now be fully documented.
1002
+
1003
+ ### API changes ###
1004
+
1005
+ Moved labelMargin option to grid from x/yaxis.
1006
+
1007
+ ## Changes ##
1008
+
1009
+ - Added support for putting a background behind the default legend. The
1010
+ default is the partly transparent background color. Added backgroundColor
1011
+ and backgroundOpacity to the legend options to control this.
1012
+
1013
+ - The ticks options can now be a callback function that takes one parameter,
1014
+ an object with the attributes min and max. The function should return a
1015
+ ticks array.
1016
+
1017
+ - Added labelFormatter option in legend, useful for turning the legend
1018
+ labels into links.
1019
+
1020
+ - Reduced the size of the code. (patch by Guy Fraser)
1021
+
1022
+
1023
+
1024
+ ## Flot 0.1 ##
1025
+
1026
+ First public release.
js/jquery-flot/PLUGINS.md ADDED
@@ -0,0 +1,143 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ## Writing plugins ##
2
+
3
+ All you need to do to make a new plugin is creating an init function
4
+ and a set of options (if needed), stuffing it into an object and
5
+ putting it in the $.plot.plugins array. For example:
6
+
7
+ ```js
8
+ function myCoolPluginInit(plot) {
9
+ plot.coolstring = "Hello!";
10
+ };
11
+
12
+ $.plot.plugins.push({ init: myCoolPluginInit, options: { ... } });
13
+
14
+ // if $.plot is called, it will return a plot object with the
15
+ // attribute "coolstring"
16
+ ```
17
+
18
+ Now, given that the plugin might run in many different places, it's
19
+ a good idea to avoid leaking names. The usual trick here is wrap the
20
+ above lines in an anonymous function which is called immediately, like
21
+ this: (function () { inner code ... })(). To make it even more robust
22
+ in case $ is not bound to jQuery but some other Javascript library, we
23
+ can write it as
24
+
25
+ ```js
26
+ (function ($) {
27
+ // plugin definition
28
+ // ...
29
+ })(jQuery);
30
+ ```
31
+
32
+ There's a complete example below, but you should also check out the
33
+ plugins bundled with Flot.
34
+
35
+
36
+ ## Complete example ##
37
+
38
+ Here is a simple debug plugin which alerts each of the series in the
39
+ plot. It has a single option that control whether it is enabled and
40
+ how much info to output:
41
+
42
+ ```js
43
+ (function ($) {
44
+ function init(plot) {
45
+ var debugLevel = 1;
46
+
47
+ function checkDebugEnabled(plot, options) {
48
+ if (options.debug) {
49
+ debugLevel = options.debug;
50
+ plot.hooks.processDatapoints.push(alertSeries);
51
+ }
52
+ }
53
+
54
+ function alertSeries(plot, series, datapoints) {
55
+ var msg = "series " + series.label;
56
+ if (debugLevel > 1) {
57
+ msg += " with " + series.data.length + " points";
58
+ alert(msg);
59
+ }
60
+ }
61
+
62
+ plot.hooks.processOptions.push(checkDebugEnabled);
63
+ }
64
+
65
+ var options = { debug: 0 };
66
+
67
+ $.plot.plugins.push({
68
+ init: init,
69
+ options: options,
70
+ name: "simpledebug",
71
+ version: "0.1"
72
+ });
73
+ })(jQuery);
74
+ ```
75
+
76
+ We also define "name" and "version". It's not used by Flot, but might
77
+ be helpful for other plugins in resolving dependencies.
78
+
79
+ Put the above in a file named "jquery.flot.debug.js", include it in an
80
+ HTML page and then it can be used with:
81
+
82
+ ```js
83
+ $.plot($("#placeholder"), [...], { debug: 2 });
84
+ ```
85
+
86
+ This simple plugin illustrates a couple of points:
87
+
88
+ - It uses the anonymous function trick to avoid name pollution.
89
+ - It can be enabled/disabled through an option.
90
+ - Variables in the init function can be used to store plot-specific
91
+ state between the hooks.
92
+
93
+ The two last points are important because there may be multiple plots
94
+ on the same page, and you'd want to make sure they are not mixed up.
95
+
96
+
97
+ ## Shutting down a plugin ##
98
+
99
+ Each plot object has a shutdown hook which is run when plot.shutdown()
100
+ is called. This usually mostly happens in case another plot is made on
101
+ top of an existing one.
102
+
103
+ The purpose of the hook is to give you a chance to unbind any event
104
+ handlers you've registered and remove any extra DOM things you've
105
+ inserted.
106
+
107
+ The problem with event handlers is that you can have registered a
108
+ handler which is run in some point in the future, e.g. with
109
+ setTimeout(). Meanwhile, the plot may have been shutdown and removed,
110
+ but because your event handler is still referencing it, it can't be
111
+ garbage collected yet, and worse, if your handler eventually runs, it
112
+ may overwrite stuff on a completely different plot.
113
+
114
+
115
+ ## Some hints on the options ##
116
+
117
+ Plugins should always support appropriate options to enable/disable
118
+ them because the plugin user may have several plots on the same page
119
+ where only one should use the plugin. In most cases it's probably a
120
+ good idea if the plugin is turned off rather than on per default, just
121
+ like most of the powerful features in Flot.
122
+
123
+ If the plugin needs options that are specific to each series, like the
124
+ points or lines options in core Flot, you can put them in "series" in
125
+ the options object, e.g.
126
+
127
+ ```js
128
+ var options = {
129
+ series: {
130
+ downsample: {
131
+ algorithm: null,
132
+ maxpoints: 1000
133
+ }
134
+ }
135
+ }
136
+ ```
137
+
138
+ Then they will be copied by Flot into each series, providing default
139
+ values in case none are specified.
140
+
141
+ Think hard and long about naming the options. These names are going to
142
+ be public API, and code is going to depend on them if the plugin is
143
+ successful.
js/jquery-flot/README.md ADDED
@@ -0,0 +1,110 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Flot [![Build status](https://travis-ci.org/flot/flot.png)](https://travis-ci.org/flot/flot)
2
+
3
+ ## About ##
4
+
5
+ Flot is a Javascript plotting library for jQuery.
6
+ Read more at the website: <http://www.flotcharts.org/>
7
+
8
+ Take a look at the the examples in examples/index.html; they should give a good
9
+ impression of what Flot can do, and the source code of the examples is probably
10
+ the fastest way to learn how to use Flot.
11
+
12
+
13
+ ## Installation ##
14
+
15
+ Just include the Javascript file after you've included jQuery.
16
+
17
+ Generally, all browsers that support the HTML5 canvas tag are
18
+ supported.
19
+
20
+ For support for Internet Explorer < 9, you can use [Excanvas]
21
+ [excanvas], a canvas emulator; this is used in the examples bundled
22
+ with Flot. You just include the excanvas script like this:
23
+
24
+ ```html
25
+ <!--[if lte IE 8]><script language="javascript" type="text/javascript" src="excanvas.min.js"></script><![endif]-->
26
+ ```
27
+
28
+ If it's not working on your development IE 6.0, check that it has
29
+ support for VML which Excanvas is relying on. It appears that some
30
+ stripped down versions used for test environments on virtual machines
31
+ lack the VML support.
32
+
33
+ You can also try using [Flashcanvas][flashcanvas], which uses Flash to
34
+ do the emulation. Although Flash can be a bit slower to load than VML,
35
+ if you've got a lot of points, the Flash version can be much faster
36
+ overall. Flot contains some wrapper code for activating Excanvas which
37
+ Flashcanvas is compatible with.
38
+
39
+ You need at least jQuery 1.2.6, but try at least 1.3.2 for interactive
40
+ charts because of performance improvements in event handling.
41
+
42
+
43
+ ## Basic usage ##
44
+
45
+ Create a placeholder div to put the graph in:
46
+
47
+ ```html
48
+ <div id="placeholder"></div>
49
+ ```
50
+
51
+ You need to set the width and height of this div, otherwise the plot
52
+ library doesn't know how to scale the graph. You can do it inline like
53
+ this:
54
+
55
+ ```html
56
+ <div id="placeholder" style="width:600px;height:300px"></div>
57
+ ```
58
+
59
+ You can also do it with an external stylesheet. Make sure that the
60
+ placeholder isn't within something with a display:none CSS property -
61
+ in that case, Flot has trouble measuring label dimensions which
62
+ results in garbled looks and might have trouble measuring the
63
+ placeholder dimensions which is fatal (it'll throw an exception).
64
+
65
+ Then when the div is ready in the DOM, which is usually on document
66
+ ready, run the plot function:
67
+
68
+ ```js
69
+ $.plot($("#placeholder"), data, options);
70
+ ```
71
+
72
+ Here, data is an array of data series and options is an object with
73
+ settings if you want to customize the plot. Take a look at the
74
+ examples for some ideas of what to put in or look at the
75
+ [API reference](API.md). Here's a quick example that'll draw a line
76
+ from (0, 0) to (1, 1):
77
+
78
+ ```js
79
+ $.plot($("#placeholder"), [ [[0, 0], [1, 1]] ], { yaxis: { max: 1 } });
80
+ ```
81
+
82
+ The plot function immediately draws the chart and then returns a plot
83
+ object with a couple of methods.
84
+
85
+
86
+ ## What's with the name? ##
87
+
88
+ First: it's pronounced with a short o, like "plot". Not like "flawed".
89
+
90
+ So "Flot" rhymes with "plot".
91
+
92
+ And if you look up "flot" in a Danish-to-English dictionary, some of
93
+ the words that come up are "good-looking", "attractive", "stylish",
94
+ "smart", "impressive", "extravagant". One of the main goals with Flot
95
+ is pretty looks.
96
+
97
+
98
+ ## Notes about the examples ##
99
+
100
+ In order to have a useful, functional example of time-series plots using time
101
+ zones, date.js from [timezone-js][timezone-js] (released under the Apache 2.0
102
+ license) and the [Olson][olson] time zone database (released to the public
103
+ domain) have been included in the examples directory. They are used in
104
+ examples/axes-time-zones/index.html.
105
+
106
+
107
+ [excanvas]: http://code.google.com/p/explorercanvas/
108
+ [flashcanvas]: http://code.google.com/p/flashcanvas/
109
+ [timezone-js]: https://github.com/mde/timezone-js
110
+ [olson]: http://ftp.iana.org/time-zones
js/jquery-flot/component.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "Flot",
3
+ "version": "0.8.3",
4
+ "main": "jquery.flot.js",
5
+ "dependencies": {
6
+ "jquery": ">= 1.2.6"
7
+ }
8
+ }
js/jquery-flot/examples/ajax/data-eu-gdp-growth-1.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
1
+ {
2
+ "label": "Europe (EU27)",
3
+ "data": [[1999, 3.0], [2000, 3.9]]
4
+ }
js/jquery-flot/examples/ajax/data-eu-gdp-growth-2.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
1
+ {
2
+ "label": "Europe (EU27)",
3
+ "data": [[1999, 3.0], [2000, 3.9], [2001, 2.0], [2002, 1.2]]
4
+ }
js/jquery-flot/examples/ajax/data-eu-gdp-growth-3.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
1
+ {
2
+ "label": "Europe (EU27)",
3
+ "data": [[1999, 3.0], [2000, 3.9], [2001, 2.0], [2002, 1.2], [2003, 1.3], [2004, 2.5]]
4
+ }
js/jquery-flot/examples/ajax/data-eu-gdp-growth-4.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
1
+ {
2
+ "label": "Europe (EU27)",
3
+ "data": [[1999, 3.0], [2000, 3.9], [2001, 2.0], [2002, 1.2], [2003, 1.3], [2004, 2.5], [2005, 2.0], [2006, 3.1]]
4
+ }
js/jquery-flot/examples/ajax/data-eu-gdp-growth-5.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
1
+ {
2
+ "label": "Europe (EU27)",
3
+ "data": [[1999, 3.0], [2000, 3.9], [2001, 2.0], [2002, 1.2], [2003, 1.3], [2004, 2.5], [2005, 2.0], [2006, 3.1], [2007, 2.9], [2008, 0.9]]
4
+ }
js/jquery-flot/examples/ajax/data-eu-gdp-growth.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
1
+ {
2
+ "label": "Europe (EU27)",
3
+ "data": [[1999, 3.0], [2000, 3.9], [2001, 2.0], [2002, 1.2], [2003, 1.3], [2004, 2.5], [2005, 2.0], [2006, 3.1], [2007, 2.9], [2008, 0.9]]
4
+ }
js/jquery-flot/examples/ajax/data-japan-gdp-growth.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
1
+ {
2
+ "label": "Japan",
3
+ "data": [[1999, -0.1], [2000, 2.9], [2001, 0.2], [2002, 0.3], [2003, 1.4], [2004, 2.7], [2005, 1.9], [2006, 2.0], [2007, 2.3], [2008, -0.7]]
4
+ }
js/jquery-flot/examples/ajax/data-usa-gdp-growth.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
1
+ {
2
+ "label": "USA",
3
+ "data": [[1999, 4.4], [2000, 3.7], [2001, 0.8], [2002, 1.6], [2003, 2.5], [2004, 3.6], [2005, 2.9], [2006, 2.8], [2007, 2.0], [2008, 1.1]]
4
+ }
js/jquery-flot/examples/ajax/index.html ADDED
@@ -0,0 +1,173 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2
+ <html>
3
+ <head>
4
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5
+ <title>Flot Examples: AJAX</title>
6
+ <link href="../examples.css" rel="stylesheet" type="text/css">
7
+ <!--[if lte IE 8]><script language="javascript" type="text/javascript" src="../../excanvas.min.js"></script><![endif]-->
8
+ <script language="javascript" type="text/javascript" src="../../jquery.js"></script>
9
+ <script language="javascript" type="text/javascript" src="../../jquery.flot.js"></script>
10
+ <script type="text/javascript">
11
+
12
+ $(function() {
13
+
14
+ var options = {
15
+ lines: {
16
+ show: true
17
+ },
18
+ points: {
19
+ show: true
20
+ },
21
+ xaxis: {
22
+ tickDecimals: 0,
23
+ tickSize: 1
24
+ }
25
+ };
26
+
27
+ var data = [];
28
+
29
+ $.plot("#placeholder", data, options);
30
+
31
+ // Fetch one series, adding to what we already have
32
+
33
+ var alreadyFetched = {};
34
+
35
+ $("button.fetchSeries").click(function () {
36
+
37
+ var button = $(this);
38
+
39
+ // Find the URL in the link right next to us, then fetch the data
40
+
41
+ var dataurl = button.siblings("a").attr("href");
42
+
43
+ function onDataReceived(series) {
44
+
45
+ // Extract the first coordinate pair; jQuery has parsed it, so
46
+ // the data is now just an ordinary JavaScript object
47
+
48
+ var firstcoordinate = "(" + series.data[0][0] + ", " + series.data[0][1] + ")";
49
+ button.siblings("span").text("Fetched " + series.label + ", first point: " + firstcoordinate);
50
+
51
+ // Push the new data onto our existing data array
52
+
53
+ if (!alreadyFetched[series.label]) {
54
+ alreadyFetched[series.label] = true;
55
+ data.push(series);
56
+ }
57
+
58
+ $.plot("#placeholder", data, options);
59
+ }
60
+
61
+ $.ajax({
62
+ url: dataurl,
63
+ type: "GET",
64
+ dataType: "json",
65
+ success: onDataReceived
66
+ });
67
+ });
68
+
69
+ // Initiate a recurring data update
70
+
71
+ $("button.dataUpdate").click(function () {
72
+
73
+ data = [];
74
+ alreadyFetched = {};
75
+
76
+ $.plot("#placeholder", data, options);
77
+
78
+ var iteration = 0;
79
+
80
+ function fetchData() {
81
+
82
+ ++iteration;
83
+
84
+ function onDataReceived(series) {
85
+
86
+ // Load all the data in one pass; if we only got partial
87
+ // data we could merge it with what we already have.
88
+
89
+ data = [ series ];
90
+ $.plot("#placeholder", data, options);
91
+ }
92
+
93
+ // Normally we call the same URL - a script connected to a
94
+ // database - but in this case we only have static example
95
+ // files, so we need to modify the URL.
96
+
97
+ $.ajax({
98
+ url: "data-eu-gdp-growth-" + iteration + ".json",
99
+ type: "GET",
100
+ dataType: "json",
101
+ success: onDataReceived
102
+ });
103
+
104
+ if (iteration < 5) {
105
+ setTimeout(fetchData, 1000);
106
+ } else {
107
+ data = [];
108
+ alreadyFetched = {};
109
+ }
110
+ }
111
+
112
+ setTimeout(fetchData, 1000);
113
+ });
114
+
115
+ // Load the first series by default, so we don't have an empty plot
116
+
117
+ $("button.fetchSeries:first").click();
118
+
119
+ // Add the Flot version string to the footer
120
+
121
+ $("#footer").prepend("Flot " + $.plot.version + " &ndash; ");
122
+ });
123
+
124
+ </script>
125
+ </head>
126
+ <body>
127
+
128
+ <div id="header">
129
+ <h2>AJAX</h2>
130
+ </div>
131
+
132
+ <div id="content">
133
+
134
+ <div class="demo-container">
135
+ <div id="placeholder" class="demo-placeholder"></div>
136
+ </div>
137
+
138
+ <p>Example of loading data dynamically with AJAX. Percentage change in GDP (source: <a href="http://epp.eurostat.ec.europa.eu/tgm/table.do?tab=table&init=1&plugin=1&language=en&pcode=tsieb020">Eurostat</a>). Click the buttons below:</p>
139
+
140
+ <p>The data is fetched over HTTP, in this case directly from text files. Usually the URL would point to some web server handler (e.g. a PHP page or Java/.NET/Python/Ruby on Rails handler) that extracts it from a database and serializes it to JSON.</p>
141
+
142
+ <p>
143
+ <button class="fetchSeries">First dataset</button>
144
+ [ <a href="data-eu-gdp-growth.json">see data</a> ]
145
+ <span></span>
146
+ </p>
147
+
148
+ <p>
149
+ <button class="fetchSeries">Second dataset</button>
150
+ [ <a href="data-japan-gdp-growth.json">see data</a> ]
151
+ <span></span>
152
+ </p>
153
+
154
+ <p>
155
+ <button class="fetchSeries">Third dataset</button>
156
+ [ <a href="data-usa-gdp-growth.json">see data</a> ]
157
+ <span></span>
158
+ </p>
159
+
160
+ <p>If you combine AJAX with setTimeout, you can poll the server for new data.</p>
161
+
162
+ <p>
163
+ <button class="dataUpdate">Poll for data</button>
164
+ </p>
165
+
166
+ </div>
167
+
168
+ <div id="footer">
169
+ Copyright &copy; 2007 - 2014 IOLA and Ole Laursen
170
+ </div>
171
+
172
+ </body>
173
+ </html>
js/jquery-flot/examples/annotating/index.html ADDED
@@ -0,0 +1,87 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2
+ <html>
3
+ <head>
4
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5
+ <title>Flot Examples: Adding Annotations</title>
6
+ <link href="../examples.css" rel="stylesheet" type="text/css">
7
+ <!--[if lte IE 8]><script language="javascript" type="text/javascript" src="../../excanvas.min.js"></script><![endif]-->
8
+ <script language="javascript" type="text/javascript" src="../../jquery.js"></script>
9
+ <script language="javascript" type="text/javascript" src="../../jquery.flot.js"></script>
10
+ <script type="text/javascript">
11
+
12
+ $(function() {
13
+
14
+ var d1 = [];
15
+ for (var i = 0; i < 20; ++i) {
16
+ d1.push([i, Math.sin(i)]);
17
+ }
18
+
19
+ var data = [{ data: d1, label: "Pressure", color: "#333" }];
20
+
21
+ var markings = [
22
+ { color: "#f6f6f6", yaxis: { from: 1 } },
23
+ { color: "#f6f6f6", yaxis: { to: -1 } },
24
+ { color: "#000", lineWidth: 1, xaxis: { from: 2, to: 2 } },
25
+ { color: "#000", lineWidth: 1, xaxis: { from: 8, to: 8 } }
26
+ ];
27
+
28
+ var placeholder = $("#placeholder");
29
+
30
+ var plot = $.plot(placeholder, data, {
31
+ bars: { show: true, barWidth: 0.5, fill: 0.9 },
32
+ xaxis: { ticks: [], autoscaleMargin: 0.02 },
33
+ yaxis: { min: -2, max: 2 },
34
+ grid: { markings: markings }
35
+ });
36
+
37
+ var o = plot.pointOffset({ x: 2, y: -1.2});
38
+
39
+ // Append it to the placeholder that Flot already uses for positioning
40
+
41
+ placeholder.append("<div style='position:absolute;left:" + (o.left + 4) + "px;top:" + o.top + "px;color:#666;font-size:smaller'>Warming up</div>");
42
+
43
+ o = plot.pointOffset({ x: 8, y: -1.2});
44
+ placeholder.append("<div style='position:absolute;left:" + (o.left + 4) + "px;top:" + o.top + "px;color:#666;font-size:smaller'>Actual measurements</div>");
45
+
46
+ // Draw a little arrow on top of the last label to demonstrate canvas
47
+ // drawing
48
+
49
+ var ctx = plot.getCanvas().getContext("2d");
50
+ ctx.beginPath();
51
+ o.left += 4;
52
+ ctx.moveTo(o.left, o.top);
53
+ ctx.lineTo(o.left, o.top - 10);
54
+ ctx.lineTo(o.left + 10, o.top - 5);
55
+ ctx.lineTo(o.left, o.top);
56
+ ctx.fillStyle = "#000";
57
+ ctx.fill();
58
+
59
+ // Add the Flot version string to the footer
60
+
61
+ $("#footer").prepend("Flot " + $.plot.version + " &ndash; ");
62
+ });
63
+
64
+ </script>
65
+ </head>
66
+ <body>
67
+
68
+ <div id="header">
69
+ <h2>Adding Annotations</h2>
70
+ </div>
71
+
72
+ <div id="content">
73
+
74
+ <div class="demo-container">
75
+ <div id="placeholder" class="demo-placeholder"></div>
76
+ </div>
77
+
78
+ <p>Flot has support for simple background decorations such as lines and rectangles. They can be useful for marking up certain areas. You can easily add any HTML you need with standard DOM manipulation, e.g. for labels. For drawing custom shapes there is also direct access to the canvas.</p>
79
+
80
+ </div>
81
+
82
+ <div id="footer">
83
+ Copyright &copy; 2007 - 2014 IOLA and Ole Laursen
84
+ </div>
85
+
86
+ </body>
87
+ </html>
js/jquery-flot/examples/axes-interacting/index.html ADDED
@@ -0,0 +1,97 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2
+ <html>
3
+ <head>
4
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5
+ <title>Flot Examples: Interacting with axes</title>
6
+ <link href="../examples.css" rel="stylesheet" type="text/css">
7
+ <!--[if lte IE 8]><script language="javascript" type="text/javascript" src="../../excanvas.min.js"></script><![endif]-->
8
+ <script language="javascript" type="text/javascript" src="../../jquery.js"></script>
9
+ <script language="javascript" type="text/javascript" src="../../jquery.flot.js"></script>
10
+ <script type="text/javascript">
11
+
12
+ $(function() {
13
+
14
+ function generate(start, end, fn) {
15
+ var res = [];
16
+ for (var i = 0; i <= 100; ++i) {
17
+ var x = start + i / 100 * (end - start);
18
+ res.push([x, fn(x)]);
19
+ }
20
+ return res;
21
+ }
22
+
23
+ var data = [
24
+ { data: generate(0, 10, function (x) { return Math.sqrt(x);}), xaxis: 1, yaxis:1 },
25
+ { data: generate(0, 10, function (x) { return Math.sin(x);}), xaxis: 1, yaxis:2 },
26
+ { data: generate(0, 10, function (x) { return Math.cos(x);}), xaxis: 1, yaxis:3 },
27
+ { data: generate(2, 10, function (x) { return Math.tan(x);}), xaxis: 2, yaxis: 4 }
28
+ ];
29
+
30
+ var plot = $.plot("#placeholder", data, {
31
+ xaxes: [
32
+ { position: 'bottom' },
33
+ { position: 'top'}
34
+ ],
35
+ yaxes: [
36
+ { position: 'left' },
37
+ { position: 'left' },
38
+ { position: 'right' },
39
+ { position: 'left' }
40
+ ]
41
+ });
42
+
43
+ // Create a div for each axis
44
+
45
+ $.each(plot.getAxes(), function (i, axis) {
46
+ if (!axis.show)
47
+ return;
48
+
49
+ var box = axis.box;
50
+
51
+ $("<div class='axisTarget' style='position:absolute; left:" + box.left + "px; top:" + box.top + "px; width:" + box.width + "px; height:" + box.height + "px'></div>")
52
+ .data("axis.direction", axis.direction)
53
+ .data("axis.n", axis.n)
54
+ .css({ backgroundColor: "#f00", opacity: 0, cursor: "pointer" })
55
+ .appendTo(plot.getPlaceholder())
56
+ .hover(
57
+ function () { $(this).css({ opacity: 0.10 }) },
58
+ function () { $(this).css({ opacity: 0 }) }
59
+ )
60
+ .click(function () {
61
+ $("#click").text("You clicked the " + axis.direction + axis.n + "axis!")
62
+ });
63
+ });
64
+
65
+ // Add the Flot version string to the footer
66
+
67
+ $("#footer").prepend("Flot " + $.plot.version + " &ndash; ");
68
+ });
69
+
70
+ </script>
71
+ </head>
72
+ <body>
73
+
74
+ <div id="header">
75
+ <h2>Interacting with axes</h2>
76
+ </div>
77
+
78
+ <div id="content">
79
+
80
+ <div class="demo-container">
81
+ <div id="placeholder" class="demo-placeholder"></div>
82
+ </div>
83
+
84
+ <p>With multiple axes, you sometimes need to interact with them. A simple way to do this is to draw the plot, deduce the axis placements and insert a couple of divs on top to catch events.</p>
85
+
86
+ <p>Try clicking an axis.</p>
87
+
88
+ <p id="click"></p>
89
+
90
+ </div>
91
+
92
+ <div id="footer">
93
+ Copyright &copy; 2007 - 2014 IOLA and Ole Laursen
94
+ </div>
95
+
96
+ </body>
97
+ </html>
js/jquery-flot/examples/axes-multiple/index.html ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2
+ <html>
3
+ <head>
4
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5
+ <title>Flot Examples: Multiple Axes</title>
6
+ <link href="../examples.css" rel="stylesheet" type="text/css">
7
+ <!--[if lte IE 8]><script language="javascript" type="text/javascript" src="../../excanvas.min.js"></script><![endif]-->
8
+ <script language="javascript" type="text/javascript" src="../../jquery.js"></script>
9
+ <script language="javascript" type="text/javascript" src="../../jquery.flot.js"></script>
10
+ <script language="javascript" type="text/javascript" src="../../jquery.flot.time.js"></script>
11
+ <script type="text/javascript">
12
+
13
+ $(function() {
14
+
15
+ var oilprices = [[1167692400000,61.05], [1167778800000,58.32], [1167865200000,57.35], [1167951600000,56.31], [1168210800000,55.55], [1168297200000,55.64], [1168383600000,54.02], [1168470000000,51.88], [1168556400000,52.99], [1168815600000,52.99], [1168902000000,51.21], [1168988400000,52.24], [1169074800000,50.48], [1169161200000,51.99], [1169420400000,51.13], [1169506800000,55.04], [1169593200000,55.37], [1169679600000,54.23], [1169766000000,55.42], [1170025200000,54.01], [1170111600000,56.97], [1170198000000,58.14], [1170284400000,58.14], [1170370800000,59.02], [1170630000000,58.74], [1170716400000,58.88], [1170802800000,57.71], [1170889200000,59.71], [1170975600000,59.89], [1171234800000,57.81], [1171321200000,59.06], [1171407600000,58.00], [1171494000000,57.99], [1171580400000,59.39], [1171839600000,59.39], [1171926000000,58.07], [1172012400000,60.07], [1172098800000,61.14], [1172444400000,61.39], [1172530800000,61.46], [1172617200000,61.79], [1172703600000,62.00], [1172790000000,60.07], [1173135600000,60.69], [1173222000000,61.82], [1173308400000,60.05], [1173654000000,58.91], [1173740400000,57.93], [1173826800000,58.16], [1173913200000,57.55], [1173999600000,57.11], [1174258800000,56.59], [1174345200000,59.61], [1174518000000,61.69], [1174604400000,62.28], [1174860000000,62.91], [1174946400000,62.93], [1175032800000,64.03], [1175119200000,66.03], [1175205600000,65.87], [1175464800000,64.64], [1175637600000,64.38], [1175724000000,64.28], [1175810400000,64.28], [1176069600000,61.51], [1176156000000,61.89], [1176242400000,62.01], [1176328800000,63.85], [1176415200000,63.63], [1176674400000,63.61], [1176760800000,63.10], [1176847200000,63.13], [1176933600000,61.83], [1177020000000,63.38], [1177279200000,64.58], [1177452000000,65.84], [1177538400000,65.06], [1177624800000,66.46], [1177884000000,64.40], [1178056800000,63.68], [1178143200000,63.19], [1178229600000,61.93], [1178488800000,61.47], [1178575200000,61.55], [1178748000000,61.81], [1178834400000,62.37], [1179093600000,62.46], [1179180000000,63.17], [1179266400000,62.55], [1179352800000,64.94], [1179698400000,66.27], [1179784800000,65.50], [1179871200000,65.77], [1179957600000,64.18], [1180044000000,65.20], [1180389600000,63.15], [1180476000000,63.49], [1180562400000,65.08], [1180908000000,66.30], [1180994400000,65.96], [1181167200000,66.93], [1181253600000,65.98], [1181599200000,65.35], [1181685600000,66.26], [1181858400000,68.00], [1182117600000,69.09], [1182204000000,69.10], [1182290400000,68.19], [1182376800000,68.19], [1182463200000,69.14], [1182722400000,68.19], [1182808800000,67.77], [1182895200000,68.97], [1182981600000,69.57], [1183068000000,70.68], [1183327200000,71.09], [1183413600000,70.92], [1183586400000,71.81], [1183672800000,72.81], [1183932000000,72.19], [1184018400000,72.56], [1184191200000,72.50], [1184277600000,74.15], [1184623200000,75.05], [1184796000000,75.92], [1184882400000,75.57], [1185141600000,74.89], [1185228000000,73.56], [1185314400000,75.57], [1185400800000,74.95], [1185487200000,76.83], [1185832800000,78.21], [1185919200000,76.53], [1186005600000,76.86], [1186092000000,76.00], [1186437600000,71.59], [1186696800000,71.47], [1186956000000,71.62], [1187042400000,71.00], [1187301600000,71.98], [1187560800000,71.12], [1187647200000,69.47], [1187733600000,69.26], [1187820000000,69.83], [1187906400000,71.09], [1188165600000,71.73], [1188338400000,73.36], [1188511200000,74.04], [1188856800000,76.30], [1189116000000,77.49], [1189461600000,78.23], [1189548000000,79.91], [1189634400000,80.09], [1189720800000,79.10], [1189980000000,80.57], [1190066400000,81.93], [1190239200000,83.32], [1190325600000,81.62], [1190584800000,80.95], [1190671200000,79.53], [1190757600000,80.30], [1190844000000,82.88], [1190930400000,81.66], [1191189600000,80.24], [1191276000000,80.05], [1191362400000,79.94], [1191448800000,81.44], [1191535200000,81.22], [1191794400000,79.02], [1191880800000,80.26], [1191967200000,80.30], [1192053600000,83.08], [1192140000000,83.69], [1192399200000,86.13], [1192485600000,87.61], [1192572000000,87.40], [1192658400000,89.47], [1192744800000,88.60], [1193004000000,87.56], [1193090400000,87.56], [1193176800000,87.10], [1193263200000,91.86], [1193612400000,93.53], [1193698800000,94.53], [1193871600000,95.93], [1194217200000,93.98], [1194303600000,96.37], [1194476400000,95.46], [1194562800000,96.32], [1195081200000,93.43], [1195167600000,95.10], [1195426800000,94.64], [1195513200000,95.10], [1196031600000,97.70], [1196118000000,94.42], [1196204400000,90.62], [1196290800000,91.01], [1196377200000,88.71], [1196636400000,88.32], [1196809200000,90.23], [1196982000000,88.28], [1197241200000,87.86], [1197327600000,90.02], [1197414000000,92.25], [1197586800000,90.63], [1197846000000,90.63], [1197932400000,90.49], [1198018800000,91.24], [1198105200000,91.06], [1198191600000,90.49], [1198710000000,96.62], [1198796400000,96.00], [1199142000000,99.62], [1199314800000,99.18], [1199401200000,95.09], [1199660400000,96.33], [1199833200000,95.67], [1200351600000,91.90], [1200438000000,90.84], [1200524400000,90.13], [1200610800000,90.57], [1200956400000,89.21], [1201042800000,86.99], [1201129200000,89.85], [1201474800000,90.99], [1201561200000,91.64], [1201647600000,92.33], [1201734000000,91.75], [1202079600000,90.02], [1202166000000,88.41], [1202252400000,87.14], [1202338800000,88.11], [1202425200000,91.77], [1202770800000,92.78], [1202857200000,93.27], [1202943600000,95.46], [1203030000000,95.46], [1203289200000,101.74], [1203462000000,98.81], [1203894000000,100.88], [1204066800000,99.64], [1204153200000,102.59], [1204239600000,101.84], [1204498800000,99.52], [1204585200000,99.52], [1204671600000,104.52], [1204758000000,105.47], [1204844400000,105.15], [1205103600000,108.75], [1205276400000,109.92], [1205362800000,110.33], [1205449200000,110.21], [1205708400000,105.68], [1205967600000,101.84], [1206313200000,100.86], [1206399600000,101.22], [1206486000000,105.90], [1206572400000,107.58], [1206658800000,105.62], [1206914400000,101.58], [1207000800000,100.98], [1207173600000,103.83], [1207260000000,106.23], [1207605600000,108.50], [1207778400000,110.11], [1207864800000,110.14], [1208210400000,113.79], [1208296800000,114.93], [1208383200000,114.86], [1208728800000,117.48], [1208815200000,118.30], [1208988000000,116.06], [1209074400000,118.52], [1209333600000,118.75], [1209420000000,113.46], [1209592800000,112.52], [1210024800000,121.84], [1210111200000,123.53], [1210197600000,123.69], [1210543200000,124.23], [1210629600000,125.80], [1210716000000,126.29], [1211148000000,127.05], [1211320800000,129.07], [1211493600000,132.19], [1211839200000,128.85], [1212357600000,127.76], [1212703200000,138.54], [1212962400000,136.80], [1213135200000,136.38], [1213308000000,134.86], [1213653600000,134.01], [1213740000000,136.68], [1213912800000,135.65], [1214172000000,134.62], [1214258400000,134.62], [1214344800000,134.62], [1214431200000,139.64], [1214517600000,140.21], [1214776800000,140.00], [1214863200000,140.97], [1214949600000,143.57], [1215036000000,145.29], [1215381600000,141.37], [1215468000000,136.04], [1215727200000,146.40], [1215986400000,145.18], [1216072800000,138.74], [1216159200000,134.60], [1216245600000,129.29], [1216332000000,130.65], [1216677600000,127.95], [1216850400000,127.95], [1217282400000,122.19], [1217455200000,124.08], [1217541600000,125.10], [1217800800000,121.41], [1217887200000,119.17], [1217973600000,118.58], [1218060000000,120.02], [1218405600000,114.45], [1218492000000,113.01], [1218578400000,116.00], [1218751200000,113.77], [1219010400000,112.87], [1219096800000,114.53], [1219269600000,114.98], [1219356000000,114.98], [1219701600000,116.27], [1219788000000,118.15], [1219874400000,115.59], [1219960800000,115.46], [1220306400000,109.71], [1220392800000,109.35], [1220565600000,106.23], [1220824800000,106.34]];
16
+
17
+ var exchangerates = [[1167606000000,0.7580], [1167692400000,0.7580], [1167778800000,0.75470], [1167865200000,0.75490], [1167951600000,0.76130], [1168038000000,0.76550], [1168124400000,0.76930], [1168210800000,0.76940], [1168297200000,0.76880], [1168383600000,0.76780], [1168470000000,0.77080], [1168556400000,0.77270], [1168642800000,0.77490], [1168729200000,0.77410], [1168815600000,0.77410], [1168902000000,0.77320], [1168988400000,0.77270], [1169074800000,0.77370], [1169161200000,0.77240], [1169247600000,0.77120], [1169334000000,0.7720], [1169420400000,0.77210], [1169506800000,0.77170], [1169593200000,0.77040], [1169679600000,0.7690], [1169766000000,0.77110], [1169852400000,0.7740], [1169938800000,0.77450], [1170025200000,0.77450], [1170111600000,0.7740], [1170198000000,0.77160], [1170284400000,0.77130], [1170370800000,0.76780], [1170457200000,0.76880], [1170543600000,0.77180], [1170630000000,0.77180], [1170716400000,0.77280], [1170802800000,0.77290], [1170889200000,0.76980], [1170975600000,0.76850], [1171062000000,0.76810], [1171148400000,0.7690], [1171234800000,0.7690], [1171321200000,0.76980], [1171407600000,0.76990], [1171494000000,0.76510], [1171580400000,0.76130], [1171666800000,0.76160], [1171753200000,0.76140], [1171839600000,0.76140], [1171926000000,0.76070], [1172012400000,0.76020], [1172098800000,0.76110], [1172185200000,0.76220], [1172271600000,0.76150], [1172358000000,0.75980], [1172444400000,0.75980], [1172530800000,0.75920], [1172617200000,0.75730], [1172703600000,0.75660], [1172790000000,0.75670], [1172876400000,0.75910], [1172962800000,0.75820], [1173049200000,0.75850], [1173135600000,0.76130], [1173222000000,0.76310], [1173308400000,0.76150], [1173394800000,0.760], [1173481200000,0.76130], [1173567600000,0.76270], [1173654000000,0.76270], [1173740400000,0.76080], [1173826800000,0.75830], [1173913200000,0.75750], [1173999600000,0.75620], [1174086000000,0.7520], [1174172400000,0.75120], [1174258800000,0.75120], [1174345200000,0.75170], [1174431600000,0.7520], [1174518000000,0.75110], [1174604400000,0.7480], [1174690800000,0.75090], [1174777200000,0.75310], [1174860000000,0.75310], [1174946400000,0.75270], [1175032800000,0.74980], [1175119200000,0.74930], [1175205600000,0.75040], [1175292000000,0.750], [1175378400000,0.74910], [1175464800000,0.74910], [1175551200000,0.74850], [1175637600000,0.74840], [1175724000000,0.74920], [1175810400000,0.74710], [1175896800000,0.74590], [1175983200000,0.74770], [1176069600000,0.74770], [1176156000000,0.74830], [1176242400000,0.74580], [1176328800000,0.74480], [1176415200000,0.7430], [1176501600000,0.73990], [1176588000000,0.73950], [1176674400000,0.73950], [1176760800000,0.73780], [1176847200000,0.73820], [1176933600000,0.73620], [1177020000000,0.73550], [1177106400000,0.73480], [1177192800000,0.73610], [1177279200000,0.73610], [1177365600000,0.73650], [1177452000000,0.73620], [1177538400000,0.73310], [1177624800000,0.73390], [1177711200000,0.73440], [1177797600000,0.73270], [1177884000000,0.73270], [1177970400000,0.73360], [1178056800000,0.73330], [1178143200000,0.73590], [1178229600000,0.73590], [1178316000000,0.73720], [1178402400000,0.7360], [1178488800000,0.7360], [1178575200000,0.7350], [1178661600000,0.73650], [1178748000000,0.73840], [1178834400000,0.73950], [1178920800000,0.74130], [1179007200000,0.73970], [1179093600000,0.73960], [1179180000000,0.73850], [1179266400000,0.73780], [1179352800000,0.73660], [1179439200000,0.740], [1179525600000,0.74110], [1179612000000,0.74060], [1179698400000,0.74050], [1179784800000,0.74140], [1179871200000,0.74310], [1179957600000,0.74310], [1180044000000,0.74380], [1180130400000,0.74430], [1180216800000,0.74430], [1180303200000,0.74430], [1180389600000,0.74340], [1180476000000,0.74290], [1180562400000,0.74420], [1180648800000,0.7440], [1180735200000,0.74390], [1180821600000,0.74370], [1180908000000,0.74370], [1180994400000,0.74290], [1181080800000,0.74030], [1181167200000,0.73990], [1181253600000,0.74180], [1181340000000,0.74680], [1181426400000,0.7480], [1181512800000,0.7480], [1181599200000,0.7490], [1181685600000,0.74940], [1181772000000,0.75220], [1181858400000,0.75150], [1181944800000,0.75020], [1182031200000,0.74720], [1182117600000,0.74720], [1182204000000,0.74620], [1182290400000,0.74550], [1182376800000,0.74490], [1182463200000,0.74670], [1182549600000,0.74580], [1182636000000,0.74270], [1182722400000,0.74270], [1182808800000,0.7430], [1182895200000,0.74290], [1182981600000,0.7440], [1183068000000,0.7430], [1183154400000,0.74220], [1183240800000,0.73880], [1183327200000,0.73880], [1183413600000,0.73690], [1183500000000,0.73450], [1183586400000,0.73450], [1183672800000,0.73450], [1183759200000,0.73520], [1183845600000,0.73410], [1183932000000,0.73410], [1184018400000,0.7340], [1184104800000,0.73240], [1184191200000,0.72720], [1184277600000,0.72640], [1184364000000,0.72550], [1184450400000,0.72580], [1184536800000,0.72580], [1184623200000,0.72560], [1184709600000,0.72570], [1184796000000,0.72470], [1184882400000,0.72430], [1184968800000,0.72440], [1185055200000,0.72350], [1185141600000,0.72350], [1185228000000,0.72350], [1185314400000,0.72350], [1185400800000,0.72620], [1185487200000,0.72880], [1185573600000,0.73010], [1185660000000,0.73370], [1185746400000,0.73370], [1185832800000,0.73240], [1185919200000,0.72970], [1186005600000,0.73170], [1186092000000,0.73150], [1186178400000,0.72880], [1186264800000,0.72630], [1186351200000,0.72630], [1186437600000,0.72420], [1186524000000,0.72530], [1186610400000,0.72640], [1186696800000,0.7270], [1186783200000,0.73120], [1186869600000,0.73050], [1186956000000,0.73050], [1187042400000,0.73180], [1187128800000,0.73580], [1187215200000,0.74090], [1187301600000,0.74540], [1187388000000,0.74370], [1187474400000,0.74240], [1187560800000,0.74240], [1187647200000,0.74150], [1187733600000,0.74190], [1187820000000,0.74140], [1187906400000,0.73770], [1187992800000,0.73550], [1188079200000,0.73150], [1188165600000,0.73150], [1188252000000,0.7320], [1188338400000,0.73320], [1188424800000,0.73460], [1188511200000,0.73280], [1188597600000,0.73230], [1188684000000,0.7340], [1188770400000,0.7340], [1188856800000,0.73360], [1188943200000,0.73510], [1189029600000,0.73460], [1189116000000,0.73210], [1189202400000,0.72940], [1189288800000,0.72660], [1189375200000,0.72660], [1189461600000,0.72540], [1189548000000,0.72420], [1189634400000,0.72130], [1189720800000,0.71970], [1189807200000,0.72090], [1189893600000,0.7210], [1189980000000,0.7210], [1190066400000,0.7210], [1190152800000,0.72090], [1190239200000,0.71590], [1190325600000,0.71330], [1190412000000,0.71050], [1190498400000,0.70990], [1190584800000,0.70990], [1190671200000,0.70930], [1190757600000,0.70930], [1190844000000,0.70760], [1190930400000,0.7070], [1191016800000,0.70490], [1191103200000,0.70120], [1191189600000,0.70110], [1191276000000,0.70190], [1191362400000,0.70460], [1191448800000,0.70630], [1191535200000,0.70890], [1191621600000,0.70770], [1191708000000,0.70770], [1191794400000,0.70770], [1191880800000,0.70910], [1191967200000,0.71180], [1192053600000,0.70790], [1192140000000,0.70530], [1192226400000,0.7050], [1192312800000,0.70550], [1192399200000,0.70550], [1192485600000,0.70450], [1192572000000,0.70510], [1192658400000,0.70510], [1192744800000,0.70170], [1192831200000,0.70], [1192917600000,0.69950], [1193004000000,0.69940], [1193090400000,0.70140], [1193176800000,0.70360], [1193263200000,0.70210], [1193349600000,0.70020], [1193436000000,0.69670], [1193522400000,0.6950], [1193612400000,0.6950], [1193698800000,0.69390], [1193785200000,0.6940], [1193871600000,0.69220], [1193958000000,0.69190], [1194044400000,0.69140], [1194130800000,0.68940], [1194217200000,0.68910], [1194303600000,0.69040], [1194390000000,0.6890], [1194476400000,0.68340], [1194562800000,0.68230], [1194649200000,0.68070], [1194735600000,0.68150], [1194822000000,0.68150], [1194908400000,0.68470], [1194994800000,0.68590], [1195081200000,0.68220], [1195167600000,0.68270], [1195254000000,0.68370], [1195340400000,0.68230], [1195426800000,0.68220], [1195513200000,0.68220], [1195599600000,0.67920], [1195686000000,0.67460], [1195772400000,0.67350], [1195858800000,0.67310], [1195945200000,0.67420], [1196031600000,0.67440], [1196118000000,0.67390], [1196204400000,0.67310], [1196290800000,0.67610], [1196377200000,0.67610], [1196463600000,0.67850], [1196550000000,0.68180], [1196636400000,0.68360], [1196722800000,0.68230], [1196809200000,0.68050], [1196895600000,0.67930], [1196982000000,0.68490], [1197068400000,0.68330], [1197154800000,0.68250], [1197241200000,0.68250], [1197327600000,0.68160], [1197414000000,0.67990], [1197500400000,0.68130], [1197586800000,0.68090], [1197673200000,0.68680], [1197759600000,0.69330], [1197846000000,0.69330], [1197932400000,0.69450], [1198018800000,0.69440], [1198105200000,0.69460], [1198191600000,0.69640], [1198278000000,0.69650], [1198364400000,0.69560], [1198450800000,0.69560], [1198537200000,0.6950], [1198623600000,0.69480], [1198710000000,0.69280], [1198796400000,0.68870], [1198882800000,0.68240], [1198969200000,0.67940], [1199055600000,0.67940], [1199142000000,0.68030], [1199228400000,0.68550], [1199314800000,0.68240], [1199401200000,0.67910], [1199487600000,0.67830], [1199574000000,0.67850], [1199660400000,0.67850], [1199746800000,0.67970], [1199833200000,0.680], [1199919600000,0.68030], [1200006000000,0.68050], [1200092400000,0.6760], [1200178800000,0.6770], [1200265200000,0.6770], [1200351600000,0.67360], [1200438000000,0.67260], [1200524400000,0.67640], [1200610800000,0.68210], [1200697200000,0.68310], [1200783600000,0.68420], [1200870000000,0.68420], [1200956400000,0.68870], [1201042800000,0.69030], [1201129200000,0.68480], [1201215600000,0.68240], [1201302000000,0.67880], [1201388400000,0.68140], [1201474800000,0.68140], [1201561200000,0.67970], [1201647600000,0.67690], [1201734000000,0.67650], [1201820400000,0.67330], [1201906800000,0.67290], [1201993200000,0.67580], [1202079600000,0.67580], [1202166000000,0.6750], [1202252400000,0.6780], [1202338800000,0.68330], [1202425200000,0.68560], [1202511600000,0.69030], [1202598000000,0.68960], [1202684400000,0.68960], [1202770800000,0.68820], [1202857200000,0.68790], [1202943600000,0.68620], [1203030000000,0.68520], [1203116400000,0.68230], [1203202800000,0.68130], [1203289200000,0.68130], [1203375600000,0.68220], [1203462000000,0.68020], [1203548400000,0.68020], [1203634800000,0.67840], [1203721200000,0.67480], [1203807600000,0.67470], [1203894000000,0.67470], [1203980400000,0.67480], [1204066800000,0.67330], [1204153200000,0.6650], [1204239600000,0.66110], [1204326000000,0.65830], [1204412400000,0.6590], [1204498800000,0.6590], [1204585200000,0.65810], [1204671600000,0.65780], [1204758000000,0.65740], [1204844400000,0.65320], [1204930800000,0.65020], [1205017200000,0.65140], [1205103600000,0.65140], [1205190000000,0.65070], [1205276400000,0.6510], [1205362800000,0.64890], [1205449200000,0.64240], [1205535600000,0.64060], [1205622000000,0.63820], [1205708400000,0.63820], [1205794800000,0.63410], [1205881200000,0.63440], [1205967600000,0.63780], [1206054000000,0.64390], [1206140400000,0.64780], [1206226800000,0.64810], [1206313200000,0.64810], [1206399600000,0.64940], [1206486000000,0.64380], [1206572400000,0.63770], [1206658800000,0.63290], [1206745200000,0.63360], [1206831600000,0.63330], [1206914400000,0.63330], [1207000800000,0.6330], [1207087200000,0.63710], [1207173600000,0.64030], [1207260000000,0.63960], [1207346400000,0.63640], [1207432800000,0.63560], [1207519200000,0.63560], [1207605600000,0.63680], [1207692000000,0.63570], [1207778400000,0.63540], [1207864800000,0.6320], [1207951200000,0.63320], [1208037600000,0.63280], [1208124000000,0.63310], [1208210400000,0.63420], [1208296800000,0.63210], [1208383200000,0.63020], [1208469600000,0.62780], [1208556000000,0.63080], [1208642400000,0.63240], [1208728800000,0.63240], [1208815200000,0.63070], [1208901600000,0.62770], [1208988000000,0.62690], [1209074400000,0.63350], [1209160800000,0.63920], [1209247200000,0.640], [1209333600000,0.64010], [1209420000000,0.63960], [1209506400000,0.64070], [1209592800000,0.64230], [1209679200000,0.64290], [1209765600000,0.64720], [1209852000000,0.64850], [1209938400000,0.64860], [1210024800000,0.64670], [1210111200000,0.64440], [1210197600000,0.64670], [1210284000000,0.65090], [1210370400000,0.64780], [1210456800000,0.64610], [1210543200000,0.64610], [1210629600000,0.64680], [1210716000000,0.64490], [1210802400000,0.6470], [1210888800000,0.64610], [1210975200000,0.64520], [1211061600000,0.64220], [1211148000000,0.64220], [1211234400000,0.64250], [1211320800000,0.64140], [1211407200000,0.63660], [1211493600000,0.63460], [1211580000000,0.6350], [1211666400000,0.63460], [1211752800000,0.63460], [1211839200000,0.63430], [1211925600000,0.63460], [1212012000000,0.63790], [1212098400000,0.64160], [1212184800000,0.64420], [1212271200000,0.64310], [1212357600000,0.64310], [1212444000000,0.64350], [1212530400000,0.6440], [1212616800000,0.64730], [1212703200000,0.64690], [1212789600000,0.63860], [1212876000000,0.63560], [1212962400000,0.6340], [1213048800000,0.63460], [1213135200000,0.6430], [1213221600000,0.64520], [1213308000000,0.64670], [1213394400000,0.65060], [1213480800000,0.65040], [1213567200000,0.65030], [1213653600000,0.64810], [1213740000000,0.64510], [1213826400000,0.6450], [1213912800000,0.64410], [1213999200000,0.64140], [1214085600000,0.64090], [1214172000000,0.64090], [1214258400000,0.64280], [1214344800000,0.64310], [1214431200000,0.64180], [1214517600000,0.63710], [1214604000000,0.63490], [1214690400000,0.63330], [1214776800000,0.63340], [1214863200000,0.63380], [1214949600000,0.63420], [1215036000000,0.6320], [1215122400000,0.63180], [1215208800000,0.6370], [1215295200000,0.63680], [1215381600000,0.63680], [1215468000000,0.63830], [1215554400000,0.63710], [1215640800000,0.63710], [1215727200000,0.63550], [1215813600000,0.6320], [1215900000000,0.62770], [1215986400000,0.62760], [1216072800000,0.62910], [1216159200000,0.62740], [1216245600000,0.62930], [1216332000000,0.63110], [1216418400000,0.6310], [1216504800000,0.63120], [1216591200000,0.63120], [1216677600000,0.63040], [1216764000000,0.62940], [1216850400000,0.63480], [1216936800000,0.63780], [1217023200000,0.63680], [1217109600000,0.63680], [1217196000000,0.63680], [1217282400000,0.6360], [1217368800000,0.6370], [1217455200000,0.64180], [1217541600000,0.64110], [1217628000000,0.64350], [1217714400000,0.64270], [1217800800000,0.64270], [1217887200000,0.64190], [1217973600000,0.64460], [1218060000000,0.64680], [1218146400000,0.64870], [1218232800000,0.65940], [1218319200000,0.66660], [1218405600000,0.66660], [1218492000000,0.66780], [1218578400000,0.67120], [1218664800000,0.67050], [1218751200000,0.67180], [1218837600000,0.67840], [1218924000000,0.68110], [1219010400000,0.68110], [1219096800000,0.67940], [1219183200000,0.68040], [1219269600000,0.67810], [1219356000000,0.67560], [1219442400000,0.67350], [1219528800000,0.67630], [1219615200000,0.67620], [1219701600000,0.67770], [1219788000000,0.68150], [1219874400000,0.68020], [1219960800000,0.6780], [1220047200000,0.67960], [1220133600000,0.68170], [1220220000000,0.68170], [1220306400000,0.68320], [1220392800000,0.68770], [1220479200000,0.69120], [1220565600000,0.69140], [1220652000000,0.70090], [1220738400000,0.70120], [1220824800000,0.7010], [1220911200000,0.70050]];
18
+
19
+ function euroFormatter(v, axis) {
20
+ return v.toFixed(axis.tickDecimals) + "€";
21
+ }
22
+
23
+ function doPlot(position) {
24
+ $.plot("#placeholder", [
25
+ { data: oilprices, label: "Oil price ($)" },
26
+ { data: exchangerates, label: "USD/EUR exchange rate", yaxis: 2 }
27
+ ], {
28
+ xaxes: [ { mode: "time" } ],
29
+ yaxes: [ { min: 0 }, {
30
+ // align if we are to the right
31
+ alignTicksWithAxis: position == "right" ? 1 : null,
32
+ position: position,
33
+ tickFormatter: euroFormatter
34
+ } ],
35
+ legend: { position: "sw" }
36
+ });
37
+ }
38
+
39
+ doPlot("right");
40
+
41
+ $("button").click(function () {
42
+ doPlot($(this).text());
43
+ });
44
+
45
+ // Add the Flot version string to the footer
46
+
47
+ $("#footer").prepend("Flot " + $.plot.version + " &ndash; ");
48
+ });
49
+
50
+ </script>
51
+ </head>
52
+ <body>
53
+
54
+ <div id="header">
55
+ <h2>Multiple axes</h2>
56
+ </div>
57
+
58
+ <div id="content">
59
+
60
+ <div class="demo-container">
61
+ <div id="placeholder" class="demo-placeholder"></div>
62
+ </div>
63
+
64
+ <p>Multiple axis support showing the raw oil price in US $/barrel of crude oil vs. the exchange rate from US $ to €.</p>
65
+
66
+ <p>As illustrated, you can put in multiple axes if you need to. For each data series, simply specify the axis number. In the options, you can then configure where you want the extra axes to appear.</p>
67
+
68
+ <p>Position axis <button>left</button> or <button>right</button>.</p>
69
+
70
+ </div>
71
+
72
+ <div id="footer">
73
+ Copyright &copy; 2007 - 2014 IOLA and Ole Laursen
74
+ </div>
75
+
76
+ </body>
77
+ </html>
js/jquery-flot/examples/axes-time-zones/date.js ADDED
@@ -0,0 +1,893 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ // -----
2
+ // The `timezoneJS.Date` object gives you full-blown timezone support, independent from the timezone set on the end-user's machine running the browser. It uses the Olson zoneinfo files for its timezone data.
3
+ //
4
+ // The constructor function and setter methods use proxy JavaScript Date objects behind the scenes, so you can use strings like '10/22/2006' with the constructor. You also get the same sensible wraparound behavior with numeric parameters (like setting a value of 14 for the month wraps around to the next March).
5
+ //
6
+ // The other significant difference from the built-in JavaScript Date is that `timezoneJS.Date` also has named properties that store the values of year, month, date, etc., so it can be directly serialized to JSON and used for data transfer.
7
+
8
+ /*
9
+ * Copyright 2010 Matthew Eernisse (mde@fleegix.org)
10
+ * and Open Source Applications Foundation
11
+ *
12
+ * Licensed under the Apache License, Version 2.0 (the "License");
13
+ * you may not use this file except in compliance with the License.
14
+ * You may obtain a copy of the License at
15
+ *
16
+ * http://www.apache.org/licenses/LICENSE-2.0
17
+ *
18
+ * Unless required by applicable law or agreed to in writing, software
19
+ * distributed under the License is distributed on an "AS IS" BASIS,
20
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
21
+ * See the License for the specific language governing permissions and
22
+ * limitations under the License.
23
+ *
24
+ * Credits: Ideas included from incomplete JS implementation of Olson
25
+ * parser, "XMLDAte" by Philippe Goetz (philippe.goetz@wanadoo.fr)
26
+ *
27
+ * Contributions:
28
+ * Jan Niehusmann
29
+ * Ricky Romero
30
+ * Preston Hunt (prestonhunt@gmail.com)
31
+ * Dov. B Katz (dov.katz@morganstanley.com)
32
+ * Peter Bergström (pbergstr@mac.com)
33
+ * Long Ho
34
+ */
35
+ (function () {
36
+ // Standard initialization stuff to make sure the library is
37
+ // usable on both client and server (node) side.
38
+
39
+ var root = this;
40
+
41
+ var timezoneJS;
42
+ if (typeof exports !== 'undefined') {
43
+ timezoneJS = exports;
44
+ } else {
45
+ timezoneJS = root.timezoneJS = {};
46
+ }
47
+
48
+ timezoneJS.VERSION = '1.0.0';
49
+
50
+ // Grab the ajax library from global context.
51
+ // This can be jQuery, Zepto or fleegix.
52
+ // You can also specify your own transport mechanism by declaring
53
+ // `timezoneJS.timezone.transport` to a `function`. More details will follow
54
+ var $ = root.$ || root.jQuery || root.Zepto
55
+ , fleegix = root.fleegix
56
+ // Declare constant list of days and months. Unfortunately this doesn't leave room for i18n due to the Olson data being in English itself
57
+ , DAYS = timezoneJS.Days = ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday']
58
+ , MONTHS = timezoneJS.Months = ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December']
59
+ , SHORT_MONTHS = {}
60
+ , SHORT_DAYS = {}
61
+ , EXACT_DATE_TIME = {}
62
+ , TZ_REGEXP = new RegExp('^[a-zA-Z]+/');
63
+
64
+ //`{ "Jan": 0, "Feb": 1, "Mar": 2, "Apr": 3, "May": 4, "Jun": 5, "Jul": 6, "Aug": 7, "Sep": 8, "Oct": 9, "Nov": 10, "Dec": 11 }`
65
+ for (var i = 0; i < MONTHS.length; i++) {
66
+ SHORT_MONTHS[MONTHS[i].substr(0, 3)] = i;
67
+ }
68
+
69
+ //`{ "Sun": 0, "Mon": 1, "Tue": 2, "Wed": 3, "Thu": 4, "Fri": 5, "Sat": 6 }`
70
+ for (i = 0; i < DAYS.length; i++) {
71
+ SHORT_DAYS[DAYS[i].substr(0, 3)] = i;
72
+ }
73
+
74
+
75
+ //Handle array indexOf in IE
76
+ if (!Array.prototype.indexOf) {
77
+ Array.prototype.indexOf = function (el) {
78
+ for (var i = 0; i < this.length; i++ ) {
79
+ if (el === this[i]) return i;
80
+ }
81
+ return -1;
82
+ }
83
+ }
84
+
85
+ // Format a number to the length = digits. For ex:
86
+ //
87
+ // `_fixWidth(2, 2) = '02'`
88
+ //
89
+ // `_fixWidth(1998, 2) = '98'`
90
+ //
91
+ // This is used to pad numbers in converting date to string in ISO standard.
92
+ var _fixWidth = function (number, digits) {
93
+ if (typeof number !== "number") { throw "not a number: " + number; }
94
+ var s = number.toString();
95
+ if (number.length > digits) {
96
+ return number.substr(number.length - digits, number.length);
97
+ }
98
+ while (s.length < digits) {
99
+ s = '0' + s;
100
+ }
101
+ return s;
102
+ };
103
+
104
+ // Abstraction layer for different transport layers, including fleegix/jQuery/Zepto
105
+ //
106
+ // Object `opts` include
107
+ //
108
+ // - `url`: url to ajax query
109
+ //
110
+ // - `async`: true for asynchronous, false otherwise. If false, return value will be response from URL. This is true by default
111
+ //
112
+ // - `success`: success callback function
113
+ //
114
+ // - `error`: error callback function
115
+ // Returns response from URL if async is false, otherwise the AJAX request object itself
116
+ var _transport = function (opts) {
117
+ if ((!fleegix || typeof fleegix.xhr === 'undefined') && (!$ || typeof $.ajax === 'undefined')) {
118
+ throw new Error('Please use the Fleegix.js XHR module, jQuery ajax, Zepto ajax, or define your own transport mechanism for downloading zone files.');
119
+ }
120
+ if (!opts) return;
121
+ if (!opts.url) throw new Error ('URL must be specified');
122
+ if (!('async' in opts)) opts.async = true;
123
+ if (!opts.async) {
124
+ return fleegix && fleegix.xhr
125
+ ? fleegix.xhr.doReq({ url: opts.url, async: false })
126
+ : $.ajax({ url : opts.url, async : false }).responseText;
127
+ }
128
+ return fleegix && fleegix.xhr
129
+ ? fleegix.xhr.send({
130
+ url : opts.url,
131
+ method : 'get',
132
+ handleSuccess : opts.success,
133
+ handleErr : opts.error
134
+ })
135
+ : $.ajax({
136
+ url : opts.url,
137
+ dataType: 'text',
138
+ method : 'GET',
139
+ error : opts.error,
140
+ success : opts.success
141
+ });
142
+ };
143
+
144
+ // Constructor, which is similar to that of the native Date object itself
145
+ timezoneJS.Date = function () {
146
+ var args = Array.prototype.slice.apply(arguments)
147
+ , dt = null
148
+ , tz = null
149
+ , arr = [];
150
+
151
+
152
+ //We support several different constructors, including all the ones from `Date` object
153
+ // with a timezone string at the end.
154
+ //
155
+ //- `[tz]`: Returns object with time in `tz` specified.
156
+ //
157
+ // - `utcMillis`, `[tz]`: Return object with UTC time = `utcMillis`, in `tz`.
158
+ //
159
+ // - `Date`, `[tz]`: Returns object with UTC time = `Date.getTime()`, in `tz`.
160
+ //
161
+ // - `year, month, [date,] [hours,] [minutes,] [seconds,] [millis,] [tz]: Same as `Date` object
162
+ // with tz.
163
+ //
164
+ // - `Array`: Can be any combo of the above.
165
+ //
166
+ //If 1st argument is an array, we can use it as a list of arguments itself
167
+ if (Object.prototype.toString.call(args[0]) === '[object Array]') {
168
+ args = args[0];
169
+ }
170
+ if (typeof args[args.length - 1] === 'string' && TZ_REGEXP.test(args[args.length - 1])) {
171
+ tz = args.pop();
172
+ }
173
+ switch (args.length) {
174
+ case 0:
175
+ dt = new Date();
176
+ break;
177
+ case 1:
178
+ dt = new Date(args[0]);
179
+ break;
180
+ default:
181
+ for (var i = 0; i < 7; i++) {
182
+ arr[i] = args[i] || 0;
183
+ }
184
+ dt = new Date(arr[0], arr[1], arr[2], arr[3], arr[4], arr[5], arr[6]);
185
+ break;
186
+ }
187
+
188
+ this._useCache = false;
189
+ this._tzInfo = {};
190
+ this._day = 0;
191
+ this.year = 0;
192
+ this.month = 0;
193
+ this.date = 0;
194
+ this.hours = 0;
195
+ this.minutes = 0;
196
+ this.seconds = 0;
197
+ this.milliseconds = 0;
198
+ this.timezone = tz || null;
199
+ //Tricky part:
200
+ // For the cases where there are 1/2 arguments: `timezoneJS.Date(millis, [tz])` and `timezoneJS.Date(Date, [tz])`. The
201
+ // Date `dt` created should be in UTC. Thus the way I detect such cases is to determine if `arr` is not populated & `tz`
202
+ // is specified. Because if `tz` is not specified, `dt` can be in local time.
203
+ if (arr.length) {
204
+ this.setFromDateObjProxy(dt);
205
+ } else {
206
+ this.setFromTimeProxy(dt.getTime(), tz);
207
+ }
208
+ };
209
+
210
+ // Implements most of the native Date object
211
+ timezoneJS.Date.prototype = {
212
+ getDate: function () { return this.date; },
213
+ getDay: function () { return this._day; },
214
+ getFullYear: function () { return this.year; },
215
+ getMonth: function () { return this.month; },
216
+ getYear: function () { return this.year; },
217
+ getHours: function () { return this.hours; },
218
+ getMilliseconds: function () { return this.milliseconds; },
219
+ getMinutes: function () { return this.minutes; },
220
+ getSeconds: function () { return this.seconds; },
221
+ getUTCDate: function () { return this.getUTCDateProxy().getUTCDate(); },
222
+ getUTCDay: function () { return this.getUTCDateProxy().getUTCDay(); },
223
+ getUTCFullYear: function () { return this.getUTCDateProxy().getUTCFullYear(); },
224
+ getUTCHours: function () { return this.getUTCDateProxy().getUTCHours(); },
225
+ getUTCMilliseconds: function () { return this.getUTCDateProxy().getUTCMilliseconds(); },
226
+ getUTCMinutes: function () { return this.getUTCDateProxy().getUTCMinutes(); },
227
+ getUTCMonth: function () { return this.getUTCDateProxy().getUTCMonth(); },
228
+ getUTCSeconds: function () { return this.getUTCDateProxy().getUTCSeconds(); },
229
+ // Time adjusted to user-specified timezone
230
+ getTime: function () {
231
+ return this._timeProxy + (this.getTimezoneOffset() * 60 * 1000);
232
+ },
233
+ getTimezone: function () { return this.timezone; },
234
+ getTimezoneOffset: function () { return this.getTimezoneInfo().tzOffset; },
235
+ getTimezoneAbbreviation: function () { return this.getTimezoneInfo().tzAbbr; },
236
+ getTimezoneInfo: function () {
237
+ if (this._useCache) return this._tzInfo;
238
+ var res;
239
+ // If timezone is specified, get the correct timezone info based on the Date given
240
+ if (this.timezone) {
241
+ res = this.timezone === 'Etc/UTC' || this.timezone === 'Etc/GMT'
242
+ ? { tzOffset: 0, tzAbbr: 'UTC' }
243
+ : timezoneJS.timezone.getTzInfo(this._timeProxy, this.timezone);
244
+ }
245
+ // If no timezone was specified, use the local browser offset
246
+ else {
247
+ res = { tzOffset: this.getLocalOffset(), tzAbbr: null };
248
+ }
249
+ this._tzInfo = res;
250
+ this._useCache = true;
251
+ return res
252
+ },
253
+ getUTCDateProxy: function () {
254
+ var dt = new Date(this._timeProxy);
255
+ dt.setUTCMinutes(dt.getUTCMinutes() + this.getTimezoneOffset());
256
+ return dt;
257
+ },
258
+ setDate: function (n) { this.setAttribute('date', n); },
259
+ setFullYear: function (n) { this.setAttribute('year', n); },
260
+ setMonth: function (n) { this.setAttribute('month', n); },
261
+ setYear: function (n) { this.setUTCAttribute('year', n); },
262
+ setHours: function (n) { this.setAttribute('hours', n); },
263
+ setMilliseconds: function (n) { this.setAttribute('milliseconds', n); },
264
+ setMinutes: function (n) { this.setAttribute('minutes', n); },
265
+ setSeconds: function (n) { this.setAttribute('seconds', n); },
266
+ setTime: function (n) {
267
+ if (isNaN(n)) { throw new Error('Units must be a number.'); }
268
+ this.setFromTimeProxy(n, this.timezone);
269
+ },
270
+ setUTCDate: function (n) { this.setUTCAttribute('date', n); },
271
+ setUTCFullYear: function (n) { this.setUTCAttribute('year', n); },
272
+ setUTCHours: function (n) { this.setUTCAttribute('hours', n); },
273
+ setUTCMilliseconds: function (n) { this.setUTCAttribute('milliseconds', n); },
274
+ setUTCMinutes: function (n) { this.setUTCAttribute('minutes', n); },
275
+ setUTCMonth: function (n) { this.setUTCAttribute('month', n); },
276
+ setUTCSeconds: function (n) { this.setUTCAttribute('seconds', n); },
277
+ setFromDateObjProxy: function (dt) {
278
+ this.year = dt.getFullYear();
279
+ this.month = dt.getMonth();
280
+ this.date = dt.getDate();
281
+ this.hours = dt.getHours();
282
+ this.minutes = dt.getMinutes();
283
+ this.seconds = dt.getSeconds();
284
+ this.milliseconds = dt.getMilliseconds();
285
+ this._day = dt.getDay();
286
+ this._dateProxy = dt;
287
+ this._timeProxy = Date.UTC(this.year, this.month, this.date, this.hours, this.minutes, this.seconds, this.milliseconds);
288
+ this._useCache = false;
289
+ },
290
+ setFromTimeProxy: function (utcMillis, tz) {
291
+ var dt = new Date(utcMillis);
292
+ var tzOffset;
293
+ tzOffset = tz ? timezoneJS.timezone.getTzInfo(dt, tz).tzOffset : dt.getTimezoneOffset();
294
+ dt.setTime(utcMillis + (dt.getTimezoneOffset() - tzOffset) * 60000);
295
+ this.setFromDateObjProxy(dt);
296
+ },
297
+ setAttribute: function (unit, n) {
298
+ if (isNaN(n)) { throw new Error('Units must be a number.'); }
299
+ var dt = this._dateProxy;
300
+ var meth = unit === 'year' ? 'FullYear' : unit.substr(0, 1).toUpperCase() + unit.substr(1);
301
+ dt['set' + meth](n);
302
+ this.setFromDateObjProxy(dt);
303
+ },
304
+ setUTCAttribute: function (unit, n) {
305
+ if (isNaN(n)) { throw new Error('Units must be a number.'); }
306
+ var meth = unit === 'year' ? 'FullYear' : unit.substr(0, 1).toUpperCase() + unit.substr(1);
307
+ var dt = this.getUTCDateProxy();
308
+ dt['setUTC' + meth](n);
309
+ dt.setUTCMinutes(dt.getUTCMinutes() - this.getTimezoneOffset());
310
+ this.setFromTimeProxy(dt.getTime() + this.getTimezoneOffset() * 60000, this.timezone);
311
+ },
312
+ setTimezone: function (tz) {
313
+ var previousOffset = this.getTimezoneInfo().tzOffset;
314
+ this.timezone = tz;
315
+ this._useCache = false;
316
+ // Set UTC minutes offsets by the delta of the two timezones
317
+ this.setUTCMinutes(this.getUTCMinutes() - this.getTimezoneInfo().tzOffset + previousOffset);
318
+ },
319
+ removeTimezone: function () {
320
+ this.timezone = null;
321
+ this._useCache = false;
322
+ },
323
+ valueOf: function () { return this.getTime(); },
324
+ clone: function () {
325
+ return this.timezone ? new timezoneJS.Date(this.getTime(), this.timezone) : new timezoneJS.Date(this.getTime());
326
+ },
327
+ toGMTString: function () { return this.toString('EEE, dd MMM yyyy HH:mm:ss Z', 'Etc/GMT'); },
328
+ toLocaleString: function () {},
329
+ toLocaleDateString: function () {},
330
+ toLocaleTimeString: function () {},
331
+ toSource: function () {},
332
+ toISOString: function () { return this.toString('yyyy-MM-ddTHH:mm:ss.SSS', 'Etc/UTC') + 'Z'; },
333
+ toJSON: function () { return this.toISOString(); },
334
+ // Allows different format following ISO8601 format:
335
+ toString: function (format, tz) {
336
+ // Default format is the same as toISOString
337
+ if (!format) format = 'yyyy-MM-dd HH:mm:ss';
338
+ var result = format;
339
+ var tzInfo = tz ? timezoneJS.timezone.getTzInfo(this.getTime(), tz) : this.getTimezoneInfo();
340
+ var _this = this;
341
+ // If timezone is specified, get a clone of the current Date object and modify it
342
+ if (tz) {
343
+ _this = this.clone();
344
+ _this.setTimezone(tz);
345
+ }
346
+ var hours = _this.getHours();
347
+ return result
348
+ // fix the same characters in Month names
349
+ .replace(/a+/g, function () { return 'k'; })
350
+ // `y`: year
351
+ .replace(/y+/g, function (token) { return _fixWidth(_this.getFullYear(), token.length); })
352
+ // `d`: date
353
+ .replace(/d+/g, function (token) { return _fixWidth(_this.getDate(), token.length); })
354
+ // `m`: minute
355
+ .replace(/m+/g, function (token) { return _fixWidth(_this.getMinutes(), token.length); })
356
+ // `s`: second
357
+ .replace(/s+/g, function (token) { return _fixWidth(_this.getSeconds(), token.length); })
358
+ // `S`: millisecond
359
+ .replace(/S+/g, function (token) { return _fixWidth(_this.getMilliseconds(), token.length); })
360
+ // `M`: month. Note: `MM` will be the numeric representation (e.g February is 02) but `MMM` will be text representation (e.g February is Feb)
361
+ .replace(/M+/g, function (token) {
362
+ var _month = _this.getMonth(),
363
+ _len = token.length;
364
+ if (_len > 3) {
365
+ return timezoneJS.Months[_month];
366
+ } else if (_len > 2) {
367
+ return timezoneJS.Months[_month].substring(0, _len);
368
+ }
369
+ return _fixWidth(_month + 1, _len);
370
+ })
371
+ // `k`: AM/PM
372
+ .replace(/k+/g, function () {
373
+ if (hours >= 12) {
374
+ if (hours > 12) {
375
+ hours -= 12;
376
+ }
377
+ return 'PM';
378
+ }
379
+ return 'AM';
380
+ })
381
+ // `H`: hour
382
+ .replace(/H+/g, function (token) { return _fixWidth(hours, token.length); })
383
+ // `E`: day
384
+ .replace(/E+/g, function (token) { return DAYS[_this.getDay()].substring(0, token.length); })
385
+ // `Z`: timezone abbreviation
386
+ .replace(/Z+/gi, function () { return tzInfo.tzAbbr; });
387
+ },
388
+ toUTCString: function () { return this.toGMTString(); },
389
+ civilToJulianDayNumber: function (y, m, d) {
390
+ var a;
391
+ // Adjust for zero-based JS-style array
392
+ m++;
393
+ if (m > 12) {
394
+ a = parseInt(m/12, 10);
395
+ m = m % 12;
396
+ y += a;
397
+ }
398
+ if (m <= 2) {
399
+ y -= 1;
400
+ m += 12;
401
+ }
402
+ a = Math.floor(y / 100);
403
+ var b = 2 - a + Math.floor(a / 4)
404
+ , jDt = Math.floor(365.25 * (y + 4716)) + Math.floor(30.6001 * (m + 1)) + d + b - 1524;
405
+ return jDt;
406
+ },
407
+ getLocalOffset: function () {
408
+ return this._dateProxy.getTimezoneOffset();
409
+ }
410
+ };
411
+
412
+
413
+ timezoneJS.timezone = new function () {
414
+ var _this = this
415
+ , regionMap = {'Etc':'etcetera','EST':'northamerica','MST':'northamerica','HST':'northamerica','EST5EDT':'northamerica','CST6CDT':'northamerica','MST7MDT':'northamerica','PST8PDT':'northamerica','America':'northamerica','Pacific':'australasia','Atlantic':'europe','Africa':'africa','Indian':'africa','Antarctica':'antarctica','Asia':'asia','Australia':'australasia','Europe':'europe','WET':'europe','CET':'europe','MET':'europe','EET':'europe'}
416
+ , regionExceptions = {'Pacific/Honolulu':'northamerica','Atlantic/Bermuda':'northamerica','Atlantic/Cape_Verde':'africa','Atlantic/St_Helena':'africa','Indian/Kerguelen':'antarctica','Indian/Chagos':'asia','Indian/Maldives':'asia','Indian/Christmas':'australasia','Indian/Cocos':'australasia','America/Danmarkshavn':'europe','America/Scoresbysund':'europe','America/Godthab':'europe','America/Thule':'europe','Asia/Yekaterinburg':'europe','Asia/Omsk':'europe','Asia/Novosibirsk':'europe','Asia/Krasnoyarsk':'europe','Asia/Irkutsk':'europe','Asia/Yakutsk':'europe','Asia/Vladivostok':'europe','Asia/Sakhalin':'europe','Asia/Magadan':'europe','Asia/Kamchatka':'europe','Asia/Anadyr':'europe','Africa/Ceuta':'europe','America/Argentina/Buenos_Aires':'southamerica','America/Argentina/Cordoba':'southamerica','America/Argentina/Tucuman':'southamerica','America/Argentina/La_Rioja':'southamerica','America/Argentina/San_Juan':'southamerica','America/Argentina/Jujuy':'southamerica','America/Argentina/Catamarca':'southamerica','America/Argentina/Mendoza':'southamerica','America/Argentina/Rio_Gallegos':'southamerica','America/Argentina/Ushuaia':'southamerica','America/Aruba':'southamerica','America/La_Paz':'southamerica','America/Noronha':'southamerica','America/Belem':'southamerica','America/Fortaleza':'southamerica','America/Recife':'southamerica','America/Araguaina':'southamerica','America/Maceio':'southamerica','America/Bahia':'southamerica','America/Sao_Paulo':'southamerica','America/Campo_Grande':'southamerica','America/Cuiaba':'southamerica','America/Porto_Velho':'southamerica','America/Boa_Vista':'southamerica','America/Manaus':'southamerica','America/Eirunepe':'southamerica','America/Rio_Branco':'southamerica','America/Santiago':'southamerica','Pacific/Easter':'southamerica','America/Bogota':'southamerica','America/Curacao':'southamerica','America/Guayaquil':'southamerica','Pacific/Galapagos':'southamerica','Atlantic/Stanley':'southamerica','America/Cayenne':'southamerica','America/Guyana':'southamerica','America/Asuncion':'southamerica','America/Lima':'southamerica','Atlantic/South_Georgia':'southamerica','America/Paramaribo':'southamerica','America/Port_of_Spain':'southamerica','America/Montevideo':'southamerica','America/Caracas':'southamerica'};
417
+ function invalidTZError(t) { throw new Error('Timezone "' + t + '" is either incorrect, or not loaded in the timezone registry.'); }
418
+ function builtInLoadZoneFile(fileName, opts) {
419
+ var url = _this.zoneFileBasePath + '/' + fileName;
420
+ return !opts || !opts.async
421
+ ? _this.parseZones(_this.transport({ url : url, async : false }))
422
+ : _this.transport({
423
+ async: true,
424
+ url : url,
425
+ success : function (str) {
426
+ if (_this.parseZones(str) && typeof opts.callback === 'function') {
427
+ opts.callback();
428
+ }
429
+ return true;
430
+ },
431
+ error : function () {
432
+ throw new Error('Error retrieving "' + url + '" zoneinfo files');
433
+ }
434
+ });
435
+ }
436
+ function getRegionForTimezone(tz) {
437
+ var exc = regionExceptions[tz]
438
+ , reg
439
+ , ret;
440
+ if (exc) return exc;
441
+ reg = tz.split('/')[0];
442
+ ret = regionMap[reg];
443
+ // If there's nothing listed in the main regions for this TZ, check the 'backward' links
444
+ if (ret) return ret;
445
+ var link = _this.zones[tz];
446
+ if (typeof link === 'string') {
447
+ return getRegionForTimezone(link);
448
+ }
449
+ // Backward-compat file hasn't loaded yet, try looking in there
450
+ if (!_this.loadedZones.backward) {
451
+ // This is for obvious legacy zones (e.g., Iceland) that don't even have a prefix like "America/" that look like normal zones
452
+ _this.loadZoneFile('backward');
453
+ return getRegionForTimezone(tz);
454
+ }
455
+ invalidTZError(tz);
456
+ }
457
+ function parseTimeString(str) {
458
+ var pat = /(\d+)(?::0*(\d*))?(?::0*(\d*))?([wsugz])?$/;
459
+ var hms = str.match(pat);
460
+ hms[1] = parseInt(hms[1], 10);
461
+ hms[2] = hms[2] ? parseInt(hms[2], 10) : 0;
462
+ hms[3] = hms[3] ? parseInt(hms[3], 10) : 0;
463
+
464
+ return hms;
465
+ }
466
+ function processZone(z) {
467
+ if (!z[3]) { return; }
468
+ var yea = parseInt(z[3], 10);
469
+ var mon = 11;
470
+ var dat = 31;
471
+ if (z[4]) {
472
+ mon = SHORT_MONTHS[z[4].substr(0, 3)];
473
+ dat = parseInt(z[5], 10) || 1;
474
+ }
475
+ var string = z[6] ? z[6] : '00:00:00'
476
+ , t = parseTimeString(string);
477
+ return [yea, mon, dat, t[1], t[2], t[3]];
478
+ }
479
+ function getZone(dt, tz) {
480
+ var utcMillis = typeof dt === 'number' ? dt : new Date(dt).getTime();
481
+ var t = tz;
482
+ var zoneList = _this.zones[t];
483
+ // Follow links to get to an actual zone
484
+ while (typeof zoneList === "string") {
485
+ t = zoneList;
486
+ zoneList = _this.zones[t];
487
+ }
488
+ if (!zoneList) {
489
+ // Backward-compat file hasn't loaded yet, try looking in there
490
+ if (!_this.loadedZones.backward) {
491
+ //This is for backward entries like "America/Fort_Wayne" that
492
+ // getRegionForTimezone *thinks* it has a region file and zone
493
+ // for (e.g., America => 'northamerica'), but in reality it's a
494
+ // legacy zone we need the backward file for.
495
+ _this.loadZoneFile('backward');
496
+ return getZone(dt, tz);
497
+ }
498
+ invalidTZError(t);
499
+ }
500
+ if (zoneList.length === 0) {
501
+ throw new Error('No Zone found for "' + tz + '" on ' + dt);
502
+ }
503
+ //Do backwards lookup since most use cases deal with newer dates.
504
+ for (var i = zoneList.length - 1; i >= 0; i--) {
505
+ var z = zoneList[i];
506
+ if (z[3] && utcMillis > z[3]) break;
507
+ }
508
+ return zoneList[i+1];
509
+ }
510
+ function getBasicOffset(time) {
511
+ var off = parseTimeString(time)
512
+ , adj = time.indexOf('-') === 0 ? -1 : 1;
513
+ off = adj * (((off[1] * 60 + off[2]) * 60 + off[3]) * 1000);
514
+ return off/60/1000;
515
+ }
516
+
517
+ //if isUTC is true, date is given in UTC, otherwise it's given
518
+ // in local time (ie. date.getUTC*() returns local time components)
519
+ function getRule(dt, zone, isUTC) {
520
+ var date = typeof dt === 'number' ? new Date(dt) : dt;
521
+ var ruleset = zone[1];
522
+ var basicOffset = zone[0];
523
+
524
+ //Convert a date to UTC. Depending on the 'type' parameter, the date
525
+ // parameter may be:
526
+ //
527
+ // - `u`, `g`, `z`: already UTC (no adjustment).
528
+ //
529
+ // - `s`: standard time (adjust for time zone offset but not for DST)
530
+ //
531
+ // - `w`: wall clock time (adjust for both time zone and DST offset).
532
+ //
533
+ // DST adjustment is done using the rule given as third argument.
534
+ var convertDateToUTC = function (date, type, rule) {
535
+ var offset = 0;
536
+
537
+ if (type === 'u' || type === 'g' || type === 'z') { // UTC
538
+ offset = 0;
539
+ } else if (type === 's') { // Standard Time
540
+ offset = basicOffset;
541
+ } else if (type === 'w' || !type) { // Wall Clock Time
542
+ offset = getAdjustedOffset(basicOffset, rule);
543
+ } else {
544
+ throw("unknown type " + type);
545
+ }
546
+ offset *= 60 * 1000; // to millis
547
+
548
+ return new Date(date.getTime() + offset);
549
+ };
550
+
551
+ //Step 1: Find applicable rules for this year.
552
+ //
553
+ //Step 2: Sort the rules by effective date.
554
+ //
555
+ //Step 3: Check requested date to see if a rule has yet taken effect this year. If not,
556
+ //
557
+ //Step 4: Get the rules for the previous year. If there isn't an applicable rule for last year, then
558
+ // there probably is no current time offset since they seem to explicitly turn off the offset
559
+ // when someone stops observing DST.
560
+ //
561
+ // FIXME if this is not the case and we'll walk all the way back (ugh).
562
+ //
563
+ //Step 5: Sort the rules by effective date.
564
+ //Step 6: Apply the most recent rule before the current time.
565
+ var convertRuleToExactDateAndTime = function (yearAndRule, prevRule) {
566
+ var year = yearAndRule[0]
567
+ , rule = yearAndRule[1];
568
+ // Assume that the rule applies to the year of the given date.
569
+
570
+ var hms = rule[5];
571
+ var effectiveDate;
572
+
573
+ if (!EXACT_DATE_TIME[year])
574
+ EXACT_DATE_TIME[year] = {};
575
+
576
+ // Result for given parameters is already stored
577
+ if (EXACT_DATE_TIME[year][rule])
578
+ effectiveDate = EXACT_DATE_TIME[year][rule];
579
+ else {
580
+ //If we have a specific date, use that!
581
+ if (!isNaN(rule[4])) {
582
+ effectiveDate = new Date(Date.UTC(year, SHORT_MONTHS[rule[3]], rule[4], hms[1], hms[2], hms[3], 0));
583
+ }
584
+ //Let's hunt for the date.
585
+ else {
586
+ var targetDay
587
+ , operator;
588
+ //Example: `lastThu`
589
+ if (rule[4].substr(0, 4) === "last") {
590
+ // Start at the last day of the month and work backward.
591
+ effectiveDate = new Date(Date.UTC(year, SHORT_MONTHS[rule[3]] + 1, 1, hms[1] - 24, hms[2], hms[3], 0));
592
+ targetDay = SHORT_DAYS[rule[4].substr(4, 3)];
593
+ operator = "<=";
594
+ }
595
+ //Example: `Sun>=15`
596
+ else {
597
+ //Start at the specified date.
598
+ effectiveDate = new Date(Date.UTC(year, SHORT_MONTHS[rule[3]], rule[4].substr(5), hms[1], hms[2], hms[3], 0));
599
+ targetDay = SHORT_DAYS[rule[4].substr(0, 3)];
600
+ operator = rule[4].substr(3, 2);
601
+ }
602
+ var ourDay = effectiveDate.getUTCDay();
603
+ //Go forwards.
604
+ if (operator === ">=") {
605
+ effectiveDate.setUTCDate(effectiveDate.getUTCDate() + (targetDay - ourDay + ((targetDay < ourDay) ? 7 : 0)));
606
+ }
607
+ //Go backwards. Looking for the last of a certain day, or operator is "<=" (less likely).
608
+ else {
609
+ effectiveDate.setUTCDate(effectiveDate.getUTCDate() + (targetDay - ourDay - ((targetDay > ourDay) ? 7 : 0)));
610
+ }
611
+ }
612
+ EXACT_DATE_TIME[year][rule] = effectiveDate;
613
+ }
614
+
615
+
616
+ //If previous rule is given, correct for the fact that the starting time of the current
617
+ // rule may be specified in local time.
618
+ if (prevRule) {
619
+ effectiveDate = convertDateToUTC(effectiveDate, hms[4], prevRule);
620
+ }
621
+ return effectiveDate;
622
+ };
623
+
624
+ var findApplicableRules = function (year, ruleset) {
625
+ var applicableRules = [];
626
+ for (var i = 0; ruleset && i < ruleset.length; i++) {
627
+ //Exclude future rules.
628
+ if (ruleset[i][0] <= year &&
629
+ (
630
+ // Date is in a set range.
631
+ ruleset[i][1] >= year ||
632
+ // Date is in an "only" year.
633
+ (ruleset[i][0] === year && ruleset[i][1] === "only") ||
634
+ //We're in a range from the start year to infinity.
635
+ ruleset[i][1] === "max"
636
+ )
637
+ ) {
638
+ //It's completely okay to have any number of matches here.
639
+ // Normally we should only see two, but that doesn't preclude other numbers of matches.
640
+ // These matches are applicable to this year.
641
+ applicableRules.push([year, ruleset[i]]);
642
+ }
643
+ }
644
+ return applicableRules;
645
+ };
646
+
647
+ var compareDates = function (a, b, prev) {
648
+ var year, rule;
649
+ if (a.constructor !== Date) {
650
+ year = a[0];
651
+ rule = a[1];
652
+ a = (!prev && EXACT_DATE_TIME[year] && EXACT_DATE_TIME[year][rule])
653
+ ? EXACT_DATE_TIME[year][rule]
654
+ : convertRuleToExactDateAndTime(a, prev);
655
+ } else if (prev) {
656
+ a = convertDateToUTC(a, isUTC ? 'u' : 'w', prev);
657
+ }
658
+ if (b.constructor !== Date) {
659
+ year = b[0];
660
+ rule = b[1];
661
+ b = (!prev && EXACT_DATE_TIME[year] && EXACT_DATE_TIME[year][rule]) ? EXACT_DATE_TIME[year][rule]
662
+ : convertRuleToExactDateAndTime(b, prev);
663
+ } else if (prev) {
664
+ b = convertDateToUTC(b, isUTC ? 'u' : 'w', prev);
665
+ }
666
+ a = Number(a);
667
+ b = Number(b);
668
+ return a - b;
669
+ };
670
+
671
+ var year = date.getUTCFullYear();
672
+ var applicableRules;
673
+
674
+ applicableRules = findApplicableRules(year, _this.rules[ruleset]);
675
+ applicableRules.push(date);
676
+ //While sorting, the time zone in which the rule starting time is specified
677
+ // is ignored. This is ok as long as the timespan between two DST changes is
678
+ // larger than the DST offset, which is probably always true.
679
+ // As the given date may indeed be close to a DST change, it may get sorted
680
+ // to a wrong position (off by one), which is corrected below.
681
+ applicableRules.sort(compareDates);
682
+
683
+ //If there are not enough past DST rules...
684
+ if (applicableRules.indexOf(date) < 2) {
685
+ applicableRules = applicableRules.concat(findApplicableRules(year-1, _this.rules[ruleset]));
686
+ applicableRules.sort(compareDates);
687
+ }
688
+ var pinpoint = applicableRules.indexOf(date);
689
+ if (pinpoint > 1 && compareDates(date, applicableRules[pinpoint-1], applicableRules[pinpoint-2][1]) < 0) {
690
+ //The previous rule does not really apply, take the one before that.
691
+ return applicableRules[pinpoint - 2][1];
692
+ } else if (pinpoint > 0 && pinpoint < applicableRules.length - 1 && compareDates(date, applicableRules[pinpoint+1], applicableRules[pinpoint-1][1]) > 0) {
693
+
694
+ //The next rule does already apply, take that one.
695
+ return applicableRules[pinpoint + 1][1];
696
+ } else if (pinpoint === 0) {
697
+ //No applicable rule found in this and in previous year.
698
+ return null;
699
+ }
700
+ return applicableRules[pinpoint - 1][1];
701
+ }
702
+ function getAdjustedOffset(off, rule) {
703
+ return -Math.ceil(rule[6] - off);
704
+ }
705
+ function getAbbreviation(zone, rule) {
706
+ var res;
707
+ var base = zone[2];
708
+ if (base.indexOf('%s') > -1) {
709
+ var repl;
710
+ if (rule) {
711
+ repl = rule[7] === '-' ? '' : rule[7];
712
+ }
713
+ //FIXME: Right now just falling back to Standard --
714
+ // apparently ought to use the last valid rule,
715
+ // although in practice that always ought to be Standard
716
+ else {
717
+ repl = 'S';
718
+ }
719
+ res = base.replace('%s', repl);
720
+ }
721
+ else if (base.indexOf('/') > -1) {
722
+ //Chose one of two alternative strings.
723
+ res = base.split("/", 2)[rule[6] ? 1 : 0];
724
+ } else {
725
+ res = base;
726
+ }
727
+ return res;
728
+ }
729
+
730
+ this.zoneFileBasePath;
731
+ this.zoneFiles = ['africa', 'antarctica', 'asia', 'australasia', 'backward', 'etcetera', 'europe', 'northamerica', 'pacificnew', 'southamerica'];
732
+ this.loadingSchemes = {
733
+ PRELOAD_ALL: 'preloadAll',
734
+ LAZY_LOAD: 'lazyLoad',
735
+ MANUAL_LOAD: 'manualLoad'
736
+ };
737
+ this.loadingScheme = this.loadingSchemes.LAZY_LOAD;
738
+ this.loadedZones = {};
739
+ this.zones = {};
740
+ this.rules = {};
741
+
742
+ this.init = function (o) {
743
+ var opts = { async: true }
744
+ , def = this.defaultZoneFile = this.loadingScheme === this.loadingSchemes.PRELOAD_ALL
745
+ ? this.zoneFiles
746
+ : 'northamerica'
747
+ , done = 0
748
+ , callbackFn;
749
+ //Override default with any passed-in opts
750
+ for (var p in o) {
751
+ opts[p] = o[p];
752
+ }
753
+ if (typeof def === 'string') {
754
+ return this.loadZoneFile(def, opts);
755
+ }
756
+ //Wraps callback function in another one that makes
757
+ // sure all files have been loaded.
758
+ callbackFn = opts.callback;
759
+ opts.callback = function () {
760
+ done++;
761
+ (done === def.length) && typeof callbackFn === 'function' && callbackFn();
762
+ };
763
+ for (var i = 0; i < def.length; i++) {
764
+ this.loadZoneFile(def[i], opts);
765
+ }
766
+ };
767
+
768
+ //Get the zone files via XHR -- if the sync flag
769
+ // is set to true, it's being called by the lazy-loading
770
+ // mechanism, so the result needs to be returned inline.
771
+ this.loadZoneFile = function (fileName, opts) {
772
+ if (typeof this.zoneFileBasePath === 'undefined') {
773
+ throw new Error('Please define a base path to your zone file directory -- timezoneJS.timezone.zoneFileBasePath.');
774
+ }
775
+ //Ignore already loaded zones.
776
+ if (this.loadedZones[fileName]) {
777
+ return;
778
+ }
779
+ this.loadedZones[fileName] = true;
780
+ return builtInLoadZoneFile(fileName, opts);
781
+ };
782
+ this.loadZoneJSONData = function (url, sync) {
783
+ var processData = function (data) {
784
+ data = eval('('+ data +')');
785
+ for (var z in data.zones) {
786
+ _this.zones[z] = data.zones[z];
787
+ }
788
+ for (var r in data.rules) {
789
+ _this.rules[r] = data.rules[r];
790
+ }
791
+ };
792
+ return sync
793
+ ? processData(_this.transport({ url : url, async : false }))
794
+ : _this.transport({ url : url, success : processData });
795
+ };
796
+ this.loadZoneDataFromObject = function (data) {
797
+ if (!data) { return; }
798
+ for (var z in data.zones) {
799
+ _this.zones[z] = data.zones[z];
800
+ }
801
+ for (var r in data.rules) {
802
+ _this.rules[r] = data.rules[r];
803
+ }
804
+ };
805
+ this.getAllZones = function () {
806
+ var arr = [];
807
+ for (var z in this.zones) { arr.push(z); }
808
+ return arr.sort();
809
+ };
810
+ this.parseZones = function (str) {
811
+ var lines = str.split('\n')
812
+ , arr = []
813
+ , chunk = ''
814
+ , l
815
+ , zone = null
816
+ , rule = null;
817
+ for (var i = 0; i < lines.length; i++) {
818
+ l = lines[i];
819
+ if (l.match(/^\s/)) {
820
+ l = "Zone " + zone + l;
821
+ }
822
+ l = l.split("#")[0];
823
+ if (l.length > 3) {
824
+ arr = l.split(/\s+/);
825
+ chunk = arr.shift();
826
+ //Ignore Leap.
827
+ switch (chunk) {
828
+ case 'Zone':
829
+ zone = arr.shift();
830
+ if (!_this.zones[zone]) {
831
+ _this.zones[zone] = [];
832
+ }
833
+ if (arr.length < 3) break;
834
+ //Process zone right here and replace 3rd element with the processed array.
835
+ arr.splice(3, arr.length, processZone(arr));
836
+ if (arr[3]) arr[3] = Date.UTC.apply(null, arr[3]);
837
+ arr[0] = -getBasicOffset(arr[0]);
838
+ _this.zones[zone].push(arr);
839
+ break;
840
+ case 'Rule':
841
+ rule = arr.shift();
842
+ if (!_this.rules[rule]) {
843
+ _this.rules[rule] = [];
844
+ }
845
+ //Parse int FROM year and TO year
846
+ arr[0] = parseInt(arr[0], 10);
847
+ arr[1] = parseInt(arr[1], 10) || arr[1];
848
+ //Parse time string AT
849
+ arr[5] = parseTimeString(arr[5]);
850
+ //Parse offset SAVE
851
+ arr[6] = getBasicOffset(arr[6]);
852
+ _this.rules[rule].push(arr);
853
+ break;
854
+ case 'Link':
855
+ //No zones for these should already exist.
856
+ if (_this.zones[arr[1]]) {
857
+ throw new Error('Error with Link ' + arr[1] + '. Cannot create link of a preexisted zone.');
858
+ }
859
+ //Create the link.
860
+ _this.zones[arr[1]] = arr[0];
861
+ break;
862
+ }
863
+ }
864
+ }
865
+ return true;
866
+ };
867
+ //Expose transport mechanism and allow overwrite.
868
+ this.transport = _transport;
869
+ this.getTzInfo = function (dt, tz, isUTC) {
870
+ //Lazy-load any zones not yet loaded.
871
+ if (this.loadingScheme === this.loadingSchemes.LAZY_LOAD) {
872
+ //Get the correct region for the zone.
873
+ var zoneFile = getRegionForTimezone(tz);
874
+ if (!zoneFile) {
875
+ throw new Error('Not a valid timezone ID.');
876
+ }
877
+ if (!this.loadedZones[zoneFile]) {
878
+ //Get the file and parse it -- use synchronous XHR.
879
+ this.loadZoneFile(zoneFile);
880
+ }
881
+ }
882
+ var z = getZone(dt, tz);
883
+ var off = z[0];
884
+ //See if the offset needs adjustment.
885
+ var rule = getRule(dt, z, isUTC);
886
+ if (rule) {
887
+ off = getAdjustedOffset(off, rule);
888
+ }
889
+ var abbr = getAbbreviation(z, rule);
890
+ return { tzOffset: off, tzAbbr: abbr };
891
+ };
892
+ };
893
+ }).call(this);
js/jquery-flot/examples/axes-time-zones/index.html ADDED
@@ -0,0 +1,114 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2
+ <html>
3
+ <head>
4
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5
+ <title>Flot Examples: Time zones</title>
6
+ <link href="../examples.css" rel="stylesheet" type="text/css">
7
+ <!--[if lte IE 8]><script language="javascript" type="text/javascript" src="../../excanvas.min.js"></script><![endif]-->
8
+ <script language="javascript" type="text/javascript" src="../../jquery.js"></script>
9
+ <script language="javascript" type="text/javascript" src="../../jquery.flot.js"></script>
10
+ <script language="javascript" type="text/javascript" src="../../jquery.flot.time.js"></script>
11
+ <script language="javascript" type="text/javascript" src="date.js"></script>
12
+ <script type="text/javascript">
13
+
14
+ $(function() {
15
+
16
+ timezoneJS.timezone.zoneFileBasePath = "tz";
17
+ timezoneJS.timezone.defaultZoneFile = [];
18
+ timezoneJS.timezone.init({async: false});
19
+
20
+ var d = [
21
+ [Date.UTC(2011, 2, 12, 14, 0, 0), 28],
22
+ [Date.UTC(2011, 2, 12, 15, 0, 0), 27],
23
+ [Date.UTC(2011, 2, 12, 16, 0, 0), 25],
24
+ [Date.UTC(2011, 2, 12, 17, 0, 0), 19],
25
+ [Date.UTC(2011, 2, 12, 18, 0, 0), 16],
26
+ [Date.UTC(2011, 2, 12, 19, 0, 0), 14],
27
+ [Date.UTC(2011, 2, 12, 20, 0, 0), 11],
28
+ [Date.UTC(2011, 2, 12, 21, 0, 0), 9],
29
+ [Date.UTC(2011, 2, 12, 22, 0, 0), 7.5],
30
+ [Date.UTC(2011, 2, 12, 23, 0, 0), 6],
31
+ [Date.UTC(2011, 2, 13, 0, 0, 0), 5],
32
+ [Date.UTC(2011, 2, 13, 1, 0, 0), 6],
33
+ [Date.UTC(2011, 2, 13, 2, 0, 0), 7.5],
34
+ [Date.UTC(2011, 2, 13, 3, 0, 0), 9],
35
+ [Date.UTC(2011, 2, 13, 4, 0, 0), 11],
36
+ [Date.UTC(2011, 2, 13, 5, 0, 0), 14],
37
+ [Date.UTC(2011, 2, 13, 6, 0, 0), 16],
38
+ [Date.UTC(2011, 2, 13, 7, 0, 0), 19],
39
+ [Date.UTC(2011, 2, 13, 8, 0, 0), 25],
40
+ [Date.UTC(2011, 2, 13, 9, 0, 0), 27],
41
+ [Date.UTC(2011, 2, 13, 10, 0, 0), 28],
42
+ [Date.UTC(2011, 2, 13, 11, 0, 0), 29],
43
+ [Date.UTC(2011, 2, 13, 12, 0, 0), 29.5],
44
+ [Date.UTC(2011, 2, 13, 13, 0, 0), 29],
45
+ [Date.UTC(2011, 2, 13, 14, 0, 0), 28],
46
+ [Date.UTC(2011, 2, 13, 15, 0, 0), 27],
47
+ [Date.UTC(2011, 2, 13, 16, 0, 0), 25],
48
+ [Date.UTC(2011, 2, 13, 17, 0, 0), 19],
49
+ [Date.UTC(2011, 2, 13, 18, 0, 0), 16],
50
+ [Date.UTC(2011, 2, 13, 19, 0, 0), 14],
51
+ [Date.UTC(2011, 2, 13, 20, 0, 0), 11],
52
+ [Date.UTC(2011, 2, 13, 21, 0, 0), 9],
53
+ [Date.UTC(2011, 2, 13, 22, 0, 0), 7.5],
54
+ [Date.UTC(2011, 2, 13, 23, 0, 0), 6]
55
+ ];
56
+
57
+ var plot = $.plot("#placeholderUTC", [d], {
58
+ xaxis: {
59
+ mode: "time"
60
+ }
61
+ });
62
+
63
+ var plot = $.plot("#placeholderLocal", [d], {
64
+ xaxis: {
65
+ mode: "time",
66
+ timezone: "browser"
67
+ }
68
+ });
69
+
70
+ var plot = $.plot("#placeholderChicago", [d], {
71
+ xaxis: {
72
+ mode: "time",
73
+ timezone: "America/Chicago"
74
+ }
75
+ });
76
+
77
+ // Add the Flot version string to the footer
78
+
79
+ $("#footer").prepend("Flot " + $.plot.version + " &ndash; ");
80
+ });
81
+
82
+ </script>
83
+ </head>
84
+ <body>
85
+
86
+ <div id="header">
87
+ <h2>Time zones</h2>
88
+ </div>
89
+
90
+ <div id="content">
91
+
92
+ <h3>UTC</h3>
93
+ <div class="demo-container" style="height: 300px;">
94
+ <div id="placeholderUTC" class="demo-placeholder"></div>
95
+ </div>
96
+
97
+ <h3>Browser</h3>
98
+ <div class="demo-container" style="height: 300px;">
99
+ <div id="placeholderLocal" class="demo-placeholder"></div>
100
+ </div>
101
+
102
+ <h3>Chicago</h3>
103
+ <div class="demo-container" style="height: 300px;">
104
+ <div id="placeholderChicago" class="demo-placeholder"></div>
105
+ </div>
106
+
107
+ </div>
108
+
109
+ <div id="footer">
110
+ Copyright &copy; 2007 - 2014 IOLA and Ole Laursen
111
+ </div>
112
+
113
+ </body>
114
+ </html>
js/jquery-flot/examples/axes-time-zones/tz/africa ADDED
@@ -0,0 +1,1181 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # <pre>
2
+ # This file is in the public domain, so clarified as of
3
+ # 2009-05-17 by Arthur David Olson.
4
+
5
+ # This data is by no means authoritative; if you think you know better,
6
+ # go ahead and edit the file (and please send any changes to
7
+ # tz@iana.org for general use in the future).
8
+
9
+ # From Paul Eggert (2006-03-22):
10
+ #
11
+ # A good source for time zone historical data outside the U.S. is
12
+ # Thomas G. Shanks and Rique Pottenger, The International Atlas (6th edition),
13
+ # San Diego: ACS Publications, Inc. (2003).
14
+ #
15
+ # Gwillim Law writes that a good source
16
+ # for recent time zone data is the International Air Transport
17
+ # Association's Standard Schedules Information Manual (IATA SSIM),
18
+ # published semiannually. Law sent in several helpful summaries
19
+ # of the IATA's data after 1990.
20
+ #
21
+ # Except where otherwise noted, Shanks & Pottenger is the source for
22
+ # entries through 1990, and IATA SSIM is the source for entries afterwards.
23
+ #
24
+ # Another source occasionally used is Edward W. Whitman, World Time Differences,
25
+ # Whitman Publishing Co, 2 Niagara Av, Ealing, London (undated), which
26
+ # I found in the UCLA library.
27
+ #
28
+ # A reliable and entertaining source about time zones is
29
+ # Derek Howse, Greenwich time and longitude, Philip Wilson Publishers (1997).
30
+ #
31
+ # Previous editions of this database used WAT, CAT, SAT, and EAT
32
+ # for +0:00 through +3:00, respectively,
33
+ # but Mark R V Murray reports that
34
+ # `SAST' is the official abbreviation for +2:00 in the country of South Africa,
35
+ # `CAT' is commonly used for +2:00 in countries north of South Africa, and
36
+ # `WAT' is probably the best name for +1:00, as the common phrase for
37
+ # the area that includes Nigeria is ``West Africa''.
38
+ # He has heard of ``Western Sahara Time'' for +0:00 but can find no reference.
39
+ #
40
+ # To make things confusing, `WAT' seems to have been used for -1:00 long ago;
41
+ # I'd guess that this was because people needed _some_ name for -1:00,
42
+ # and at the time, far west Africa was the only major land area in -1:00.
43
+ # This usage is now obsolete, as the last use of -1:00 on the African
44
+ # mainland seems to have been 1976 in Western Sahara.
45
+ #
46
+ # To summarize, the following abbreviations seem to have some currency:
47
+ # -1:00 WAT West Africa Time (no longer used)
48
+ # 0:00 GMT Greenwich Mean Time
49
+ # 2:00 CAT Central Africa Time
50
+ # 2:00 SAST South Africa Standard Time
51
+ # and Murray suggests the following abbreviation:
52
+ # 1:00 WAT West Africa Time
53
+ # I realize that this leads to `WAT' being used for both -1:00 and 1:00
54
+ # for times before 1976, but this is the best I can think of
55
+ # until we get more information.
56
+ #
57
+ # I invented the following abbreviations; corrections are welcome!
58
+ # 2:00 WAST West Africa Summer Time
59
+ # 2:30 BEAT British East Africa Time (no longer used)
60
+ # 2:45 BEAUT British East Africa Unified Time (no longer used)
61
+ # 3:00 CAST Central Africa Summer Time (no longer used)
62
+ # 3:00 SAST South Africa Summer Time (no longer used)
63
+ # 3:00 EAT East Africa Time
64
+ # 4:00 EAST East Africa Summer Time (no longer used)
65
+
66
+ # Algeria
67
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
68
+ Rule Algeria 1916 only - Jun 14 23:00s 1:00 S
69
+ Rule Algeria 1916 1919 - Oct Sun>=1 23:00s 0 -
70
+ Rule Algeria 1917 only - Mar 24 23:00s 1:00 S
71
+ Rule Algeria 1918 only - Mar 9 23:00s 1:00 S
72
+ Rule Algeria 1919 only - Mar 1 23:00s 1:00 S
73
+ Rule Algeria 1920 only - Feb 14 23:00s 1:00 S
74
+ Rule Algeria 1920 only - Oct 23 23:00s 0 -
75
+ Rule Algeria 1921 only - Mar 14 23:00s 1:00 S
76
+ Rule Algeria 1921 only - Jun 21 23:00s 0 -
77
+ Rule Algeria 1939 only - Sep 11 23:00s 1:00 S
78
+ Rule Algeria 1939 only - Nov 19 1:00 0 -
79
+ Rule Algeria 1944 1945 - Apr Mon>=1 2:00 1:00 S
80
+ Rule Algeria 1944 only - Oct 8 2:00 0 -
81
+ Rule Algeria 1945 only - Sep 16 1:00 0 -
82
+ Rule Algeria 1971 only - Apr 25 23:00s 1:00 S
83
+ Rule Algeria 1971 only - Sep 26 23:00s 0 -
84
+ Rule Algeria 1977 only - May 6 0:00 1:00 S
85
+ Rule Algeria 1977 only - Oct 21 0:00 0 -
86
+ Rule Algeria 1978 only - Mar 24 1:00 1:00 S
87
+ Rule Algeria 1978 only - Sep 22 3:00 0 -
88
+ Rule Algeria 1980 only - Apr 25 0:00 1:00 S
89
+ Rule Algeria 1980 only - Oct 31 2:00 0 -
90
+ # Shanks & Pottenger give 0:09:20 for Paris Mean Time; go with Howse's
91
+ # more precise 0:09:21.
92
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
93
+ Zone Africa/Algiers 0:12:12 - LMT 1891 Mar 15 0:01
94
+ 0:09:21 - PMT 1911 Mar 11 # Paris Mean Time
95
+ 0:00 Algeria WE%sT 1940 Feb 25 2:00
96
+ 1:00 Algeria CE%sT 1946 Oct 7
97
+ 0:00 - WET 1956 Jan 29
98
+ 1:00 - CET 1963 Apr 14
99
+ 0:00 Algeria WE%sT 1977 Oct 21
100
+ 1:00 Algeria CE%sT 1979 Oct 26
101
+ 0:00 Algeria WE%sT 1981 May
102
+ 1:00 - CET
103
+
104
+ # Angola
105
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
106
+ Zone Africa/Luanda 0:52:56 - LMT 1892
107
+ 0:52:04 - AOT 1911 May 26 # Angola Time
108
+ 1:00 - WAT
109
+
110
+ # Benin
111
+ # Whitman says they switched to 1:00 in 1946, not 1934;
112
+ # go with Shanks & Pottenger.
113
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
114
+ Zone Africa/Porto-Novo 0:10:28 - LMT 1912
115
+ 0:00 - GMT 1934 Feb 26
116
+ 1:00 - WAT
117
+
118
+ # Botswana
119
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
120
+ Zone Africa/Gaborone 1:43:40 - LMT 1885
121
+ 2:00 - CAT 1943 Sep 19 2:00
122
+ 2:00 1:00 CAST 1944 Mar 19 2:00
123
+ 2:00 - CAT
124
+
125
+ # Burkina Faso
126
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
127
+ Zone Africa/Ouagadougou -0:06:04 - LMT 1912
128
+ 0:00 - GMT
129
+
130
+ # Burundi
131
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
132
+ Zone Africa/Bujumbura 1:57:28 - LMT 1890
133
+ 2:00 - CAT
134
+
135
+ # Cameroon
136
+ # Whitman says they switched to 1:00 in 1920; go with Shanks & Pottenger.
137
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
138
+ Zone Africa/Douala 0:38:48 - LMT 1912
139
+ 1:00 - WAT
140
+
141
+ # Cape Verde
142
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
143
+ Zone Atlantic/Cape_Verde -1:34:04 - LMT 1907 # Praia
144
+ -2:00 - CVT 1942 Sep
145
+ -2:00 1:00 CVST 1945 Oct 15
146
+ -2:00 - CVT 1975 Nov 25 2:00
147
+ -1:00 - CVT
148
+
149
+ # Central African Republic
150
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
151
+ Zone Africa/Bangui 1:14:20 - LMT 1912
152
+ 1:00 - WAT
153
+
154
+ # Chad
155
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
156
+ Zone Africa/Ndjamena 1:00:12 - LMT 1912
157
+ 1:00 - WAT 1979 Oct 14
158
+ 1:00 1:00 WAST 1980 Mar 8
159
+ 1:00 - WAT
160
+
161
+ # Comoros
162
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
163
+ Zone Indian/Comoro 2:53:04 - LMT 1911 Jul # Moroni, Gran Comoro
164
+ 3:00 - EAT
165
+
166
+ # Democratic Republic of Congo
167
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
168
+ Zone Africa/Kinshasa 1:01:12 - LMT 1897 Nov 9
169
+ 1:00 - WAT
170
+ Zone Africa/Lubumbashi 1:49:52 - LMT 1897 Nov 9
171
+ 2:00 - CAT
172
+
173
+ # Republic of the Congo
174
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
175
+ Zone Africa/Brazzaville 1:01:08 - LMT 1912
176
+ 1:00 - WAT
177
+
178
+ # Cote D'Ivoire
179
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
180
+ Zone Africa/Abidjan -0:16:08 - LMT 1912
181
+ 0:00 - GMT
182
+
183
+ # Djibouti
184
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
185
+ Zone Africa/Djibouti 2:52:36 - LMT 1911 Jul
186
+ 3:00 - EAT
187
+
188
+ ###############################################################################
189
+
190
+ # Egypt
191
+
192
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
193
+ Rule Egypt 1940 only - Jul 15 0:00 1:00 S
194
+ Rule Egypt 1940 only - Oct 1 0:00 0 -
195
+ Rule Egypt 1941 only - Apr 15 0:00 1:00 S
196
+ Rule Egypt 1941 only - Sep 16 0:00 0 -
197
+ Rule Egypt 1942 1944 - Apr 1 0:00 1:00 S
198
+ Rule Egypt 1942 only - Oct 27 0:00 0 -
199
+ Rule Egypt 1943 1945 - Nov 1 0:00 0 -
200
+ Rule Egypt 1945 only - Apr 16 0:00 1:00 S
201
+ Rule Egypt 1957 only - May 10 0:00 1:00 S
202
+ Rule Egypt 1957 1958 - Oct 1 0:00 0 -
203
+ Rule Egypt 1958 only - May 1 0:00 1:00 S
204
+ Rule Egypt 1959 1981 - May 1 1:00 1:00 S
205
+ Rule Egypt 1959 1965 - Sep 30 3:00 0 -
206
+ Rule Egypt 1966 1994 - Oct 1 3:00 0 -
207
+ Rule Egypt 1982 only - Jul 25 1:00 1:00 S
208
+ Rule Egypt 1983 only - Jul 12 1:00 1:00 S
209
+ Rule Egypt 1984 1988 - May 1 1:00 1:00 S
210
+ Rule Egypt 1989 only - May 6 1:00 1:00 S
211
+ Rule Egypt 1990 1994 - May 1 1:00 1:00 S
212
+ # IATA (after 1990) says transitions are at 0:00.
213
+ # Go with IATA starting in 1995, except correct 1995 entry from 09-30 to 09-29.
214
+
215
+ # From Alexander Krivenyshev (2011-04-20):
216
+ # "...Egypt's interim cabinet decided on Wednesday to cancel daylight
217
+ # saving time after a poll posted on its website showed the majority of
218
+ # Egyptians would approve the cancellation."
219
+ #
220
+ # Egypt to cancel daylight saving time
221
+ # <a href="http://www.almasryalyoum.com/en/node/407168">
222
+ # http://www.almasryalyoum.com/en/node/407168
223
+ # </a>
224
+ # or
225
+ # <a href="http://www.worldtimezone.com/dst_news/dst_news_egypt04.html">
226
+ # http://www.worldtimezone.com/dst_news/dst_news_egypt04.html
227
+ # </a>
228
+ Rule Egypt 1995 2010 - Apr lastFri 0:00s 1:00 S
229
+ Rule Egypt 1995 2005 - Sep lastThu 23:00s 0 -
230
+ # From Steffen Thorsen (2006-09-19):
231
+ # The Egyptian Gazette, issue 41,090 (2006-09-18), page 1, reports:
232
+ # Egypt will turn back clocks by one hour at the midnight of Thursday
233
+ # after observing the daylight saving time since May.
234
+ # http://news.gom.com.eg/gazette/pdf/2006/09/18/01.pdf
235
+ Rule Egypt 2006 only - Sep 21 23:00s 0 -
236
+ # From Dirk Losch (2007-08-14):
237
+ # I received a mail from an airline which says that the daylight
238
+ # saving time in Egypt will end in the night of 2007-09-06 to 2007-09-07.
239
+ # From Jesper Norgaard Welen (2007-08-15): [The following agree:]
240
+ # http://www.nentjes.info/Bill/bill5.htm
241
+ # http://www.timeanddate.com/worldclock/city.html?n=53
242
+ # From Steffen Thorsen (2007-09-04): The official information...:
243
+ # http://www.sis.gov.eg/En/EgyptOnline/Miscellaneous/000002/0207000000000000001580.htm
244
+ Rule Egypt 2007 only - Sep Thu>=1 23:00s 0 -
245
+ # From Abdelrahman Hassan (2007-09-06):
246
+ # Due to the Hijri (lunar Islamic calendar) year being 11 days shorter
247
+ # than the year of the Gregorian calendar, Ramadan shifts earlier each
248
+ # year. This year it will be observed September 13 (September is quite
249
+ # hot in Egypt), and the idea is to make fasting easier for workers by
250
+ # shifting business hours one hour out of daytime heat. Consequently,
251
+ # unless discontinued, next DST may end Thursday 28 August 2008.
252
+ # From Paul Eggert (2007-08-17):
253
+ # For lack of better info, assume the new rule is last Thursday in August.
254
+
255
+ # From Petr Machata (2009-04-06):
256
+ # The following appeared in Red Hat bugzilla[1] (edited):
257
+ #
258
+ # > $ zdump -v /usr/share/zoneinfo/Africa/Cairo | grep 2009
259
+ # > /usr/share/zoneinfo/Africa/Cairo Thu Apr 23 21:59:59 2009 UTC = Thu =
260
+ # Apr 23
261
+ # > 23:59:59 2009 EET isdst=0 gmtoff=7200
262
+ # > /usr/share/zoneinfo/Africa/Cairo Thu Apr 23 22:00:00 2009 UTC = Fri =
263
+ # Apr 24
264
+ # > 01:00:00 2009 EEST isdst=1 gmtoff=10800
265
+ # > /usr/share/zoneinfo/Africa/Cairo Thu Aug 27 20:59:59 2009 UTC = Thu =
266
+ # Aug 27
267
+ # > 23:59:59 2009 EEST isdst=1 gmtoff=10800
268
+ # > /usr/share/zoneinfo/Africa/Cairo Thu Aug 27 21:00:00 2009 UTC = Thu =
269
+ # Aug 27
270
+ # > 23:00:00 2009 EET isdst=0 gmtoff=7200
271
+ #
272
+ # > end date should be Thu Sep 24 2009 (Last Thursday in September at 23:59=
273
+ # :59)
274
+ # > http://support.microsoft.com/kb/958729/
275
+ #
276
+ # timeanddate[2] and another site I've found[3] also support that.
277
+ #
278
+ # [1] <a href="https://bugzilla.redhat.com/show_bug.cgi?id=492263">
279
+ # https://bugzilla.redhat.com/show_bug.cgi?id=492263
280
+ # </a>
281
+ # [2] <a href="http://www.timeanddate.com/worldclock/clockchange.html?n=53">
282
+ # http://www.timeanddate.com/worldclock/clockchange.html?n=53
283
+ # </a>
284
+ # [3] <a href="http://wwp.greenwichmeantime.com/time-zone/africa/egypt/">
285
+ # http://wwp.greenwichmeantime.com/time-zone/africa/egypt/
286
+ # </a>
287
+
288
+ # From Arthur David Olson (2009-04-20):
289
+ # In 2009 (and for the next several years), Ramadan ends before the fourth
290
+ # Thursday in September; Egypt is expected to revert to the last Thursday
291
+ # in September.
292
+
293
+ # From Steffen Thorsen (2009-08-11):
294
+ # We have been able to confirm the August change with the Egyptian Cabinet
295
+ # Information and Decision Support Center:
296
+ # <a href="http://www.timeanddate.com/news/time/egypt-dst-ends-2009.html">
297
+ # http://www.timeanddate.com/news/time/egypt-dst-ends-2009.html
298
+ # </a>
299
+ #
300
+ # The Middle East News Agency
301
+ # <a href="http://www.mena.org.eg/index.aspx">
302
+ # http://www.mena.org.eg/index.aspx
303
+ # </a>
304
+ # also reports "Egypt starts winter time on August 21"
305
+ # today in article numbered "71, 11/08/2009 12:25 GMT."
306
+ # Only the title above is available without a subscription to their service,
307
+ # and can be found by searching for "winter" in their search engine
308
+ # (at least today).
309
+
310
+ # From Alexander Krivenyshev (2010-07-20):
311
+ # According to News from Egypt - Al-Masry Al-Youm Egypt's cabinet has
312
+ # decided that Daylight Saving Time will not be used in Egypt during
313
+ # Ramadan.
314
+ #
315
+ # Arabic translation:
316
+ # "Clocks to go back during Ramadan--and then forward again"
317
+ # <a href="http://www.almasryalyoum.com/en/news/clocks-go-back-during-ramadan-and-then-forward-again">
318
+ # http://www.almasryalyoum.com/en/news/clocks-go-back-during-ramadan-and-then-forward-again
319
+ # </a>
320
+ # or
321
+ # <a href="http://www.worldtimezone.com/dst_news/dst_news_egypt02.html">
322
+ # http://www.worldtimezone.com/dst_news/dst_news_egypt02.html
323
+ # </a>
324
+
325
+ Rule Egypt 2008 only - Aug lastThu 23:00s 0 -
326
+ Rule Egypt 2009 only - Aug 20 23:00s 0 -
327
+ Rule Egypt 2010 only - Aug 11 0:00 0 -
328
+ Rule Egypt 2010 only - Sep 10 0:00 1:00 S
329
+ Rule Egypt 2010 only - Sep lastThu 23:00s 0 -
330
+
331
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
332
+ Zone Africa/Cairo 2:05:00 - LMT 1900 Oct
333
+ 2:00 Egypt EE%sT
334
+
335
+ # Equatorial Guinea
336
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
337
+ Zone Africa/Malabo 0:35:08 - LMT 1912
338
+ 0:00 - GMT 1963 Dec 15
339
+ 1:00 - WAT
340
+
341
+ # Eritrea
342
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
343
+ Zone Africa/Asmara 2:35:32 - LMT 1870
344
+ 2:35:32 - AMT 1890 # Asmara Mean Time
345
+ 2:35:20 - ADMT 1936 May 5 # Adis Dera MT
346
+ 3:00 - EAT
347
+
348
+ # Ethiopia
349
+ # From Paul Eggert (2006-03-22):
350
+ # Shanks & Pottenger write that Ethiopia had six narrowly-spaced time zones
351
+ # between 1870 and 1890, and that they merged to 38E50 (2:35:20) in 1890.
352
+ # We'll guess that 38E50 is for Adis Dera.
353
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
354
+ Zone Africa/Addis_Ababa 2:34:48 - LMT 1870
355
+ 2:35:20 - ADMT 1936 May 5 # Adis Dera MT
356
+ 3:00 - EAT
357
+
358
+ # Gabon
359
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
360
+ Zone Africa/Libreville 0:37:48 - LMT 1912
361
+ 1:00 - WAT
362
+
363
+ # Gambia
364
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
365
+ Zone Africa/Banjul -1:06:36 - LMT 1912
366
+ -1:06:36 - BMT 1935 # Banjul Mean Time
367
+ -1:00 - WAT 1964
368
+ 0:00 - GMT
369
+
370
+ # Ghana
371
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
372
+ # Whitman says DST was observed from 1931 to ``the present'';
373
+ # go with Shanks & Pottenger.
374
+ Rule Ghana 1936 1942 - Sep 1 0:00 0:20 GHST
375
+ Rule Ghana 1936 1942 - Dec 31 0:00 0 GMT
376
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
377
+ Zone Africa/Accra -0:00:52 - LMT 1918
378
+ 0:00 Ghana %s
379
+
380
+ # Guinea
381
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
382
+ Zone Africa/Conakry -0:54:52 - LMT 1912
383
+ 0:00 - GMT 1934 Feb 26
384
+ -1:00 - WAT 1960
385
+ 0:00 - GMT
386
+
387
+ # Guinea-Bissau
388
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
389
+ Zone Africa/Bissau -1:02:20 - LMT 1911 May 26
390
+ -1:00 - WAT 1975
391
+ 0:00 - GMT
392
+
393
+ # Kenya
394
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
395
+ Zone Africa/Nairobi 2:27:16 - LMT 1928 Jul
396
+ 3:00 - EAT 1930
397
+ 2:30 - BEAT 1940
398
+ 2:45 - BEAUT 1960
399
+ 3:00 - EAT
400
+
401
+ # Lesotho
402
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
403
+ Zone Africa/Maseru 1:50:00 - LMT 1903 Mar
404
+ 2:00 - SAST 1943 Sep 19 2:00
405
+ 2:00 1:00 SAST 1944 Mar 19 2:00
406
+ 2:00 - SAST
407
+
408
+ # Liberia
409
+ # From Paul Eggert (2006-03-22):
410
+ # In 1972 Liberia was the last country to switch
411
+ # from a UTC offset that was not a multiple of 15 or 20 minutes.
412
+ # Howse reports that it was in honor of their president's birthday.
413
+ # Shank & Pottenger report the date as May 1, whereas Howse reports Jan;
414
+ # go with Shanks & Pottenger.
415
+ # For Liberia before 1972, Shanks & Pottenger report -0:44, whereas Howse and
416
+ # Whitman each report -0:44:30; go with the more precise figure.
417
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
418
+ Zone Africa/Monrovia -0:43:08 - LMT 1882
419
+ -0:43:08 - MMT 1919 Mar # Monrovia Mean Time
420
+ -0:44:30 - LRT 1972 May # Liberia Time
421
+ 0:00 - GMT
422
+
423
+ ###############################################################################
424
+
425
+ # Libya
426
+
427
+ # From Even Scharning (2012-11-10):
428
+ # Libya set their time one hour back at 02:00 on Saturday November 10.
429
+ # http://www.libyaherald.com/2012/11/04/clocks-to-go-back-an-hour-on-saturday/
430
+ # Here is an official source [in Arabic]: http://ls.ly/fb6Yc
431
+ #
432
+ # Steffen Thorsen forwarded a translation (2012-11-10) in
433
+ # http://mm.icann.org/pipermail/tz/2012-November/018451.html
434
+ #
435
+ # From Tim Parenti (2012-11-11):
436
+ # Treat the 2012-11-10 change as a zone change from UTC+2 to UTC+1.
437
+ # The DST rules planned for 2013 and onward roughly mirror those of Europe
438
+ # (either two days before them or five days after them, so as to fall on
439
+ # lastFri instead of lastSun).
440
+
441
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
442
+ Rule Libya 1951 only - Oct 14 2:00 1:00 S
443
+ Rule Libya 1952 only - Jan 1 0:00 0 -
444
+ Rule Libya 1953 only - Oct 9 2:00 1:00 S
445
+ Rule Libya 1954 only - Jan 1 0:00 0 -
446
+ Rule Libya 1955 only - Sep 30 0:00 1:00 S
447
+ Rule Libya 1956 only - Jan 1 0:00 0 -
448
+ Rule Libya 1982 1984 - Apr 1 0:00 1:00 S
449
+ Rule Libya 1982 1985 - Oct 1 0:00 0 -
450
+ Rule Libya 1985 only - Apr 6 0:00 1:00 S
451
+ Rule Libya 1986 only - Apr 4 0:00 1:00 S
452
+ Rule Libya 1986 only - Oct 3 0:00 0 -
453
+ Rule Libya 1987 1989 - Apr 1 0:00 1:00 S
454
+ Rule Libya 1987 1989 - Oct 1 0:00 0 -
455
+ Rule Libya 1997 only - Apr 4 0:00 1:00 S
456
+ Rule Libya 1997 only - Oct 4 0:00 0 -
457
+ Rule Libya 2013 max - Mar lastFri 1:00 1:00 S
458
+ Rule Libya 2013 max - Oct lastFri 2:00 0 -
459
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
460
+ Zone Africa/Tripoli 0:52:44 - LMT 1920
461
+ 1:00 Libya CE%sT 1959
462
+ 2:00 - EET 1982
463
+ 1:00 Libya CE%sT 1990 May 4
464
+ # The 1996 and 1997 entries are from Shanks & Pottenger;
465
+ # the IATA SSIM data contain some obvious errors.
466
+ 2:00 - EET 1996 Sep 30
467
+ 1:00 Libya CE%sT 1997 Oct 4
468
+ 2:00 - EET 2012 Nov 10 2:00
469
+ 1:00 Libya CE%sT
470
+
471
+ # Madagascar
472
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
473
+ Zone Indian/Antananarivo 3:10:04 - LMT 1911 Jul
474
+ 3:00 - EAT 1954 Feb 27 23:00s
475
+ 3:00 1:00 EAST 1954 May 29 23:00s
476
+ 3:00 - EAT
477
+
478
+ # Malawi
479
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
480
+ Zone Africa/Blantyre 2:20:00 - LMT 1903 Mar
481
+ 2:00 - CAT
482
+
483
+ # Mali
484
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
485
+ Zone Africa/Bamako -0:32:00 - LMT 1912
486
+ 0:00 - GMT 1934 Feb 26
487
+ -1:00 - WAT 1960 Jun 20
488
+ 0:00 - GMT
489
+
490
+ # Mauritania
491
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
492
+ Zone Africa/Nouakchott -1:03:48 - LMT 1912
493
+ 0:00 - GMT 1934 Feb 26
494
+ -1:00 - WAT 1960 Nov 28
495
+ 0:00 - GMT
496
+
497
+ # Mauritius
498
+
499
+ # From Steffen Thorsen (2008-06-25):
500
+ # Mauritius plans to observe DST from 2008-11-01 to 2009-03-31 on a trial
501
+ # basis....
502
+ # It seems that Mauritius observed daylight saving time from 1982-10-10 to
503
+ # 1983-03-20 as well, but that was not successful....
504
+ # http://www.timeanddate.com/news/time/mauritius-daylight-saving-time.html
505
+
506
+ # From Alex Krivenyshev (2008-06-25):
507
+ # http://economicdevelopment.gov.mu/portal/site/Mainhomepage/menuitem.a42b24128104d9845dabddd154508a0c/?content_id=0a7cee8b5d69a110VgnVCM1000000a04a8c0RCRD
508
+
509
+ # From Arthur David Olson (2008-06-30):
510
+ # The www.timeanddate.com article cited by Steffen Thorsen notes that "A
511
+ # final decision has yet to be made on the times that daylight saving
512
+ # would begin and end on these dates." As a place holder, use midnight.
513
+
514
+ # From Paul Eggert (2008-06-30):
515
+ # Follow Thorsen on DST in 1982/1983, instead of Shanks & Pottenger.
516
+
517
+ # From Steffen Thorsen (2008-07-10):
518
+ # According to
519
+ # <a href="http://www.lexpress.mu/display_article.php?news_id=111216">
520
+ # http://www.lexpress.mu/display_article.php?news_id=111216
521
+ # </a>
522
+ # (in French), Mauritius will start and end their DST a few days earlier
523
+ # than previously announced (2008-11-01 to 2009-03-31). The new start
524
+ # date is 2008-10-26 at 02:00 and the new end date is 2009-03-27 (no time
525
+ # given, but it is probably at either 2 or 3 wall clock time).
526
+ #
527
+ # A little strange though, since the article says that they moved the date
528
+ # to align itself with Europe and USA which also change time on that date,
529
+ # but that means they have not paid attention to what happened in
530
+ # USA/Canada last year (DST ends first Sunday in November). I also wonder
531
+ # why that they end on a Friday, instead of aligning with Europe which
532
+ # changes two days later.
533
+
534
+ # From Alex Krivenyshev (2008-07-11):
535
+ # Seems that English language article "The revival of daylight saving
536
+ # time: Energy conservation?"-# No. 16578 (07/11/2008) was originally
537
+ # published on Monday, June 30, 2008...
538
+ #
539
+ # I guess that article in French "Le gouvernement avance l'introduction
540
+ # de l'heure d'ete" stating that DST in Mauritius starting on October 26
541
+ # and ending on March 27, 2009 is the most recent one.
542
+ # ...
543
+ # <a href="http://www.worldtimezone.com/dst_news/dst_news_mauritius02.html">
544
+ # http://www.worldtimezone.com/dst_news/dst_news_mauritius02.html
545
+ # </a>
546
+
547
+ # From Riad M. Hossen Ally (2008-08-03):
548
+ # The Government of Mauritius weblink
549
+ # <a href="http://www.gov.mu/portal/site/pmosite/menuitem.4ca0efdee47462e7440a600248a521ca/?content_id=4728ca68b2a5b110VgnVCM1000000a04a8c0RCRD">
550
+ # http://www.gov.mu/portal/site/pmosite/menuitem.4ca0efdee47462e7440a600248a521ca/?content_id=4728ca68b2a5b110VgnVCM1000000a04a8c0RCRD
551
+ # </a>
552
+ # Cabinet Decision of July 18th, 2008 states as follows:
553
+ #
554
+ # 4. ...Cabinet has agreed to the introduction into the National Assembly
555
+ # of the Time Bill which provides for the introduction of summer time in
556
+ # Mauritius. The summer time period which will be of one hour ahead of
557
+ # the standard time, will be aligned with that in Europe and the United
558
+ # States of America. It will start at two o'clock in the morning on the
559
+ # last Sunday of October and will end at two o'clock in the morning on
560
+ # the last Sunday of March the following year. The summer time for the
561
+ # year 2008 - 2009 will, therefore, be effective as from 26 October 2008
562
+ # and end on 29 March 2009.
563
+
564
+ # From Ed Maste (2008-10-07):
565
+ # THE TIME BILL (No. XXVII of 2008) Explanatory Memorandum states the
566
+ # beginning / ending of summer time is 2 o'clock standard time in the
567
+ # morning of the last Sunday of October / last Sunday of March.
568
+ # <a href="http://www.gov.mu/portal/goc/assemblysite/file/bill2708.pdf">
569
+ # http://www.gov.mu/portal/goc/assemblysite/file/bill2708.pdf
570
+ # </a>
571
+
572
+ # From Steffen Thorsen (2009-06-05):
573
+ # According to several sources, Mauritius will not continue to observe
574
+ # DST the coming summer...
575
+ #
576
+ # Some sources, in French:
577
+ # <a href="http://www.defimedia.info/news/946/Rashid-Beebeejaun-:-%C2%AB-L%E2%80%99heure-d%E2%80%99%C3%A9t%C3%A9-ne-sera-pas-appliqu%C3%A9e-cette-ann%C3%A9e-%C2%BB">
578
+ # http://www.defimedia.info/news/946/Rashid-Beebeejaun-:-%C2%AB-L%E2%80%99heure-d%E2%80%99%C3%A9t%C3%A9-ne-sera-pas-appliqu%C3%A9e-cette-ann%C3%A9e-%C2%BB
579
+ # </a>
580
+ # <a href="http://lexpress.mu/Story/3398~Beebeejaun---Les-objectifs-d-%C3%A9conomie-d-%C3%A9nergie-de-l-heure-d-%C3%A9t%C3%A9-ont-%C3%A9t%C3%A9-atteints-">
581
+ # http://lexpress.mu/Story/3398~Beebeejaun---Les-objectifs-d-%C3%A9conomie-d-%C3%A9nergie-de-l-heure-d-%C3%A9t%C3%A9-ont-%C3%A9t%C3%A9-atteints-
582
+ # </a>
583
+ #
584
+ # Our wrap-up:
585
+ # <a href="http://www.timeanddate.com/news/time/mauritius-dst-will-not-repeat.html">
586
+ # http://www.timeanddate.com/news/time/mauritius-dst-will-not-repeat.html
587
+ # </a>
588
+
589
+ # From Arthur David Olson (2009-07-11):
590
+ # The "mauritius-dst-will-not-repeat" wrapup includes this:
591
+ # "The trial ended on March 29, 2009, when the clocks moved back by one hour
592
+ # at 2am (or 02:00) local time..."
593
+
594
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
595
+ Rule Mauritius 1982 only - Oct 10 0:00 1:00 S
596
+ Rule Mauritius 1983 only - Mar 21 0:00 0 -
597
+ Rule Mauritius 2008 only - Oct lastSun 2:00 1:00 S
598
+ Rule Mauritius 2009 only - Mar lastSun 2:00 0 -
599
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
600
+ Zone Indian/Mauritius 3:50:00 - LMT 1907 # Port Louis
601
+ 4:00 Mauritius MU%sT # Mauritius Time
602
+ # Agalega Is, Rodriguez
603
+ # no information; probably like Indian/Mauritius
604
+
605
+ # Mayotte
606
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
607
+ Zone Indian/Mayotte 3:00:56 - LMT 1911 Jul # Mamoutzou
608
+ 3:00 - EAT
609
+
610
+ # Morocco
611
+ # See the `europe' file for Spanish Morocco (Africa/Ceuta).
612
+
613
+ # From Alex Krivenyshev (2008-05-09):
614
+ # Here is an article that Morocco plan to introduce Daylight Saving Time between
615
+ # 1 June, 2008 and 27 September, 2008.
616
+ #
617
+ # "... Morocco is to save energy by adjusting its clock during summer so it will
618
+ # be one hour ahead of GMT between 1 June and 27 September, according to
619
+ # Communication Minister and Gov ernment Spokesman, Khalid Naciri...."
620
+ #
621
+ # <a href="http://www.worldtimezone.net/dst_news/dst_news_morocco01.html">
622
+ # http://www.worldtimezone.net/dst_news/dst_news_morocco01.html
623
+ # </a>
624
+ # OR
625
+ # <a href="http://en.afrik.com/news11892.html">
626
+ # http://en.afrik.com/news11892.html
627
+ # </a>
628
+
629
+ # From Alex Krivenyshev (2008-05-09):
630
+ # The Morocco time change can be confirmed on Morocco web site Maghreb Arabe Presse:
631
+ # <a href="http://www.map.ma/eng/sections/box3/morocco_shifts_to_da/view">
632
+ # http://www.map.ma/eng/sections/box3/morocco_shifts_to_da/view
633
+ # </a>
634
+ #
635
+ # Morocco shifts to daylight time on June 1st through September 27, Govt.
636
+ # spokesman.
637
+
638
+ # From Patrice Scattolin (2008-05-09):
639
+ # According to this article:
640
+ # <a href="http://www.avmaroc.com/actualite/heure-dete-comment-a127896.html">
641
+ # http://www.avmaroc.com/actualite/heure-dete-comment-a127896.html
642
+ # </a>
643
+ # (and republished here:
644
+ # <a href="http://www.actu.ma/heure-dete-comment_i127896_0.html">
645
+ # http://www.actu.ma/heure-dete-comment_i127896_0.html
646
+ # </a>
647
+ # )
648
+ # the changes occurs at midnight:
649
+ #
650
+ # saturday night may 31st at midnight (which in french is to be
651
+ # intrepreted as the night between saturday and sunday)
652
+ # sunday night the 28th at midnight
653
+ #
654
+ # Seeing that the 28th is monday, I am guessing that she intends to say
655
+ # the midnight of the 28th which is the midnight between sunday and
656
+ # monday, which jives with other sources that say that it's inclusive
657
+ # june1st to sept 27th.
658
+ #
659
+ # The decision was taken by decree *2-08-224 *but I can't find the decree
660
+ # published on the web.
661
+ #
662
+ # It's also confirmed here:
663
+ # <a href="http://www.maroc.ma/NR/exeres/FACF141F-D910-44B0-B7FA-6E03733425D1.htm">
664
+ # http://www.maroc.ma/NR/exeres/FACF141F-D910-44B0-B7FA-6E03733425D1.htm
665
+ # </a>
666
+ # on a government portal as being between june 1st and sept 27th (not yet
667
+ # posted in english).
668
+ #
669
+ # The following google query will generate many relevant hits:
670
+ # <a href="http://www.google.com/search?hl=en&q=Conseil+de+gouvernement+maroc+heure+avance&btnG=Search">
671
+ # http://www.google.com/search?hl=en&q=Conseil+de+gouvernement+maroc+heure+avance&btnG=Search
672
+ # </a>
673
+
674
+ # From Alex Krivenyshev (2008-05-09):
675
+ # Is Western Sahara (part which administrated by Morocco) going to follow
676
+ # Morocco DST changes? Any information? What about other part of
677
+ # Western Sahara - under administration of POLISARIO Front (also named
678
+ # SADR Saharawi Arab Democratic Republic)?
679
+
680
+ # From Arthur David Olson (2008-05-09):
681
+ # XXX--guess that it is only Morocco for now; guess only 2008 for now.
682
+
683
+ # From Steffen Thorsen (2008-08-27):
684
+ # Morocco will change the clocks back on the midnight between August 31
685
+ # and September 1. They originally planned to observe DST to near the end
686
+ # of September:
687
+ #
688
+ # One article about it (in French):
689
+ # <a href="http://www.menara.ma/fr/Actualites/Maroc/Societe/ci.retour_a_l_heure_gmt_a_partir_du_dimanche_31_aout_a_minuit_officiel_.default">
690
+ # http://www.menara.ma/fr/Actualites/Maroc/Societe/ci.retour_a_l_heure_gmt_a_partir_du_dimanche_31_aout_a_minuit_officiel_.default
691
+ # </a>
692
+ #
693
+ # We have some further details posted here:
694
+ # <a href="http://www.timeanddate.com/news/time/morocco-ends-dst-early-2008.html">
695
+ # http://www.timeanddate.com/news/time/morocco-ends-dst-early-2008.html
696
+ # </a>
697
+
698
+ # From Steffen Thorsen (2009-03-17):
699
+ # Morocco will observe DST from 2009-06-01 00:00 to 2009-08-21 00:00 according
700
+ # to many sources, such as
701
+ # <a href="http://news.marweb.com/morocco/entertainment/morocco-daylight-saving.html">
702
+ # http://news.marweb.com/morocco/entertainment/morocco-daylight-saving.html
703
+ # </a>
704
+ # <a href="http://www.medi1sat.ma/fr/depeche.aspx?idp=2312">
705
+ # http://www.medi1sat.ma/fr/depeche.aspx?idp=2312
706
+ # </a>
707
+ # (French)
708
+ #
709
+ # Our summary:
710
+ # <a href="http://www.timeanddate.com/news/time/morocco-starts-dst-2009.html">
711
+ # http://www.timeanddate.com/news/time/morocco-starts-dst-2009.html
712
+ # </a>
713
+
714
+ # From Alexander Krivenyshev (2009-03-17):
715
+ # Here is a link to official document from Royaume du Maroc Premier Ministre,
716
+ # Ministere de la Modernisation des Secteurs Publics
717
+ #
718
+ # Under Article 1 of Royal Decree No. 455-67 of Act 23 safar 1387 (2 june 1967)
719
+ # concerning the amendment of the legal time, the Ministry of Modernization of
720
+ # Public Sectors announced that the official time in the Kingdom will be
721
+ # advanced 60 minutes from Sunday 31 May 2009 at midnight.
722
+ #
723
+ # <a href="http://www.mmsp.gov.ma/francais/Actualites_fr/PDF_Actualites_Fr/HeureEte_FR.pdf">
724
+ # http://www.mmsp.gov.ma/francais/Actualites_fr/PDF_Actualites_Fr/HeureEte_FR.pdf
725
+ # </a>
726
+ #
727
+ # <a href="http://www.worldtimezone.com/dst_news/dst_news_morocco03.html">
728
+ # http://www.worldtimezone.com/dst_news/dst_news_morocco03.html
729
+ # </a>
730
+
731
+ # From Steffen Thorsen (2010-04-13):
732
+ # Several news media in Morocco report that the Ministry of Modernization
733
+ # of Public Sectors has announced that Morocco will have DST from
734
+ # 2010-05-02 to 2010-08-08.
735
+ #
736
+ # Example:
737
+ # <a href="http://www.lavieeco.com/actualites/4099-le-maroc-passera-a-l-heure-d-ete-gmt1-le-2-mai.html">
738
+ # http://www.lavieeco.com/actualites/4099-le-maroc-passera-a-l-heure-d-ete-gmt1-le-2-mai.html
739
+ # </a>
740
+ # (French)
741
+ # Our page:
742
+ # <a href="http://www.timeanddate.com/news/time/morocco-starts-dst-2010.html">
743
+ # http://www.timeanddate.com/news/time/morocco-starts-dst-2010.html
744
+ # </a>
745
+
746
+ # From Dan Abitol (2011-03-30):
747
+ # ...Rules for Africa/Casablanca are the following (24h format)
748
+ # The 3rd april 2011 at 00:00:00, [it] will be 3rd april 1:00:00
749
+ # The 31th july 2011 at 00:59:59, [it] will be 31th July 00:00:00
750
+ # ...Official links of change in morocco
751
+ # The change was broadcast on the FM Radio
752
+ # I ve called ANRT (telecom regulations in Morocco) at
753
+ # +212.537.71.84.00
754
+ # <a href="http://www.anrt.net.ma/fr/">
755
+ # http://www.anrt.net.ma/fr/
756
+ # </a>
757
+ # They said that
758
+ # <a href="http://www.map.ma/fr/sections/accueil/l_heure_legale_au_ma/view">
759
+ # http://www.map.ma/fr/sections/accueil/l_heure_legale_au_ma/view
760
+ # </a>
761
+ # is the official publication to look at.
762
+ # They said that the decision was already taken.
763
+ #
764
+ # More articles in the press
765
+ # <a href="http://www.yabiladi.com/articles/details/5058/secret-l-heure-d-ete-maroc-lev">
766
+ # http://www.yabiladi.com/articles/details/5058/secret-l-heure-d-ete-maroc-lev
767
+ # </a>
768
+ # e.html
769
+ # <a href="http://www.lematin.ma/Actualite/Express/Article.asp?id=148923">
770
+ # http://www.lematin.ma/Actualite/Express/Article.asp?id=148923
771
+ # </a>
772
+ # <a href="http://www.lavieeco.com/actualite/Le-Maroc-passe-sur-GMT%2B1-a-partir-de-dim">
773
+ # http://www.lavieeco.com/actualite/Le-Maroc-passe-sur-GMT%2B1-a-partir-de-dim
774
+ # anche-prochain-5538.html
775
+ # </a>
776
+
777
+ # From Petr Machata (2011-03-30):
778
+ # They have it written in English here:
779
+ # <a href="http://www.map.ma/eng/sections/home/morocco_to_spring_fo/view">
780
+ # http://www.map.ma/eng/sections/home/morocco_to_spring_fo/view
781
+ # </a>
782
+ #
783
+ # It says there that "Morocco will resume its standard time on July 31,
784
+ # 2011 at midnight." Now they don't say whether they mean midnight of
785
+ # wall clock time (i.e. 11pm UTC), but that's what I would assume. It has
786
+ # also been like that in the past.
787
+
788
+ # From Alexander Krivenyshev (2012-03-09):
789
+ # According to Infom&eacute;diaire web site from Morocco (infomediaire.ma),
790
+ # on March 9, 2012, (in French) Heure l&eacute;gale:
791
+ # Le Maroc adopte officiellement l'heure d'&eacute;t&eacute;
792
+ # <a href="http://www.infomediaire.ma/news/maroc/heure-l%C3%A9gale-le-maroc-adopte-officiellement-lheure-d%C3%A9t%C3%A9">
793
+ # http://www.infomediaire.ma/news/maroc/heure-l%C3%A9gale-le-maroc-adopte-officiellement-lheure-d%C3%A9t%C3%A9
794
+ # </a>
795
+ # Governing Council adopted draft decree, that Morocco DST starts on
796
+ # the last Sunday of March (March 25, 2012) and ends on
797
+ # last Sunday of September (September 30, 2012)
798
+ # except the month of Ramadan.
799
+ # or (brief)
800
+ # <a href="http://www.worldtimezone.com/dst_news/dst_news_morocco06.html">
801
+ # http://www.worldtimezone.com/dst_news/dst_news_morocco06.html
802
+ # </a>
803
+
804
+ # From Arthur David Olson (2012-03-10):
805
+ # The infomediaire.ma source indicates that the system is to be in
806
+ # effect every year. It gives 03H00 as the "fall back" time of day;
807
+ # it lacks a "spring forward" time of day; assume 2:00 XXX.
808
+ # Wait on specifying the Ramadan exception for details about
809
+ # start date, start time of day, end date, and end time of day XXX.
810
+
811
+ # From Christophe Tropamer (2012-03-16):
812
+ # Seen Morocco change again:
813
+ # <a href="http://www.le2uminutes.com/actualite.php">
814
+ # http://www.le2uminutes.com/actualite.php
815
+ # </a>
816
+ # "...&agrave; partir du dernier dimance d'avril et non fins mars,
817
+ # comme annonc&eacute; pr&eacute;c&eacute;demment."
818
+
819
+ # From Milamber Space Network (2012-07-17):
820
+ # The official return to GMT is announced by the Moroccan government:
821
+ # <a href="http://www.mmsp.gov.ma/fr/actualites.aspx?id=288">
822
+ # http://www.mmsp.gov.ma/fr/actualites.aspx?id=288 [in French]
823
+ # </a>
824
+ #
825
+ # Google translation, lightly edited:
826
+ # Back to the standard time of the Kingdom (GMT)
827
+ # Pursuant to Decree No. 2-12-126 issued on 26 Jumada (I) 1433 (April 18,
828
+ # 2012) and in accordance with the order of Mr. President of the
829
+ # Government No. 3-47-12 issued on 24 Sha'ban (11 July 2012), the Ministry
830
+ # of Public Service and Administration Modernization announces the return
831
+ # of the legal time of the Kingdom (GMT) from Friday, July 20, 2012 until
832
+ # Monday, August 20, 2012. So the time will be delayed by 60 minutes from
833
+ # 3:00 am Friday, July 20, 2012 and will again be advanced by 60 minutes
834
+ # August 20, 2012 from 2:00 am.
835
+
836
+ # RULE NAME FROM TO TYPE IN ON AT SAVE LETTER/S
837
+
838
+ Rule Morocco 1939 only - Sep 12 0:00 1:00 S
839
+ Rule Morocco 1939 only - Nov 19 0:00 0 -
840
+ Rule Morocco 1940 only - Feb 25 0:00 1:00 S
841
+ Rule Morocco 1945 only - Nov 18 0:00 0 -
842
+ Rule Morocco 1950 only - Jun 11 0:00 1:00 S
843
+ Rule Morocco 1950 only - Oct 29 0:00 0 -
844
+ Rule Morocco 1967 only - Jun 3 12:00 1:00 S
845
+ Rule Morocco 1967 only - Oct 1 0:00 0 -
846
+ Rule Morocco 1974 only - Jun 24 0:00 1:00 S
847
+ Rule Morocco 1974 only - Sep 1 0:00 0 -
848
+ Rule Morocco 1976 1977 - May 1 0:00 1:00 S
849
+ Rule Morocco 1976 only - Aug 1 0:00 0 -
850
+ Rule Morocco 1977 only - Sep 28 0:00 0 -
851
+ Rule Morocco 1978 only - Jun 1 0:00 1:00 S
852
+ Rule Morocco 1978 only - Aug 4 0:00 0 -
853
+ Rule Morocco 2008 only - Jun 1 0:00 1:00 S
854
+ Rule Morocco 2008 only - Sep 1 0:00 0 -
855
+ Rule Morocco 2009 only - Jun 1 0:00 1:00 S
856
+ Rule Morocco 2009 only - Aug 21 0:00 0 -
857
+ Rule Morocco 2010 only - May 2 0:00 1:00 S
858
+ Rule Morocco 2010 only - Aug 8 0:00 0 -
859
+ Rule Morocco 2011 only - Apr 3 0:00 1:00 S
860
+ Rule Morocco 2011 only - Jul 31 0 0 -
861
+ Rule Morocco 2012 max - Apr lastSun 2:00 1:00 S
862
+ Rule Morocco 2012 max - Sep lastSun 3:00 0 -
863
+ Rule Morocco 2012 only - Jul 20 3:00 0 -
864
+ Rule Morocco 2012 only - Aug 20 2:00 1:00 S
865
+
866
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
867
+ Zone Africa/Casablanca -0:30:20 - LMT 1913 Oct 26
868
+ 0:00 Morocco WE%sT 1984 Mar 16
869
+ 1:00 - CET 1986
870
+ 0:00 Morocco WE%sT
871
+ # Western Sahara
872
+ Zone Africa/El_Aaiun -0:52:48 - LMT 1934 Jan
873
+ -1:00 - WAT 1976 Apr 14
874
+ 0:00 - WET
875
+
876
+ # Mozambique
877
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
878
+ Zone Africa/Maputo 2:10:20 - LMT 1903 Mar
879
+ 2:00 - CAT
880
+
881
+ # Namibia
882
+ # The 1994-04-03 transition is from Shanks & Pottenger.
883
+ # Shanks & Pottenger report no DST after 1998-04; go with IATA.
884
+
885
+ # From Petronella Sibeene (2007-03-30) in
886
+ # <http://allafrica.com/stories/200703300178.html>:
887
+ # While the entire country changes its time, Katima Mulilo and other
888
+ # settlements in Caprivi unofficially will not because the sun there
889
+ # rises and sets earlier compared to other regions. Chief of
890
+ # Forecasting Riaan van Zyl explained that the far eastern parts of
891
+ # the country are close to 40 minutes earlier in sunrise than the rest
892
+ # of the country.
893
+ #
894
+ # From Paul Eggert (2007-03-31):
895
+ # Apparently the Caprivi Strip informally observes Botswana time, but
896
+ # we have no details. In the meantime people there can use Africa/Gaborone.
897
+
898
+ # RULE NAME FROM TO TYPE IN ON AT SAVE LETTER/S
899
+ Rule Namibia 1994 max - Sep Sun>=1 2:00 1:00 S
900
+ Rule Namibia 1995 max - Apr Sun>=1 2:00 0 -
901
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
902
+ Zone Africa/Windhoek 1:08:24 - LMT 1892 Feb 8
903
+ 1:30 - SWAT 1903 Mar # SW Africa Time
904
+ 2:00 - SAST 1942 Sep 20 2:00
905
+ 2:00 1:00 SAST 1943 Mar 21 2:00
906
+ 2:00 - SAST 1990 Mar 21 # independence
907
+ 2:00 - CAT 1994 Apr 3
908
+ 1:00 Namibia WA%sT
909
+
910
+ # Niger
911
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
912
+ Zone Africa/Niamey 0:08:28 - LMT 1912
913
+ -1:00 - WAT 1934 Feb 26
914
+ 0:00 - GMT 1960
915
+ 1:00 - WAT
916
+
917
+ # Nigeria
918
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
919
+ Zone Africa/Lagos 0:13:36 - LMT 1919 Sep
920
+ 1:00 - WAT
921
+
922
+ # Reunion
923
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
924
+ Zone Indian/Reunion 3:41:52 - LMT 1911 Jun # Saint-Denis
925
+ 4:00 - RET # Reunion Time
926
+ #
927
+ # Scattered Islands (Iles Eparses) administered from Reunion are as follows.
928
+ # The following information about them is taken from
929
+ # Iles Eparses (www.outre-mer.gouv.fr/domtom/ile.htm, 1997-07-22, in French;
930
+ # no longer available as of 1999-08-17).
931
+ # We have no info about their time zone histories.
932
+ #
933
+ # Bassas da India - uninhabited
934
+ # Europa Island - inhabited from 1905 to 1910 by two families
935
+ # Glorioso Is - inhabited until at least 1958
936
+ # Juan de Nova - uninhabited
937
+ # Tromelin - inhabited until at least 1958
938
+
939
+ # Rwanda
940
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
941
+ Zone Africa/Kigali 2:00:16 - LMT 1935 Jun
942
+ 2:00 - CAT
943
+
944
+ # St Helena
945
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
946
+ Zone Atlantic/St_Helena -0:22:48 - LMT 1890 # Jamestown
947
+ -0:22:48 - JMT 1951 # Jamestown Mean Time
948
+ 0:00 - GMT
949
+ # The other parts of the St Helena territory are similar:
950
+ # Tristan da Cunha: on GMT, say Whitman and the CIA
951
+ # Ascension: on GMT, says usno1995 and the CIA
952
+ # Gough (scientific station since 1955; sealers wintered previously):
953
+ # on GMT, says the CIA
954
+ # Inaccessible, Nightingale: no information, but probably GMT
955
+
956
+ # Sao Tome and Principe
957
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
958
+ Zone Africa/Sao_Tome 0:26:56 - LMT 1884
959
+ -0:36:32 - LMT 1912 # Lisbon Mean Time
960
+ 0:00 - GMT
961
+
962
+ # Senegal
963
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
964
+ Zone Africa/Dakar -1:09:44 - LMT 1912
965
+ -1:00 - WAT 1941 Jun
966
+ 0:00 - GMT
967
+
968
+ # Seychelles
969
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
970
+ Zone Indian/Mahe 3:41:48 - LMT 1906 Jun # Victoria
971
+ 4:00 - SCT # Seychelles Time
972
+ # From Paul Eggert (2001-05-30):
973
+ # Aldabra, Farquhar, and Desroches, originally dependencies of the
974
+ # Seychelles, were transferred to the British Indian Ocean Territory
975
+ # in 1965 and returned to Seychelles control in 1976. We don't know
976
+ # whether this affected their time zone, so omit this for now.
977
+ # Possibly the islands were uninhabited.
978
+
979
+ # Sierra Leone
980
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
981
+ # Whitman gives Mar 31 - Aug 31 for 1931 on; go with Shanks & Pottenger.
982
+ Rule SL 1935 1942 - Jun 1 0:00 0:40 SLST
983
+ Rule SL 1935 1942 - Oct 1 0:00 0 WAT
984
+ Rule SL 1957 1962 - Jun 1 0:00 1:00 SLST
985
+ Rule SL 1957 1962 - Sep 1 0:00 0 GMT
986
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
987
+ Zone Africa/Freetown -0:53:00 - LMT 1882
988
+ -0:53:00 - FMT 1913 Jun # Freetown Mean Time
989
+ -1:00 SL %s 1957
990
+ 0:00 SL %s
991
+
992
+ # Somalia
993
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
994
+ Zone Africa/Mogadishu 3:01:28 - LMT 1893 Nov
995
+ 3:00 - EAT 1931
996
+ 2:30 - BEAT 1957
997
+ 3:00 - EAT
998
+
999
+ # South Africa
1000
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
1001
+ Rule SA 1942 1943 - Sep Sun>=15 2:00 1:00 -
1002
+ Rule SA 1943 1944 - Mar Sun>=15 2:00 0 -
1003
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
1004
+ Zone Africa/Johannesburg 1:52:00 - LMT 1892 Feb 8
1005
+ 1:30 - SAST 1903 Mar
1006
+ 2:00 SA SAST
1007
+ # Marion and Prince Edward Is
1008
+ # scientific station since 1947
1009
+ # no information
1010
+
1011
+ # Sudan
1012
+ #
1013
+ # From <a href="http://www.sunanews.net/sn13jane.html">
1014
+ # Sudan News Agency (2000-01-13)
1015
+ # </a>, also reported by Michael De Beukelaer-Dossche via Steffen Thorsen:
1016
+ # Clocks will be moved ahead for 60 minutes all over the Sudan as of noon
1017
+ # Saturday.... This was announced Thursday by Caretaker State Minister for
1018
+ # Manpower Abdul-Rahman Nur-Eddin.
1019
+ #
1020
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
1021
+ Rule Sudan 1970 only - May 1 0:00 1:00 S
1022
+ Rule Sudan 1970 1985 - Oct 15 0:00 0 -
1023
+ Rule Sudan 1971 only - Apr 30 0:00 1:00 S
1024
+ Rule Sudan 1972 1985 - Apr lastSun 0:00 1:00 S
1025
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
1026
+ Zone Africa/Khartoum 2:10:08 - LMT 1931
1027
+ 2:00 Sudan CA%sT 2000 Jan 15 12:00
1028
+ 3:00 - EAT
1029
+
1030
+ # South Sudan
1031
+ Zone Africa/Juba 2:06:24 - LMT 1931
1032
+ 2:00 Sudan CA%sT 2000 Jan 15 12:00
1033
+ 3:00 - EAT
1034
+
1035
+ # Swaziland
1036
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
1037
+ Zone Africa/Mbabane 2:04:24 - LMT 1903 Mar
1038
+ 2:00 - SAST
1039
+
1040
+ # Tanzania
1041
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
1042
+ Zone Africa/Dar_es_Salaam 2:37:08 - LMT 1931
1043
+ 3:00 - EAT 1948
1044
+ 2:45 - BEAUT 1961
1045
+ 3:00 - EAT
1046
+
1047
+ # Togo
1048
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
1049
+ Zone Africa/Lome 0:04:52 - LMT 1893
1050
+ 0:00 - GMT
1051
+
1052
+ # Tunisia
1053
+
1054
+ # From Gwillim Law (2005-04-30):
1055
+ # My correspondent, Risto Nykanen, has alerted me to another adoption of DST,
1056
+ # this time in Tunisia. According to Yahoo France News
1057
+ # <http://fr.news.yahoo.com/050426/5/4dumk.html>, in a story attributed to AP
1058
+ # and dated 2005-04-26, "Tunisia has decided to advance its official time by
1059
+ # one hour, starting on Sunday, May 1. Henceforth, Tunisian time will be
1060
+ # UTC+2 instead of UTC+1. The change will take place at 23:00 UTC next
1061
+ # Saturday." (My translation)
1062
+ #
1063
+ # From Oscar van Vlijmen (2005-05-02):
1064
+ # LaPresse, the first national daily newspaper ...
1065
+ # <http://www.lapresse.tn/archives/archives280405/actualites/lheure.html>
1066
+ # ... DST for 2005: on: Sun May 1 0h standard time, off: Fri Sept. 30,
1067
+ # 1h standard time.
1068
+ #
1069
+ # From Atef Loukil (2006-03-28):
1070
+ # The daylight saving time will be the same each year:
1071
+ # Beginning : the last Sunday of March at 02:00
1072
+ # Ending : the last Sunday of October at 03:00 ...
1073
+ # http://www.tap.info.tn/en/index.php?option=com_content&task=view&id=1188&Itemid=50
1074
+
1075
+ # From Steffen Thorsen (2009-03-16):
1076
+ # According to several news sources, Tunisia will not observe DST this year.
1077
+ # (Arabic)
1078
+ # <a href="http://www.elbashayer.com/?page=viewn&nid=42546">
1079
+ # http://www.elbashayer.com/?page=viewn&nid=42546
1080
+ # </a>
1081
+ # <a href="http://www.babnet.net/kiwidetail-15295.asp">
1082
+ # http://www.babnet.net/kiwidetail-15295.asp
1083
+ # </a>
1084
+ #
1085
+ # We have also confirmed this with the US embassy in Tunisia.
1086
+ # We have a wrap-up about this on the following page:
1087
+ # <a href="http://www.timeanddate.com/news/time/tunisia-cancels-dst-2009.html">
1088
+ # http://www.timeanddate.com/news/time/tunisia-cancels-dst-2009.html
1089
+ # </a>
1090
+
1091
+ # From Alexander Krivenyshev (2009-03-17):
1092
+ # Here is a link to Tunis Afrique Presse News Agency
1093
+ #
1094
+ # Standard time to be kept the whole year long (tap.info.tn):
1095
+ #
1096
+ # (in English)
1097
+ # <a href="http://www.tap.info.tn/en/index.php?option=com_content&task=view&id=26813&Itemid=157">
1098
+ # http://www.tap.info.tn/en/index.php?option=com_content&task=view&id=26813&Itemid=157
1099
+ # </a>
1100
+ #
1101
+ # (in Arabic)
1102
+ # <a href="http://www.tap.info.tn/ar/index.php?option=com_content&task=view&id=61240&Itemid=1">
1103
+ # http://www.tap.info.tn/ar/index.php?option=com_content&task=view&id=61240&Itemid=1
1104
+ # </a>
1105
+
1106
+ # From Arthur David Olson (2009--3-18):
1107
+ # The Tunis Afrique Presse News Agency notice contains this: "This measure is due to the fact
1108
+ # that the fasting month of ramadan coincides with the period concerned by summer time.
1109
+ # Therefore, the standard time will be kept unchanged the whole year long."
1110
+ # So foregoing DST seems to be an exception (albeit one that may be repeated in the future).
1111
+
1112
+ # From Alexander Krivenyshev (2010-03-27):
1113
+ # According to some news reports Tunis confirmed not to use DST in 2010
1114
+ #
1115
+ # (translation):
1116
+ # "The Tunisian government has decided to abandon DST, which was scheduled on
1117
+ # Sunday...
1118
+ # Tunisian authorities had suspended the DST for the first time last year also
1119
+ # coincided with the month of Ramadan..."
1120
+ #
1121
+ # (in Arabic)
1122
+ # <a href="http://www.moheet.com/show_news.aspx?nid=358861&pg=1">
1123
+ # http://www.moheet.com/show_news.aspx?nid=358861&pg=1
1124
+ # <a href="http://www.almadenahnews.com/newss/news.php?c=118&id=38036">
1125
+ # http://www.almadenahnews.com/newss/news.php?c=118&id=38036
1126
+ # or
1127
+ # <a href="http://www.worldtimezone.com/dst_news/dst_news_tunis02.html">
1128
+ # http://www.worldtimezone.com/dst_news/dst_news_tunis02.html
1129
+
1130
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
1131
+ Rule Tunisia 1939 only - Apr 15 23:00s 1:00 S
1132
+ Rule Tunisia 1939 only - Nov 18 23:00s 0 -
1133
+ Rule Tunisia 1940 only - Feb 25 23:00s 1:00 S
1134
+ Rule Tunisia 1941 only - Oct 6 0:00 0 -
1135
+ Rule Tunisia 1942 only - Mar 9 0:00 1:00 S
1136
+ Rule Tunisia 1942 only - Nov 2 3:00 0 -
1137
+ Rule Tunisia 1943 only - Mar 29 2:00 1:00 S
1138
+ Rule Tunisia 1943 only - Apr 17 2:00 0 -
1139
+ Rule Tunisia 1943 only - Apr 25 2:00 1:00 S
1140
+ Rule Tunisia 1943 only - Oct 4 2:00 0 -
1141
+ Rule Tunisia 1944 1945 - Apr Mon>=1 2:00 1:00 S
1142
+ Rule Tunisia 1944 only - Oct 8 0:00 0 -
1143
+ Rule Tunisia 1945 only - Sep 16 0:00 0 -
1144
+ Rule Tunisia 1977 only - Apr 30 0:00s 1:00 S
1145
+ Rule Tunisia 1977 only - Sep 24 0:00s 0 -
1146
+ Rule Tunisia 1978 only - May 1 0:00s 1:00 S
1147
+ Rule Tunisia 1978 only - Oct 1 0:00s 0 -
1148
+ Rule Tunisia 1988 only - Jun 1 0:00s 1:00 S
1149
+ Rule Tunisia 1988 1990 - Sep lastSun 0:00s 0 -
1150
+ Rule Tunisia 1989 only - Mar 26 0:00s 1:00 S
1151
+ Rule Tunisia 1990 only - May 1 0:00s 1:00 S
1152
+ Rule Tunisia 2005 only - May 1 0:00s 1:00 S
1153
+ Rule Tunisia 2005 only - Sep 30 1:00s 0 -
1154
+ Rule Tunisia 2006 2008 - Mar lastSun 2:00s 1:00 S
1155
+ Rule Tunisia 2006 2008 - Oct lastSun 2:00s 0 -
1156
+
1157
+ # Shanks & Pottenger give 0:09:20 for Paris Mean Time; go with Howse's
1158
+ # more precise 0:09:21.
1159
+ # Shanks & Pottenger say the 1911 switch was on Mar 9; go with Howse's Mar 11.
1160
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
1161
+ Zone Africa/Tunis 0:40:44 - LMT 1881 May 12
1162
+ 0:09:21 - PMT 1911 Mar 11 # Paris Mean Time
1163
+ 1:00 Tunisia CE%sT
1164
+
1165
+ # Uganda
1166
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
1167
+ Zone Africa/Kampala 2:09:40 - LMT 1928 Jul
1168
+ 3:00 - EAT 1930
1169
+ 2:30 - BEAT 1948
1170
+ 2:45 - BEAUT 1957
1171
+ 3:00 - EAT
1172
+
1173
+ # Zambia
1174
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
1175
+ Zone Africa/Lusaka 1:53:08 - LMT 1903 Mar
1176
+ 2:00 - CAT
1177
+
1178
+ # Zimbabwe
1179
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
1180
+ Zone Africa/Harare 2:04:12 - LMT 1903 Mar
1181
+ 2:00 - CAT
js/jquery-flot/examples/axes-time-zones/tz/antarctica ADDED
@@ -0,0 +1,413 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # <pre>
2
+ # This file is in the public domain, so clarified as of
3
+ # 2009-05-17 by Arthur David Olson.
4
+
5
+ # From Paul Eggert (1999-11-15):
6
+ # To keep things manageable, we list only locations occupied year-round; see
7
+ # <a href="http://www.comnap.aq/comnap/comnap.nsf/P/Stations/">
8
+ # COMNAP - Stations and Bases
9
+ # </a>
10
+ # and
11
+ # <a href="http://www.spri.cam.ac.uk/bob/periant.htm">
12
+ # Summary of the Peri-Antarctic Islands (1998-07-23)
13
+ # </a>
14
+ # for information.
15
+ # Unless otherwise specified, we have no time zone information.
16
+ #
17
+ # Except for the French entries,
18
+ # I made up all time zone abbreviations mentioned here; corrections welcome!
19
+ # FORMAT is `zzz' and GMTOFF is 0 for locations while uninhabited.
20
+
21
+ # These rules are stolen from the `southamerica' file.
22
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
23
+ Rule ArgAQ 1964 1966 - Mar 1 0:00 0 -
24
+ Rule ArgAQ 1964 1966 - Oct 15 0:00 1:00 S
25
+ Rule ArgAQ 1967 only - Apr 2 0:00 0 -
26
+ Rule ArgAQ 1967 1968 - Oct Sun>=1 0:00 1:00 S
27
+ Rule ArgAQ 1968 1969 - Apr Sun>=1 0:00 0 -
28
+ Rule ArgAQ 1974 only - Jan 23 0:00 1:00 S
29
+ Rule ArgAQ 1974 only - May 1 0:00 0 -
30
+ Rule ChileAQ 1972 1986 - Mar Sun>=9 3:00u 0 -
31
+ Rule ChileAQ 1974 1987 - Oct Sun>=9 4:00u 1:00 S
32
+ Rule ChileAQ 1987 only - Apr 12 3:00u 0 -
33
+ Rule ChileAQ 1988 1989 - Mar Sun>=9 3:00u 0 -
34
+ Rule ChileAQ 1988 only - Oct Sun>=1 4:00u 1:00 S
35
+ Rule ChileAQ 1989 only - Oct Sun>=9 4:00u 1:00 S
36
+ Rule ChileAQ 1990 only - Mar 18 3:00u 0 -
37
+ Rule ChileAQ 1990 only - Sep 16 4:00u 1:00 S
38
+ Rule ChileAQ 1991 1996 - Mar Sun>=9 3:00u 0 -
39
+ Rule ChileAQ 1991 1997 - Oct Sun>=9 4:00u 1:00 S
40
+ Rule ChileAQ 1997 only - Mar 30 3:00u 0 -
41
+ Rule ChileAQ 1998 only - Mar Sun>=9 3:00u 0 -
42
+ Rule ChileAQ 1998 only - Sep 27 4:00u 1:00 S
43
+ Rule ChileAQ 1999 only - Apr 4 3:00u 0 -
44
+ Rule ChileAQ 1999 2010 - Oct Sun>=9 4:00u 1:00 S
45
+ Rule ChileAQ 2000 2007 - Mar Sun>=9 3:00u 0 -
46
+ # N.B.: the end of March 29 in Chile is March 30 in Universal time,
47
+ # which is used below in specifying the transition.
48
+ Rule ChileAQ 2008 only - Mar 30 3:00u 0 -
49
+ Rule ChileAQ 2009 only - Mar Sun>=9 3:00u 0 -
50
+ Rule ChileAQ 2010 only - Apr Sun>=1 3:00u 0 -
51
+ Rule ChileAQ 2011 only - May Sun>=2 3:00u 0 -
52
+ Rule ChileAQ 2011 only - Aug Sun>=16 4:00u 1:00 S
53
+ Rule ChileAQ 2012 only - Apr Sun>=23 3:00u 0 -
54
+ Rule ChileAQ 2012 only - Sep Sun>=2 4:00u 1:00 S
55
+ Rule ChileAQ 2013 max - Mar Sun>=9 3:00u 0 -
56
+ Rule ChileAQ 2013 max - Oct Sun>=9 4:00u 1:00 S
57
+
58
+ # These rules are stolen from the `australasia' file.
59
+ Rule AusAQ 1917 only - Jan 1 0:01 1:00 -
60
+ Rule AusAQ 1917 only - Mar 25 2:00 0 -
61
+ Rule AusAQ 1942 only - Jan 1 2:00 1:00 -
62
+ Rule AusAQ 1942 only - Mar 29 2:00 0 -
63
+ Rule AusAQ 1942 only - Sep 27 2:00 1:00 -
64
+ Rule AusAQ 1943 1944 - Mar lastSun 2:00 0 -
65
+ Rule AusAQ 1943 only - Oct 3 2:00 1:00 -
66
+ Rule ATAQ 1967 only - Oct Sun>=1 2:00s 1:00 -
67
+ Rule ATAQ 1968 only - Mar lastSun 2:00s 0 -
68
+ Rule ATAQ 1968 1985 - Oct lastSun 2:00s 1:00 -
69
+ Rule ATAQ 1969 1971 - Mar Sun>=8 2:00s 0 -
70
+ Rule ATAQ 1972 only - Feb lastSun 2:00s 0 -
71
+ Rule ATAQ 1973 1981 - Mar Sun>=1 2:00s 0 -
72
+ Rule ATAQ 1982 1983 - Mar lastSun 2:00s 0 -
73
+ Rule ATAQ 1984 1986 - Mar Sun>=1 2:00s 0 -
74
+ Rule ATAQ 1986 only - Oct Sun>=15 2:00s 1:00 -
75
+ Rule ATAQ 1987 1990 - Mar Sun>=15 2:00s 0 -
76
+ Rule ATAQ 1987 only - Oct Sun>=22 2:00s 1:00 -
77
+ Rule ATAQ 1988 1990 - Oct lastSun 2:00s 1:00 -
78
+ Rule ATAQ 1991 1999 - Oct Sun>=1 2:00s 1:00 -
79
+ Rule ATAQ 1991 2005 - Mar lastSun 2:00s 0 -
80
+ Rule ATAQ 2000 only - Aug lastSun 2:00s 1:00 -
81
+ Rule ATAQ 2001 max - Oct Sun>=1 2:00s 1:00 -
82
+ Rule ATAQ 2006 only - Apr Sun>=1 2:00s 0 -
83
+ Rule ATAQ 2007 only - Mar lastSun 2:00s 0 -
84
+ Rule ATAQ 2008 max - Apr Sun>=1 2:00s 0 -
85
+
86
+ # Argentina - year-round bases
87
+ # Belgrano II, Confin Coast, -770227-0343737, since 1972-02-05
88
+ # Esperanza, San Martin Land, -6323-05659, since 1952-12-17
89
+ # Jubany, Potter Peninsula, King George Island, -6414-0602320, since 1982-01
90
+ # Marambio, Seymour I, -6414-05637, since 1969-10-29
91
+ # Orcadas, Laurie I, -6016-04444, since 1904-02-22
92
+ # San Martin, Debenham I, -6807-06708, since 1951-03-21
93
+ # (except 1960-03 / 1976-03-21)
94
+
95
+ # Australia - territories
96
+ # Heard Island, McDonald Islands (uninhabited)
97
+ # previously sealers and scientific personnel wintered
98
+ # <a href="http://web.archive.org/web/20021204222245/http://www.dstc.qut.edu.au/DST/marg/daylight.html">
99
+ # Margaret Turner reports
100
+ # </a> (1999-09-30) that they're UTC+5, with no DST;
101
+ # presumably this is when they have visitors.
102
+ #
103
+ # year-round bases
104
+ # Casey, Bailey Peninsula, -6617+11032, since 1969
105
+ # Davis, Vestfold Hills, -6835+07759, since 1957-01-13
106
+ # (except 1964-11 - 1969-02)
107
+ # Mawson, Holme Bay, -6736+06253, since 1954-02-13
108
+
109
+ # From Steffen Thorsen (2009-03-11):
110
+ # Three Australian stations in Antarctica have changed their time zone:
111
+ # Casey moved from UTC+8 to UTC+11
112
+ # Davis moved from UTC+7 to UTC+5
113
+ # Mawson moved from UTC+6 to UTC+5
114
+ # The changes occurred on 2009-10-18 at 02:00 (local times).
115
+ #
116
+ # Government source: (Australian Antarctic Division)
117
+ # <a href="http://www.aad.gov.au/default.asp?casid=37079">
118
+ # http://www.aad.gov.au/default.asp?casid=37079
119
+ # </a>
120
+ #
121
+ # We have more background information here:
122
+ # <a href="http://www.timeanddate.com/news/time/antarctica-new-times.html">
123
+ # http://www.timeanddate.com/news/time/antarctica-new-times.html
124
+ # </a>
125
+
126
+ # From Steffen Thorsen (2010-03-10):
127
+ # We got these changes from the Australian Antarctic Division:
128
+ # - Macquarie Island will stay on UTC+11 for winter and therefore not
129
+ # switch back from daylight savings time when other parts of Australia do
130
+ # on 4 April.
131
+ #
132
+ # - Casey station reverted to its normal time of UTC+8 on 5 March 2010.
133
+ # The change to UTC+11 is being considered as a regular summer thing but
134
+ # has not been decided yet.
135
+ #
136
+ # - Davis station will revert to its normal time of UTC+7 at 10 March 2010
137
+ # 20:00 UTC.
138
+ #
139
+ # - Mawson station stays on UTC+5.
140
+ #
141
+ # In addition to the Rule changes for Casey/Davis, it means that Macquarie
142
+ # will no longer be like Hobart and will have to have its own Zone created.
143
+ #
144
+ # Background:
145
+ # <a href="http://www.timeanddate.com/news/time/antartica-time-changes-2010.html">
146
+ # http://www.timeanddate.com/news/time/antartica-time-changes-2010.html
147
+ # </a>
148
+
149
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
150
+ Zone Antarctica/Casey 0 - zzz 1969
151
+ 8:00 - WST 2009 Oct 18 2:00
152
+ # Western (Aus) Standard Time
153
+ 11:00 - CAST 2010 Mar 5 2:00
154
+ # Casey Time
155
+ 8:00 - WST 2011 Oct 28 2:00
156
+ 11:00 - CAST 2012 Feb 21 17:00u
157
+ 8:00 - WST
158
+ Zone Antarctica/Davis 0 - zzz 1957 Jan 13
159
+ 7:00 - DAVT 1964 Nov # Davis Time
160
+ 0 - zzz 1969 Feb
161
+ 7:00 - DAVT 2009 Oct 18 2:00
162
+ 5:00 - DAVT 2010 Mar 10 20:00u
163
+ 7:00 - DAVT 2011 Oct 28 2:00
164
+ 5:00 - DAVT 2012 Feb 21 20:00u
165
+ 7:00 - DAVT
166
+ Zone Antarctica/Mawson 0 - zzz 1954 Feb 13
167
+ 6:00 - MAWT 2009 Oct 18 2:00
168
+ # Mawson Time
169
+ 5:00 - MAWT
170
+ Zone Antarctica/Macquarie 0 - zzz 1911
171
+ 10:00 - EST 1916 Oct 1 2:00
172
+ 10:00 1:00 EST 1917 Feb
173
+ 10:00 AusAQ EST 1967
174
+ 10:00 ATAQ EST 2010 Apr 4 3:00
175
+ 11:00 - MIST # Macquarie Island Time
176
+ # References:
177
+ # <a href="http://www.antdiv.gov.au/aad/exop/sfo/casey/casey_aws.html">
178
+ # Casey Weather (1998-02-26)
179
+ # </a>
180
+ # <a href="http://www.antdiv.gov.au/aad/exop/sfo/davis/video.html">
181
+ # Davis Station, Antarctica (1998-02-26)
182
+ # </a>
183
+ # <a href="http://www.antdiv.gov.au/aad/exop/sfo/mawson/video.html">
184
+ # Mawson Station, Antarctica (1998-02-25)
185
+ # </a>
186
+
187
+ # Brazil - year-round base
188
+ # Comandante Ferraz, King George Island, -6205+05824, since 1983/4
189
+
190
+ # Chile - year-round bases and towns
191
+ # Escudero, South Shetland Is, -621157-0585735, since 1994
192
+ # Presidente Eduadro Frei, King George Island, -6214-05848, since 1969-03-07
193
+ # General Bernardo O'Higgins, Antarctic Peninsula, -6319-05704, since 1948-02
194
+ # Capitan Arturo Prat, -6230-05941
195
+ # Villa Las Estrellas (a town), around the Frei base, since 1984-04-09
196
+ # These locations have always used Santiago time; use TZ='America/Santiago'.
197
+
198
+ # China - year-round bases
199
+ # Great Wall, King George Island, -6213-05858, since 1985-02-20
200
+ # Zhongshan, Larsemann Hills, Prydz Bay, -6922+07623, since 1989-02-26
201
+
202
+ # France - year-round bases
203
+ #
204
+ # From Antoine Leca (1997-01-20):
205
+ # Time data are from Nicole Pailleau at the IFRTP
206
+ # (French Institute for Polar Research and Technology).
207
+ # She confirms that French Southern Territories and Terre Adelie bases
208
+ # don't observe daylight saving time, even if Terre Adelie supplies came
209
+ # from Tasmania.
210
+ #
211
+ # French Southern Territories with year-round inhabitants
212
+ #
213
+ # Martin-de-Vivies Base, Amsterdam Island, -374105+0773155, since 1950
214
+ # Alfred-Faure Base, Crozet Islands, -462551+0515152, since 1964
215
+ # Port-aux-Francais, Kerguelen Islands, -492110+0701303, since 1951;
216
+ # whaling & sealing station operated 1908/1914, 1920/1929, and 1951/1956
217
+ #
218
+ # St Paul Island - near Amsterdam, uninhabited
219
+ # fishing stations operated variously 1819/1931
220
+ #
221
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
222
+ Zone Indian/Kerguelen 0 - zzz 1950 # Port-aux-Francais
223
+ 5:00 - TFT # ISO code TF Time
224
+ #
225
+ # year-round base in the main continent
226
+ # Dumont-d'Urville, Ile des Petrels, -6640+14001, since 1956-11
227
+ #
228
+ # Another base at Port-Martin, 50km east, began operation in 1947.
229
+ # It was destroyed by fire on 1952-01-14.
230
+ #
231
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
232
+ Zone Antarctica/DumontDUrville 0 - zzz 1947
233
+ 10:00 - PMT 1952 Jan 14 # Port-Martin Time
234
+ 0 - zzz 1956 Nov
235
+ 10:00 - DDUT # Dumont-d'Urville Time
236
+ # Reference:
237
+ # <a href="http://en.wikipedia.org/wiki/Dumont_d'Urville_Station">
238
+ # Dumont d'Urville Station (2005-12-05)
239
+ # </a>
240
+
241
+ # Germany - year-round base
242
+ # Georg von Neumayer, -7039-00815
243
+
244
+ # India - year-round base
245
+ # Dakshin Gangotri, -7005+01200
246
+
247
+ # Japan - year-round bases
248
+ # Dome Fuji, -7719+03942
249
+ # Syowa, -690022+0393524
250
+ #
251
+ # From Hideyuki Suzuki (1999-02-06):
252
+ # In all Japanese stations, +0300 is used as the standard time.
253
+ #
254
+ # Syowa station, which is the first antarctic station of Japan,
255
+ # was established on 1957-01-29. Since Syowa station is still the main
256
+ # station of Japan, it's appropriate for the principal location.
257
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
258
+ Zone Antarctica/Syowa 0 - zzz 1957 Jan 29
259
+ 3:00 - SYOT # Syowa Time
260
+ # See:
261
+ # <a href="http://www.nipr.ac.jp/english/ara01.html">
262
+ # NIPR Antarctic Research Activities (1999-08-17)
263
+ # </a>
264
+
265
+ # S Korea - year-round base
266
+ # King Sejong, King George Island, -6213-05847, since 1988
267
+
268
+ # New Zealand - claims
269
+ # Balleny Islands (never inhabited)
270
+ # Scott Island (never inhabited)
271
+ #
272
+ # year-round base
273
+ # Scott, Ross Island, since 1957-01, is like Antarctica/McMurdo.
274
+ #
275
+ # These rules for New Zealand are stolen from the `australasia' file.
276
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
277
+ Rule NZAQ 1974 only - Nov 3 2:00s 1:00 D
278
+ Rule NZAQ 1975 1988 - Oct lastSun 2:00s 1:00 D
279
+ Rule NZAQ 1989 only - Oct 8 2:00s 1:00 D
280
+ Rule NZAQ 1990 2006 - Oct Sun>=1 2:00s 1:00 D
281
+ Rule NZAQ 1975 only - Feb 23 2:00s 0 S
282
+ Rule NZAQ 1976 1989 - Mar Sun>=1 2:00s 0 S
283
+ Rule NZAQ 1990 2007 - Mar Sun>=15 2:00s 0 S
284
+ Rule NZAQ 2007 max - Sep lastSun 2:00s 1:00 D
285
+ Rule NZAQ 2008 max - Apr Sun>=1 2:00s 0 S
286
+
287
+ # Norway - territories
288
+ # Bouvet (never inhabited)
289
+ #
290
+ # claims
291
+ # Peter I Island (never inhabited)
292
+
293
+ # Poland - year-round base
294
+ # Arctowski, King George Island, -620945-0582745, since 1977
295
+
296
+ # Russia - year-round bases
297
+ # Bellingshausen, King George Island, -621159-0585337, since 1968-02-22
298
+ # Mirny, Davis coast, -6633+09301, since 1956-02
299
+ # Molodezhnaya, Alasheyev Bay, -6740+04551,
300
+ # year-round from 1962-02 to 1999-07-01
301
+ # Novolazarevskaya, Queen Maud Land, -7046+01150,
302
+ # year-round from 1960/61 to 1992
303
+
304
+ # Vostok, since 1957-12-16, temporarily closed 1994-02/1994-11
305
+ # <a href="http://quest.arc.nasa.gov/antarctica/QA/computers/Directions,Time,ZIP">
306
+ # From Craig Mundell (1994-12-15)</a>:
307
+ # Vostok, which is one of the Russian stations, is set on the same
308
+ # time as Moscow, Russia.
309
+ #
310
+ # From Lee Hotz (2001-03-08):
311
+ # I queried the folks at Columbia who spent the summer at Vostok and this is
312
+ # what they had to say about time there:
313
+ # ``in the US Camp (East Camp) we have been on New Zealand (McMurdo)
314
+ # time, which is 12 hours ahead of GMT. The Russian Station Vostok was
315
+ # 6 hours behind that (although only 2 miles away, i.e. 6 hours ahead
316
+ # of GMT). This is a time zone I think two hours east of Moscow. The
317
+ # natural time zone is in between the two: 8 hours ahead of GMT.''
318
+ #
319
+ # From Paul Eggert (2001-05-04):
320
+ # This seems to be hopelessly confusing, so I asked Lee Hotz about it
321
+ # in person. He said that some Antartic locations set their local
322
+ # time so that noon is the warmest part of the day, and that this
323
+ # changes during the year and does not necessarily correspond to mean
324
+ # solar noon. So the Vostok time might have been whatever the clocks
325
+ # happened to be during their visit. So we still don't really know what time
326
+ # it is at Vostok. But we'll guess UTC+6.
327
+ #
328
+ Zone Antarctica/Vostok 0 - zzz 1957 Dec 16
329
+ 6:00 - VOST # Vostok time
330
+
331
+ # S Africa - year-round bases
332
+ # Marion Island, -4653+03752
333
+ # Sanae, -7141-00250
334
+
335
+ # UK
336
+ #
337
+ # British Antarctic Territories (BAT) claims
338
+ # South Orkney Islands
339
+ # scientific station from 1903
340
+ # whaling station at Signy I 1920/1926
341
+ # South Shetland Islands
342
+ #
343
+ # year-round bases
344
+ # Bird Island, South Georgia, -5400-03803, since 1983
345
+ # Deception Island, -6259-06034, whaling station 1912/1931,
346
+ # scientific station 1943/1967,
347
+ # previously sealers and a scientific expedition wintered by accident,
348
+ # and a garrison was deployed briefly
349
+ # Halley, Coates Land, -7535-02604, since 1956-01-06
350
+ # Halley is on a moving ice shelf and is periodically relocated
351
+ # so that it is never more than 10km from its nominal location.
352
+ # Rothera, Adelaide Island, -6734-6808, since 1976-12-01
353
+ #
354
+ # From Paul Eggert (2002-10-22)
355
+ # <http://webexhibits.org/daylightsaving/g.html> says Rothera is -03 all year.
356
+ #
357
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
358
+ Zone Antarctica/Rothera 0 - zzz 1976 Dec 1
359
+ -3:00 - ROTT # Rothera time
360
+
361
+ # Uruguay - year round base
362
+ # Artigas, King George Island, -621104-0585107
363
+
364
+ # USA - year-round bases
365
+ #
366
+ # Palmer, Anvers Island, since 1965 (moved 2 miles in 1968)
367
+ #
368
+ # From Ethan Dicks (1996-10-06):
369
+ # It keeps the same time as Punta Arenas, Chile, because, just like us
370
+ # and the South Pole, that's the other end of their supply line....
371
+ # I verified with someone who was there that since 1980,
372
+ # Palmer has followed Chile. Prior to that, before the Falklands War,
373
+ # Palmer used to be supplied from Argentina.
374
+ #
375
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
376
+ Zone Antarctica/Palmer 0 - zzz 1965
377
+ -4:00 ArgAQ AR%sT 1969 Oct 5
378
+ -3:00 ArgAQ AR%sT 1982 May
379
+ -4:00 ChileAQ CL%sT
380
+ #
381
+ #
382
+ # McMurdo, Ross Island, since 1955-12
383
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
384
+ Zone Antarctica/McMurdo 0 - zzz 1956
385
+ 12:00 NZAQ NZ%sT
386
+ #
387
+ # Amundsen-Scott, South Pole, continuously occupied since 1956-11-20
388
+ #
389
+ # From Paul Eggert (1996-09-03):
390
+ # Normally it wouldn't have a separate entry, since it's like the
391
+ # larger Antarctica/McMurdo since 1970, but it's too famous to omit.
392
+ #
393
+ # From Chris Carrier (1996-06-27):
394
+ # Siple, the first commander of the South Pole station,
395
+ # stated that he would have liked to have kept GMT at the station,
396
+ # but that he found it more convenient to keep GMT+12
397
+ # as supplies for the station were coming from McMurdo Sound,
398
+ # which was on GMT+12 because New Zealand was on GMT+12 all year
399
+ # at that time (1957). (Source: Siple's book 90 degrees SOUTH.)
400
+ #
401
+ # From Susan Smith
402
+ # http://www.cybertours.com/whs/pole10.html
403
+ # (1995-11-13 16:24:56 +1300, no longer available):
404
+ # We use the same time as McMurdo does.
405
+ # And they use the same time as Christchurch, NZ does....
406
+ # One last quirk about South Pole time.
407
+ # All the electric clocks are usually wrong.
408
+ # Something about the generators running at 60.1hertz or something
409
+ # makes all of the clocks run fast. So every couple of days,
410
+ # we have to go around and set them back 5 minutes or so.
411
+ # Maybe if we let them run fast all of the time, we'd get to leave here sooner!!
412
+ #
413
+ Link Antarctica/McMurdo Antarctica/South_Pole
js/jquery-flot/examples/axes-time-zones/tz/asia ADDED
@@ -0,0 +1,2717 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # <pre>
2
+ # This file is in the public domain, so clarified as of
3
+ # 2009-05-17 by Arthur David Olson.
4
+
5
+ # This data is by no means authoritative; if you think you know better,
6
+ # go ahead and edit the file (and please send any changes to
7
+ # tz@iana.org for general use in the future).
8
+
9
+ # From Paul Eggert (2006-03-22):
10
+ #
11
+ # A good source for time zone historical data outside the U.S. is
12
+ # Thomas G. Shanks and Rique Pottenger, The International Atlas (6th edition),
13
+ # San Diego: ACS Publications, Inc. (2003).
14
+ #
15
+ # Gwillim Law writes that a good source
16
+ # for recent time zone data is the International Air Transport
17
+ # Association's Standard Schedules Information Manual (IATA SSIM),
18
+ # published semiannually. Law sent in several helpful summaries
19
+ # of the IATA's data after 1990.
20
+ #
21
+ # Except where otherwise noted, Shanks & Pottenger is the source for
22
+ # entries through 1990, and IATA SSIM is the source for entries afterwards.
23
+ #
24
+ # Another source occasionally used is Edward W. Whitman, World Time Differences,
25
+ # Whitman Publishing Co, 2 Niagara Av, Ealing, London (undated), which
26
+ # I found in the UCLA library.
27
+ #
28
+ # A reliable and entertaining source about time zones is
29
+ # Derek Howse, Greenwich time and longitude, Philip Wilson Publishers (1997).
30
+ #
31
+ # I invented the abbreviations marked `*' in the following table;
32
+ # the rest are from earlier versions of this file, or from other sources.
33
+ # Corrections are welcome!
34
+ # std dst
35
+ # LMT Local Mean Time
36
+ # 2:00 EET EEST Eastern European Time
37
+ # 2:00 IST IDT Israel
38
+ # 3:00 AST ADT Arabia*
39
+ # 3:30 IRST IRDT Iran
40
+ # 4:00 GST Gulf*
41
+ # 5:30 IST India
42
+ # 7:00 ICT Indochina*
43
+ # 7:00 WIT west Indonesia
44
+ # 8:00 CIT central Indonesia
45
+ # 8:00 CST China
46
+ # 9:00 CJT Central Japanese Time (1896/1937)*
47
+ # 9:00 EIT east Indonesia
48
+ # 9:00 JST JDT Japan
49
+ # 9:00 KST KDT Korea
50
+ # 9:30 CST (Australian) Central Standard Time
51
+ #
52
+ # See the `europe' file for Russia and Turkey in Asia.
53
+
54
+ # From Guy Harris:
55
+ # Incorporates data for Singapore from Robert Elz' asia 1.1, as well as
56
+ # additional information from Tom Yap, Sun Microsystems Intercontinental
57
+ # Technical Support (including a page from the Official Airline Guide -
58
+ # Worldwide Edition). The names for time zones are guesses.
59
+
60
+ ###############################################################################
61
+
62
+ # These rules are stolen from the `europe' file.
63
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
64
+ Rule EUAsia 1981 max - Mar lastSun 1:00u 1:00 S
65
+ Rule EUAsia 1979 1995 - Sep lastSun 1:00u 0 -
66
+ Rule EUAsia 1996 max - Oct lastSun 1:00u 0 -
67
+ Rule E-EurAsia 1981 max - Mar lastSun 0:00 1:00 S
68
+ Rule E-EurAsia 1979 1995 - Sep lastSun 0:00 0 -
69
+ Rule E-EurAsia 1996 max - Oct lastSun 0:00 0 -
70
+ Rule RussiaAsia 1981 1984 - Apr 1 0:00 1:00 S
71
+ Rule RussiaAsia 1981 1983 - Oct 1 0:00 0 -
72
+ Rule RussiaAsia 1984 1991 - Sep lastSun 2:00s 0 -
73
+ Rule RussiaAsia 1985 1991 - Mar lastSun 2:00s 1:00 S
74
+ Rule RussiaAsia 1992 only - Mar lastSat 23:00 1:00 S
75
+ Rule RussiaAsia 1992 only - Sep lastSat 23:00 0 -
76
+ Rule RussiaAsia 1993 max - Mar lastSun 2:00s 1:00 S
77
+ Rule RussiaAsia 1993 1995 - Sep lastSun 2:00s 0 -
78
+ Rule RussiaAsia 1996 max - Oct lastSun 2:00s 0 -
79
+
80
+ # Afghanistan
81
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
82
+ Zone Asia/Kabul 4:36:48 - LMT 1890
83
+ 4:00 - AFT 1945
84
+ 4:30 - AFT
85
+
86
+ # Armenia
87
+ # From Paul Eggert (2006-03-22):
88
+ # Shanks & Pottenger have Yerevan switching to 3:00 (with Russian DST)
89
+ # in spring 1991, then to 4:00 with no DST in fall 1995, then
90
+ # readopting Russian DST in 1997. Go with Shanks & Pottenger, even
91
+ # when they disagree with others. Edgar Der-Danieliantz
92
+ # reported (1996-05-04) that Yerevan probably wouldn't use DST
93
+ # in 1996, though it did use DST in 1995. IATA SSIM (1991/1998) reports that
94
+ # Armenia switched from 3:00 to 4:00 in 1998 and observed DST after 1991,
95
+ # but started switching at 3:00s in 1998.
96
+
97
+ # From Arthur David Olson (2011-06-15):
98
+ # While Russia abandoned DST in 2011, Armenia may choose to
99
+ # follow Russia's "old" rules.
100
+
101
+ # From Alexander Krivenyshev (2012-02-10):
102
+ # According to News Armenia, on Feb 9, 2012,
103
+ # http://newsarmenia.ru/society/20120209/42609695.html
104
+ #
105
+ # The Armenia National Assembly adopted final reading of Amendments to the
106
+ # Law "On procedure of calculation time on the territory of the Republic of
107
+ # Armenia" according to which Armenia [is] abolishing Daylight Saving Time.
108
+ # or
109
+ # (brief)
110
+ # http://www.worldtimezone.com/dst_news/dst_news_armenia03.html
111
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
112
+ Zone Asia/Yerevan 2:58:00 - LMT 1924 May 2
113
+ 3:00 - YERT 1957 Mar # Yerevan Time
114
+ 4:00 RussiaAsia YER%sT 1991 Mar 31 2:00s
115
+ 3:00 1:00 YERST 1991 Sep 23 # independence
116
+ 3:00 RussiaAsia AM%sT 1995 Sep 24 2:00s
117
+ 4:00 - AMT 1997
118
+ 4:00 RussiaAsia AM%sT 2012 Mar 25 2:00s
119
+ 4:00 - AMT
120
+
121
+ # Azerbaijan
122
+ # From Rustam Aliyev of the Azerbaijan Internet Forum (2005-10-23):
123
+ # According to the resolution of Cabinet of Ministers, 1997
124
+ # Resolution available at: http://aif.az/docs/daylight_res.pdf
125
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
126
+ Rule Azer 1997 max - Mar lastSun 4:00 1:00 S
127
+ Rule Azer 1997 max - Oct lastSun 5:00 0 -
128
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
129
+ Zone Asia/Baku 3:19:24 - LMT 1924 May 2
130
+ 3:00 - BAKT 1957 Mar # Baku Time
131
+ 4:00 RussiaAsia BAK%sT 1991 Mar 31 2:00s
132
+ 3:00 1:00 BAKST 1991 Aug 30 # independence
133
+ 3:00 RussiaAsia AZ%sT 1992 Sep lastSat 23:00
134
+ 4:00 - AZT 1996 # Azerbaijan time
135
+ 4:00 EUAsia AZ%sT 1997
136
+ 4:00 Azer AZ%sT
137
+
138
+ # Bahrain
139
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
140
+ Zone Asia/Bahrain 3:22:20 - LMT 1920 # Al Manamah
141
+ 4:00 - GST 1972 Jun
142
+ 3:00 - AST
143
+
144
+ # Bangladesh
145
+ # From Alexander Krivenyshev (2009-05-13):
146
+ # According to newspaper Asian Tribune (May 6, 2009) Bangladesh may introduce
147
+ # Daylight Saving Time from June 16 to Sept 30
148
+ #
149
+ # Bangladesh to introduce daylight saving time likely from June 16
150
+ # <a href="http://www.asiantribune.com/?q=node/17288">
151
+ # http://www.asiantribune.com/?q=node/17288
152
+ # </a>
153
+ # or
154
+ # <a href="http://www.worldtimezone.com/dst_news/dst_news_bangladesh02.html">
155
+ # http://www.worldtimezone.com/dst_news/dst_news_bangladesh02.html
156
+ # </a>
157
+ #
158
+ # "... Bangladesh government has decided to switch daylight saving time from
159
+ # June
160
+ # 16 till September 30 in a bid to ensure maximum use of daylight to cope with
161
+ # crippling power crisis. "
162
+ #
163
+ # The switch will remain in effect from June 16 to Sept 30 (2009) but if
164
+ # implemented the next year, it will come in force from April 1, 2010
165
+
166
+ # From Steffen Thorsen (2009-06-02):
167
+ # They have finally decided now, but changed the start date to midnight between
168
+ # the 19th and 20th, and they have not set the end date yet.
169
+ #
170
+ # Some sources:
171
+ # <a href="http://in.reuters.com/article/southAsiaNews/idINIndia-40017620090601">
172
+ # http://in.reuters.com/article/southAsiaNews/idINIndia-40017620090601
173
+ # </a>
174
+ # <a href="http://bdnews24.com/details.php?id=85889&cid=2">
175
+ # http://bdnews24.com/details.php?id=85889&cid=2
176
+ # </a>
177
+ #
178
+ # Our wrap-up:
179
+ # <a href="http://www.timeanddate.com/news/time/bangladesh-daylight-saving-2009.html">
180
+ # http://www.timeanddate.com/news/time/bangladesh-daylight-saving-2009.html
181
+ # </a>
182
+
183
+ # From A. N. M. Kamrus Saadat (2009-06-15):
184
+ # Finally we've got the official mail regarding DST start time where DST start
185
+ # time is mentioned as Jun 19 2009, 23:00 from BTRC (Bangladesh
186
+ # Telecommunication Regulatory Commission).
187
+ #
188
+ # No DST end date has been announced yet.
189
+
190
+ # From Alexander Krivenyshev (2009-09-25):
191
+ # Bangladesh won't go back to Standard Time from October 1, 2009,
192
+ # instead it will continue DST measure till the cabinet makes a fresh decision.
193
+ #
194
+ # Following report by same newspaper-"The Daily Star Friday":
195
+ # "DST change awaits cabinet decision-Clock won't go back by 1-hr from Oct 1"
196
+ # <a href="http://www.thedailystar.net/newDesign/news-details.php?nid=107021">
197
+ # http://www.thedailystar.net/newDesign/news-details.php?nid=107021
198
+ # </a>
199
+ # or
200
+ # <a href="http://www.worldtimezone.com/dst_news/dst_news_bangladesh04.html">
201
+ # http://www.worldtimezone.com/dst_news/dst_news_bangladesh04.html
202
+ # </a>
203
+
204
+ # From Steffen Thorsen (2009-10-13):
205
+ # IANS (Indo-Asian News Service) now reports:
206
+ # Bangladesh has decided that the clock advanced by an hour to make
207
+ # maximum use of daylight hours as an energy saving measure would
208
+ # "continue for an indefinite period."
209
+ #
210
+ # One of many places where it is published:
211
+ # <a href="http://www.thaindian.com/newsportal/business/bangladesh-to-continue-indefinitely-with-advanced-time_100259987.html">
212
+ # http://www.thaindian.com/newsportal/business/bangladesh-to-continue-indefinitely-with-advanced-time_100259987.html
213
+ # </a>
214
+
215
+ # From Alexander Krivenyshev (2009-12-24):
216
+ # According to Bangladesh newspaper "The Daily Star,"
217
+ # Bangladesh will change its clock back to Standard Time on Dec 31, 2009.
218
+ #
219
+ # Clock goes back 1-hr on Dec 31 night.
220
+ # <a href="http://www.thedailystar.net/newDesign/news-details.php?nid=119228">
221
+ # http://www.thedailystar.net/newDesign/news-details.php?nid=119228
222
+ # </a>
223
+ # and
224
+ # <a href="http://www.worldtimezone.com/dst_news/dst_news_bangladesh05.html">
225
+ # http://www.worldtimezone.com/dst_news/dst_news_bangladesh05.html
226
+ # </a>
227
+ #
228
+ # "...The government yesterday decided to put the clock back by one hour
229
+ # on December 31 midnight and the new time will continue until March 31,
230
+ # 2010 midnight. The decision came at a cabinet meeting at the Prime
231
+ # Minister's Office last night..."
232
+
233
+ # From Alexander Krivenyshev (2010-03-22):
234
+ # According to Bangladesh newspaper "The Daily Star,"
235
+ # Cabinet cancels Daylight Saving Time
236
+ # <a href="http://www.thedailystar.net/newDesign/latest_news.php?nid=22817">
237
+ # http://www.thedailystar.net/newDesign/latest_news.php?nid=22817
238
+ # </a>
239
+ # or
240
+ # <a href="http://www.worldtimezone.com/dst_news/dst_news_bangladesh06.html">
241
+ # http://www.worldtimezone.com/dst_news/dst_news_bangladesh06.html
242
+ # </a>
243
+
244
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
245
+ Rule Dhaka 2009 only - Jun 19 23:00 1:00 S
246
+ Rule Dhaka 2009 only - Dec 31 23:59 0 -
247
+
248
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
249
+ Zone Asia/Dhaka 6:01:40 - LMT 1890
250
+ 5:53:20 - HMT 1941 Oct # Howrah Mean Time?
251
+ 6:30 - BURT 1942 May 15 # Burma Time
252
+ 5:30 - IST 1942 Sep
253
+ 6:30 - BURT 1951 Sep 30
254
+ 6:00 - DACT 1971 Mar 26 # Dacca Time
255
+ 6:00 - BDT 2009
256
+ 6:00 Dhaka BD%sT
257
+
258
+ # Bhutan
259
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
260
+ Zone Asia/Thimphu 5:58:36 - LMT 1947 Aug 15 # or Thimbu
261
+ 5:30 - IST 1987 Oct
262
+ 6:00 - BTT # Bhutan Time
263
+
264
+ # British Indian Ocean Territory
265
+ # Whitman and the 1995 CIA time zone map say 5:00, but the
266
+ # 1997 and later maps say 6:00. Assume the switch occurred in 1996.
267
+ # We have no information as to when standard time was introduced;
268
+ # assume it occurred in 1907, the same year as Mauritius (which
269
+ # then contained the Chagos Archipelago).
270
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
271
+ Zone Indian/Chagos 4:49:40 - LMT 1907
272
+ 5:00 - IOT 1996 # BIOT Time
273
+ 6:00 - IOT
274
+
275
+ # Brunei
276
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
277
+ Zone Asia/Brunei 7:39:40 - LMT 1926 Mar # Bandar Seri Begawan
278
+ 7:30 - BNT 1933
279
+ 8:00 - BNT
280
+
281
+ # Burma / Myanmar
282
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
283
+ Zone Asia/Rangoon 6:24:40 - LMT 1880 # or Yangon
284
+ 6:24:36 - RMT 1920 # Rangoon Mean Time?
285
+ 6:30 - BURT 1942 May # Burma Time
286
+ 9:00 - JST 1945 May 3
287
+ 6:30 - MMT # Myanmar Time
288
+
289
+ # Cambodia
290
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
291
+ Zone Asia/Phnom_Penh 6:59:40 - LMT 1906 Jun 9
292
+ 7:06:20 - SMT 1911 Mar 11 0:01 # Saigon MT?
293
+ 7:00 - ICT 1912 May
294
+ 8:00 - ICT 1931 May
295
+ 7:00 - ICT
296
+
297
+ # China
298
+
299
+ # From Guy Harris:
300
+ # People's Republic of China. Yes, they really have only one time zone.
301
+
302
+ # From Bob Devine (1988-01-28):
303
+ # No they don't. See TIME mag, 1986-02-17 p.52. Even though
304
+ # China is across 4 physical time zones, before Feb 1, 1986 only the
305
+ # Peking (Bejing) time zone was recognized. Since that date, China
306
+ # has two of 'em -- Peking's and Urumqi (named after the capital of
307
+ # the Xinjiang Uyghur Autonomous Region). I don't know about DST for it.
308
+ #
309
+ # . . .I just deleted the DST table and this editor makes it too
310
+ # painful to suck in another copy.. So, here is what I have for
311
+ # DST start/end dates for Peking's time zone (info from AP):
312
+ #
313
+ # 1986 May 4 - Sept 14
314
+ # 1987 mid-April - ??
315
+
316
+ # From U. S. Naval Observatory (1989-01-19):
317
+ # CHINA 8 H AHEAD OF UTC ALL OF CHINA, INCL TAIWAN
318
+ # CHINA 9 H AHEAD OF UTC APR 17 - SEP 10
319
+
320
+ # From Paul Eggert (2006-03-22):
321
+ # Shanks & Pottenger write that China (except for Hong Kong and Macau)
322
+ # has had a single time zone since 1980 May 1, observing summer DST
323
+ # from 1986 through 1991; this contradicts Devine's
324
+ # note about Time magazine, though apparently _something_ happened in 1986.
325
+ # Go with Shanks & Pottenger for now. I made up names for the other
326
+ # pre-1980 time zones.
327
+
328
+ # From Shanks & Pottenger:
329
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
330
+ Rule Shang 1940 only - Jun 3 0:00 1:00 D
331
+ Rule Shang 1940 1941 - Oct 1 0:00 0 S
332
+ Rule Shang 1941 only - Mar 16 0:00 1:00 D
333
+ Rule PRC 1986 only - May 4 0:00 1:00 D
334
+ Rule PRC 1986 1991 - Sep Sun>=11 0:00 0 S
335
+ Rule PRC 1987 1991 - Apr Sun>=10 0:00 1:00 D
336
+
337
+ # From Anthony Fok (2001-12-20):
338
+ # BTW, I did some research on-line and found some info regarding these five
339
+ # historic timezones from some Taiwan websites. And yes, there are official
340
+ # Chinese names for these locales (before 1949).
341
+ #
342
+ # From Jesper Norgaard Welen (2006-07-14):
343
+ # I have investigated the timezones around 1970 on the
344
+ # http://www.astro.com/atlas site [with provinces and county
345
+ # boundaries summarized below].... A few other exceptions were two
346
+ # counties on the Sichuan side of the Xizang-Sichuan border,
347
+ # counties Dege and Baiyu which lies on the Sichuan side and are
348
+ # therefore supposed to be GMT+7, Xizang region being GMT+6, but Dege
349
+ # county is GMT+8 according to astro.com while Baiyu county is GMT+6
350
+ # (could be true), for the moment I am assuming that those two
351
+ # counties are mistakes in the astro.com data.
352
+
353
+ # From Paul Eggert (2008-02-11):
354
+ # I just now checked Google News for western news sources that talk
355
+ # about China's single time zone, and couldn't find anything before 1986
356
+ # talking about China being in one time zone. (That article was: Jim
357
+ # Mann, "A clumsy embrace for another western custom: China on daylight
358
+ # time--sort of", Los Angeles Times, 1986-05-05. By the way, this
359
+ # article confirms the tz database's data claiming that China began
360
+ # observing daylight saving time in 1986.
361
+ #
362
+ # From Thomas S. Mullaney (2008-02-11):
363
+ # I think you're combining two subjects that need to treated
364
+ # separately: daylight savings (which, you're correct, wasn't
365
+ # implemented until the 1980s) and the unified time zone centered near
366
+ # Beijing (which was implemented in 1949). Briefly, there was also a
367
+ # "Lhasa Time" in Tibet and "Urumqi Time" in Xinjiang. The first was
368
+ # ceased, and the second eventually recognized (again, in the 1980s).
369
+ #
370
+ # From Paul Eggert (2008-06-30):
371
+ # There seems to be a good chance China switched to a single time zone in 1949
372
+ # rather than in 1980 as Shanks & Pottenger have it, but we don't have a
373
+ # reliable documentary source saying so yet, so for now we still go with
374
+ # Shanks & Pottenger.
375
+
376
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
377
+ # Changbai Time ("Long-white Time", Long-white = Heilongjiang area)
378
+ # Heilongjiang (except Mohe county), Jilin
379
+ Zone Asia/Harbin 8:26:44 - LMT 1928 # or Haerbin
380
+ 8:30 - CHAT 1932 Mar # Changbai Time
381
+ 8:00 - CST 1940
382
+ 9:00 - CHAT 1966 May
383
+ 8:30 - CHAT 1980 May
384
+ 8:00 PRC C%sT
385
+ # Zhongyuan Time ("Central plain Time")
386
+ # most of China
387
+ Zone Asia/Shanghai 8:05:52 - LMT 1928
388
+ 8:00 Shang C%sT 1949
389
+ 8:00 PRC C%sT
390
+ # Long-shu Time (probably due to Long and Shu being two names of that area)
391
+ # Guangxi, Guizhou, Hainan, Ningxia, Sichuan, Shaanxi, and Yunnan;
392
+ # most of Gansu; west Inner Mongolia; west Qinghai; and the Guangdong
393
+ # counties Deqing, Enping, Kaiping, Luoding, Taishan, Xinxing,
394
+ # Yangchun, Yangjiang, Yu'nan, and Yunfu.
395
+ Zone Asia/Chongqing 7:06:20 - LMT 1928 # or Chungking
396
+ 7:00 - LONT 1980 May # Long-shu Time
397
+ 8:00 PRC C%sT
398
+ # Xin-zang Time ("Xinjiang-Tibet Time")
399
+ # The Gansu counties Aksay, Anxi, Dunhuang, Subei; west Qinghai;
400
+ # the Guangdong counties Xuwen, Haikang, Suixi, Lianjiang,
401
+ # Zhanjiang, Wuchuan, Huazhou, Gaozhou, Maoming, Dianbai, and Xinyi;
402
+ # east Tibet, including Lhasa, Chamdo, Shigaise, Jimsar, Shawan and Hutubi;
403
+ # east Xinjiang, including Urumqi, Turpan, Karamay, Korla, Minfeng, Jinghe,
404
+ # Wusu, Qiemo, Xinyan, Wulanwusu, Jinghe, Yumin, Tacheng, Tuoli, Emin,
405
+ # Shihezi, Changji, Yanqi, Heshuo, Tuokexun, Tulufan, Shanshan, Hami,
406
+ # Fukang, Kuitun, Kumukuli, Miquan, Qitai, and Turfan.
407
+ Zone Asia/Urumqi 5:50:20 - LMT 1928 # or Urumchi
408
+ 6:00 - URUT 1980 May # Urumqi Time
409
+ 8:00 PRC C%sT
410
+ # Kunlun Time
411
+ # West Tibet, including Pulan, Aheqi, Shufu, Shule;
412
+ # West Xinjiang, including Aksu, Atushi, Yining, Hetian, Cele, Luopu, Nileke,
413
+ # Zhaosu, Tekesi, Gongliu, Chabuchaer, Huocheng, Bole, Pishan, Suiding,
414
+ # and Yarkand.
415
+
416
+ # From Luther Ma (2009-10-17):
417
+ # Almost all (>99.9%) ethnic Chinese (properly ethnic Han) living in
418
+ # Xinjiang use Chinese Standard Time. Some are aware of Xinjiang time,
419
+ # but have no need of it. All planes, trains, and schools function on
420
+ # what is called "Beijing time." When Han make an appointment in Chinese
421
+ # they implicitly use Beijing time.
422
+ #
423
+ # On the other hand, ethnic Uyghurs, who make up about half the
424
+ # population of Xinjiang, typically use "Xinjiang time" which is two
425
+ # hours behind Beijing time, or UTC +0600. The government of the Xinjiang
426
+ # Uyghur Autonomous Region, (XAUR, or just Xinjiang for short) as well as
427
+ # local governments such as the Urumqi city government use both times in
428
+ # publications, referring to what is popularly called Xinjiang time as
429
+ # "Urumqi time." When Uyghurs make an appointment in the Uyghur language
430
+ # they almost invariably use Xinjiang time.
431
+ #
432
+ # (Their ethnic Han compatriots would typically have no clue of its
433
+ # widespread use, however, because so extremely few of them are fluent in
434
+ # Uyghur, comparable to the number of Anglo-Americans fluent in Navajo.)
435
+ #
436
+ # (...As with the rest of China there was a brief interval ending in 1990
437
+ # or 1991 when summer time was in use. The confusion was severe, with
438
+ # the province not having dual times but four times in use at the same
439
+ # time. Some areas remained on standard Xinjiang time or Beijing time and
440
+ # others moving their clocks ahead.)
441
+ #
442
+ # ...an example of an official website using of Urumqi time.
443
+ #
444
+ # The first few lines of the Google translation of
445
+ # <a href="http://www.fjysgl.gov.cn/show.aspx?id=2379&cid=39">
446
+ # http://www.fjysgl.gov.cn/show.aspx?id=2379&cid=39
447
+ # </a>
448
+ # (retrieved 2009-10-13)
449
+ # > Urumqi fire seven people are missing the alleged losses of at least
450
+ # > 500 million yuan
451
+ # >
452
+ # > (Reporter Dong Liu) the day before 20:20 or so (Urumqi Time 18:20),
453
+ # > Urumqi City Department of International Plaza Luther Qiantang River
454
+ # > burst fire. As of yesterday, 18:30, Urumqi City Fire officers and men
455
+ # > have worked continuously for 22 hours...
456
+
457
+ # From Luther Ma (2009-11-19):
458
+ # With the risk of being redundant to previous answers these are the most common
459
+ # English "transliterations" (w/o using non-English symbols):
460
+ #
461
+ # 1. Wulumuqi...
462
+ # 2. Kashi...
463
+ # 3. Urumqi...
464
+ # 4. Kashgar...
465
+ # ...
466
+ # 5. It seems that Uyghurs in Urumqi has been using Xinjiang since at least the
467
+ # 1960's. I know of one Han, now over 50, who grew up in the surrounding
468
+ # countryside and used Xinjiang time as a child.
469
+ #
470
+ # 6. Likewise for Kashgar and the rest of south Xinjiang I don't know of any
471
+ # start date for Xinjiang time.
472
+ #
473
+ # Without having access to local historical records, nor the ability to legally
474
+ # publish them, I would go with October 1, 1949, when Xinjiang became the Uyghur
475
+ # Autonomous Region under the PRC. (Before that Uyghurs, of course, would also
476
+ # not be using Beijing time, but some local time.)
477
+
478
+ Zone Asia/Kashgar 5:03:56 - LMT 1928 # or Kashi or Kaxgar
479
+ 5:30 - KAST 1940 # Kashgar Time
480
+ 5:00 - KAST 1980 May
481
+ 8:00 PRC C%sT
482
+
483
+
484
+ # From Lee Yiu Chung (2009-10-24):
485
+ # I found there are some mistakes for the...DST rule for Hong
486
+ # Kong. [According] to the DST record from Hong Kong Observatory (actually,
487
+ # it is not [an] observatory, but the official meteorological agency of HK,
488
+ # and also serves as the official timing agency), there are some missing
489
+ # and incorrect rules. Although the exact switch over time is missing, I
490
+ # think 3:30 is correct. The official DST record for Hong Kong can be
491
+ # obtained from
492
+ # <a href="http://www.hko.gov.hk/gts/time/Summertime.htm">
493
+ # http://www.hko.gov.hk/gts/time/Summertime.htm
494
+ # </a>.
495
+
496
+ # From Arthur David Olson (2009-10-28):
497
+ # Here are the dates given at
498
+ # <a href="http://www.hko.gov.hk/gts/time/Summertime.htm">
499
+ # http://www.hko.gov.hk/gts/time/Summertime.htm
500
+ # </a>
501
+ # as of 2009-10-28:
502
+ # Year Period
503
+ # 1941 1 Apr to 30 Sep
504
+ # 1942 Whole year
505
+ # 1943 Whole year
506
+ # 1944 Whole year
507
+ # 1945 Whole year
508
+ # 1946 20 Apr to 1 Dec
509
+ # 1947 13 Apr to 30 Dec
510
+ # 1948 2 May to 31 Oct
511
+ # 1949 3 Apr to 30 Oct
512
+ # 1950 2 Apr to 29 Oct
513
+ # 1951 1 Apr to 28 Oct
514
+ # 1952 6 Apr to 25 Oct
515
+ # 1953 5 Apr to 1 Nov
516
+ # 1954 21 Mar to 31 Oct
517
+ # 1955 20 Mar to 6 Nov
518
+ # 1956 18 Mar to 4 Nov
519
+ # 1957 24 Mar to 3 Nov
520
+ # 1958 23 Mar to 2 Nov
521
+ # 1959 22 Mar to 1 Nov
522
+ # 1960 20 Mar to 6 Nov
523
+ # 1961 19 Mar to 5 Nov
524
+ # 1962 18 Mar to 4 Nov
525
+ # 1963 24 Mar to 3 Nov
526
+ # 1964 22 Mar to 1 Nov
527
+ # 1965 18 Apr to 17 Oct
528
+ # 1966 17 Apr to 16 Oct
529
+ # 1967 16 Apr to 22 Oct
530
+ # 1968 21 Apr to 20 Oct
531
+ # 1969 20 Apr to 19 Oct
532
+ # 1970 19 Apr to 18 Oct
533
+ # 1971 18 Apr to 17 Oct
534
+ # 1972 16 Apr to 22 Oct
535
+ # 1973 22 Apr to 21 Oct
536
+ # 1973/74 30 Dec 73 to 20 Oct 74
537
+ # 1975 20 Apr to 19 Oct
538
+ # 1976 18 Apr to 17 Oct
539
+ # 1977 Nil
540
+ # 1978 Nil
541
+ # 1979 13 May to 21 Oct
542
+ # 1980 to Now Nil
543
+ # The page does not give start or end times of day.
544
+ # The page does not give a start date for 1942.
545
+ # The page does not givw an end date for 1945.
546
+ # The Japanese occupation of Hong Kong began on 1941-12-25.
547
+ # The Japanese surrender of Hong Kong was signed 1945-09-15.
548
+ # For lack of anything better, use start of those days as the transition times.
549
+
550
+ # Hong Kong (Xianggang)
551
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
552
+ Rule HK 1941 only - Apr 1 3:30 1:00 S
553
+ Rule HK 1941 only - Sep 30 3:30 0 -
554
+ Rule HK 1946 only - Apr 20 3:30 1:00 S
555
+ Rule HK 1946 only - Dec 1 3:30 0 -
556
+ Rule HK 1947 only - Apr 13 3:30 1:00 S
557
+ Rule HK 1947 only - Dec 30 3:30 0 -
558
+ Rule HK 1948 only - May 2 3:30 1:00 S
559
+ Rule HK 1948 1951 - Oct lastSun 3:30 0 -
560
+ Rule HK 1952 only - Oct 25 3:30 0 -
561
+ Rule HK 1949 1953 - Apr Sun>=1 3:30 1:00 S
562
+ Rule HK 1953 only - Nov 1 3:30 0 -
563
+ Rule HK 1954 1964 - Mar Sun>=18 3:30 1:00 S
564
+ Rule HK 1954 only - Oct 31 3:30 0 -
565
+ Rule HK 1955 1964 - Nov Sun>=1 3:30 0 -
566
+ Rule HK 1965 1976 - Apr Sun>=16 3:30 1:00 S
567
+ Rule HK 1965 1976 - Oct Sun>=16 3:30 0 -
568
+ Rule HK 1973 only - Dec 30 3:30 1:00 S
569
+ Rule HK 1979 only - May Sun>=8 3:30 1:00 S
570
+ Rule HK 1979 only - Oct Sun>=16 3:30 0 -
571
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
572
+ Zone Asia/Hong_Kong 7:36:36 - LMT 1904 Oct 30
573
+ 8:00 HK HK%sT 1941 Dec 25
574
+ 9:00 - JST 1945 Sep 15
575
+ 8:00 HK HK%sT
576
+
577
+ ###############################################################################
578
+
579
+ # Taiwan
580
+
581
+ # Shanks & Pottenger write that Taiwan observed DST during 1945, when it
582
+ # was still controlled by Japan. This is hard to believe, but we don't
583
+ # have any other information.
584
+
585
+ # From smallufo (2010-04-03):
586
+ # According to Taiwan's CWB,
587
+ # <a href="http://www.cwb.gov.tw/V6/astronomy/cdata/summert.htm">
588
+ # http://www.cwb.gov.tw/V6/astronomy/cdata/summert.htm
589
+ # </a>
590
+ # Taipei has DST in 1979 between July 1st and Sep 30.
591
+
592
+ # From Arthur David Olson (2010-04-07):
593
+ # Here's Google's translation of the table at the bottom of the "summert.htm" page:
594
+ # Decade Name Start and end date
595
+ # Republic of China 34 years to 40 years (AD 1945-1951 years) Summer Time May 1 to September 30
596
+ # 41 years of the Republic of China (AD 1952) Daylight Saving Time March 1 to October 31
597
+ # Republic of China 42 years to 43 years (AD 1953-1954 years) Daylight Saving Time April 1 to October 31
598
+ # In the 44 years to 45 years (AD 1955-1956 years) Daylight Saving Time April 1 to September 30
599
+ # Republic of China 46 years to 48 years (AD 1957-1959) Summer Time April 1 to September 30
600
+ # Republic of China 49 years to 50 years (AD 1960-1961) Summer Time June 1 to September 30
601
+ # Republic of China 51 years to 62 years (AD 1962-1973 years) Stop Summer Time
602
+ # Republic of China 63 years to 64 years (1974-1975 AD) Daylight Saving Time April 1 to September 30
603
+ # Republic of China 65 years to 67 years (1976-1978 AD) Stop Daylight Saving Time
604
+ # Republic of China 68 years (AD 1979) Daylight Saving Time July 1 to September 30
605
+ # Republic of China since 69 years (AD 1980) Stop Daylight Saving Time
606
+
607
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
608
+ Rule Taiwan 1945 1951 - May 1 0:00 1:00 D
609
+ Rule Taiwan 1945 1951 - Oct 1 0:00 0 S
610
+ Rule Taiwan 1952 only - Mar 1 0:00 1:00 D
611
+ Rule Taiwan 1952 1954 - Nov 1 0:00 0 S
612
+ Rule Taiwan 1953 1959 - Apr 1 0:00 1:00 D
613
+ Rule Taiwan 1955 1961 - Oct 1 0:00 0 S
614
+ Rule Taiwan 1960 1961 - Jun 1 0:00 1:00 D
615
+ Rule Taiwan 1974 1975 - Apr 1 0:00 1:00 D
616
+ Rule Taiwan 1974 1975 - Oct 1 0:00 0 S
617
+ Rule Taiwan 1979 only - Jun 30 0:00 1:00 D
618
+ Rule Taiwan 1979 only - Sep 30 0:00 0 S
619
+
620
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
621
+ Zone Asia/Taipei 8:06:00 - LMT 1896 # or Taibei or T'ai-pei
622
+ 8:00 Taiwan C%sT
623
+
624
+ # Macau (Macao, Aomen)
625
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
626
+ Rule Macau 1961 1962 - Mar Sun>=16 3:30 1:00 S
627
+ Rule Macau 1961 1964 - Nov Sun>=1 3:30 0 -
628
+ Rule Macau 1963 only - Mar Sun>=16 0:00 1:00 S
629
+ Rule Macau 1964 only - Mar Sun>=16 3:30 1:00 S
630
+ Rule Macau 1965 only - Mar Sun>=16 0:00 1:00 S
631
+ Rule Macau 1965 only - Oct 31 0:00 0 -
632
+ Rule Macau 1966 1971 - Apr Sun>=16 3:30 1:00 S
633
+ Rule Macau 1966 1971 - Oct Sun>=16 3:30 0 -
634
+ Rule Macau 1972 1974 - Apr Sun>=15 0:00 1:00 S
635
+ Rule Macau 1972 1973 - Oct Sun>=15 0:00 0 -
636
+ Rule Macau 1974 1977 - Oct Sun>=15 3:30 0 -
637
+ Rule Macau 1975 1977 - Apr Sun>=15 3:30 1:00 S
638
+ Rule Macau 1978 1980 - Apr Sun>=15 0:00 1:00 S
639
+ Rule Macau 1978 1980 - Oct Sun>=15 0:00 0 -
640
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
641
+ Zone Asia/Macau 7:34:20 - LMT 1912
642
+ 8:00 Macau MO%sT 1999 Dec 20 # return to China
643
+ 8:00 PRC C%sT
644
+
645
+
646
+ ###############################################################################
647
+
648
+ # Cyprus
649
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
650
+ Rule Cyprus 1975 only - Apr 13 0:00 1:00 S
651
+ Rule Cyprus 1975 only - Oct 12 0:00 0 -
652
+ Rule Cyprus 1976 only - May 15 0:00 1:00 S
653
+ Rule Cyprus 1976 only - Oct 11 0:00 0 -
654
+ Rule Cyprus 1977 1980 - Apr Sun>=1 0:00 1:00 S
655
+ Rule Cyprus 1977 only - Sep 25 0:00 0 -
656
+ Rule Cyprus 1978 only - Oct 2 0:00 0 -
657
+ Rule Cyprus 1979 1997 - Sep lastSun 0:00 0 -
658
+ Rule Cyprus 1981 1998 - Mar lastSun 0:00 1:00 S
659
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
660
+ Zone Asia/Nicosia 2:13:28 - LMT 1921 Nov 14
661
+ 2:00 Cyprus EE%sT 1998 Sep
662
+ 2:00 EUAsia EE%sT
663
+ # IATA SSIM (1998-09) has Cyprus using EU rules for the first time.
664
+
665
+ # Classically, Cyprus belongs to Asia; e.g. see Herodotus, Histories, I.72.
666
+ # However, for various reasons many users expect to find it under Europe.
667
+ Link Asia/Nicosia Europe/Nicosia
668
+
669
+ # Georgia
670
+ # From Paul Eggert (1994-11-19):
671
+ # Today's _Economist_ (p 60) reports that Georgia moved its clocks forward
672
+ # an hour recently, due to a law proposed by Zurab Murvanidze,
673
+ # an MP who went on a hunger strike for 11 days to force discussion about it!
674
+ # We have no details, but we'll guess they didn't move the clocks back in fall.
675
+ #
676
+ # From Mathew Englander, quoting AP (1996-10-23 13:05-04):
677
+ # Instead of putting back clocks at the end of October, Georgia
678
+ # will stay on daylight savings time this winter to save energy,
679
+ # President Eduard Shevardnadze decreed Wednesday.
680
+ #
681
+ # From the BBC via Joseph S. Myers (2004-06-27):
682
+ #
683
+ # Georgia moved closer to Western Europe on Sunday... The former Soviet
684
+ # republic has changed its time zone back to that of Moscow. As a result it
685
+ # is now just four hours ahead of Greenwich Mean Time, rather than five hours
686
+ # ahead. The switch was decreed by the pro-Western president of Georgia,
687
+ # Mikhail Saakashvili, who said the change was partly prompted by the process
688
+ # of integration into Europe.
689
+
690
+ # From Teimuraz Abashidze (2005-11-07):
691
+ # Government of Georgia ... decided to NOT CHANGE daylight savings time on
692
+ # [Oct.] 30, as it was done before during last more than 10 years.
693
+ # Currently, we are in fact GMT +4:00, as before 30 October it was GMT
694
+ # +3:00.... The problem is, there is NO FORMAL LAW or governmental document
695
+ # about it. As far as I can find, I was told, that there is no document,
696
+ # because we just DIDN'T ISSUE document about switching to winter time....
697
+ # I don't know what can be done, especially knowing that some years ago our
698
+ # DST rules where changed THREE TIMES during one month.
699
+
700
+
701
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
702
+ Zone Asia/Tbilisi 2:59:16 - LMT 1880
703
+ 2:59:16 - TBMT 1924 May 2 # Tbilisi Mean Time
704
+ 3:00 - TBIT 1957 Mar # Tbilisi Time
705
+ 4:00 RussiaAsia TBI%sT 1991 Mar 31 2:00s
706
+ 3:00 1:00 TBIST 1991 Apr 9 # independence
707
+ 3:00 RussiaAsia GE%sT 1992 # Georgia Time
708
+ 3:00 E-EurAsia GE%sT 1994 Sep lastSun
709
+ 4:00 E-EurAsia GE%sT 1996 Oct lastSun
710
+ 4:00 1:00 GEST 1997 Mar lastSun
711
+ 4:00 E-EurAsia GE%sT 2004 Jun 27
712
+ 3:00 RussiaAsia GE%sT 2005 Mar lastSun 2:00
713
+ 4:00 - GET
714
+
715
+ # East Timor
716
+
717
+ # See Indonesia for the 1945 transition.
718
+
719
+ # From Joao Carrascalao, brother of the former governor of East Timor, in
720
+ # <a href="http://etan.org/et99c/december/26-31/30ETMAY.htm">
721
+ # East Timor may be late for its millennium
722
+ # </a> (1999-12-26/31):
723
+ # Portugal tried to change the time forward in 1974 because the sun
724
+ # rises too early but the suggestion raised a lot of problems with the
725
+ # Timorese and I still don't think it would work today because it
726
+ # conflicts with their way of life.
727
+
728
+ # From Paul Eggert (2000-12-04):
729
+ # We don't have any record of the above attempt.
730
+ # Most likely our records are incomplete, but we have no better data.
731
+
732
+ # <a href="http://www.hri.org/news/world/undh/last/00-08-16.undh.html">
733
+ # From Manoel de Almeida e Silva, Deputy Spokesman for the UN Secretary-General
734
+ # (2000-08-16)</a>:
735
+ # The Cabinet of the East Timor Transition Administration decided
736
+ # today to advance East Timor's time by one hour. The time change,
737
+ # which will be permanent, with no seasonal adjustment, will happen at
738
+ # midnight on Saturday, September 16.
739
+
740
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
741
+ Zone Asia/Dili 8:22:20 - LMT 1912
742
+ 8:00 - TLT 1942 Feb 21 23:00 # E Timor Time
743
+ 9:00 - JST 1945 Sep 23
744
+ 9:00 - TLT 1976 May 3
745
+ 8:00 - CIT 2000 Sep 17 00:00
746
+ 9:00 - TLT
747
+
748
+ # India
749
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
750
+ Zone Asia/Kolkata 5:53:28 - LMT 1880 # Kolkata
751
+ 5:53:20 - HMT 1941 Oct # Howrah Mean Time?
752
+ 6:30 - BURT 1942 May 15 # Burma Time
753
+ 5:30 - IST 1942 Sep
754
+ 5:30 1:00 IST 1945 Oct 15
755
+ 5:30 - IST
756
+ # The following are like Asia/Kolkata:
757
+ # Andaman Is
758
+ # Lakshadweep (Laccadive, Minicoy and Amindivi Is)
759
+ # Nicobar Is
760
+
761
+ # Indonesia
762
+ #
763
+ # From Gwillim Law (2001-05-28), overriding Shanks & Pottenger:
764
+ # <http://www.sumatera-inc.com/go_to_invest/about_indonesia.asp#standtime>
765
+ # says that Indonesia's time zones changed on 1988-01-01. Looking at some
766
+ # time zone maps, I think that must refer to Western Borneo (Kalimantan Barat
767
+ # and Kalimantan Tengah) switching from UTC+8 to UTC+7.
768
+ #
769
+ # From Paul Eggert (2007-03-10):
770
+ # Here is another correction to Shanks & Pottenger.
771
+ # JohnTWB writes that Japanese forces did not surrender control in
772
+ # Indonesia until 1945-09-01 00:00 at the earliest (in Jakarta) and
773
+ # other formal surrender ceremonies were September 9, 11, and 13, plus
774
+ # September 12 for the regional surrender to Mountbatten in Singapore.
775
+ # These would be the earliest possible times for a change.
776
+ # Regimes horaires pour le monde entier, by Henri Le Corre, (Editions
777
+ # Traditionnelles, 1987, Paris) says that Java and Madura switched
778
+ # from JST to UTC+07:30 on 1945-09-23, and gives 1944-09-01 for Jayapura
779
+ # (Hollandia). For now, assume all Indonesian locations other than Jayapura
780
+ # switched on 1945-09-23.
781
+ #
782
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
783
+ Zone Asia/Jakarta 7:07:12 - LMT 1867 Aug 10
784
+ # Shanks & Pottenger say the next transition was at 1924 Jan 1 0:13,
785
+ # but this must be a typo.
786
+ 7:07:12 - JMT 1923 Dec 31 23:47:12 # Jakarta
787
+ 7:20 - JAVT 1932 Nov # Java Time
788
+ 7:30 - WIT 1942 Mar 23
789
+ 9:00 - JST 1945 Sep 23
790
+ 7:30 - WIT 1948 May
791
+ 8:00 - WIT 1950 May
792
+ 7:30 - WIT 1964
793
+ 7:00 - WIT
794
+ Zone Asia/Pontianak 7:17:20 - LMT 1908 May
795
+ 7:17:20 - PMT 1932 Nov # Pontianak MT
796
+ 7:30 - WIT 1942 Jan 29
797
+ 9:00 - JST 1945 Sep 23
798
+ 7:30 - WIT 1948 May
799
+ 8:00 - WIT 1950 May
800
+ 7:30 - WIT 1964
801
+ 8:00 - CIT 1988 Jan 1
802
+ 7:00 - WIT
803
+ Zone Asia/Makassar 7:57:36 - LMT 1920
804
+ 7:57:36 - MMT 1932 Nov # Macassar MT
805
+ 8:00 - CIT 1942 Feb 9
806
+ 9:00 - JST 1945 Sep 23
807
+ 8:00 - CIT
808
+ Zone Asia/Jayapura 9:22:48 - LMT 1932 Nov
809
+ 9:00 - EIT 1944 Sep 1
810
+ 9:30 - CST 1964
811
+ 9:00 - EIT
812
+
813
+ # Iran
814
+
815
+ # From Roozbeh Pournader (2003-03-15):
816
+ # This is an English translation of what I just found (originally in Persian).
817
+ # The Gregorian dates in brackets are mine:
818
+ #
819
+ # Official Newspaper No. 13548-1370/6/25 [1991-09-16]
820
+ # No. 16760/T233 H 1370/6/10 [1991-09-01]
821
+ #
822
+ # The Rule About Change of the Official Time of the Country
823
+ #
824
+ # The Board of Ministers, in the meeting dated 1370/5/23 [1991-08-14],
825
+ # based on the suggestion number 2221/D dated 1370/4/22 [1991-07-13]
826
+ # of the Country's Organization for Official and Employment Affairs,
827
+ # and referring to the law for equating the working hours of workers
828
+ # and officers in the whole country dated 1359/4/23 [1980-07-14], and
829
+ # for synchronizing the official times of the country, agreed that:
830
+ #
831
+ # The official time of the country will should move forward one hour
832
+ # at the 24[:00] hours of the first day of Farvardin and should return
833
+ # to its previous state at the 24[:00] hours of the 30th day of
834
+ # Shahrivar.
835
+ #
836
+ # First Deputy to the President - Hassan Habibi
837
+ #
838
+ # From personal experience, that agrees with what has been followed
839
+ # for at least the last 5 years. Before that, for a few years, the
840
+ # date used was the first Thursday night of Farvardin and the last
841
+ # Thursday night of Shahrivar, but I can't give exact dates....
842
+ # I have also changed the abbreviations to what is considered correct
843
+ # here in Iran, IRST for regular time and IRDT for daylight saving time.
844
+ #
845
+ # From Roozbeh Pournader (2005-04-05):
846
+ # The text of the Iranian law, in effect since 1925, clearly mentions
847
+ # that the true solar year is the measure, and there is no arithmetic
848
+ # leap year calculation involved. There has never been any serious
849
+ # plan to change that law....
850
+ #
851
+ # From Paul Eggert (2006-03-22):
852
+ # Go with Shanks & Pottenger before Sept. 1991, and with Pournader thereafter.
853
+ # I used Ed Reingold's cal-persia in GNU Emacs 21.2 to check Persian dates,
854
+ # stopping after 2037 when 32-bit time_t's overflow.
855
+ # That cal-persia used Birashk's approximation, which disagrees with the solar
856
+ # calendar predictions for the year 2025, so I corrected those dates by hand.
857
+ #
858
+ # From Oscar van Vlijmen (2005-03-30), writing about future
859
+ # discrepancies between cal-persia and the Iranian calendar:
860
+ # For 2091 solar-longitude-after yields 2091-03-20 08:40:07.7 UT for
861
+ # the vernal equinox and that gets so close to 12:00 some local
862
+ # Iranian time that the definition of the correct location needs to be
863
+ # known exactly, amongst other factors. 2157 is even closer:
864
+ # 2157-03-20 08:37:15.5 UT. But the Gregorian year 2025 should give
865
+ # no interpretation problem whatsoever. By the way, another instant
866
+ # in the near future where there will be a discrepancy between
867
+ # arithmetical and astronomical Iranian calendars will be in 2058:
868
+ # vernal equinox on 2058-03-20 09:03:05.9 UT. The Java version of
869
+ # Reingold's/Dershowitz' calculator gives correctly the Gregorian date
870
+ # 2058-03-21 for 1 Farvardin 1437 (astronomical).
871
+ #
872
+ # From Steffen Thorsen (2006-03-22):
873
+ # Several of my users have reported that Iran will not observe DST anymore:
874
+ # http://www.irna.ir/en/news/view/line-17/0603193812164948.htm
875
+ #
876
+ # From Reuters (2007-09-16), with a heads-up from Jesper Norgaard Welen:
877
+ # ... the Guardian Council ... approved a law on Sunday to re-introduce
878
+ # daylight saving time ...
879
+ # http://uk.reuters.com/article/oilRpt/idUKBLA65048420070916
880
+ #
881
+ # From Roozbeh Pournader (2007-11-05):
882
+ # This is quoted from Official Gazette of the Islamic Republic of
883
+ # Iran, Volume 63, Number 18242, dated Tuesday 1386/6/24
884
+ # [2007-10-16]. I am doing the best translation I can:...
885
+ # The official time of the country will be moved forward for one hour
886
+ # on the 24 hours of the first day of the month of Farvardin and will
887
+ # be changed back to its previous state on the 24 hours of the
888
+ # thirtieth day of Shahrivar.
889
+ #
890
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
891
+ Rule Iran 1978 1980 - Mar 21 0:00 1:00 D
892
+ Rule Iran 1978 only - Oct 21 0:00 0 S
893
+ Rule Iran 1979 only - Sep 19 0:00 0 S
894
+ Rule Iran 1980 only - Sep 23 0:00 0 S
895
+ Rule Iran 1991 only - May 3 0:00 1:00 D
896
+ Rule Iran 1992 1995 - Mar 22 0:00 1:00 D
897
+ Rule Iran 1991 1995 - Sep 22 0:00 0 S
898
+ Rule Iran 1996 only - Mar 21 0:00 1:00 D
899
+ Rule Iran 1996 only - Sep 21 0:00 0 S
900
+ Rule Iran 1997 1999 - Mar 22 0:00 1:00 D
901
+ Rule Iran 1997 1999 - Sep 22 0:00 0 S
902
+ Rule Iran 2000 only - Mar 21 0:00 1:00 D
903
+ Rule Iran 2000 only - Sep 21 0:00 0 S
904
+ Rule Iran 2001 2003 - Mar 22 0:00 1:00 D
905
+ Rule Iran 2001 2003 - Sep 22 0:00 0 S
906
+ Rule Iran 2004 only - Mar 21 0:00 1:00 D
907
+ Rule Iran 2004 only - Sep 21 0:00 0 S
908
+ Rule Iran 2005 only - Mar 22 0:00 1:00 D
909
+ Rule Iran 2005 only - Sep 22 0:00 0 S
910
+ Rule Iran 2008 only - Mar 21 0:00 1:00 D
911
+ Rule Iran 2008 only - Sep 21 0:00 0 S
912
+ Rule Iran 2009 2011 - Mar 22 0:00 1:00 D
913
+ Rule Iran 2009 2011 - Sep 22 0:00 0 S
914
+ Rule Iran 2012 only - Mar 21 0:00 1:00 D
915
+ Rule Iran 2012 only - Sep 21 0:00 0 S
916
+ Rule Iran 2013 2015 - Mar 22 0:00 1:00 D
917
+ Rule Iran 2013 2015 - Sep 22 0:00 0 S
918
+ Rule Iran 2016 only - Mar 21 0:00 1:00 D
919
+ Rule Iran 2016 only - Sep 21 0:00 0 S
920
+ Rule Iran 2017 2019 - Mar 22 0:00 1:00 D
921
+ Rule Iran 2017 2019 - Sep 22 0:00 0 S
922
+ Rule Iran 2020 only - Mar 21 0:00 1:00 D
923
+ Rule Iran 2020 only - Sep 21 0:00 0 S
924
+ Rule Iran 2021 2023 - Mar 22 0:00 1:00 D
925
+ Rule Iran 2021 2023 - Sep 22 0:00 0 S
926
+ Rule Iran 2024 only - Mar 21 0:00 1:00 D
927
+ Rule Iran 2024 only - Sep 21 0:00 0 S
928
+ Rule Iran 2025 2027 - Mar 22 0:00 1:00 D
929
+ Rule Iran 2025 2027 - Sep 22 0:00 0 S
930
+ Rule Iran 2028 2029 - Mar 21 0:00 1:00 D
931
+ Rule Iran 2028 2029 - Sep 21 0:00 0 S
932
+ Rule Iran 2030 2031 - Mar 22 0:00 1:00 D
933
+ Rule Iran 2030 2031 - Sep 22 0:00 0 S
934
+ Rule Iran 2032 2033 - Mar 21 0:00 1:00 D
935
+ Rule Iran 2032 2033 - Sep 21 0:00 0 S
936
+ Rule Iran 2034 2035 - Mar 22 0:00 1:00 D
937
+ Rule Iran 2034 2035 - Sep 22 0:00 0 S
938
+ Rule Iran 2036 2037 - Mar 21 0:00 1:00 D
939
+ Rule Iran 2036 2037 - Sep 21 0:00 0 S
940
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
941
+ Zone Asia/Tehran 3:25:44 - LMT 1916
942
+ 3:25:44 - TMT 1946 # Tehran Mean Time
943
+ 3:30 - IRST 1977 Nov
944
+ 4:00 Iran IR%sT 1979
945
+ 3:30 Iran IR%sT
946
+
947
+
948
+ # Iraq
949
+ #
950
+ # From Jonathan Lennox (2000-06-12):
951
+ # An article in this week's Economist ("Inside the Saddam-free zone", p. 50 in
952
+ # the U.S. edition) on the Iraqi Kurds contains a paragraph:
953
+ # "The three northern provinces ... switched their clocks this spring and
954
+ # are an hour ahead of Baghdad."
955
+ #
956
+ # But Rives McDow (2000-06-18) quotes a contact in Iraqi-Kurdistan as follows:
957
+ # In the past, some Kurdish nationalists, as a protest to the Iraqi
958
+ # Government, did not adhere to daylight saving time. They referred
959
+ # to daylight saving as Saddam time. But, as of today, the time zone
960
+ # in Iraqi-Kurdistan is on standard time with Baghdad, Iraq.
961
+ #
962
+ # So we'll ignore the Economist's claim.
963
+
964
+ # From Steffen Thorsen (2008-03-10):
965
+ # The cabinet in Iraq abolished DST last week, according to the following
966
+ # news sources (in Arabic):
967
+ # <a href="http://www.aljeeran.net/wesima_articles/news-20080305-98602.html">
968
+ # http://www.aljeeran.net/wesima_articles/news-20080305-98602.html
969
+ # </a>
970
+ # <a href="http://www.aswataliraq.info/look/article.tpl?id=2047&IdLanguage=17&IdPublication=4&NrArticle=71743&NrIssue=1&NrSection=10">
971
+ # http://www.aswataliraq.info/look/article.tpl?id=2047&IdLanguage=17&IdPublication=4&NrArticle=71743&NrIssue=1&NrSection=10
972
+ # </a>
973
+ #
974
+ # We have published a short article in English about the change:
975
+ # <a href="http://www.timeanddate.com/news/time/iraq-dumps-daylight-saving.html">
976
+ # http://www.timeanddate.com/news/time/iraq-dumps-daylight-saving.html
977
+ # </a>
978
+
979
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
980
+ Rule Iraq 1982 only - May 1 0:00 1:00 D
981
+ Rule Iraq 1982 1984 - Oct 1 0:00 0 S
982
+ Rule Iraq 1983 only - Mar 31 0:00 1:00 D
983
+ Rule Iraq 1984 1985 - Apr 1 0:00 1:00 D
984
+ Rule Iraq 1985 1990 - Sep lastSun 1:00s 0 S
985
+ Rule Iraq 1986 1990 - Mar lastSun 1:00s 1:00 D
986
+ # IATA SSIM (1991/1996) says Apr 1 12:01am UTC; guess the `:01' is a typo.
987
+ # Shanks & Pottenger say Iraq did not observe DST 1992/1997; ignore this.
988
+ #
989
+ Rule Iraq 1991 2007 - Apr 1 3:00s 1:00 D
990
+ Rule Iraq 1991 2007 - Oct 1 3:00s 0 S
991
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
992
+ Zone Asia/Baghdad 2:57:40 - LMT 1890
993
+ 2:57:36 - BMT 1918 # Baghdad Mean Time?
994
+ 3:00 - AST 1982 May
995
+ 3:00 Iraq A%sT
996
+
997
+
998
+ ###############################################################################
999
+
1000
+ # Israel
1001
+
1002
+ # From Ephraim Silverberg (2001-01-11):
1003
+ #
1004
+ # I coined "IST/IDT" circa 1988. Until then there were three
1005
+ # different abbreviations in use:
1006
+ #
1007
+ # JST Jerusalem Standard Time [Danny Braniss, Hebrew University]
1008
+ # IZT Israel Zonal (sic) Time [Prof. Haim Papo, Technion]
1009
+ # EEST Eastern Europe Standard Time [used by almost everyone else]
1010
+ #
1011
+ # Since timezones should be called by country and not capital cities,
1012
+ # I ruled out JST. As Israel is in Asia Minor and not Eastern Europe,
1013
+ # EEST was equally unacceptable. Since "zonal" was not compatible with
1014
+ # any other timezone abbreviation, I felt that 'IST' was the way to go
1015
+ # and, indeed, it has received almost universal acceptance in timezone
1016
+ # settings in Israeli computers.
1017
+ #
1018
+ # In any case, I am happy to share timezone abbreviations with India,
1019
+ # high on my favorite-country list (and not only because my wife's
1020
+ # family is from India).
1021
+
1022
+ # From Shanks & Pottenger:
1023
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
1024
+ Rule Zion 1940 only - Jun 1 0:00 1:00 D
1025
+ Rule Zion 1942 1944 - Nov 1 0:00 0 S
1026
+ Rule Zion 1943 only - Apr 1 2:00 1:00 D
1027
+ Rule Zion 1944 only - Apr 1 0:00 1:00 D
1028
+ Rule Zion 1945 only - Apr 16 0:00 1:00 D
1029
+ Rule Zion 1945 only - Nov 1 2:00 0 S
1030
+ Rule Zion 1946 only - Apr 16 2:00 1:00 D
1031
+ Rule Zion 1946 only - Nov 1 0:00 0 S
1032
+ Rule Zion 1948 only - May 23 0:00 2:00 DD
1033
+ Rule Zion 1948 only - Sep 1 0:00 1:00 D
1034
+ Rule Zion 1948 1949 - Nov 1 2:00 0 S
1035
+ Rule Zion 1949 only - May 1 0:00 1:00 D
1036
+ Rule Zion 1950 only - Apr 16 0:00 1:00 D
1037
+ Rule Zion 1950 only - Sep 15 3:00 0 S
1038
+ Rule Zion 1951 only - Apr 1 0:00 1:00 D
1039
+ Rule Zion 1951 only - Nov 11 3:00 0 S
1040
+ Rule Zion 1952 only - Apr 20 2:00 1:00 D
1041
+ Rule Zion 1952 only - Oct 19 3:00 0 S
1042
+ Rule Zion 1953 only - Apr 12 2:00 1:00 D
1043
+ Rule Zion 1953 only - Sep 13 3:00 0 S
1044
+ Rule Zion 1954 only - Jun 13 0:00 1:00 D
1045
+ Rule Zion 1954 only - Sep 12 0:00 0 S
1046
+ Rule Zion 1955 only - Jun 11 2:00 1:00 D
1047
+ Rule Zion 1955 only - Sep 11 0:00 0 S
1048
+ Rule Zion 1956 only - Jun 3 0:00 1:00 D
1049
+ Rule Zion 1956 only - Sep 30 3:00 0 S
1050
+ Rule Zion 1957 only - Apr 29 2:00 1:00 D
1051
+ Rule Zion 1957 only - Sep 22 0:00 0 S
1052
+ Rule Zion 1974 only - Jul 7 0:00 1:00 D
1053
+ Rule Zion 1974 only - Oct 13 0:00 0 S
1054
+ Rule Zion 1975 only - Apr 20 0:00 1:00 D
1055
+ Rule Zion 1975 only - Aug 31 0:00 0 S
1056
+ Rule Zion 1985 only - Apr 14 0:00 1:00 D
1057
+ Rule Zion 1985 only - Sep 15 0:00 0 S
1058
+ Rule Zion 1986 only - May 18 0:00 1:00 D
1059
+ Rule Zion 1986 only - Sep 7 0:00 0 S
1060
+ Rule Zion 1987 only - Apr 15 0:00 1:00 D
1061
+ Rule Zion 1987 only - Sep 13 0:00 0 S
1062
+ Rule Zion 1988 only - Apr 9 0:00 1:00 D
1063
+ Rule Zion 1988 only - Sep 3 0:00 0 S
1064
+
1065
+ # From Ephraim Silverberg
1066
+ # (1997-03-04, 1998-03-16, 1998-12-28, 2000-01-17, 2000-07-25, 2004-12-22,
1067
+ # and 2005-02-17):
1068
+
1069
+ # According to the Office of the Secretary General of the Ministry of
1070
+ # Interior, there is NO set rule for Daylight-Savings/Standard time changes.
1071
+ # One thing is entrenched in law, however: that there must be at least 150
1072
+ # days of daylight savings time annually. From 1993-1998, the change to
1073
+ # daylight savings time was on a Friday morning from midnight IST to
1074
+ # 1 a.m IDT; up until 1998, the change back to standard time was on a
1075
+ # Saturday night from midnight daylight savings time to 11 p.m. standard
1076
+ # time. 1996 is an exception to this rule where the change back to standard
1077
+ # time took place on Sunday night instead of Saturday night to avoid
1078
+ # conflicts with the Jewish New Year. In 1999, the change to
1079
+ # daylight savings time was still on a Friday morning but from
1080
+ # 2 a.m. IST to 3 a.m. IDT; furthermore, the change back to standard time
1081
+ # was also on a Friday morning from 2 a.m. IDT to 1 a.m. IST for
1082
+ # 1999 only. In the year 2000, the change to daylight savings time was
1083
+ # similar to 1999, but although the change back will be on a Friday, it
1084
+ # will take place from 1 a.m. IDT to midnight IST. Starting in 2001, all
1085
+ # changes to/from will take place at 1 a.m. old time, but now there is no
1086
+ # rule as to what day of the week it will take place in as the start date
1087
+ # (except in 2003) is the night after the Passover Seder (i.e. the eve
1088
+ # of the 16th of Nisan in the lunar Hebrew calendar) and the end date
1089
+ # (except in 2002) is three nights before Yom Kippur [Day of Atonement]
1090
+ # (the eve of the 7th of Tishrei in the lunar Hebrew calendar).
1091
+
1092
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
1093
+ Rule Zion 1989 only - Apr 30 0:00 1:00 D
1094
+ Rule Zion 1989 only - Sep 3 0:00 0 S
1095
+ Rule Zion 1990 only - Mar 25 0:00 1:00 D
1096
+ Rule Zion 1990 only - Aug 26 0:00 0 S
1097
+ Rule Zion 1991 only - Mar 24 0:00 1:00 D
1098
+ Rule Zion 1991 only - Sep 1 0:00 0 S
1099
+ Rule Zion 1992 only - Mar 29 0:00 1:00 D
1100
+ Rule Zion 1992 only - Sep 6 0:00 0 S
1101
+ Rule Zion 1993 only - Apr 2 0:00 1:00 D
1102
+ Rule Zion 1993 only - Sep 5 0:00 0 S
1103
+
1104
+ # The dates for 1994-1995 were obtained from Office of the Spokeswoman for the
1105
+ # Ministry of Interior, Jerusalem, Israel. The spokeswoman can be reached by
1106
+ # calling the office directly at 972-2-6701447 or 972-2-6701448.
1107
+
1108
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
1109
+ Rule Zion 1994 only - Apr 1 0:00 1:00 D
1110
+ Rule Zion 1994 only - Aug 28 0:00 0 S
1111
+ Rule Zion 1995 only - Mar 31 0:00 1:00 D
1112
+ Rule Zion 1995 only - Sep 3 0:00 0 S
1113
+
1114
+ # The dates for 1996 were determined by the Minister of Interior of the
1115
+ # time, Haim Ramon. The official announcement regarding 1996-1998
1116
+ # (with the dates for 1997-1998 no longer being relevant) can be viewed at:
1117
+ #
1118
+ # ftp://ftp.cs.huji.ac.il/pub/tz/announcements/1996-1998.ramon.ps.gz
1119
+ #
1120
+ # The dates for 1997-1998 were altered by his successor, Rabbi Eli Suissa.
1121
+ #
1122
+ # The official announcements for the years 1997-1999 can be viewed at:
1123
+ #
1124
+ # ftp://ftp.cs.huji.ac.il/pub/tz/announcements/YYYY.ps.gz
1125
+ #
1126
+ # where YYYY is the relevant year.
1127
+
1128
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
1129
+ Rule Zion 1996 only - Mar 15 0:00 1:00 D
1130
+ Rule Zion 1996 only - Sep 16 0:00 0 S
1131
+ Rule Zion 1997 only - Mar 21 0:00 1:00 D
1132
+ Rule Zion 1997 only - Sep 14 0:00 0 S
1133
+ Rule Zion 1998 only - Mar 20 0:00 1:00 D
1134
+ Rule Zion 1998 only - Sep 6 0:00 0 S
1135
+ Rule Zion 1999 only - Apr 2 2:00 1:00 D
1136
+ Rule Zion 1999 only - Sep 3 2:00 0 S
1137
+
1138
+ # The Knesset Interior Committee has changed the dates for 2000 for
1139
+ # the third time in just over a year and have set new dates for the
1140
+ # years 2001-2004 as well.
1141
+ #
1142
+ # The official announcement for the start date of 2000 can be viewed at:
1143
+ #
1144
+ # ftp://ftp.cs.huji.ac.il/pub/tz/announcements/2000-start.ps.gz
1145
+ #
1146
+ # The official announcement for the end date of 2000 and the dates
1147
+ # for the years 2001-2004 can be viewed at:
1148
+ #
1149
+ # ftp://ftp.cs.huji.ac.il/pub/tz/announcements/2000-2004.ps.gz
1150
+
1151
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
1152
+ Rule Zion 2000 only - Apr 14 2:00 1:00 D
1153
+ Rule Zion 2000 only - Oct 6 1:00 0 S
1154
+ Rule Zion 2001 only - Apr 9 1:00 1:00 D
1155
+ Rule Zion 2001 only - Sep 24 1:00 0 S
1156
+ Rule Zion 2002 only - Mar 29 1:00 1:00 D
1157
+ Rule Zion 2002 only - Oct 7 1:00 0 S
1158
+ Rule Zion 2003 only - Mar 28 1:00 1:00 D
1159
+ Rule Zion 2003 only - Oct 3 1:00 0 S
1160
+ Rule Zion 2004 only - Apr 7 1:00 1:00 D
1161
+ Rule Zion 2004 only - Sep 22 1:00 0 S
1162
+
1163
+ # The proposed law agreed upon by the Knesset Interior Committee on
1164
+ # 2005-02-14 is that, for 2005 and beyond, DST starts at 02:00 the
1165
+ # last Friday before April 2nd (i.e. the last Friday in March or April
1166
+ # 1st itself if it falls on a Friday) and ends at 02:00 on the Saturday
1167
+ # night _before_ the fast of Yom Kippur.
1168
+ #
1169
+ # Those who can read Hebrew can view the announcement at:
1170
+ #
1171
+ # ftp://ftp.cs.huji.ac.il/pub/tz/announcements/2005+beyond.ps
1172
+
1173
+ # From Paul Eggert (2012-10-26):
1174
+ # I used Ephraim Silverberg's dst-israel.el program
1175
+ # <ftp://ftp.cs.huji.ac.il/pub/tz/software/dst-israel.el> (2005-02-20)
1176
+ # along with Ed Reingold's cal-hebrew in GNU Emacs 21.4,
1177
+ # to generate the transitions from 2005 through 2012.
1178
+ # (I replaced "lastFri" with "Fri>=26" by hand.)
1179
+ # The spring transitions all correspond to the following Rule:
1180
+ #
1181
+ # Rule Zion 2005 2012 - Mar Fri>=26 2:00 1:00 D
1182
+ #
1183
+ # but older zic implementations (e.g., Solaris 8) do not support
1184
+ # "Fri>=26" to mean April 1 in years like 2005, so for now we list the
1185
+ # springtime transitions explicitly.
1186
+
1187
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
1188
+ Rule Zion 2005 only - Apr 1 2:00 1:00 D
1189
+ Rule Zion 2005 only - Oct 9 2:00 0 S
1190
+ Rule Zion 2006 2010 - Mar Fri>=26 2:00 1:00 D
1191
+ Rule Zion 2006 only - Oct 1 2:00 0 S
1192
+ Rule Zion 2007 only - Sep 16 2:00 0 S
1193
+ Rule Zion 2008 only - Oct 5 2:00 0 S
1194
+ Rule Zion 2009 only - Sep 27 2:00 0 S
1195
+ Rule Zion 2010 only - Sep 12 2:00 0 S
1196
+ Rule Zion 2011 only - Apr 1 2:00 1:00 D
1197
+ Rule Zion 2011 only - Oct 2 2:00 0 S
1198
+ Rule Zion 2012 only - Mar Fri>=26 2:00 1:00 D
1199
+ Rule Zion 2012 only - Sep 23 2:00 0 S
1200
+
1201
+ # From Ephraim Silverberg (2012-10-18):
1202
+ # Yesterday, the Interior Ministry Committee, after more than a year
1203
+ # past, approved sending the proposed June 2011 changes to the Time
1204
+ # Decree Law back to the Knesset for second and third (final) votes
1205
+ # before the upcoming elections on Jan. 22, 2013. Hence, although the
1206
+ # changes are not yet law, they are expected to be so before February 2013.
1207
+ #
1208
+ # As of 2013, DST starts at 02:00 on the Friday before the last Sunday in March.
1209
+ # DST ends at 02:00 on the first Sunday after October 1, unless it occurs on the
1210
+ # second day of the Jewish Rosh Hashana holiday, in which case DST ends a day
1211
+ # later (i.e. at 02:00 the first Monday after October 2).
1212
+ # [Rosh Hashana holidays are factored in until 2100.]
1213
+
1214
+ # From Ephraim Silverberg (2012-11-05):
1215
+ # The Knesset passed today (in second and final readings) the amendment to the
1216
+ # Time Decree Law making the changes ... law.
1217
+
1218
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
1219
+ Rule Zion 2013 max - Mar Fri>=23 2:00 1:00 D
1220
+ Rule Zion 2013 2026 - Oct Sun>=2 2:00 0 S
1221
+ Rule Zion 2027 only - Oct Mon>=3 2:00 0 S
1222
+ Rule Zion 2028 max - Oct Sun>=2 2:00 0 S
1223
+ # The following rules are commented out for now, as they break older
1224
+ # versions of zic that support only signed 32-bit timestamps, i.e.,
1225
+ # through 2038-01-19 03:14:07 UTC.
1226
+ #Rule Zion 2028 2053 - Oct Sun>=2 2:00 0 S
1227
+ #Rule Zion 2054 only - Oct Mon>=3 2:00 0 S
1228
+ #Rule Zion 2055 2080 - Oct Sun>=2 2:00 0 S
1229
+ #Rule Zion 2081 only - Oct Mon>=3 2:00 0 S
1230
+ #Rule Zion 2082 max - Oct Sun>=2 2:00 0 S
1231
+
1232
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
1233
+ Zone Asia/Jerusalem 2:20:56 - LMT 1880
1234
+ 2:20:40 - JMT 1918 # Jerusalem Mean Time?
1235
+ 2:00 Zion I%sT
1236
+
1237
+
1238
+
1239
+ ###############################################################################
1240
+
1241
+ # Japan
1242
+
1243
+ # `9:00' and `JST' is from Guy Harris.
1244
+
1245
+ # From Paul Eggert (1995-03-06):
1246
+ # Today's _Asahi Evening News_ (page 4) reports that Japan had
1247
+ # daylight saving between 1948 and 1951, but ``the system was discontinued
1248
+ # because the public believed it would lead to longer working hours.''
1249
+
1250
+ # From Mayumi Negishi in the 2005-08-10 Japan Times
1251
+ # <http://www.japantimes.co.jp/cgi-bin/getarticle.pl5?nn20050810f2.htm>:
1252
+ # Occupation authorities imposed daylight-saving time on Japan on
1253
+ # [1948-05-01].... But lack of prior debate and the execution of
1254
+ # daylight-saving time just three days after the bill was passed generated
1255
+ # deep hatred of the concept.... The Diet unceremoniously passed a bill to
1256
+ # dump the unpopular system in October 1951, less than a month after the San
1257
+ # Francisco Peace Treaty was signed. (A government poll in 1951 showed 53%
1258
+ # of the Japanese wanted to scrap daylight-saving time, as opposed to 30% who
1259
+ # wanted to keep it.)
1260
+
1261
+ # From Paul Eggert (2006-03-22):
1262
+ # Shanks & Pottenger write that DST in Japan during those years was as follows:
1263
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
1264
+ Rule Japan 1948 only - May Sun>=1 2:00 1:00 D
1265
+ Rule Japan 1948 1951 - Sep Sat>=8 2:00 0 S
1266
+ Rule Japan 1949 only - Apr Sun>=1 2:00 1:00 D
1267
+ Rule Japan 1950 1951 - May Sun>=1 2:00 1:00 D
1268
+ # but the only locations using it (for birth certificates, presumably, since
1269
+ # their audience is astrologers) were US military bases. For now, assume
1270
+ # that for most purposes daylight-saving time was observed; otherwise, what
1271
+ # would have been the point of the 1951 poll?
1272
+
1273
+ # From Hideyuki Suzuki (1998-11-09):
1274
+ # 'Tokyo' usually stands for the former location of Tokyo Astronomical
1275
+ # Observatory: E 139 44' 40".90 (9h 18m 58s.727), N 35 39' 16".0.
1276
+ # This data is from 'Rika Nenpyou (Chronological Scientific Tables) 1996'
1277
+ # edited by National Astronomical Observatory of Japan....
1278
+ # JST (Japan Standard Time) has been used since 1888-01-01 00:00 (JST).
1279
+ # The law is enacted on 1886-07-07.
1280
+
1281
+ # From Hideyuki Suzuki (1998-11-16):
1282
+ # The ordinance No. 51 (1886) established "standard time" in Japan,
1283
+ # which stands for the time on E 135 degree.
1284
+ # In the ordinance No. 167 (1895), "standard time" was renamed to "central
1285
+ # standard time". And the same ordinance also established "western standard
1286
+ # time", which stands for the time on E 120 degree.... But "western standard
1287
+ # time" was abolished in the ordinance No. 529 (1937). In the ordinance No.
1288
+ # 167, there is no mention regarding for what place western standard time is
1289
+ # standard....
1290
+ #
1291
+ # I wrote "ordinance" above, but I don't know how to translate.
1292
+ # In Japanese it's "chokurei", which means ordinance from emperor.
1293
+
1294
+ # Shanks & Pottenger claim JST in use since 1896, and that a few
1295
+ # places (e.g. Ishigaki) use +0800; go with Suzuki. Guess that all
1296
+ # ordinances took effect on Jan 1.
1297
+
1298
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
1299
+ Zone Asia/Tokyo 9:18:59 - LMT 1887 Dec 31 15:00u
1300
+ 9:00 - JST 1896
1301
+ 9:00 - CJT 1938
1302
+ 9:00 Japan J%sT
1303
+ # Since 1938, all Japanese possessions have been like Asia/Tokyo.
1304
+
1305
+ # Jordan
1306
+ #
1307
+ # From <a href="http://star.arabia.com/990701/JO9.html">
1308
+ # Jordan Week (1999-07-01) </a> via Steffen Thorsen (1999-09-09):
1309
+ # Clocks in Jordan were forwarded one hour on Wednesday at midnight,
1310
+ # in accordance with the government's decision to implement summer time
1311
+ # all year round.
1312
+ #
1313
+ # From <a href="http://star.arabia.com/990930/JO9.html">
1314
+ # Jordan Week (1999-09-30) </a> via Steffen Thorsen (1999-11-09):
1315
+ # Winter time starts today Thursday, 30 September. Clocks will be turned back
1316
+ # by one hour. This is the latest government decision and it's final!
1317
+ # The decision was taken because of the increase in working hours in
1318
+ # government's departments from six to seven hours.
1319
+ #
1320
+ # From Paul Eggert (2005-11-22):
1321
+ # Starting 2003 transitions are from Steffen Thorsen's web site timeanddate.com.
1322
+ #
1323
+ # From Steffen Thorsen (2005-11-23):
1324
+ # For Jordan I have received multiple independent user reports every year
1325
+ # about DST end dates, as the end-rule is different every year.
1326
+ #
1327
+ # From Steffen Thorsen (2006-10-01), after a heads-up from Hilal Malawi:
1328
+ # http://www.petranews.gov.jo/nepras/2006/Sep/05/4000.htm
1329
+ # "Jordan will switch to winter time on Friday, October 27".
1330
+ #
1331
+
1332
+ # From Phil Pizzey (2009-04-02):
1333
+ # ...I think I may have spotted an error in the timezone data for
1334
+ # Jordan.
1335
+ # The current (2009d) asia file shows Jordan going to daylight
1336
+ # saving
1337
+ # time on the last Thursday in March.
1338
+ #
1339
+ # Rule Jordan 2000 max - Mar lastThu 0:00s 1:00 S
1340
+ #
1341
+ # However timeanddate.com, which I usually find reliable, shows Jordan
1342
+ # going to daylight saving time on the last Friday in March since 2002.
1343
+ # Please see
1344
+ # <a href="http://www.timeanddate.com/worldclock/timezone.html?n=11">
1345
+ # http://www.timeanddate.com/worldclock/timezone.html?n=11
1346
+ # </a>
1347
+
1348
+ # From Steffen Thorsen (2009-04-02):
1349
+ # This single one might be good enough, (2009-03-24, Arabic):
1350
+ # <a href="http://petra.gov.jo/Artical.aspx?Lng=2&Section=8&Artical=95279">
1351
+ # http://petra.gov.jo/Artical.aspx?Lng=2&Section=8&Artical=95279
1352
+ # </a>
1353
+ #
1354
+ # Google's translation:
1355
+ #
1356
+ # > The Council of Ministers decided in 2002 to adopt the principle of timely
1357
+ # > submission of the summer at 60 minutes as of midnight on the last Thursday
1358
+ # > of the month of March of each year.
1359
+ #
1360
+ # So - this means the midnight between Thursday and Friday since 2002.
1361
+
1362
+ # From Arthur David Olson (2009-04-06):
1363
+ # We still have Jordan switching to DST on Thursdays in 2000 and 2001.
1364
+
1365
+ # From Steffen Thorsen (2012-10-25):
1366
+ # Yesterday the government in Jordan announced that they will not
1367
+ # switch back to standard time this winter, so the will stay on DST
1368
+ # until about the same time next year (at least).
1369
+ # http://www.petra.gov.jo/Public_News/Nws_NewsDetails.aspx?NewsID=88950
1370
+ #
1371
+ # From Paul Eggert (2012-10-25):
1372
+ # For now, assume this is just a one-year measure. If it becomes
1373
+ # permanent, we should move Jordan from EET to AST effective tomorrow.
1374
+
1375
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
1376
+ Rule Jordan 1973 only - Jun 6 0:00 1:00 S
1377
+ Rule Jordan 1973 1975 - Oct 1 0:00 0 -
1378
+ Rule Jordan 1974 1977 - May 1 0:00 1:00 S
1379
+ Rule Jordan 1976 only - Nov 1 0:00 0 -
1380
+ Rule Jordan 1977 only - Oct 1 0:00 0 -
1381
+ Rule Jordan 1978 only - Apr 30 0:00 1:00 S
1382
+ Rule Jordan 1978 only - Sep 30 0:00 0 -
1383
+ Rule Jordan 1985 only - Apr 1 0:00 1:00 S
1384
+ Rule Jordan 1985 only - Oct 1 0:00 0 -
1385
+ Rule Jordan 1986 1988 - Apr Fri>=1 0:00 1:00 S
1386
+ Rule Jordan 1986 1990 - Oct Fri>=1 0:00 0 -
1387
+ Rule Jordan 1989 only - May 8 0:00 1:00 S
1388
+ Rule Jordan 1990 only - Apr 27 0:00 1:00 S
1389
+ Rule Jordan 1991 only - Apr 17 0:00 1:00 S
1390
+ Rule Jordan 1991 only - Sep 27 0:00 0 -
1391
+ Rule Jordan 1992 only - Apr 10 0:00 1:00 S
1392
+ Rule Jordan 1992 1993 - Oct Fri>=1 0:00 0 -
1393
+ Rule Jordan 1993 1998 - Apr Fri>=1 0:00 1:00 S
1394
+ Rule Jordan 1994 only - Sep Fri>=15 0:00 0 -
1395
+ Rule Jordan 1995 1998 - Sep Fri>=15 0:00s 0 -
1396
+ Rule Jordan 1999 only - Jul 1 0:00s 1:00 S
1397
+ Rule Jordan 1999 2002 - Sep lastFri 0:00s 0 -
1398
+ Rule Jordan 2000 2001 - Mar lastThu 0:00s 1:00 S
1399
+ Rule Jordan 2002 max - Mar lastThu 24:00 1:00 S
1400
+ Rule Jordan 2003 only - Oct 24 0:00s 0 -
1401
+ Rule Jordan 2004 only - Oct 15 0:00s 0 -
1402
+ Rule Jordan 2005 only - Sep lastFri 0:00s 0 -
1403
+ Rule Jordan 2006 2011 - Oct lastFri 0:00s 0 -
1404
+ Rule Jordan 2013 max - Oct lastFri 0:00s 0 -
1405
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
1406
+ Zone Asia/Amman 2:23:44 - LMT 1931
1407
+ 2:00 Jordan EE%sT
1408
+
1409
+
1410
+ # Kazakhstan
1411
+
1412
+ # From Paul Eggert (1996-11-22):
1413
+ # Andrew Evtichov (1996-04-13) writes that Kazakhstan
1414
+ # stayed in sync with Moscow after 1990, and that Aqtobe (formerly Aktyubinsk)
1415
+ # and Aqtau (formerly Shevchenko) are the largest cities in their zones.
1416
+ # Guess that Aqtau and Aqtobe diverged in 1995, since that's the first time
1417
+ # IATA SSIM mentions a third time zone in Kazakhstan.
1418
+
1419
+ # From Paul Eggert (2006-03-22):
1420
+ # German Iofis, ELSI, Almaty (2001-10-09) reports that Kazakhstan uses
1421
+ # RussiaAsia rules, instead of switching at 00:00 as the IATA has it.
1422
+ # Go with Shanks & Pottenger, who have them always using RussiaAsia rules.
1423
+ # Also go with the following claims of Shanks & Pottenger:
1424
+ #
1425
+ # - Kazakhstan did not observe DST in 1991.
1426
+ # - Qyzylorda switched from +5:00 to +6:00 on 1992-01-19 02:00.
1427
+ # - Oral switched from +5:00 to +4:00 in spring 1989.
1428
+
1429
+ # <a href="http://www.kazsociety.org.uk/news/2005/03/30.htm">
1430
+ # From Kazakhstan Embassy's News Bulletin #11 (2005-03-21):
1431
+ # </a>
1432
+ # The Government of Kazakhstan passed a resolution March 15 abolishing
1433
+ # daylight saving time citing lack of economic benefits and health
1434
+ # complications coupled with a decrease in productivity.
1435
+ #
1436
+ # From Branislav Kojic (in Astana) via Gwillim Law (2005-06-28):
1437
+ # ... what happened was that the former Kazakhstan Eastern time zone
1438
+ # was "blended" with the Central zone. Therefore, Kazakhstan now has
1439
+ # two time zones, and difference between them is one hour. The zone
1440
+ # closer to UTC is the former Western zone (probably still called the
1441
+ # same), encompassing four provinces in the west: Aqtobe, Atyrau,
1442
+ # Mangghystau, and West Kazakhstan. The other zone encompasses
1443
+ # everything else.... I guess that would make Kazakhstan time zones
1444
+ # de jure UTC+5 and UTC+6 respectively.
1445
+
1446
+ #
1447
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
1448
+ #
1449
+ # Almaty (formerly Alma-Ata), representing most locations in Kazakhstan
1450
+ Zone Asia/Almaty 5:07:48 - LMT 1924 May 2 # or Alma-Ata
1451
+ 5:00 - ALMT 1930 Jun 21 # Alma-Ata Time
1452
+ 6:00 RussiaAsia ALM%sT 1991
1453
+ 6:00 - ALMT 1992
1454
+ 6:00 RussiaAsia ALM%sT 2005 Mar 15
1455
+ 6:00 - ALMT
1456
+ # Qyzylorda (aka Kyzylorda, Kizilorda, Kzyl-Orda, etc.)
1457
+ Zone Asia/Qyzylorda 4:21:52 - LMT 1924 May 2
1458
+ 4:00 - KIZT 1930 Jun 21 # Kizilorda Time
1459
+ 5:00 - KIZT 1981 Apr 1
1460
+ 5:00 1:00 KIZST 1981 Oct 1
1461
+ 6:00 - KIZT 1982 Apr 1
1462
+ 5:00 RussiaAsia KIZ%sT 1991
1463
+ 5:00 - KIZT 1991 Dec 16 # independence
1464
+ 5:00 - QYZT 1992 Jan 19 2:00
1465
+ 6:00 RussiaAsia QYZ%sT 2005 Mar 15
1466
+ 6:00 - QYZT
1467
+ # Aqtobe (aka Aktobe, formerly Akt'ubinsk)
1468
+ Zone Asia/Aqtobe 3:48:40 - LMT 1924 May 2
1469
+ 4:00 - AKTT 1930 Jun 21 # Aktyubinsk Time
1470
+ 5:00 - AKTT 1981 Apr 1
1471
+ 5:00 1:00 AKTST 1981 Oct 1
1472
+ 6:00 - AKTT 1982 Apr 1
1473
+ 5:00 RussiaAsia AKT%sT 1991
1474
+ 5:00 - AKTT 1991 Dec 16 # independence
1475
+ 5:00 RussiaAsia AQT%sT 2005 Mar 15 # Aqtobe Time
1476
+ 5:00 - AQTT
1477
+ # Mangghystau
1478
+ # Aqtau was not founded until 1963, but it represents an inhabited region,
1479
+ # so include time stamps before 1963.
1480
+ Zone Asia/Aqtau 3:21:04 - LMT 1924 May 2
1481
+ 4:00 - FORT 1930 Jun 21 # Fort Shevchenko T
1482
+ 5:00 - FORT 1963
1483
+ 5:00 - SHET 1981 Oct 1 # Shevchenko Time
1484
+ 6:00 - SHET 1982 Apr 1
1485
+ 5:00 RussiaAsia SHE%sT 1991
1486
+ 5:00 - SHET 1991 Dec 16 # independence
1487
+ 5:00 RussiaAsia AQT%sT 1995 Mar lastSun 2:00 # Aqtau Time
1488
+ 4:00 RussiaAsia AQT%sT 2005 Mar 15
1489
+ 5:00 - AQTT
1490
+ # West Kazakhstan
1491
+ Zone Asia/Oral 3:25:24 - LMT 1924 May 2 # or Ural'sk
1492
+ 4:00 - URAT 1930 Jun 21 # Ural'sk time
1493
+ 5:00 - URAT 1981 Apr 1
1494
+ 5:00 1:00 URAST 1981 Oct 1
1495
+ 6:00 - URAT 1982 Apr 1
1496
+ 5:00 RussiaAsia URA%sT 1989 Mar 26 2:00
1497
+ 4:00 RussiaAsia URA%sT 1991
1498
+ 4:00 - URAT 1991 Dec 16 # independence
1499
+ 4:00 RussiaAsia ORA%sT 2005 Mar 15 # Oral Time
1500
+ 5:00 - ORAT
1501
+
1502
+ # Kyrgyzstan (Kirgizstan)
1503
+ # Transitions through 1991 are from Shanks & Pottenger.
1504
+
1505
+ # From Paul Eggert (2005-08-15):
1506
+ # According to an article dated today in the Kyrgyzstan Development Gateway
1507
+ # <http://eng.gateway.kg/cgi-bin/page.pl?id=1&story_name=doc9979.shtml>
1508
+ # Kyrgyzstan is canceling the daylight saving time system. I take the article
1509
+ # to mean that they will leave their clocks at 6 hours ahead of UTC.
1510
+ # From Malik Abdugaliev (2005-09-21):
1511
+ # Our government cancels daylight saving time 6th of August 2005.
1512
+ # From 2005-08-12 our GMT-offset is +6, w/o any daylight saving.
1513
+
1514
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
1515
+ Rule Kyrgyz 1992 1996 - Apr Sun>=7 0:00s 1:00 S
1516
+ Rule Kyrgyz 1992 1996 - Sep lastSun 0:00 0 -
1517
+ Rule Kyrgyz 1997 2005 - Mar lastSun 2:30 1:00 S
1518
+ Rule Kyrgyz 1997 2004 - Oct lastSun 2:30 0 -
1519
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
1520
+ Zone Asia/Bishkek 4:58:24 - LMT 1924 May 2
1521
+ 5:00 - FRUT 1930 Jun 21 # Frunze Time
1522
+ 6:00 RussiaAsia FRU%sT 1991 Mar 31 2:00s
1523
+ 5:00 1:00 FRUST 1991 Aug 31 2:00 # independence
1524
+ 5:00 Kyrgyz KG%sT 2005 Aug 12 # Kyrgyzstan Time
1525
+ 6:00 - KGT
1526
+
1527
+ ###############################################################################
1528
+
1529
+ # Korea (North and South)
1530
+
1531
+ # From Annie I. Bang (2006-07-10) in
1532
+ # <http://www.koreaherald.co.kr/SITE/data/html_dir/2006/07/10/200607100012.asp>:
1533
+ # The Ministry of Commerce, Industry and Energy has already
1534
+ # commissioned a research project [to reintroduce DST] and has said
1535
+ # the system may begin as early as 2008.... Korea ran a daylight
1536
+ # saving program from 1949-61 but stopped it during the 1950-53 Korean War.
1537
+
1538
+ # From Shanks & Pottenger:
1539
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
1540
+ Rule ROK 1960 only - May 15 0:00 1:00 D
1541
+ Rule ROK 1960 only - Sep 13 0:00 0 S
1542
+ Rule ROK 1987 1988 - May Sun>=8 0:00 1:00 D
1543
+ Rule ROK 1987 1988 - Oct Sun>=8 0:00 0 S
1544
+
1545
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
1546
+ Zone Asia/Seoul 8:27:52 - LMT 1890
1547
+ 8:30 - KST 1904 Dec
1548
+ 9:00 - KST 1928
1549
+ 8:30 - KST 1932
1550
+ 9:00 - KST 1954 Mar 21
1551
+ 8:00 ROK K%sT 1961 Aug 10
1552
+ 8:30 - KST 1968 Oct
1553
+ 9:00 ROK K%sT
1554
+ Zone Asia/Pyongyang 8:23:00 - LMT 1890
1555
+ 8:30 - KST 1904 Dec
1556
+ 9:00 - KST 1928
1557
+ 8:30 - KST 1932
1558
+ 9:00 - KST 1954 Mar 21
1559
+ 8:00 - KST 1961 Aug 10
1560
+ 9:00 - KST
1561
+
1562
+ ###############################################################################
1563
+
1564
+ # Kuwait
1565
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
1566
+ # From the Arab Times (2007-03-14):
1567
+ # The Civil Service Commission (CSC) has approved a proposal forwarded
1568
+ # by MP Ahmad Baqer on implementing the daylight saving time (DST) in
1569
+ # Kuwait starting from April until the end of Sept this year, reports Al-Anba.
1570
+ # <http://www.arabtimesonline.com/arabtimes/kuwait/Viewdet.asp?ID=9950>.
1571
+ # From Paul Eggert (2007-03-29):
1572
+ # We don't know the details, or whether the approval means it'll happen,
1573
+ # so for now we assume no DST.
1574
+ Zone Asia/Kuwait 3:11:56 - LMT 1950
1575
+ 3:00 - AST
1576
+
1577
+ # Laos
1578
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
1579
+ Zone Asia/Vientiane 6:50:24 - LMT 1906 Jun 9 # or Viangchan
1580
+ 7:06:20 - SMT 1911 Mar 11 0:01 # Saigon MT?
1581
+ 7:00 - ICT 1912 May
1582
+ 8:00 - ICT 1931 May
1583
+ 7:00 - ICT
1584
+
1585
+ # Lebanon
1586
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
1587
+ Rule Lebanon 1920 only - Mar 28 0:00 1:00 S
1588
+ Rule Lebanon 1920 only - Oct 25 0:00 0 -
1589
+ Rule Lebanon 1921 only - Apr 3 0:00 1:00 S
1590
+ Rule Lebanon 1921 only - Oct 3 0:00 0 -
1591
+ Rule Lebanon 1922 only - Mar 26 0:00 1:00 S
1592
+ Rule Lebanon 1922 only - Oct 8 0:00 0 -
1593
+ Rule Lebanon 1923 only - Apr 22 0:00 1:00 S
1594
+ Rule Lebanon 1923 only - Sep 16 0:00 0 -
1595
+ Rule Lebanon 1957 1961 - May 1 0:00 1:00 S
1596
+ Rule Lebanon 1957 1961 - Oct 1 0:00 0 -
1597
+ Rule Lebanon 1972 only - Jun 22 0:00 1:00 S
1598
+ Rule Lebanon 1972 1977 - Oct 1 0:00 0 -
1599
+ Rule Lebanon 1973 1977 - May 1 0:00 1:00 S
1600
+ Rule Lebanon 1978 only - Apr 30 0:00 1:00 S
1601
+ Rule Lebanon 1978 only - Sep 30 0:00 0 -
1602
+ Rule Lebanon 1984 1987 - May 1 0:00 1:00 S
1603
+ Rule Lebanon 1984 1991 - Oct 16 0:00 0 -
1604
+ Rule Lebanon 1988 only - Jun 1 0:00 1:00 S
1605
+ Rule Lebanon 1989 only - May 10 0:00 1:00 S
1606
+ Rule Lebanon 1990 1992 - May 1 0:00 1:00 S
1607
+ Rule Lebanon 1992 only - Oct 4 0:00 0 -
1608
+ Rule Lebanon 1993 max - Mar lastSun 0:00 1:00 S
1609
+ Rule Lebanon 1993 1998 - Sep lastSun 0:00 0 -
1610
+ Rule Lebanon 1999 max - Oct lastSun 0:00 0 -
1611
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
1612
+ Zone Asia/Beirut 2:22:00 - LMT 1880
1613
+ 2:00 Lebanon EE%sT
1614
+
1615
+ # Malaysia
1616
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
1617
+ Rule NBorneo 1935 1941 - Sep 14 0:00 0:20 TS # one-Third Summer
1618
+ Rule NBorneo 1935 1941 - Dec 14 0:00 0 -
1619
+ #
1620
+ # peninsular Malaysia
1621
+ # The data here are taken from Mok Ly Yng (2003-10-30)
1622
+ # <http://www.math.nus.edu.sg/aslaksen/teaching/timezone.html>.
1623
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
1624
+ Zone Asia/Kuala_Lumpur 6:46:46 - LMT 1901 Jan 1
1625
+ 6:55:25 - SMT 1905 Jun 1 # Singapore M.T.
1626
+ 7:00 - MALT 1933 Jan 1 # Malaya Time
1627
+ 7:00 0:20 MALST 1936 Jan 1
1628
+ 7:20 - MALT 1941 Sep 1
1629
+ 7:30 - MALT 1942 Feb 16
1630
+ 9:00 - JST 1945 Sep 12
1631
+ 7:30 - MALT 1982 Jan 1
1632
+ 8:00 - MYT # Malaysia Time
1633
+ # Sabah & Sarawak
1634
+ # From Paul Eggert (2006-03-22):
1635
+ # The data here are mostly from Shanks & Pottenger, but the 1942, 1945 and 1982
1636
+ # transition dates are from Mok Ly Yng.
1637
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
1638
+ Zone Asia/Kuching 7:21:20 - LMT 1926 Mar
1639
+ 7:30 - BORT 1933 # Borneo Time
1640
+ 8:00 NBorneo BOR%sT 1942 Feb 16
1641
+ 9:00 - JST 1945 Sep 12
1642
+ 8:00 - BORT 1982 Jan 1
1643
+ 8:00 - MYT
1644
+
1645
+ # Maldives
1646
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
1647
+ Zone Indian/Maldives 4:54:00 - LMT 1880 # Male
1648
+ 4:54:00 - MMT 1960 # Male Mean Time
1649
+ 5:00 - MVT # Maldives Time
1650
+
1651
+ # Mongolia
1652
+
1653
+ # Shanks & Pottenger say that Mongolia has three time zones, but
1654
+ # usno1995 and the CIA map Standard Time Zones of the World (2005-03)
1655
+ # both say that it has just one.
1656
+
1657
+ # From Oscar van Vlijmen (1999-12-11):
1658
+ # <a href="http://www.mongoliatourism.gov.mn/general.htm">
1659
+ # General Information Mongolia
1660
+ # </a> (1999-09)
1661
+ # "Time: Mongolia has two time zones. Three westernmost provinces of
1662
+ # Bayan-Ulgii, Uvs, and Hovd are one hour earlier than the capital city, and
1663
+ # the rest of the country follows the Ulaanbaatar time, which is UTC/GMT plus
1664
+ # eight hours."
1665
+
1666
+ # From Rives McDow (1999-12-13):
1667
+ # Mongolia discontinued the use of daylight savings time in 1999; 1998
1668
+ # being the last year it was implemented. The dates of implementation I am
1669
+ # unsure of, but most probably it was similar to Russia, except for the time
1670
+ # of implementation may have been different....
1671
+ # Some maps in the past have indicated that there was an additional time
1672
+ # zone in the eastern part of Mongolia, including the provinces of Dornod,
1673
+ # Suhbaatar, and possibly Khentij.
1674
+
1675
+ # From Paul Eggert (1999-12-15):
1676
+ # Naming and spelling is tricky in Mongolia.
1677
+ # We'll use Hovd (also spelled Chovd and Khovd) to represent the west zone;
1678
+ # the capital of the Hovd province is sometimes called Hovd, sometimes Dund-Us,
1679
+ # and sometimes Jirgalanta (with variant spellings), but the name Hovd
1680
+ # is good enough for our purposes.
1681
+
1682
+ # From Rives McDow (2001-05-13):
1683
+ # In addition to Mongolia starting daylight savings as reported earlier
1684
+ # (adopted DST on 2001-04-27 02:00 local time, ending 2001-09-28),
1685
+ # there are three time zones.
1686
+ #
1687
+ # Provinces [at 7:00]: Bayan-ulgii, Uvs, Khovd, Zavkhan, Govi-Altai
1688
+ # Provinces [at 8:00]: Khovsgol, Bulgan, Arkhangai, Khentii, Tov,
1689
+ # Bayankhongor, Ovorkhangai, Dundgovi, Dornogovi, Omnogovi
1690
+ # Provinces [at 9:00]: Dornod, Sukhbaatar
1691
+ #
1692
+ # [The province of Selenge is omitted from the above lists.]
1693
+
1694
+ # From Ganbold Ts., Ulaanbaatar (2004-04-17):
1695
+ # Daylight saving occurs at 02:00 local time last Saturday of March.
1696
+ # It will change back to normal at 02:00 local time last Saturday of
1697
+ # September.... As I remember this rule was changed in 2001.
1698
+ #
1699
+ # From Paul Eggert (2004-04-17):
1700
+ # For now, assume Rives McDow's informant got confused about Friday vs
1701
+ # Saturday, and that his 2001 dates should have 1 added to them.
1702
+
1703
+ # From Paul Eggert (2005-07-26):
1704
+ # We have wildly conflicting information about Mongolia's time zones.
1705
+ # Bill Bonnet (2005-05-19) reports that the US Embassy in Ulaanbaatar says
1706
+ # there is only one time zone and that DST is observed, citing Microsoft
1707
+ # Windows XP as the source. Risto Nykanen (2005-05-16) reports that
1708
+ # travelmongolia.org says there are two time zones (UTC+7, UTC+8) with no DST.
1709
+ # Oscar van Vlijmen (2005-05-20) reports that the Mongolian Embassy in
1710
+ # Washington, DC says there are two time zones, with DST observed.
1711
+ # He also found
1712
+ # <http://ubpost.mongolnews.mn/index.php?subaction=showcomments&id=1111634894&archive=&start_from=&ucat=1&>
1713
+ # which also says that there is DST, and which has a comment by "Toddius"
1714
+ # (2005-03-31 06:05 +0700) saying "Mongolia actually has 3.5 time zones.
1715
+ # The West (OLGII) is +7 GMT, most of the country is ULAT is +8 GMT
1716
+ # and some Eastern provinces are +9 GMT but Sukhbaatar Aimag is SUHK +8.5 GMT.
1717
+ # The SUKH timezone is new this year, it is one of the few things the
1718
+ # parliament passed during the tumultuous winter session."
1719
+ # For now, let's ignore this information, until we have more confirmation.
1720
+
1721
+ # From Ganbold Ts. (2007-02-26):
1722
+ # Parliament of Mongolia has just changed the daylight-saving rule in February.
1723
+ # They decided not to adopt daylight-saving time....
1724
+ # http://www.mongolnews.mn/index.php?module=unuudur&sec=view&id=15742
1725
+
1726
+ # From Deborah Goldsmith (2008-03-30):
1727
+ # We received a bug report claiming that the tz database UTC offset for
1728
+ # Asia/Choibalsan (GMT+09:00) is incorrect, and that it should be GMT
1729
+ # +08:00 instead. Different sources appear to disagree with the tz
1730
+ # database on this, e.g.:
1731
+ #
1732
+ # <a href="http://www.timeanddate.com/worldclock/city.html?n=1026">
1733
+ # http://www.timeanddate.com/worldclock/city.html?n=1026
1734
+ # </a>
1735
+ # <a href="http://www.worldtimeserver.com/current_time_in_MN.aspx">
1736
+ # http://www.worldtimeserver.com/current_time_in_MN.aspx
1737
+ # </a>
1738
+ #
1739
+ # both say GMT+08:00.
1740
+
1741
+ # From Steffen Thorsen (2008-03-31):
1742
+ # eznis airways, which operates several domestic flights, has a flight
1743
+ # schedule here:
1744
+ # <a href="http://www.eznis.com/Container.jsp?id=112">
1745
+ # http://www.eznis.com/Container.jsp?id=112
1746
+ # </a>
1747
+ # (click the English flag for English)
1748
+ #
1749
+ # There it appears that flights between Choibalsan and Ulaanbatar arrive
1750
+ # about 1:35 - 1:50 hours later in local clock time, no matter the
1751
+ # direction, while Ulaanbaatar-Khvod takes 2 hours in the Eastern
1752
+ # direction and 3:35 back, which indicates that Ulaanbatar and Khvod are
1753
+ # in different time zones (like we know about), while Choibalsan and
1754
+ # Ulaanbatar are in the same time zone (correction needed).
1755
+
1756
+ # From Arthur David Olson (2008-05-19):
1757
+ # Assume that Choibalsan is indeed offset by 8:00.
1758
+ # XXX--in the absence of better information, assume that transition
1759
+ # was at the start of 2008-03-31 (the day of Steffen Thorsen's report);
1760
+ # this is almost surely wrong.
1761
+
1762
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
1763
+ Rule Mongol 1983 1984 - Apr 1 0:00 1:00 S
1764
+ Rule Mongol 1983 only - Oct 1 0:00 0 -
1765
+ # Shanks & Pottenger and IATA SSIM say 1990s switches occurred at 00:00,
1766
+ # but McDow says the 2001 switches occurred at 02:00. Also, IATA SSIM
1767
+ # (1996-09) says 1996-10-25. Go with Shanks & Pottenger through 1998.
1768
+ #
1769
+ # Shanks & Pottenger say that the Sept. 1984 through Sept. 1990 switches
1770
+ # in Choibalsan (more precisely, in Dornod and Sukhbaatar) took place
1771
+ # at 02:00 standard time, not at 00:00 local time as in the rest of
1772
+ # the country. That would be odd, and possibly is a result of their
1773
+ # correction of 02:00 (in the previous edition) not being done correctly
1774
+ # in the latest edition; so ignore it for now.
1775
+
1776
+ Rule Mongol 1985 1998 - Mar lastSun 0:00 1:00 S
1777
+ Rule Mongol 1984 1998 - Sep lastSun 0:00 0 -
1778
+ # IATA SSIM (1999-09) says Mongolia no longer observes DST.
1779
+ Rule Mongol 2001 only - Apr lastSat 2:00 1:00 S
1780
+ Rule Mongol 2001 2006 - Sep lastSat 2:00 0 -
1781
+ Rule Mongol 2002 2006 - Mar lastSat 2:00 1:00 S
1782
+
1783
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
1784
+ # Hovd, a.k.a. Chovd, Dund-Us, Dzhargalant, Khovd, Jirgalanta
1785
+ Zone Asia/Hovd 6:06:36 - LMT 1905 Aug
1786
+ 6:00 - HOVT 1978 # Hovd Time
1787
+ 7:00 Mongol HOV%sT
1788
+ # Ulaanbaatar, a.k.a. Ulan Bataar, Ulan Bator, Urga
1789
+ Zone Asia/Ulaanbaatar 7:07:32 - LMT 1905 Aug
1790
+ 7:00 - ULAT 1978 # Ulaanbaatar Time
1791
+ 8:00 Mongol ULA%sT
1792
+ # Choibalsan, a.k.a. Bajan Tuemen, Bajan Tumen, Chojbalsan,
1793
+ # Choybalsan, Sanbejse, Tchoibalsan
1794
+ Zone Asia/Choibalsan 7:38:00 - LMT 1905 Aug
1795
+ 7:00 - ULAT 1978
1796
+ 8:00 - ULAT 1983 Apr
1797
+ 9:00 Mongol CHO%sT 2008 Mar 31 # Choibalsan Time
1798
+ 8:00 Mongol CHO%sT
1799
+
1800
+ # Nepal
1801
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
1802
+ Zone Asia/Kathmandu 5:41:16 - LMT 1920
1803
+ 5:30 - IST 1986
1804
+ 5:45 - NPT # Nepal Time
1805
+
1806
+ # Oman
1807
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
1808
+ Zone Asia/Muscat 3:54:20 - LMT 1920
1809
+ 4:00 - GST
1810
+
1811
+ # Pakistan
1812
+
1813
+ # From Rives McDow (2002-03-13):
1814
+ # I have been advised that Pakistan has decided to adopt dst on a
1815
+ # TRIAL basis for one year, starting 00:01 local time on April 7, 2002
1816
+ # and ending at 00:01 local time October 6, 2002. This is what I was
1817
+ # told, but I believe that the actual time of change may be 00:00; the
1818
+ # 00:01 was to make it clear which day it was on.
1819
+
1820
+ # From Paul Eggert (2002-03-15):
1821
+ # Jesper Norgaard found this URL:
1822
+ # http://www.pak.gov.pk/public/news/app/app06_dec.htm
1823
+ # (dated 2001-12-06) which says that the Cabinet adopted a scheme "to
1824
+ # advance the clocks by one hour on the night between the first
1825
+ # Saturday and Sunday of April and revert to the original position on
1826
+ # 15th October each year". This agrees with McDow's 04-07 at 00:00,
1827
+ # but disagrees about the October transition, and makes it sound like
1828
+ # it's not on a trial basis. Also, the "between the first Saturday
1829
+ # and Sunday of April" phrase, if taken literally, means that the
1830
+ # transition takes place at 00:00 on the first Sunday on or after 04-02.
1831
+
1832
+ # From Paul Eggert (2003-02-09):
1833
+ # DAWN <http://www.dawn.com/2002/10/06/top13.htm> reported on 2002-10-05
1834
+ # that 2002 DST ended that day at midnight. Go with McDow for now.
1835
+
1836
+ # From Steffen Thorsen (2003-03-14):
1837
+ # According to http://www.dawn.com/2003/03/07/top15.htm
1838
+ # there will be no DST in Pakistan this year:
1839
+ #
1840
+ # ISLAMABAD, March 6: Information and Media Development Minister Sheikh
1841
+ # Rashid Ahmed on Thursday said the cabinet had reversed a previous
1842
+ # decision to advance clocks by one hour in summer and put them back by
1843
+ # one hour in winter with the aim of saving light hours and energy.
1844
+ #
1845
+ # The minister told a news conference that the experiment had rather
1846
+ # shown 8 per cent higher consumption of electricity.
1847
+
1848
+ # From Alex Krivenyshev (2008-05-15):
1849
+ #
1850
+ # Here is an article that Pakistan plan to introduce Daylight Saving Time
1851
+ # on June 1, 2008 for 3 months.
1852
+ #
1853
+ # "... The federal cabinet on Wednesday announced a new conservation plan to help
1854
+ # reduce load shedding by approving the closure of commercial centres at 9pm and
1855
+ # moving clocks forward by one hour for the next three months.
1856
+ # ...."
1857
+ #
1858
+ # <a href="http://www.worldtimezone.net/dst_news/dst_news_pakistan01.html">
1859
+ # http://www.worldtimezone.net/dst_news/dst_news_pakistan01.html
1860
+ # </a>
1861
+ # OR
1862
+ # <a href="http://www.dailytimes.com.pk/default.asp?page=2008%5C05%5C15%5Cstory_15-5-2008_pg1_4">
1863
+ # http://www.dailytimes.com.pk/default.asp?page=2008%5C05%5C15%5Cstory_15-5-2008_pg1_4
1864
+ # </a>
1865
+
1866
+ # From Arthur David Olson (2008-05-19):
1867
+ # XXX--midnight transitions is a guess; 2008 only is a guess.
1868
+
1869
+ # From Alexander Krivenyshev (2008-08-28):
1870
+ # Pakistan government has decided to keep the watches one-hour advanced
1871
+ # for another 2 months--plan to return to Standard Time on October 31
1872
+ # instead of August 31.
1873
+ #
1874
+ # <a href="http://www.worldtimezone.com/dst_news/dst_news_pakistan02.html">
1875
+ # http://www.worldtimezone.com/dst_news/dst_news_pakistan02.html
1876
+ # </a>
1877
+ # OR
1878
+ # <a href="http://dailymailnews.com/200808/28/news/dmbrn03.html">
1879
+ # http://dailymailnews.com/200808/28/news/dmbrn03.html
1880
+ # </a>
1881
+
1882
+ # From Alexander Krivenyshev (2009-04-08):
1883
+ # Based on previous media reports that "... proposed plan to
1884
+ # advance clocks by one hour from May 1 will cause disturbance
1885
+ # to the working schedules rather than bringing discipline in
1886
+ # official working."
1887
+ # <a href="http://www.thenews.com.pk/daily_detail.asp?id=171280">
1888
+ # http://www.thenews.com.pk/daily_detail.asp?id=171280
1889
+ # </a>
1890
+ #
1891
+ # recent news that instead of May 2009 - Pakistan plan to
1892
+ # introduce DST from April 15, 2009
1893
+ #
1894
+ # FYI: Associated Press Of Pakistan
1895
+ # April 08, 2009
1896
+ # Cabinet okays proposal to advance clocks by one hour from April 15
1897
+ # <a href="http://www.app.com.pk/en_/index.php?option=com_content&task=view&id=73043&Itemid=1">
1898
+ # http://www.app.com.pk/en_/index.php?option=com_content&task=view&id=73043&Itemid=1
1899
+ # </a>
1900
+ #
1901
+ # or
1902
+ #
1903
+ # <a href="http://www.worldtimezone.com/dst_news/dst_news_pakistan05.html">
1904
+ # http://www.worldtimezone.com/dst_news/dst_news_pakistan05.html
1905
+ # </a>
1906
+ #
1907
+ # ....
1908
+ # The Federal Cabinet on Wednesday approved the proposal to
1909
+ # advance clocks in the country by one hour from April 15 to
1910
+ # conserve energy"
1911
+
1912
+ # From Steffen Thorsen (2009-09-17):
1913
+ # "The News International," Pakistan reports that: "The Federal
1914
+ # Government has decided to restore the previous time by moving the
1915
+ # clocks backward by one hour from October 1. A formal announcement to
1916
+ # this effect will be made after the Prime Minister grants approval in
1917
+ # this regard."
1918
+ # <a href="http://www.thenews.com.pk/updates.asp?id=87168">
1919
+ # http://www.thenews.com.pk/updates.asp?id=87168
1920
+ # </a>
1921
+
1922
+ # From Alexander Krivenyshev (2009-09-28):
1923
+ # According to Associated Press Of Pakistan, it is confirmed that
1924
+ # Pakistan clocks across the country would be turned back by an hour from October
1925
+ # 1, 2009.
1926
+ #
1927
+ # "Clocks to go back one hour from 1 Oct"
1928
+ # <a href="http://www.app.com.pk/en_/index.php?option=com_content&task=view&id=86715&Itemid=2">
1929
+ # http://www.app.com.pk/en_/index.php?option=com_content&task=view&id=86715&Itemid=2
1930
+ # </a>
1931
+ # or
1932
+ # <a href="http://www.worldtimezone.com/dst_news/dst_news_pakistan07.htm">
1933
+ # http://www.worldtimezone.com/dst_news/dst_news_pakistan07.htm
1934
+ # </a>
1935
+
1936
+ # From Steffen Thorsen (2009-09-29):
1937
+ # Alexander Krivenyshev wrote:
1938
+ # > According to Associated Press Of Pakistan, it is confirmed that
1939
+ # > Pakistan clocks across the country would be turned back by an hour from October
1940
+ # > 1, 2009.
1941
+ #
1942
+ # Now they seem to have changed their mind, November 1 is the new date:
1943
+ # <a href="http://www.thenews.com.pk/top_story_detail.asp?Id=24742">
1944
+ # http://www.thenews.com.pk/top_story_detail.asp?Id=24742
1945
+ # </a>
1946
+ # "The country's clocks will be reversed by one hour on November 1.
1947
+ # Officials of Federal Ministry for Interior told this to Geo News on
1948
+ # Monday."
1949
+ #
1950
+ # And more importantly, it seems that these dates will be kept every year:
1951
+ # "It has now been decided that clocks will be wound forward by one hour
1952
+ # on April 15 and reversed by an hour on November 1 every year without
1953
+ # obtaining prior approval, the officials added."
1954
+ #
1955
+ # We have confirmed this year's end date with both with the Ministry of
1956
+ # Water and Power and the Pakistan Electric Power Company:
1957
+ # <a href="http://www.timeanddate.com/news/time/pakistan-ends-dst09.html">
1958
+ # http://www.timeanddate.com/news/time/pakistan-ends-dst09.html
1959
+ # </a>
1960
+
1961
+ # From Christoph Goehre (2009-10-01):
1962
+ # [T]he German Consulate General in Karachi reported me today that Pakistan
1963
+ # will go back to standard time on 1st of November.
1964
+
1965
+ # From Steffen Thorsen (2010-03-26):
1966
+ # Steffen Thorsen wrote:
1967
+ # > On Thursday (2010-03-25) it was announced that DST would start in
1968
+ # > Pakistan on 2010-04-01.
1969
+ # >
1970
+ # > Then today, the president said that they might have to revert the
1971
+ # > decision if it is not supported by the parliament. So at the time
1972
+ # > being, it seems unclear if DST will be actually observed or not - but
1973
+ # > April 1 could be a more likely date than April 15.
1974
+ # Now, it seems that the decision to not observe DST in final:
1975
+ #
1976
+ # "Govt Withdraws Plan To Advance Clocks"
1977
+ # <a href="http://www.apakistannews.com/govt-withdraws-plan-to-advance-clocks-172041">
1978
+ # http://www.apakistannews.com/govt-withdraws-plan-to-advance-clocks-172041
1979
+ # </a>
1980
+ #
1981
+ # "People laud PM's announcement to end DST"
1982
+ # <a href="http://www.app.com.pk/en_/index.php?option=com_content&task=view&id=99374&Itemid=2">
1983
+ # http://www.app.com.pk/en_/index.php?option=com_content&task=view&id=99374&Itemid=2
1984
+ # </a>
1985
+
1986
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
1987
+ Rule Pakistan 2002 only - Apr Sun>=2 0:01 1:00 S
1988
+ Rule Pakistan 2002 only - Oct Sun>=2 0:01 0 -
1989
+ Rule Pakistan 2008 only - Jun 1 0:00 1:00 S
1990
+ Rule Pakistan 2008 only - Nov 1 0:00 0 -
1991
+ Rule Pakistan 2009 only - Apr 15 0:00 1:00 S
1992
+ Rule Pakistan 2009 only - Nov 1 0:00 0 -
1993
+
1994
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
1995
+ Zone Asia/Karachi 4:28:12 - LMT 1907
1996
+ 5:30 - IST 1942 Sep
1997
+ 5:30 1:00 IST 1945 Oct 15
1998
+ 5:30 - IST 1951 Sep 30
1999
+ 5:00 - KART 1971 Mar 26 # Karachi Time
2000
+ 5:00 Pakistan PK%sT # Pakistan Time
2001
+
2002
+ # Palestine
2003
+
2004
+ # From Amos Shapir (1998-02-15):
2005
+ #
2006
+ # From 1917 until 1948-05-15, all of Palestine, including the parts now
2007
+ # known as the Gaza Strip and the West Bank, was under British rule.
2008
+ # Therefore the rules given for Israel for that period, apply there too...
2009
+ #
2010
+ # The Gaza Strip was under Egyptian rule between 1948-05-15 until 1967-06-05
2011
+ # (except a short occupation by Israel from 1956-11 till 1957-03, but no
2012
+ # time zone was affected then). It was never formally annexed to Egypt,
2013
+ # though.
2014
+ #
2015
+ # The rest of Palestine was under Jordanian rule at that time, formally
2016
+ # annexed in 1950 as the West Bank (and the word "Trans" was dropped from
2017
+ # the country's previous name of "the Hashemite Kingdom of the
2018
+ # Trans-Jordan"). So the rules for Jordan for that time apply. Major
2019
+ # towns in that area are Nablus (Shchem), El-Halil (Hebron), Ramallah, and
2020
+ # East Jerusalem.
2021
+ #
2022
+ # Both areas were occupied by Israel in June 1967, but not annexed (except
2023
+ # for East Jerusalem). They were on Israel time since then; there might
2024
+ # have been a Military Governor's order about time zones, but I'm not aware
2025
+ # of any (such orders may have been issued semi-annually whenever summer
2026
+ # time was in effect, but maybe the legal aspect of time was just neglected).
2027
+ #
2028
+ # The Palestinian Authority was established in 1993, and got hold of most
2029
+ # towns in the West Bank and Gaza by 1995. I know that in order to
2030
+ # demonstrate...independence, they have been switching to
2031
+ # summer time and back on a different schedule than Israel's, but I don't
2032
+ # know when this was started, or what algorithm is used (most likely the
2033
+ # Jordanian one).
2034
+ #
2035
+ # To summarize, the table should probably look something like that:
2036
+ #
2037
+ # Area \ when | 1918-1947 | 1948-1967 | 1967-1995 | 1996-
2038
+ # ------------+-----------+-----------+-----------+-----------
2039
+ # Israel | Zion | Zion | Zion | Zion
2040
+ # West bank | Zion | Jordan | Zion | Jordan
2041
+ # Gaza | Zion | Egypt | Zion | Jordan
2042
+ #
2043
+ # I guess more info may be available from the PA's web page (if/when they
2044
+ # have one).
2045
+
2046
+ # From Paul Eggert (2006-03-22):
2047
+ # Shanks & Pottenger write that Gaza did not observe DST until 1957, but go
2048
+ # with Shapir and assume that it observed DST from 1940 through 1947,
2049
+ # and that it used Jordanian rules starting in 1996.
2050
+ # We don't yet need a separate entry for the West Bank, since
2051
+ # the only differences between it and Gaza that we know about
2052
+ # occurred before our cutoff date of 1970.
2053
+ # However, as we get more information, we may need to add entries
2054
+ # for parts of the West Bank as they transitioned from Israel's rules
2055
+ # to Palestine's rules.
2056
+
2057
+ # From IINS News Service - Israel - 1998-03-23 10:38:07 Israel time,
2058
+ # forwarded by Ephraim Silverberg:
2059
+ #
2060
+ # Despite the fact that Israel changed over to daylight savings time
2061
+ # last week, the PLO Authority (PA) has decided not to turn its clocks
2062
+ # one-hour forward at this time. As a sign of independence from Israeli rule,
2063
+ # the PA has decided to implement DST in April.
2064
+
2065
+ # From Paul Eggert (1999-09-20):
2066
+ # Daoud Kuttab writes in
2067
+ # <a href="http://www.jpost.com/com/Archive/22.Apr.1999/Opinion/Article-2.html">
2068
+ # Holiday havoc
2069
+ # </a> (Jerusalem Post, 1999-04-22) that
2070
+ # the Palestinian National Authority changed to DST on 1999-04-15.
2071
+ # I vaguely recall that they switch back in October (sorry, forgot the source).
2072
+ # For now, let's assume that the spring switch was at 24:00,
2073
+ # and that they switch at 0:00 on the 3rd Fridays of April and October.
2074
+
2075
+ # From Paul Eggert (2005-11-22):
2076
+ # Starting 2004 transitions are from Steffen Thorsen's web site timeanddate.com.
2077
+
2078
+ # From Steffen Thorsen (2005-11-23):
2079
+ # A user from Gaza reported that Gaza made the change early because of
2080
+ # the Ramadan. Next year Ramadan will be even earlier, so I think
2081
+ # there is a good chance next year's end date will be around two weeks
2082
+ # earlier--the same goes for Jordan.
2083
+
2084
+ # From Steffen Thorsen (2006-08-17):
2085
+ # I was informed by a user in Bethlehem that in Bethlehem it started the
2086
+ # same day as Israel, and after checking with other users in the area, I
2087
+ # was informed that they started DST one day after Israel. I was not
2088
+ # able to find any authoritative sources at the time, nor details if
2089
+ # Gaza changed as well, but presumed Gaza to follow the same rules as
2090
+ # the West Bank.
2091
+
2092
+ # From Steffen Thorsen (2006-09-26):
2093
+ # according to the Palestine News Network (2006-09-19):
2094
+ # http://english.pnn.ps/index.php?option=com_content&task=view&id=596&Itemid=5
2095
+ # > The Council of Ministers announced that this year its winter schedule
2096
+ # > will begin early, as of midnight Thursday. It is also time to turn
2097
+ # > back the clocks for winter. Friday will begin an hour late this week.
2098
+ # I guess it is likely that next year's date will be moved as well,
2099
+ # because of the Ramadan.
2100
+
2101
+ # From Jesper Norgaard Welen (2007-09-18):
2102
+ # According to Steffen Thorsen's web site the Gaza Strip and the rest of the
2103
+ # Palestinian territories left DST early on 13.th. of September at 2:00.
2104
+
2105
+ # From Paul Eggert (2007-09-20):
2106
+ # My understanding is that Gaza and the West Bank disagree even over when
2107
+ # the weekend is (Thursday+Friday versus Friday+Saturday), so I'd be a bit
2108
+ # surprised if they agreed about DST. But for now, assume they agree.
2109
+ # For lack of better information, predict that future changes will be
2110
+ # the 2nd Thursday of September at 02:00.
2111
+
2112
+ # From Alexander Krivenyshev (2008-08-28):
2113
+ # Here is an article, that Mideast running on different clocks at Ramadan.
2114
+ #
2115
+ # Gaza Strip (as Egypt) ended DST at midnight Thursday (Aug 28, 2008), while
2116
+ # the West Bank will end Daylight Saving Time at midnight Sunday (Aug 31, 2008).
2117
+ #
2118
+ # <a href="http://www.guardian.co.uk/world/feedarticle/7759001">
2119
+ # http://www.guardian.co.uk/world/feedarticle/7759001
2120
+ # </a>
2121
+ # <a href="http://www.abcnews.go.com/International/wireStory?id=5676087">
2122
+ # http://www.abcnews.go.com/International/wireStory?id=5676087
2123
+ # </a>
2124
+ # or
2125
+ # <a href="http://www.worldtimezone.com/dst_news/dst_news_gazastrip01.html">
2126
+ # http://www.worldtimezone.com/dst_news/dst_news_gazastrip01.html
2127
+ # </a>
2128
+
2129
+ # From Alexander Krivenyshev (2009-03-26):
2130
+ # According to the Palestine News Network (arabic.pnn.ps), Palestinian
2131
+ # government decided to start Daylight Time on Thursday night March
2132
+ # 26 and continue until the night of 27 September 2009.
2133
+ #
2134
+ # (in Arabic)
2135
+ # <a href="http://arabic.pnn.ps/index.php?option=com_content&task=view&id=50850">
2136
+ # http://arabic.pnn.ps/index.php?option=com_content&task=view&id=50850
2137
+ # </a>
2138
+ #
2139
+ # or
2140
+ # (English translation)
2141
+ # <a href="http://www.worldtimezone.com/dst_news/dst_news_westbank01.html">
2142
+ # http://www.worldtimezone.com/dst_news/dst_news_westbank01.html
2143
+ # </a>
2144
+
2145
+ # From Steffen Thorsen (2009-08-31):
2146
+ # Palestine's Council of Ministers announced that they will revert back to
2147
+ # winter time on Friday, 2009-09-04.
2148
+ #
2149
+ # One news source:
2150
+ # <a href="http://www.safa.ps/ara/?action=showdetail&seid=4158">
2151
+ # http://www.safa.ps/ara/?action=showdetail&seid=4158
2152
+ # </a>
2153
+ # (Palestinian press agency, Arabic),
2154
+ # Google translate: "Decided that the Palestinian government in Ramallah
2155
+ # headed by Salam Fayyad, the start of work in time for the winter of
2156
+ # 2009, starting on Friday approved the fourth delay Sept. clock sixty
2157
+ # minutes per hour as of Friday morning."
2158
+ #
2159
+ # We are not sure if Gaza will do the same, last year they had a different
2160
+ # end date, we will keep this page updated:
2161
+ # <a href="http://www.timeanddate.com/news/time/westbank-gaza-dst-2009.html">
2162
+ # http://www.timeanddate.com/news/time/westbank-gaza-dst-2009.html
2163
+ # </a>
2164
+
2165
+ # From Alexander Krivenyshev (2009-09-02):
2166
+ # Seems that Gaza Strip will go back to Winter Time same date as West Bank.
2167
+ #
2168
+ # According to Palestinian Ministry Of Interior, West Bank and Gaza Strip plan
2169
+ # to change time back to Standard time on September 4, 2009.
2170
+ #
2171
+ # "Winter time unite the West Bank and Gaza"
2172
+ # (from Palestinian National Authority):
2173
+ # <a href="http://www.moi.gov.ps/en/?page=633167343250594025&nid=11505
2174
+ # http://www.moi.gov.ps/en/?page=633167343250594025&nid=11505
2175
+ # </a>
2176
+ # or
2177
+ # <a href="http://www.worldtimezone.com/dst_news/dst_news_gazastrip02.html>
2178
+ # http://www.worldtimezone.com/dst_news/dst_news_gazastrip02.html
2179
+ # </a>
2180
+
2181
+ # From Alexander Krivenyshev (2010-03-19):
2182
+ # According to Voice of Palestine DST will last for 191 days, from March
2183
+ # 26, 2010 till "the last Sunday before the tenth day of Tishri
2184
+ # (October), each year" (October 03, 2010?)
2185
+ #
2186
+ # <a href="http://palvoice.org/forums/showthread.php?t=245697">
2187
+ # http://palvoice.org/forums/showthread.php?t=245697
2188
+ # </a>
2189
+ # (in Arabic)
2190
+ # or
2191
+ # <a href="http://www.worldtimezone.com/dst_news/dst_news_westbank03.html">
2192
+ # http://www.worldtimezone.com/dst_news/dst_news_westbank03.html
2193
+ # </a>
2194
+
2195
+ # From Steffen Thorsen (2010-03-24):
2196
+ # ...Ma'an News Agency reports that Hamas cabinet has decided it will
2197
+ # start one day later, at 12:01am. Not sure if they really mean 12:01am or
2198
+ # noon though:
2199
+ #
2200
+ # <a href="http://www.maannews.net/eng/ViewDetails.aspx?ID=271178">
2201
+ # http://www.maannews.net/eng/ViewDetails.aspx?ID=271178
2202
+ # </a>
2203
+ # (Ma'an News Agency)
2204
+ # "At 12:01am Friday, clocks in Israel and the West Bank will change to
2205
+ # 1:01am, while Gaza clocks will change at 12:01am Saturday morning."
2206
+
2207
+ # From Steffen Thorsen (2010-08-11):
2208
+ # According to several sources, including
2209
+ # <a href="http://www.maannews.net/eng/ViewDetails.aspx?ID=306795">
2210
+ # http://www.maannews.net/eng/ViewDetails.aspx?ID=306795
2211
+ # </a>
2212
+ # the clocks were set back one hour at 2010-08-11 00:00:00 local time in
2213
+ # Gaza and the West Bank.
2214
+ # Some more background info:
2215
+ # <a href="http://www.timeanddate.com/news/time/westbank-gaza-end-dst-2010.html">
2216
+ # http://www.timeanddate.com/news/time/westbank-gaza-end-dst-2010.html
2217
+ # </a>
2218
+
2219
+ # From Steffen Thorsen (2011-08-26):
2220
+ # Gaza and the West Bank did go back to standard time in the beginning of
2221
+ # August, and will now enter daylight saving time again on 2011-08-30
2222
+ # 00:00 (so two periods of DST in 2011). The pause was because of
2223
+ # Ramadan.
2224
+ #
2225
+ # <a href="http://www.maannews.net/eng/ViewDetails.aspx?ID=416217">
2226
+ # http://www.maannews.net/eng/ViewDetails.aspx?ID=416217
2227
+ # </a>
2228
+ # Additional info:
2229
+ # <a href="http://www.timeanddate.com/news/time/palestine-dst-2011.html">
2230
+ # http://www.timeanddate.com/news/time/palestine-dst-2011.html
2231
+ # </a>
2232
+
2233
+ # From Alexander Krivenyshev (2011-08-27):
2234
+ # According to the article in The Jerusalem Post:
2235
+ # "...Earlier this month, the Palestinian government in the West Bank decided to
2236
+ # move to standard time for 30 days, during Ramadan. The Palestinians in the
2237
+ # Gaza Strip accepted the change and also moved their clocks one hour back.
2238
+ # The Hamas government said on Saturday that it won't observe summertime after
2239
+ # the Muslim feast of Id al-Fitr, which begins on Tuesday..."
2240
+ # ...
2241
+ # <a href="http://www.jpost.com/MiddleEast/Article.aspx?id=235650">
2242
+ # http://www.jpost.com/MiddleEast/Article.aspx?id=235650
2243
+ # </a>
2244
+ # or
2245
+ # <a href="http://www.worldtimezone.com/dst_news/dst_news_gazastrip05.html">
2246
+ # http://www.worldtimezone.com/dst_news/dst_news_gazastrip05.html
2247
+ # </a>
2248
+ # The rules for Egypt are stolen from the `africa' file.
2249
+
2250
+ # From Steffen Thorsen (2011-09-30):
2251
+ # West Bank did end Daylight Saving Time this morning/midnight (2011-09-30
2252
+ # 00:00).
2253
+ # So West Bank and Gaza now have the same time again.
2254
+ #
2255
+ # Many sources, including:
2256
+ # <a href="http://www.maannews.net/eng/ViewDetails.aspx?ID=424808">
2257
+ # http://www.maannews.net/eng/ViewDetails.aspx?ID=424808
2258
+ # </a>
2259
+
2260
+ # From Steffen Thorsen (2012-03-26):
2261
+ # Palestinian news sources tell that both Gaza and West Bank will start DST
2262
+ # on Friday (Thursday midnight, 2012-03-29 24:00).
2263
+ # Some of many sources in Arabic:
2264
+ # <a href="http://www.samanews.com/index.php?act=Show&id=122638">
2265
+ # http://www.samanews.com/index.php?act=Show&id=122638
2266
+ # </a>
2267
+ #
2268
+ # <a href="http://safa.ps/details/news/74352/%D8%A8%D8%AF%D8%A1-%D8%A7%D9%84%D8%AA%D9%88%D9%82%D9%8A%D8%AA-%D8%A7%D9%84%D8%B5%D9%8A%D9%81%D9%8A-%D8%A8%D8%A7%D9%84%D8%B6%D9%81%D8%A9-%D9%88%D8%BA%D8%B2%D8%A9-%D9%84%D9%8A%D9%84%D8%A9-%D8%A7%D9%84%D8%AC%D9%85%D8%B9%D8%A9.html">
2269
+ # http://safa.ps/details/news/74352/%D8%A8%D8%AF%D8%A1-%D8%A7%D9%84%D8%AA%D9%88%D9%82%D9%8A%D8%AA-%D8%A7%D9%84%D8%B5%D9%8A%D9%81%D9%8A-%D8%A8%D8%A7%D9%84%D8%B6%D9%81%D8%A9-%D9%88%D8%BA%D8%B2%D8%A9-%D9%84%D9%8A%D9%84%D8%A9-%D8%A7%D9%84%D8%AC%D9%85%D8%B9%D8%A9.html
2270
+ # </a>
2271
+ #
2272
+ # Our brief summary:
2273
+ # <a href="http://www.timeanddate.com/news/time/gaza-west-bank-dst-2012.html">
2274
+ # http://www.timeanddate.com/news/time/gaza-west-bank-dst-2012.html
2275
+ # </a>
2276
+
2277
+ # From Arthur David Olson (2012-03-27):
2278
+ # The timeanddate article for 2012 says that "the end date has not yet been
2279
+ # announced" and that "Last year, both...paused daylight saving time during...
2280
+ # Ramadan. It is not yet known [for] 2012."
2281
+ # For now, assume both switch back on the last Friday in September. XXX
2282
+
2283
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
2284
+ Rule EgyptAsia 1957 only - May 10 0:00 1:00 S
2285
+ Rule EgyptAsia 1957 1958 - Oct 1 0:00 0 -
2286
+ Rule EgyptAsia 1958 only - May 1 0:00 1:00 S
2287
+ Rule EgyptAsia 1959 1967 - May 1 1:00 1:00 S
2288
+ Rule EgyptAsia 1959 1965 - Sep 30 3:00 0 -
2289
+ Rule EgyptAsia 1966 only - Oct 1 3:00 0 -
2290
+
2291
+ Rule Palestine 1999 2005 - Apr Fri>=15 0:00 1:00 S
2292
+ Rule Palestine 1999 2003 - Oct Fri>=15 0:00 0 -
2293
+ Rule Palestine 2004 only - Oct 1 1:00 0 -
2294
+ Rule Palestine 2005 only - Oct 4 2:00 0 -
2295
+ Rule Palestine 2006 2008 - Apr 1 0:00 1:00 S
2296
+ Rule Palestine 2006 only - Sep 22 0:00 0 -
2297
+ Rule Palestine 2007 only - Sep Thu>=8 2:00 0 -
2298
+ Rule Palestine 2008 only - Aug lastFri 0:00 0 -
2299
+ Rule Palestine 2009 only - Mar lastFri 0:00 1:00 S
2300
+ Rule Palestine 2009 only - Sep Fri>=1 2:00 0 -
2301
+ Rule Palestine 2010 only - Mar lastSat 0:01 1:00 S
2302
+ Rule Palestine 2010 only - Aug 11 0:00 0 -
2303
+
2304
+ # From Arthur David Olson (2011-09-20):
2305
+ # 2011 transitions per http://www.timeanddate.com as of 2011-09-20.
2306
+ # From Paul Eggert (2012-10-12):
2307
+ # 2012 transitions per http://www.timeanddate.com as of 2012-10-12.
2308
+
2309
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
2310
+ Zone Asia/Gaza 2:17:52 - LMT 1900 Oct
2311
+ 2:00 Zion EET 1948 May 15
2312
+ 2:00 EgyptAsia EE%sT 1967 Jun 5
2313
+ 2:00 Zion I%sT 1996
2314
+ 2:00 Jordan EE%sT 1999
2315
+ 2:00 Palestine EE%sT 2011 Apr 2 12:01
2316
+ 2:00 1:00 EEST 2011 Aug 1
2317
+ 2:00 - EET 2012 Mar 30
2318
+ 2:00 1:00 EEST 2012 Sep 21 1:00
2319
+ 2:00 - EET
2320
+
2321
+ Zone Asia/Hebron 2:20:23 - LMT 1900 Oct
2322
+ 2:00 Zion EET 1948 May 15
2323
+ 2:00 EgyptAsia EE%sT 1967 Jun 5
2324
+ 2:00 Zion I%sT 1996
2325
+ 2:00 Jordan EE%sT 1999
2326
+ 2:00 Palestine EE%sT 2008 Aug
2327
+ 2:00 1:00 EEST 2008 Sep
2328
+ 2:00 Palestine EE%sT 2011 Apr 1 12:01
2329
+ 2:00 1:00 EEST 2011 Aug 1
2330
+ 2:00 - EET 2011 Aug 30
2331
+ 2:00 1:00 EEST 2011 Sep 30 3:00
2332
+ 2:00 - EET 2012 Mar 30
2333
+ 2:00 1:00 EEST 2012 Sep 21 1:00
2334
+ 2:00 - EET
2335
+
2336
+ # Paracel Is
2337
+ # no information
2338
+
2339
+ # Philippines
2340
+ # On 1844-08-16, Narciso Claveria, governor-general of the
2341
+ # Philippines, issued a proclamation announcing that 1844-12-30 was to
2342
+ # be immediately followed by 1845-01-01. Robert H. van Gent has a
2343
+ # transcript of the decree in <http://www.phys.uu.nl/~vgent/idl/idl.htm>.
2344
+ # The rest of the data are from Shanks & Pottenger.
2345
+
2346
+ # From Paul Eggert (2006-04-25):
2347
+ # Tomorrow's Manila Standard reports that the Philippines Department of
2348
+ # Trade and Industry is considering adopting DST this June when the
2349
+ # rainy season begins. See
2350
+ # <http://www.manilastandardtoday.com/?page=politics02_april26_2006>.
2351
+ # For now, we'll ignore this, since it's not definite and we lack details.
2352
+ #
2353
+ # From Jesper Norgaard Welen (2006-04-26):
2354
+ # ... claims that Philippines had DST last time in 1990:
2355
+ # http://story.philippinetimes.com/p.x/ct/9/id/145be20cc6b121c0/cid/3e5bbccc730d258c/
2356
+ # [a story dated 2006-04-25 by Cris Larano of Dow Jones Newswires,
2357
+ # but no details]
2358
+
2359
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
2360
+ Rule Phil 1936 only - Nov 1 0:00 1:00 S
2361
+ Rule Phil 1937 only - Feb 1 0:00 0 -
2362
+ Rule Phil 1954 only - Apr 12 0:00 1:00 S
2363
+ Rule Phil 1954 only - Jul 1 0:00 0 -
2364
+ Rule Phil 1978 only - Mar 22 0:00 1:00 S
2365
+ Rule Phil 1978 only - Sep 21 0:00 0 -
2366
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
2367
+ Zone Asia/Manila -15:56:00 - LMT 1844 Dec 31
2368
+ 8:04:00 - LMT 1899 May 11
2369
+ 8:00 Phil PH%sT 1942 May
2370
+ 9:00 - JST 1944 Nov
2371
+ 8:00 Phil PH%sT
2372
+
2373
+ # Qatar
2374
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
2375
+ Zone Asia/Qatar 3:26:08 - LMT 1920 # Al Dawhah / Doha
2376
+ 4:00 - GST 1972 Jun
2377
+ 3:00 - AST
2378
+
2379
+ # Saudi Arabia
2380
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
2381
+ Zone Asia/Riyadh 3:06:52 - LMT 1950
2382
+ 3:00 - AST
2383
+
2384
+ # Singapore
2385
+ # The data here are taken from Mok Ly Yng (2003-10-30)
2386
+ # <http://www.math.nus.edu.sg/aslaksen/teaching/timezone.html>.
2387
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
2388
+ Zone Asia/Singapore 6:55:25 - LMT 1901 Jan 1
2389
+ 6:55:25 - SMT 1905 Jun 1 # Singapore M.T.
2390
+ 7:00 - MALT 1933 Jan 1 # Malaya Time
2391
+ 7:00 0:20 MALST 1936 Jan 1
2392
+ 7:20 - MALT 1941 Sep 1
2393
+ 7:30 - MALT 1942 Feb 16
2394
+ 9:00 - JST 1945 Sep 12
2395
+ 7:30 - MALT 1965 Aug 9 # independence
2396
+ 7:30 - SGT 1982 Jan 1 # Singapore Time
2397
+ 8:00 - SGT
2398
+
2399
+ # Spratly Is
2400
+ # no information
2401
+
2402
+ # Sri Lanka
2403
+ # From Paul Eggert (1996-09-03):
2404
+ # "Sri Lanka advances clock by an hour to avoid blackout"
2405
+ # (www.virtual-pc.com/lankaweb/news/items/240596-2.html, 1996-05-24,
2406
+ # no longer available as of 1999-08-17)
2407
+ # reported ``the country's standard time will be put forward by one hour at
2408
+ # midnight Friday (1830 GMT) `in the light of the present power crisis'.''
2409
+ #
2410
+ # From Dharmasiri Senanayake, Sri Lanka Media Minister (1996-10-24), as quoted
2411
+ # by Shamindra in
2412
+ # <a href="news:54rka5$m5h@mtinsc01-mgt.ops.worldnet.att.net">
2413
+ # Daily News - Hot News Section (1996-10-26)
2414
+ # </a>:
2415
+ # With effect from 12.30 a.m. on 26th October 1996
2416
+ # Sri Lanka will be six (06) hours ahead of GMT.
2417
+
2418
+ # From Jesper Norgaard Welen (2006-04-14), quoting Sri Lanka News Online
2419
+ # <http://news.sinhalaya.com/wmview.php?ArtID=11002> (2006-04-13):
2420
+ # 0030 hrs on April 15, 2006 (midnight of April 14, 2006 +30 minutes)
2421
+ # at present, become 2400 hours of April 14, 2006 (midnight of April 14, 2006).
2422
+
2423
+ # From Peter Apps and Ranga Sirila of Reuters (2006-04-12) in:
2424
+ # <http://today.reuters.co.uk/news/newsArticle.aspx?type=scienceNews&storyID=2006-04-12T172228Z_01_COL295762_RTRIDST_0_SCIENCE-SRILANKA-TIME-DC.XML>
2425
+ # [The Tamil Tigers] never accepted the original 1996 time change and simply
2426
+ # kept their clocks set five and a half hours ahead of Greenwich Mean
2427
+ # Time (GMT), in line with neighbor India.
2428
+ # From Paul Eggert (2006-04-18):
2429
+ # People who live in regions under Tamil control can use [TZ='Asia/Kolkata'],
2430
+ # as that zone has agreed with the Tamil areas since our cutoff date of 1970.
2431
+
2432
+ # From K Sethu (2006-04-25):
2433
+ # I think the abbreviation LKT originated from the world of computers at
2434
+ # the time of or subsequent to the time zone changes by SL Government
2435
+ # twice in 1996 and probably SL Government or its standardization
2436
+ # agencies never declared an abbreviation as a national standard.
2437
+ #
2438
+ # I recollect before the recent change the government annoucemments
2439
+ # mentioning it as simply changing Sri Lanka Standard Time or Sri Lanka
2440
+ # Time and no mention was made about the abbreviation.
2441
+ #
2442
+ # If we look at Sri Lanka Department of Government's "Official News
2443
+ # Website of Sri Lanka" ... http://www.news.lk/ we can see that they
2444
+ # use SLT as abbreviation in time stamp at the beginning of each news
2445
+ # item....
2446
+ #
2447
+ # Within Sri Lanka I think LKT is well known among computer users and
2448
+ # adminsitrators. In my opinion SLT may not be a good choice because the
2449
+ # nation's largest telcom / internet operator Sri Lanka Telcom is well
2450
+ # known by that abbreviation - simply as SLT (there IP domains are
2451
+ # slt.lk and sltnet.lk).
2452
+ #
2453
+ # But if indeed our government has adopted SLT as standard abbreviation
2454
+ # (that we have not known so far) then it is better that it be used for
2455
+ # all computers.
2456
+
2457
+ # From Paul Eggert (2006-04-25):
2458
+ # One possibility is that we wait for a bit for the dust to settle down
2459
+ # and then see what people actually say in practice.
2460
+
2461
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
2462
+ Zone Asia/Colombo 5:19:24 - LMT 1880
2463
+ 5:19:32 - MMT 1906 # Moratuwa Mean Time
2464
+ 5:30 - IST 1942 Jan 5
2465
+ 5:30 0:30 IHST 1942 Sep
2466
+ 5:30 1:00 IST 1945 Oct 16 2:00
2467
+ 5:30 - IST 1996 May 25 0:00
2468
+ 6:30 - LKT 1996 Oct 26 0:30
2469
+ 6:00 - LKT 2006 Apr 15 0:30
2470
+ 5:30 - IST
2471
+
2472
+ # Syria
2473
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
2474
+ Rule Syria 1920 1923 - Apr Sun>=15 2:00 1:00 S
2475
+ Rule Syria 1920 1923 - Oct Sun>=1 2:00 0 -
2476
+ Rule Syria 1962 only - Apr 29 2:00 1:00 S
2477
+ Rule Syria 1962 only - Oct 1 2:00 0 -
2478
+ Rule Syria 1963 1965 - May 1 2:00 1:00 S
2479
+ Rule Syria 1963 only - Sep 30 2:00 0 -
2480
+ Rule Syria 1964 only - Oct 1 2:00 0 -
2481
+ Rule Syria 1965 only - Sep 30 2:00 0 -
2482
+ Rule Syria 1966 only - Apr 24 2:00 1:00 S
2483
+ Rule Syria 1966 1976 - Oct 1 2:00 0 -
2484
+ Rule Syria 1967 1978 - May 1 2:00 1:00 S
2485
+ Rule Syria 1977 1978 - Sep 1 2:00 0 -
2486
+ Rule Syria 1983 1984 - Apr 9 2:00 1:00 S
2487
+ Rule Syria 1983 1984 - Oct 1 2:00 0 -
2488
+ Rule Syria 1986 only - Feb 16 2:00 1:00 S
2489
+ Rule Syria 1986 only - Oct 9 2:00 0 -
2490
+ Rule Syria 1987 only - Mar 1 2:00 1:00 S
2491
+ Rule Syria 1987 1988 - Oct 31 2:00 0 -
2492
+ Rule Syria 1988 only - Mar 15 2:00 1:00 S
2493
+ Rule Syria 1989 only - Mar 31 2:00 1:00 S
2494
+ Rule Syria 1989 only - Oct 1 2:00 0 -
2495
+ Rule Syria 1990 only - Apr 1 2:00 1:00 S
2496
+ Rule Syria 1990 only - Sep 30 2:00 0 -
2497
+ Rule Syria 1991 only - Apr 1 0:00 1:00 S
2498
+ Rule Syria 1991 1992 - Oct 1 0:00 0 -
2499
+ Rule Syria 1992 only - Apr 8 0:00 1:00 S
2500
+ Rule Syria 1993 only - Mar 26 0:00 1:00 S
2501
+ Rule Syria 1993 only - Sep 25 0:00 0 -
2502
+ # IATA SSIM (1998-02) says 1998-04-02;
2503
+ # (1998-09) says 1999-03-29 and 1999-09-29; (1999-02) says 1999-04-02,
2504
+ # 2000-04-02, and 2001-04-02; (1999-09) says 2000-03-31 and 2001-03-31;
2505
+ # (2006) says 2006-03-31 and 2006-09-22;
2506
+ # for now ignore all these claims and go with Shanks & Pottenger,
2507
+ # except for the 2006-09-22 claim (which seems right for Ramadan).
2508
+ Rule Syria 1994 1996 - Apr 1 0:00 1:00 S
2509
+ Rule Syria 1994 2005 - Oct 1 0:00 0 -
2510
+ Rule Syria 1997 1998 - Mar lastMon 0:00 1:00 S
2511
+ Rule Syria 1999 2006 - Apr 1 0:00 1:00 S
2512
+ # From Stephen Colebourne (2006-09-18):
2513
+ # According to IATA data, Syria will change DST on 21st September [21:00 UTC]
2514
+ # this year [only].... This is probably related to Ramadan, like Egypt.
2515
+ Rule Syria 2006 only - Sep 22 0:00 0 -
2516
+ # From Paul Eggert (2007-03-29):
2517
+ # Today the AP reported "Syria will switch to summertime at midnight Thursday."
2518
+ # http://www.iht.com/articles/ap/2007/03/29/africa/ME-GEN-Syria-Time-Change.php
2519
+ Rule Syria 2007 only - Mar lastFri 0:00 1:00 S
2520
+ # From Jesper Norgard (2007-10-27):
2521
+ # The sister center ICARDA of my work CIMMYT is confirming that Syria DST will
2522
+ # not take place 1.st November at 0:00 o'clock but 1.st November at 24:00 or
2523
+ # rather Midnight between Thursday and Friday. This does make more sence than
2524
+ # having it between Wednesday and Thursday (two workdays in Syria) since the
2525
+ # weekend in Syria is not Saturday and Sunday, but Friday and Saturday. So now
2526
+ # it is implemented at midnight of the last workday before weekend...
2527
+ #
2528
+ # From Steffen Thorsen (2007-10-27):
2529
+ # Jesper Norgaard Welen wrote:
2530
+ #
2531
+ # > "Winter local time in Syria will be observed at midnight of Thursday 1
2532
+ # > November 2007, and the clock will be put back 1 hour."
2533
+ #
2534
+ # I found confirmation on this in this gov.sy-article (Arabic):
2535
+ # http://wehda.alwehda.gov.sy/_print_veiw.asp?FileName=12521710520070926111247
2536
+ #
2537
+ # which using Google's translate tools says:
2538
+ # Council of Ministers also approved the commencement of work on
2539
+ # identifying the winter time as of Friday, 2/11/2007 where the 60th
2540
+ # minute delay at midnight Thursday 1/11/2007.
2541
+ Rule Syria 2007 only - Nov Fri>=1 0:00 0 -
2542
+
2543
+ # From Stephen Colebourne (2008-03-17):
2544
+ # For everyone's info, I saw an IATA time zone change for [Syria] for
2545
+ # this month (March 2008) in the last day or so...This is the data IATA
2546
+ # are now using:
2547
+ # Country Time Standard --- DST Start --- --- DST End --- DST
2548
+ # Name Zone Variation Time Date Time Date
2549
+ # Variation
2550
+ # Syrian Arab
2551
+ # Republic SY +0200 2200 03APR08 2100 30SEP08 +0300
2552
+ # 2200 02APR09 2100 30SEP09 +0300
2553
+ # 2200 01APR10 2100 30SEP10 +0300
2554
+
2555
+ # From Arthur David Olson (2008-03-17):
2556
+ # Here's a link to English-language coverage by the Syrian Arab News
2557
+ # Agency (SANA)...
2558
+ # <a href="http://www.sana.sy/eng/21/2008/03/11/165173.htm">
2559
+ # http://www.sana.sy/eng/21/2008/03/11/165173.htm
2560
+ # </a>...which reads (in part) "The Cabinet approved the suggestion of the
2561
+ # Ministry of Electricity to begin daylight savings time on Friday April
2562
+ # 4th, advancing clocks one hour ahead on midnight of Thursday April 3rd."
2563
+ # Since Syria is two hours east of UTC, the 2200 and 2100 transition times
2564
+ # shown above match up with midnight in Syria.
2565
+
2566
+ # From Arthur David Olson (2008-03-18):
2567
+ # My buest guess at a Syrian rule is "the Friday nearest April 1";
2568
+ # coding that involves either using a "Mar Fri>=29" construct that old time zone
2569
+ # compilers can't handle or having multiple Rules (a la Israel).
2570
+ # For now, use "Apr Fri>=1", and go with IATA on a uniform Sep 30 end.
2571
+
2572
+ # From Steffen Thorsen (2008-10-07):
2573
+ # Syria has now officially decided to end DST on 2008-11-01 this year,
2574
+ # according to the following article in the Syrian Arab News Agency (SANA).
2575
+ #
2576
+ # The article is in Arabic, and seems to tell that they will go back to
2577
+ # winter time on 2008-11-01 at 00:00 local daylight time (delaying/setting
2578
+ # clocks back 60 minutes).
2579
+ #
2580
+ # <a href="http://sana.sy/ara/2/2008/10/07/195459.htm">
2581
+ # http://sana.sy/ara/2/2008/10/07/195459.htm
2582
+ # </a>
2583
+
2584
+ # From Steffen Thorsen (2009-03-19):
2585
+ # Syria will start DST on 2009-03-27 00:00 this year according to many sources,
2586
+ # two examples:
2587
+ #
2588
+ # <a href="http://www.sana.sy/eng/21/2009/03/17/217563.htm">
2589
+ # http://www.sana.sy/eng/21/2009/03/17/217563.htm
2590
+ # </a>
2591
+ # (English, Syrian Arab News # Agency)
2592
+ # <a href="http://thawra.alwehda.gov.sy/_View_news2.asp?FileName=94459258720090318012209">
2593
+ # http://thawra.alwehda.gov.sy/_View_news2.asp?FileName=94459258720090318012209
2594
+ # </a>
2595
+ # (Arabic, gov-site)
2596
+ #
2597
+ # We have not found any sources saying anything about when DST ends this year.
2598
+ #
2599
+ # Our summary
2600
+ # <a href="http://www.timeanddate.com/news/time/syria-dst-starts-march-27-2009.html">
2601
+ # http://www.timeanddate.com/news/time/syria-dst-starts-march-27-2009.html
2602
+ # </a>
2603
+
2604
+ # From Steffen Thorsen (2009-10-27):
2605
+ # The Syrian Arab News Network on 2009-09-29 reported that Syria will
2606
+ # revert back to winter (standard) time on midnight between Thursday
2607
+ # 2009-10-29 and Friday 2009-10-30:
2608
+ # <a href="http://www.sana.sy/ara/2/2009/09/29/247012.htm">
2609
+ # http://www.sana.sy/ara/2/2009/09/29/247012.htm (Arabic)
2610
+ # </a>
2611
+
2612
+ # From Arthur David Olson (2009-10-28):
2613
+ # We'll see if future DST switching times turn out to be end of the last
2614
+ # Thursday of the month or the start of the last Friday of the month or
2615
+ # something else. For now, use the start of the last Friday.
2616
+
2617
+ # From Steffen Thorsen (2010-03-17):
2618
+ # The "Syrian News Station" reported on 2010-03-16 that the Council of
2619
+ # Ministers has decided that Syria will start DST on midnight Thursday
2620
+ # 2010-04-01: (midnight between Thursday and Friday):
2621
+ # <a href="http://sns.sy/sns/?path=news/read/11421">
2622
+ # http://sns.sy/sns/?path=news/read/11421 (Arabic)
2623
+ # </a>
2624
+
2625
+ # From Steffen Thorsen (2012-03-26):
2626
+ # Today, Syria's government announced that they will start DST early on Friday
2627
+ # (00:00). This is a bit earlier than the past two years.
2628
+ #
2629
+ # From Syrian Arab News Agency, in Arabic:
2630
+ # <a href="http://www.sana.sy/ara/2/2012/03/26/408215.htm">
2631
+ # http://www.sana.sy/ara/2/2012/03/26/408215.htm
2632
+ # </a>
2633
+ #
2634
+ # Our brief summary:
2635
+ # <a href="http://www.timeanddate.com/news/time/syria-dst-2012.html">
2636
+ # http://www.timeanddate.com/news/time/syria-dst-2012.html
2637
+ # </a>
2638
+
2639
+ # From Arthur David Olson (2012-03-27):
2640
+ # Assume last Friday in March going forward XXX.
2641
+
2642
+ Rule Syria 2008 only - Apr Fri>=1 0:00 1:00 S
2643
+ Rule Syria 2008 only - Nov 1 0:00 0 -
2644
+ Rule Syria 2009 only - Mar lastFri 0:00 1:00 S
2645
+ Rule Syria 2010 2011 - Apr Fri>=1 0:00 1:00 S
2646
+ Rule Syria 2012 max - Mar lastFri 0:00 1:00 S
2647
+ Rule Syria 2009 max - Oct lastFri 0:00 0 -
2648
+
2649
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
2650
+ Zone Asia/Damascus 2:25:12 - LMT 1920 # Dimashq
2651
+ 2:00 Syria EE%sT
2652
+
2653
+ # Tajikistan
2654
+ # From Shanks & Pottenger.
2655
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
2656
+ Zone Asia/Dushanbe 4:35:12 - LMT 1924 May 2
2657
+ 5:00 - DUST 1930 Jun 21 # Dushanbe Time
2658
+ 6:00 RussiaAsia DUS%sT 1991 Mar 31 2:00s
2659
+ 5:00 1:00 DUSST 1991 Sep 9 2:00s
2660
+ 5:00 - TJT # Tajikistan Time
2661
+
2662
+ # Thailand
2663
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
2664
+ Zone Asia/Bangkok 6:42:04 - LMT 1880
2665
+ 6:42:04 - BMT 1920 Apr # Bangkok Mean Time
2666
+ 7:00 - ICT
2667
+
2668
+ # Turkmenistan
2669
+ # From Shanks & Pottenger.
2670
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
2671
+ Zone Asia/Ashgabat 3:53:32 - LMT 1924 May 2 # or Ashkhabad
2672
+ 4:00 - ASHT 1930 Jun 21 # Ashkhabad Time
2673
+ 5:00 RussiaAsia ASH%sT 1991 Mar 31 2:00
2674
+ 4:00 RussiaAsia ASH%sT 1991 Oct 27 # independence
2675
+ 4:00 RussiaAsia TM%sT 1992 Jan 19 2:00
2676
+ 5:00 - TMT
2677
+
2678
+ # United Arab Emirates
2679
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
2680
+ Zone Asia/Dubai 3:41:12 - LMT 1920
2681
+ 4:00 - GST
2682
+
2683
+ # Uzbekistan
2684
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
2685
+ Zone Asia/Samarkand 4:27:12 - LMT 1924 May 2
2686
+ 4:00 - SAMT 1930 Jun 21 # Samarkand Time
2687
+ 5:00 - SAMT 1981 Apr 1
2688
+ 5:00 1:00 SAMST 1981 Oct 1
2689
+ 6:00 - TAST 1982 Apr 1 # Tashkent Time
2690
+ 5:00 RussiaAsia SAM%sT 1991 Sep 1 # independence
2691
+ 5:00 RussiaAsia UZ%sT 1992
2692
+ 5:00 - UZT
2693
+ Zone Asia/Tashkent 4:37:12 - LMT 1924 May 2
2694
+ 5:00 - TAST 1930 Jun 21 # Tashkent Time
2695
+ 6:00 RussiaAsia TAS%sT 1991 Mar 31 2:00
2696
+ 5:00 RussiaAsia TAS%sT 1991 Sep 1 # independence
2697
+ 5:00 RussiaAsia UZ%sT 1992
2698
+ 5:00 - UZT
2699
+
2700
+ # Vietnam
2701
+
2702
+ # From Arthur David Olson (2008-03-18):
2703
+ # The English-language name of Vietnam's most populous city is "Ho Chi Min City";
2704
+ # we use Ho_Chi_Minh below to avoid a name of more than 14 characters.
2705
+
2706
+ # From Shanks & Pottenger:
2707
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
2708
+ Zone Asia/Ho_Chi_Minh 7:06:40 - LMT 1906 Jun 9
2709
+ 7:06:20 - SMT 1911 Mar 11 0:01 # Saigon MT?
2710
+ 7:00 - ICT 1912 May
2711
+ 8:00 - ICT 1931 May
2712
+ 7:00 - ICT
2713
+
2714
+ # Yemen
2715
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
2716
+ Zone Asia/Aden 3:00:48 - LMT 1950
2717
+ 3:00 - AST
js/jquery-flot/examples/axes-time-zones/tz/australasia ADDED
@@ -0,0 +1,1719 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # <pre>
2
+ # This file is in the public domain, so clarified as of
3
+ # 2009-05-17 by Arthur David Olson.
4
+
5
+ # This file also includes Pacific islands.
6
+
7
+ # Notes are at the end of this file
8
+
9
+ ###############################################################################
10
+
11
+ # Australia
12
+
13
+ # Please see the notes below for the controversy about "EST" versus "AEST" etc.
14
+
15
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
16
+ Rule Aus 1917 only - Jan 1 0:01 1:00 -
17
+ Rule Aus 1917 only - Mar 25 2:00 0 -
18
+ Rule Aus 1942 only - Jan 1 2:00 1:00 -
19
+ Rule Aus 1942 only - Mar 29 2:00 0 -
20
+ Rule Aus 1942 only - Sep 27 2:00 1:00 -
21
+ Rule Aus 1943 1944 - Mar lastSun 2:00 0 -
22
+ Rule Aus 1943 only - Oct 3 2:00 1:00 -
23
+ # Go with Whitman and the Australian National Standards Commission, which
24
+ # says W Australia didn't use DST in 1943/1944. Ignore Whitman's claim that
25
+ # 1944/1945 was just like 1943/1944.
26
+
27
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
28
+ # Northern Territory
29
+ Zone Australia/Darwin 8:43:20 - LMT 1895 Feb
30
+ 9:00 - CST 1899 May
31
+ 9:30 Aus CST
32
+ # Western Australia
33
+ #
34
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
35
+ Rule AW 1974 only - Oct lastSun 2:00s 1:00 -
36
+ Rule AW 1975 only - Mar Sun>=1 2:00s 0 -
37
+ Rule AW 1983 only - Oct lastSun 2:00s 1:00 -
38
+ Rule AW 1984 only - Mar Sun>=1 2:00s 0 -
39
+ Rule AW 1991 only - Nov 17 2:00s 1:00 -
40
+ Rule AW 1992 only - Mar Sun>=1 2:00s 0 -
41
+ Rule AW 2006 only - Dec 3 2:00s 1:00 -
42
+ Rule AW 2007 2009 - Mar lastSun 2:00s 0 -
43
+ Rule AW 2007 2008 - Oct lastSun 2:00s 1:00 -
44
+ Zone Australia/Perth 7:43:24 - LMT 1895 Dec
45
+ 8:00 Aus WST 1943 Jul
46
+ 8:00 AW WST
47
+ Zone Australia/Eucla 8:35:28 - LMT 1895 Dec
48
+ 8:45 Aus CWST 1943 Jul
49
+ 8:45 AW CWST
50
+
51
+ # Queensland
52
+ #
53
+ # From Alex Livingston (1996-11-01):
54
+ # I have heard or read more than once that some resort islands off the coast
55
+ # of Queensland chose to keep observing daylight-saving time even after
56
+ # Queensland ceased to.
57
+ #
58
+ # From Paul Eggert (1996-11-22):
59
+ # IATA SSIM (1993-02/1994-09) say that the Holiday Islands (Hayman, Lindeman,
60
+ # Hamilton) observed DST for two years after the rest of Queensland stopped.
61
+ # Hamilton is the largest, but there is also a Hamilton in Victoria,
62
+ # so use Lindeman.
63
+ #
64
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
65
+ Rule AQ 1971 only - Oct lastSun 2:00s 1:00 -
66
+ Rule AQ 1972 only - Feb lastSun 2:00s 0 -
67
+ Rule AQ 1989 1991 - Oct lastSun 2:00s 1:00 -
68
+ Rule AQ 1990 1992 - Mar Sun>=1 2:00s 0 -
69
+ Rule Holiday 1992 1993 - Oct lastSun 2:00s 1:00 -
70
+ Rule Holiday 1993 1994 - Mar Sun>=1 2:00s 0 -
71
+ Zone Australia/Brisbane 10:12:08 - LMT 1895
72
+ 10:00 Aus EST 1971
73
+ 10:00 AQ EST
74
+ Zone Australia/Lindeman 9:55:56 - LMT 1895
75
+ 10:00 Aus EST 1971
76
+ 10:00 AQ EST 1992 Jul
77
+ 10:00 Holiday EST
78
+
79
+ # South Australia
80
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
81
+ Rule AS 1971 1985 - Oct lastSun 2:00s 1:00 -
82
+ Rule AS 1986 only - Oct 19 2:00s 1:00 -
83
+ Rule AS 1987 2007 - Oct lastSun 2:00s 1:00 -
84
+ Rule AS 1972 only - Feb 27 2:00s 0 -
85
+ Rule AS 1973 1985 - Mar Sun>=1 2:00s 0 -
86
+ Rule AS 1986 1990 - Mar Sun>=15 2:00s 0 -
87
+ Rule AS 1991 only - Mar 3 2:00s 0 -
88
+ Rule AS 1992 only - Mar 22 2:00s 0 -
89
+ Rule AS 1993 only - Mar 7 2:00s 0 -
90
+ Rule AS 1994 only - Mar 20 2:00s 0 -
91
+ Rule AS 1995 2005 - Mar lastSun 2:00s 0 -
92
+ Rule AS 2006 only - Apr 2 2:00s 0 -
93
+ Rule AS 2007 only - Mar lastSun 2:00s 0 -
94
+ Rule AS 2008 max - Apr Sun>=1 2:00s 0 -
95
+ Rule AS 2008 max - Oct Sun>=1 2:00s 1:00 -
96
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
97
+ Zone Australia/Adelaide 9:14:20 - LMT 1895 Feb
98
+ 9:00 - CST 1899 May
99
+ 9:30 Aus CST 1971
100
+ 9:30 AS CST
101
+
102
+ # Tasmania
103
+ #
104
+ # From Paul Eggert (2005-08-16):
105
+ # <http://www.bom.gov.au/climate/averages/tables/dst_times.shtml>
106
+ # says King Island didn't observe DST from WWII until late 1971.
107
+ #
108
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
109
+ Rule AT 1967 only - Oct Sun>=1 2:00s 1:00 -
110
+ Rule AT 1968 only - Mar lastSun 2:00s 0 -
111
+ Rule AT 1968 1985 - Oct lastSun 2:00s 1:00 -
112
+ Rule AT 1969 1971 - Mar Sun>=8 2:00s 0 -
113
+ Rule AT 1972 only - Feb lastSun 2:00s 0 -
114
+ Rule AT 1973 1981 - Mar Sun>=1 2:00s 0 -
115
+ Rule AT 1982 1983 - Mar lastSun 2:00s 0 -
116
+ Rule AT 1984 1986 - Mar Sun>=1 2:00s 0 -
117
+ Rule AT 1986 only - Oct Sun>=15 2:00s 1:00 -
118
+ Rule AT 1987 1990 - Mar Sun>=15 2:00s 0 -
119
+ Rule AT 1987 only - Oct Sun>=22 2:00s 1:00 -
120
+ Rule AT 1988 1990 - Oct lastSun 2:00s 1:00 -
121
+ Rule AT 1991 1999 - Oct Sun>=1 2:00s 1:00 -
122
+ Rule AT 1991 2005 - Mar lastSun 2:00s 0 -
123
+ Rule AT 2000 only - Aug lastSun 2:00s 1:00 -
124
+ Rule AT 2001 max - Oct Sun>=1 2:00s 1:00 -
125
+ Rule AT 2006 only - Apr Sun>=1 2:00s 0 -
126
+ Rule AT 2007 only - Mar lastSun 2:00s 0 -
127
+ Rule AT 2008 max - Apr Sun>=1 2:00s 0 -
128
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
129
+ Zone Australia/Hobart 9:49:16 - LMT 1895 Sep
130
+ 10:00 - EST 1916 Oct 1 2:00
131
+ 10:00 1:00 EST 1917 Feb
132
+ 10:00 Aus EST 1967
133
+ 10:00 AT EST
134
+ Zone Australia/Currie 9:35:28 - LMT 1895 Sep
135
+ 10:00 - EST 1916 Oct 1 2:00
136
+ 10:00 1:00 EST 1917 Feb
137
+ 10:00 Aus EST 1971 Jul
138
+ 10:00 AT EST
139
+
140
+ # Victoria
141
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
142
+ Rule AV 1971 1985 - Oct lastSun 2:00s 1:00 -
143
+ Rule AV 1972 only - Feb lastSun 2:00s 0 -
144
+ Rule AV 1973 1985 - Mar Sun>=1 2:00s 0 -
145
+ Rule AV 1986 1990 - Mar Sun>=15 2:00s 0 -
146
+ Rule AV 1986 1987 - Oct Sun>=15 2:00s 1:00 -
147
+ Rule AV 1988 1999 - Oct lastSun 2:00s 1:00 -
148
+ Rule AV 1991 1994 - Mar Sun>=1 2:00s 0 -
149
+ Rule AV 1995 2005 - Mar lastSun 2:00s 0 -
150
+ Rule AV 2000 only - Aug lastSun 2:00s 1:00 -
151
+ Rule AV 2001 2007 - Oct lastSun 2:00s 1:00 -
152
+ Rule AV 2006 only - Apr Sun>=1 2:00s 0 -
153
+ Rule AV 2007 only - Mar lastSun 2:00s 0 -
154
+ Rule AV 2008 max - Apr Sun>=1 2:00s 0 -
155
+ Rule AV 2008 max - Oct Sun>=1 2:00s 1:00 -
156
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
157
+ Zone Australia/Melbourne 9:39:52 - LMT 1895 Feb
158
+ 10:00 Aus EST 1971
159
+ 10:00 AV EST
160
+
161
+ # New South Wales
162
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
163
+ Rule AN 1971 1985 - Oct lastSun 2:00s 1:00 -
164
+ Rule AN 1972 only - Feb 27 2:00s 0 -
165
+ Rule AN 1973 1981 - Mar Sun>=1 2:00s 0 -
166
+ Rule AN 1982 only - Apr Sun>=1 2:00s 0 -
167
+ Rule AN 1983 1985 - Mar Sun>=1 2:00s 0 -
168
+ Rule AN 1986 1989 - Mar Sun>=15 2:00s 0 -
169
+ Rule AN 1986 only - Oct 19 2:00s 1:00 -
170
+ Rule AN 1987 1999 - Oct lastSun 2:00s 1:00 -
171
+ Rule AN 1990 1995 - Mar Sun>=1 2:00s 0 -
172
+ Rule AN 1996 2005 - Mar lastSun 2:00s 0 -
173
+ Rule AN 2000 only - Aug lastSun 2:00s 1:00 -
174
+ Rule AN 2001 2007 - Oct lastSun 2:00s 1:00 -
175
+ Rule AN 2006 only - Apr Sun>=1 2:00s 0 -
176
+ Rule AN 2007 only - Mar lastSun 2:00s 0 -
177
+ Rule AN 2008 max - Apr Sun>=1 2:00s 0 -
178
+ Rule AN 2008 max - Oct Sun>=1 2:00s 1:00 -
179
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
180
+ Zone Australia/Sydney 10:04:52 - LMT 1895 Feb
181
+ 10:00 Aus EST 1971
182
+ 10:00 AN EST
183
+ Zone Australia/Broken_Hill 9:25:48 - LMT 1895 Feb
184
+ 10:00 - EST 1896 Aug 23
185
+ 9:00 - CST 1899 May
186
+ 9:30 Aus CST 1971
187
+ 9:30 AN CST 2000
188
+ 9:30 AS CST
189
+
190
+ # Lord Howe Island
191
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
192
+ Rule LH 1981 1984 - Oct lastSun 2:00 1:00 -
193
+ Rule LH 1982 1985 - Mar Sun>=1 2:00 0 -
194
+ Rule LH 1985 only - Oct lastSun 2:00 0:30 -
195
+ Rule LH 1986 1989 - Mar Sun>=15 2:00 0 -
196
+ Rule LH 1986 only - Oct 19 2:00 0:30 -
197
+ Rule LH 1987 1999 - Oct lastSun 2:00 0:30 -
198
+ Rule LH 1990 1995 - Mar Sun>=1 2:00 0 -
199
+ Rule LH 1996 2005 - Mar lastSun 2:00 0 -
200
+ Rule LH 2000 only - Aug lastSun 2:00 0:30 -
201
+ Rule LH 2001 2007 - Oct lastSun 2:00 0:30 -
202
+ Rule LH 2006 only - Apr Sun>=1 2:00 0 -
203
+ Rule LH 2007 only - Mar lastSun 2:00 0 -
204
+ Rule LH 2008 max - Apr Sun>=1 2:00 0 -
205
+ Rule LH 2008 max - Oct Sun>=1 2:00 0:30 -
206
+ Zone Australia/Lord_Howe 10:36:20 - LMT 1895 Feb
207
+ 10:00 - EST 1981 Mar
208
+ 10:30 LH LHST
209
+
210
+ # Australian miscellany
211
+ #
212
+ # Ashmore Is, Cartier
213
+ # no indigenous inhabitants; only seasonal caretakers
214
+ # no times are set
215
+ #
216
+ # Coral Sea Is
217
+ # no indigenous inhabitants; only meteorologists
218
+ # no times are set
219
+ #
220
+ # Macquarie
221
+ # permanent occupation (scientific station) since 1948;
222
+ # sealing and penguin oil station operated 1888/1917
223
+ # like Australia/Hobart
224
+
225
+ # Christmas
226
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
227
+ Zone Indian/Christmas 7:02:52 - LMT 1895 Feb
228
+ 7:00 - CXT # Christmas Island Time
229
+
230
+ # Cook Is
231
+ # From Shanks & Pottenger:
232
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
233
+ Rule Cook 1978 only - Nov 12 0:00 0:30 HS
234
+ Rule Cook 1979 1991 - Mar Sun>=1 0:00 0 -
235
+ Rule Cook 1979 1990 - Oct lastSun 0:00 0:30 HS
236
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
237
+ Zone Pacific/Rarotonga -10:39:04 - LMT 1901 # Avarua
238
+ -10:30 - CKT 1978 Nov 12 # Cook Is Time
239
+ -10:00 Cook CK%sT
240
+
241
+ # Cocos
242
+ # These islands were ruled by the Ross family from about 1830 to 1978.
243
+ # We don't know when standard time was introduced; for now, we guess 1900.
244
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
245
+ Zone Indian/Cocos 6:27:40 - LMT 1900
246
+ 6:30 - CCT # Cocos Islands Time
247
+
248
+ # Fiji
249
+ # From Alexander Krivenyshev (2009-11-10):
250
+ # According to Fiji Broadcasting Corporation, Fiji plans to re-introduce DST
251
+ # from November 29th 2009 to April 25th 2010.
252
+ #
253
+ # "Daylight savings to commence this month"
254
+ # <a href="http://www.radiofiji.com.fj/fullstory.php?id=23719">
255
+ # http://www.radiofiji.com.fj/fullstory.php?id=23719
256
+ # </a>
257
+ # or
258
+ # <a href="http://www.worldtimezone.com/dst_news/dst_news_fiji01.html">
259
+ # http://www.worldtimezone.com/dst_news/dst_news_fiji01.html
260
+ # </a>
261
+
262
+ # From Steffen Thorsen (2009-11-10):
263
+ # The Fiji Government has posted some more details about the approved
264
+ # amendments:
265
+ # <a href="http://www.fiji.gov.fj/publish/page_16198.shtml">
266
+ # http://www.fiji.gov.fj/publish/page_16198.shtml
267
+ # </a>
268
+
269
+ # From Steffen Thorsen (2010-03-03):
270
+ # The Cabinet in Fiji has decided to end DST about a month early, on
271
+ # 2010-03-28 at 03:00.
272
+ # The plan is to observe DST again, from 2010-10-24 to sometime in March
273
+ # 2011 (last Sunday a good guess?).
274
+ #
275
+ # Official source:
276
+ # <a href="http://www.fiji.gov.fj/index.php?option=com_content&view=article&id=1096:3310-cabinet-approves-change-in-daylight-savings-dates&catid=49:cabinet-releases&Itemid=166">
277
+ # http://www.fiji.gov.fj/index.php?option=com_content&view=article&id=1096:3310-cabinet-approves-change-in-daylight-savings-dates&catid=49:cabinet-releases&Itemid=166
278
+ # </a>
279
+ #
280
+ # A bit more background info here:
281
+ # <a href="http://www.timeanddate.com/news/time/fiji-dst-ends-march-2010.html">
282
+ # http://www.timeanddate.com/news/time/fiji-dst-ends-march-2010.html
283
+ # </a>
284
+
285
+ # From Alexander Krivenyshev (2010-10-24):
286
+ # According to Radio Fiji and Fiji Times online, Fiji will end DST 3
287
+ # weeks earlier than expected - on March 6, 2011, not March 27, 2011...
288
+ # Here is confirmation from Government of the Republic of the Fiji Islands,
289
+ # Ministry of Information (fiji.gov.fj) web site:
290
+ # <a href="http://www.fiji.gov.fj/index.php?option=com_content&view=article&id=2608:daylight-savings&catid=71:press-releases&Itemid=155">
291
+ # http://www.fiji.gov.fj/index.php?option=com_content&view=article&id=2608:daylight-savings&catid=71:press-releases&Itemid=155
292
+ # </a>
293
+ # or
294
+ # <a href="http://www.worldtimezone.com/dst_news/dst_news_fiji04.html">
295
+ # http://www.worldtimezone.com/dst_news/dst_news_fiji04.html
296
+ # </a>
297
+
298
+ # From Steffen Thorsen (2011-10-03):
299
+ # Now the dates have been confirmed, and at least our start date
300
+ # assumption was correct (end date was one week wrong).
301
+ #
302
+ # <a href="http://www.fiji.gov.fj/index.php?option=com_content&view=article&id=4966:daylight-saving-starts-in-fiji&catid=71:press-releases&Itemid=155">
303
+ # www.fiji.gov.fj/index.php?option=com_content&view=article&id=4966:daylight-saving-starts-in-fiji&catid=71:press-releases&Itemid=155
304
+ # </a>
305
+ # which says
306
+ # Members of the public are reminded to change their time to one hour in
307
+ # advance at 2am to 3am on October 23, 2011 and one hour back at 3am to
308
+ # 2am on February 26 next year.
309
+
310
+ # From Ken Rylander (2011-10-24)
311
+ # Another change to the Fiji DST end date. In the TZ database the end date for
312
+ # Fiji DST 2012, is currently Feb 26. This has been changed to Jan 22.
313
+ #
314
+ # <a href="http://www.fiji.gov.fj/index.php?option=com_content&view=article&id=5017:amendments-to-daylight-savings&catid=71:press-releases&Itemid=155">
315
+ # http://www.fiji.gov.fj/index.php?option=com_content&view=article&id=5017:amendments-to-daylight-savings&catid=71:press-releases&Itemid=155
316
+ # </a>
317
+ # states:
318
+ #
319
+ # The end of daylight saving scheduled initially for the 26th of February 2012
320
+ # has been brought forward to the 22nd of January 2012.
321
+ # The commencement of daylight saving will remain unchanged and start
322
+ # on the 23rd of October, 2011.
323
+
324
+ # From the Fiji Government Online Portal (2012-08-21) via Steffen Thorsen:
325
+ # The Minister for Labour, Industrial Relations and Employment Mr Jone Usamate
326
+ # today confirmed that Fiji will start daylight savings at 2 am on Sunday 21st
327
+ # October 2012 and end at 3 am on Sunday 20th January 2013.
328
+ # http://www.fiji.gov.fj/index.php?option=com_content&view=article&id=6702&catid=71&Itemid=155
329
+ #
330
+ # From Paul Eggert (2012-08-31):
331
+ # For now, guess a pattern of the penultimate Sundays in October and January.
332
+
333
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
334
+ Rule Fiji 1998 1999 - Nov Sun>=1 2:00 1:00 S
335
+ Rule Fiji 1999 2000 - Feb lastSun 3:00 0 -
336
+ Rule Fiji 2009 only - Nov 29 2:00 1:00 S
337
+ Rule Fiji 2010 only - Mar lastSun 3:00 0 -
338
+ Rule Fiji 2010 max - Oct Sun>=18 2:00 1:00 S
339
+ Rule Fiji 2011 only - Mar Sun>=1 3:00 0 -
340
+ Rule Fiji 2012 max - Jan Sun>=18 3:00 0 -
341
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
342
+ Zone Pacific/Fiji 11:53:40 - LMT 1915 Oct 26 # Suva
343
+ 12:00 Fiji FJ%sT # Fiji Time
344
+
345
+ # French Polynesia
346
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
347
+ Zone Pacific/Gambier -8:59:48 - LMT 1912 Oct # Rikitea
348
+ -9:00 - GAMT # Gambier Time
349
+ Zone Pacific/Marquesas -9:18:00 - LMT 1912 Oct
350
+ -9:30 - MART # Marquesas Time
351
+ Zone Pacific/Tahiti -9:58:16 - LMT 1912 Oct # Papeete
352
+ -10:00 - TAHT # Tahiti Time
353
+ # Clipperton (near North America) is administered from French Polynesia;
354
+ # it is uninhabited.
355
+
356
+ # Guam
357
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
358
+ Zone Pacific/Guam -14:21:00 - LMT 1844 Dec 31
359
+ 9:39:00 - LMT 1901 # Agana
360
+ 10:00 - GST 2000 Dec 23 # Guam
361
+ 10:00 - ChST # Chamorro Standard Time
362
+
363
+ # Kiribati
364
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
365
+ Zone Pacific/Tarawa 11:32:04 - LMT 1901 # Bairiki
366
+ 12:00 - GILT # Gilbert Is Time
367
+ Zone Pacific/Enderbury -11:24:20 - LMT 1901
368
+ -12:00 - PHOT 1979 Oct # Phoenix Is Time
369
+ -11:00 - PHOT 1995
370
+ 13:00 - PHOT
371
+ Zone Pacific/Kiritimati -10:29:20 - LMT 1901
372
+ -10:40 - LINT 1979 Oct # Line Is Time
373
+ -10:00 - LINT 1995
374
+ 14:00 - LINT
375
+
376
+ # N Mariana Is
377
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
378
+ Zone Pacific/Saipan -14:17:00 - LMT 1844 Dec 31
379
+ 9:43:00 - LMT 1901
380
+ 9:00 - MPT 1969 Oct # N Mariana Is Time
381
+ 10:00 - MPT 2000 Dec 23
382
+ 10:00 - ChST # Chamorro Standard Time
383
+
384
+ # Marshall Is
385
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
386
+ Zone Pacific/Majuro 11:24:48 - LMT 1901
387
+ 11:00 - MHT 1969 Oct # Marshall Islands Time
388
+ 12:00 - MHT
389
+ Zone Pacific/Kwajalein 11:09:20 - LMT 1901
390
+ 11:00 - MHT 1969 Oct
391
+ -12:00 - KWAT 1993 Aug 20 # Kwajalein Time
392
+ 12:00 - MHT
393
+
394
+ # Micronesia
395
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
396
+ Zone Pacific/Chuuk 10:07:08 - LMT 1901
397
+ 10:00 - CHUT # Chuuk Time
398
+ Zone Pacific/Pohnpei 10:32:52 - LMT 1901 # Kolonia
399
+ 11:00 - PONT # Pohnpei Time
400
+ Zone Pacific/Kosrae 10:51:56 - LMT 1901
401
+ 11:00 - KOST 1969 Oct # Kosrae Time
402
+ 12:00 - KOST 1999
403
+ 11:00 - KOST
404
+
405
+ # Nauru
406
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
407
+ Zone Pacific/Nauru 11:07:40 - LMT 1921 Jan 15 # Uaobe
408
+ 11:30 - NRT 1942 Mar 15 # Nauru Time
409
+ 9:00 - JST 1944 Aug 15
410
+ 11:30 - NRT 1979 May
411
+ 12:00 - NRT
412
+
413
+ # New Caledonia
414
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
415
+ Rule NC 1977 1978 - Dec Sun>=1 0:00 1:00 S
416
+ Rule NC 1978 1979 - Feb 27 0:00 0 -
417
+ Rule NC 1996 only - Dec 1 2:00s 1:00 S
418
+ # Shanks & Pottenger say the following was at 2:00; go with IATA.
419
+ Rule NC 1997 only - Mar 2 2:00s 0 -
420
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
421
+ Zone Pacific/Noumea 11:05:48 - LMT 1912 Jan 13
422
+ 11:00 NC NC%sT
423
+
424
+
425
+ ###############################################################################
426
+
427
+ # New Zealand
428
+
429
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
430
+ Rule NZ 1927 only - Nov 6 2:00 1:00 S
431
+ Rule NZ 1928 only - Mar 4 2:00 0 M
432
+ Rule NZ 1928 1933 - Oct Sun>=8 2:00 0:30 S
433
+ Rule NZ 1929 1933 - Mar Sun>=15 2:00 0 M
434
+ Rule NZ 1934 1940 - Apr lastSun 2:00 0 M
435
+ Rule NZ 1934 1940 - Sep lastSun 2:00 0:30 S
436
+ Rule NZ 1946 only - Jan 1 0:00 0 S
437
+ # Since 1957 Chatham has been 45 minutes ahead of NZ, but there's no
438
+ # convenient notation for this so we must duplicate the Rule lines.
439
+ Rule NZ 1974 only - Nov Sun>=1 2:00s 1:00 D
440
+ Rule Chatham 1974 only - Nov Sun>=1 2:45s 1:00 D
441
+ Rule NZ 1975 only - Feb lastSun 2:00s 0 S
442
+ Rule Chatham 1975 only - Feb lastSun 2:45s 0 S
443
+ Rule NZ 1975 1988 - Oct lastSun 2:00s 1:00 D
444
+ Rule Chatham 1975 1988 - Oct lastSun 2:45s 1:00 D
445
+ Rule NZ 1976 1989 - Mar Sun>=1 2:00s 0 S
446
+ Rule Chatham 1976 1989 - Mar Sun>=1 2:45s 0 S
447
+ Rule NZ 1989 only - Oct Sun>=8 2:00s 1:00 D
448
+ Rule Chatham 1989 only - Oct Sun>=8 2:45s 1:00 D
449
+ Rule NZ 1990 2006 - Oct Sun>=1 2:00s 1:00 D
450
+ Rule Chatham 1990 2006 - Oct Sun>=1 2:45s 1:00 D
451
+ Rule NZ 1990 2007 - Mar Sun>=15 2:00s 0 S
452
+ Rule Chatham 1990 2007 - Mar Sun>=15 2:45s 0 S
453
+ Rule NZ 2007 max - Sep lastSun 2:00s 1:00 D
454
+ Rule Chatham 2007 max - Sep lastSun 2:45s 1:00 D
455
+ Rule NZ 2008 max - Apr Sun>=1 2:00s 0 S
456
+ Rule Chatham 2008 max - Apr Sun>=1 2:45s 0 S
457
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
458
+ Zone Pacific/Auckland 11:39:04 - LMT 1868 Nov 2
459
+ 11:30 NZ NZ%sT 1946 Jan 1
460
+ 12:00 NZ NZ%sT
461
+ Zone Pacific/Chatham 12:13:48 - LMT 1957 Jan 1
462
+ 12:45 Chatham CHA%sT
463
+
464
+
465
+ # Auckland Is
466
+ # uninhabited; Maori and Moriori, colonial settlers, pastoralists, sealers,
467
+ # and scientific personnel have wintered
468
+
469
+ # Campbell I
470
+ # minor whaling stations operated 1909/1914
471
+ # scientific station operated 1941/1995;
472
+ # previously whalers, sealers, pastoralists, and scientific personnel wintered
473
+ # was probably like Pacific/Auckland
474
+
475
+ ###############################################################################
476
+
477
+
478
+ # Niue
479
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
480
+ Zone Pacific/Niue -11:19:40 - LMT 1901 # Alofi
481
+ -11:20 - NUT 1951 # Niue Time
482
+ -11:30 - NUT 1978 Oct 1
483
+ -11:00 - NUT
484
+
485
+ # Norfolk
486
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
487
+ Zone Pacific/Norfolk 11:11:52 - LMT 1901 # Kingston
488
+ 11:12 - NMT 1951 # Norfolk Mean Time
489
+ 11:30 - NFT # Norfolk Time
490
+
491
+ # Palau (Belau)
492
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
493
+ Zone Pacific/Palau 8:57:56 - LMT 1901 # Koror
494
+ 9:00 - PWT # Palau Time
495
+
496
+ # Papua New Guinea
497
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
498
+ Zone Pacific/Port_Moresby 9:48:40 - LMT 1880
499
+ 9:48:32 - PMMT 1895 # Port Moresby Mean Time
500
+ 10:00 - PGT # Papua New Guinea Time
501
+
502
+ # Pitcairn
503
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
504
+ Zone Pacific/Pitcairn -8:40:20 - LMT 1901 # Adamstown
505
+ -8:30 - PNT 1998 Apr 27 00:00
506
+ -8:00 - PST # Pitcairn Standard Time
507
+
508
+ # American Samoa
509
+ Zone Pacific/Pago_Pago 12:37:12 - LMT 1879 Jul 5
510
+ -11:22:48 - LMT 1911
511
+ -11:30 - SAMT 1950 # Samoa Time
512
+ -11:00 - NST 1967 Apr # N=Nome
513
+ -11:00 - BST 1983 Nov 30 # B=Bering
514
+ -11:00 - SST # S=Samoa
515
+
516
+ # Samoa
517
+
518
+ # From Steffen Thorsen (2009-10-16):
519
+ # We have been in contact with the government of Samoa again, and received
520
+ # the following info:
521
+ #
522
+ # "Cabinet has now approved Daylight Saving to be effected next year
523
+ # commencing from the last Sunday of September 2010 and conclude first
524
+ # Sunday of April 2011."
525
+ #
526
+ # Background info:
527
+ # <a href="http://www.timeanddate.com/news/time/samoa-dst-plan-2009.html">
528
+ # http://www.timeanddate.com/news/time/samoa-dst-plan-2009.html
529
+ # </a>
530
+ #
531
+ # Samoa's Daylight Saving Time Act 2009 is available here, but does not
532
+ # contain any dates:
533
+ # <a href="http://www.parliament.gov.ws/documents/acts/Daylight%20Saving%20Act%20%202009%20%28English%29%20-%20Final%207-7-091.pdf">
534
+ # http://www.parliament.gov.ws/documents/acts/Daylight%20Saving%20Act%20%202009%20%28English%29%20-%20Final%207-7-091.pdf
535
+ # </a>
536
+
537
+ # From Laupue Raymond Hughes (2010-10-07):
538
+ # Please see
539
+ # <a href="http://www.mcil.gov.ws">
540
+ # http://www.mcil.gov.ws
541
+ # </a>,
542
+ # the Ministry of Commerce, Industry and Labour (sideframe) "Last Sunday
543
+ # September 2010 (26/09/10) - adjust clocks forward from 12:00 midnight
544
+ # to 01:00am and First Sunday April 2011 (03/04/11) - adjust clocks
545
+ # backwards from 1:00am to 12:00am"
546
+
547
+ # From Laupue Raymond Hughes (2011-03-07):
548
+ # I believe this will be posted shortly on the website
549
+ # <a href="http://www.mcil.gov.ws">
550
+ # www.mcil.gov.ws
551
+ # </a>
552
+ #
553
+ # PUBLIC NOTICE ON DAYLIGHT SAVING TIME
554
+ #
555
+ # Pursuant to the Daylight Saving Act 2009 and Cabinets decision,
556
+ # businesses and the general public are hereby advised that daylight
557
+ # saving time is on the first Saturday of April 2011 (02/04/11).
558
+ #
559
+ # The public is therefore advised that when the standard time strikes
560
+ # the hour of four oclock (4.00am or 0400 Hours) on the 2nd April 2011,
561
+ # then all instruments used to measure standard time are to be
562
+ # adjusted/changed to three oclock (3:00am or 0300Hrs).
563
+ #
564
+ # Margaret Fruean ACTING CHIEF EXECUTIVE OFFICER MINISTRY OF COMMERCE,
565
+ # INDUSTRY AND LABOUR 28th February 2011
566
+
567
+ # From David Zuelke (2011-05-09):
568
+ # Subject: Samoa to move timezone from east to west of international date line
569
+ #
570
+ # <a href="http://www.morningstar.co.uk/uk/markets/newsfeeditem.aspx?id=138501958347963">
571
+ # http://www.morningstar.co.uk/uk/markets/newsfeeditem.aspx?id=138501958347963
572
+ # </a>
573
+
574
+ # From Mark Sim-Smith (2011-08-17):
575
+ # I have been in contact with Leilani Tuala Warren from the Samoa Law
576
+ # Reform Commission, and she has sent me a copy of the Bill that she
577
+ # confirmed has been passed...Most of the sections are about maps rather
578
+ # than the time zone change, but I'll paste the relevant bits below. But
579
+ # the essence is that at midnight 29 Dec (UTC-11 I suppose), Samoa
580
+ # changes from UTC-11 to UTC+13:
581
+ #
582
+ # International Date Line Bill 2011
583
+ #
584
+ # AN ACT to provide for the change to standard time in Samoa and to make
585
+ # consequential amendments to the position of the International Date
586
+ # Line, and for related purposes.
587
+ #
588
+ # BE IT ENACTED by the Legislative Assembly of Samoa in Parliament
589
+ # assembled as follows:
590
+ #
591
+ # 1. Short title and commencement-(1) This Act may be cited as the
592
+ # International Date Line Act 2011. (2) Except for section 5(3) this Act
593
+ # commences at 12 o'clock midnight, on Thursday 29th December 2011. (3)
594
+ # Section 5(3) commences on the date of assent by the Head of State.
595
+ #
596
+ # [snip]
597
+ #
598
+ # 3. Interpretation - [snip] "Samoa standard time" in this Act and any
599
+ # other statute of Samoa which refers to 'Samoa standard time' means the
600
+ # time 13 hours in advance of Co-ordinated Universal Time.
601
+ #
602
+ # 4. Samoa standard time - (1) Upon the commencement of this Act, Samoa
603
+ # standard time shall be set at 13 hours in advance of Co-ordinated
604
+ # Universal Time for the whole of Samoa. (2) All references to Samoa's
605
+ # time zone and to Samoa standard time in Samoa in all legislation and
606
+ # instruments after the commencement of this Act shall be references to
607
+ # Samoa standard time as provided for in this Act. (3) Nothing in this
608
+ # Act affects the provisions of the Daylight Saving Act 2009, except that
609
+ # it defines Samoa standard time....
610
+
611
+ # From Laupue Raymond Hughes (2011-09-02):
612
+ # <a href="http://www.mcil.gov.ws/mcil_publications.html">
613
+ # http://www.mcil.gov.ws/mcil_publications.html
614
+ # </a>
615
+ #
616
+ # here is the official website publication for Samoa DST and dateline change
617
+ #
618
+ # DST
619
+ # Year End Time Start Time
620
+ # 2011 - - - - - - 24 September 3:00am to 4:00am
621
+ # 2012 01 April 4:00am to 3:00am - - - - - -
622
+ #
623
+ # Dateline Change skip Friday 30th Dec 2011
624
+ # Thursday 29th December 2011 23:59:59 Hours
625
+ # Saturday 31st December 2011 00:00:00 Hours
626
+ #
627
+ # Clarification by Tim Parenti (2012-01-03):
628
+ # Although Samoa has used Daylight Saving Time in the 2010-2011 and 2011-2012
629
+ # seasons, there is not yet any indication that this trend will continue on
630
+ # a regular basis. For now, we have explicitly listed the transitions below.
631
+ #
632
+ # From Nicky (2012-09-10):
633
+ # Daylight Saving Time commences on Sunday 30th September 2012 and
634
+ # ends on Sunday 7th of April 2013.
635
+ #
636
+ # Please find link below for more information.
637
+ # http://www.mcil.gov.ws/mcil_publications.html
638
+ #
639
+ # That publication also includes dates for Summer of 2013/4 as well
640
+ # which give the impression of a pattern in selecting dates for the
641
+ # future, so for now, we will guess this will continue.
642
+
643
+ # Western Samoa
644
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
645
+ Rule WS 2012 max - Sep lastSun 3:00 1 D
646
+ Rule WS 2012 max - Apr Sun>=1 4:00 0 -
647
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
648
+ Zone Pacific/Apia 12:33:04 - LMT 1879 Jul 5
649
+ -11:26:56 - LMT 1911
650
+ -11:30 - SAMT 1950 # Samoa Time
651
+ -11:00 - WST 2010 Sep 26
652
+ -11:00 1:00 WSDT 2011 Apr 2 4:00
653
+ -11:00 - WST 2011 Sep 24 3:00
654
+ -11:00 1:00 WSDT 2011 Dec 30
655
+ 13:00 1:00 WSDT 2012 Apr Sun>=1 4:00
656
+ 13:00 WS WS%sT
657
+
658
+ # Solomon Is
659
+ # excludes Bougainville, for which see Papua New Guinea
660
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
661
+ Zone Pacific/Guadalcanal 10:39:48 - LMT 1912 Oct # Honiara
662
+ 11:00 - SBT # Solomon Is Time
663
+
664
+ # Tokelau Is
665
+ #
666
+ # From Gwillim Law (2011-12-29)
667
+ # A correspondent informed me that Tokelau, like Samoa, will be skipping
668
+ # December 31 this year ...
669
+ #
670
+ # From Steffen Thorsen (2012-07-25)
671
+ # ... we double checked by calling hotels and offices based in Tokelau asking
672
+ # about the time there, and they all told a time that agrees with UTC+13....
673
+ # Shanks says UTC-10 from 1901 [but] ... there is a good chance the change
674
+ # actually was to UTC-11 back then.
675
+ #
676
+ # From Paul Eggert (2012-07-25)
677
+ # A Google Books snippet of Appendix to the Journals of the House of
678
+ # Representatives of New Zealand, Session 1948,
679
+ # <http://books.google.com/books?id=ZaVCAQAAIAAJ>, page 65, says Tokelau
680
+ # was "11 hours slow on G.M.T." Go with Thorsen and assume Shanks & Pottenger
681
+ # are off by an hour starting in 1901.
682
+
683
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
684
+ Zone Pacific/Fakaofo -11:24:56 - LMT 1901
685
+ -11:00 - TKT 2011 Dec 30 # Tokelau Time
686
+ 13:00 - TKT
687
+
688
+ # Tonga
689
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
690
+ Rule Tonga 1999 only - Oct 7 2:00s 1:00 S
691
+ Rule Tonga 2000 only - Mar 19 2:00s 0 -
692
+ Rule Tonga 2000 2001 - Nov Sun>=1 2:00 1:00 S
693
+ Rule Tonga 2001 2002 - Jan lastSun 2:00 0 -
694
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
695
+ Zone Pacific/Tongatapu 12:19:20 - LMT 1901
696
+ 12:20 - TOT 1941 # Tonga Time
697
+ 13:00 - TOT 1999
698
+ 13:00 Tonga TO%sT
699
+
700
+ # Tuvalu
701
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
702
+ Zone Pacific/Funafuti 11:56:52 - LMT 1901
703
+ 12:00 - TVT # Tuvalu Time
704
+
705
+
706
+ # US minor outlying islands
707
+
708
+ # Howland, Baker
709
+ # Howland was mined for guano by American companies 1857-1878 and British
710
+ # 1886-1891; Baker was similar but exact dates are not known.
711
+ # Inhabited by civilians 1935-1942; U.S. military bases 1943-1944;
712
+ # uninhabited thereafter.
713
+ # Howland observed Hawaii Standard Time (UTC-10:30) in 1937;
714
+ # see page 206 of Elgen M. Long and Marie K. Long,
715
+ # Amelia Earhart: the Mystery Solved, Simon & Schuster (2000).
716
+ # So most likely Howland and Baker observed Hawaii Time from 1935
717
+ # until they were abandoned after the war.
718
+
719
+ # Jarvis
720
+ # Mined for guano by American companies 1857-1879 and British 1883?-1891?.
721
+ # Inhabited by civilians 1935-1942; IGY scientific base 1957-1958;
722
+ # uninhabited thereafter.
723
+ # no information; was probably like Pacific/Kiritimati
724
+
725
+ # Johnston
726
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
727
+ Zone Pacific/Johnston -10:00 - HST
728
+
729
+ # Kingman
730
+ # uninhabited
731
+
732
+ # Midway
733
+ #
734
+ # From Mark Brader (2005-01-23):
735
+ # [Fallacies and Fantasies of Air Transport History, by R.E.G. Davies,
736
+ # published 1994 by Paladwr Press, McLean, VA, USA; ISBN 0-9626483-5-3]
737
+ # reproduced a Pan American Airways timeables from 1936, for their weekly
738
+ # "Orient Express" flights between San Francisco and Manila, and connecting
739
+ # flights to Chicago and the US East Coast. As it uses some time zone
740
+ # designations that I've never seen before:....
741
+ # Fri. 6:30A Lv. HONOLOLU (Pearl Harbor), H.I. H.L.T. Ar. 5:30P Sun.
742
+ # " 3:00P Ar. MIDWAY ISLAND . . . . . . . . . M.L.T. Lv. 6:00A "
743
+ #
744
+ Zone Pacific/Midway -11:49:28 - LMT 1901
745
+ -11:00 - NST 1956 Jun 3
746
+ -11:00 1:00 NDT 1956 Sep 2
747
+ -11:00 - NST 1967 Apr # N=Nome
748
+ -11:00 - BST 1983 Nov 30 # B=Bering
749
+ -11:00 - SST # S=Samoa
750
+
751
+ # Palmyra
752
+ # uninhabited since World War II; was probably like Pacific/Kiritimati
753
+
754
+ # Wake
755
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
756
+ Zone Pacific/Wake 11:06:28 - LMT 1901
757
+ 12:00 - WAKT # Wake Time
758
+
759
+
760
+ # Vanuatu
761
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
762
+ Rule Vanuatu 1983 only - Sep 25 0:00 1:00 S
763
+ Rule Vanuatu 1984 1991 - Mar Sun>=23 0:00 0 -
764
+ Rule Vanuatu 1984 only - Oct 23 0:00 1:00 S
765
+ Rule Vanuatu 1985 1991 - Sep Sun>=23 0:00 1:00 S
766
+ Rule Vanuatu 1992 1993 - Jan Sun>=23 0:00 0 -
767
+ Rule Vanuatu 1992 only - Oct Sun>=23 0:00 1:00 S
768
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
769
+ Zone Pacific/Efate 11:13:16 - LMT 1912 Jan 13 # Vila
770
+ 11:00 Vanuatu VU%sT # Vanuatu Time
771
+
772
+ # Wallis and Futuna
773
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
774
+ Zone Pacific/Wallis 12:15:20 - LMT 1901
775
+ 12:00 - WFT # Wallis & Futuna Time
776
+
777
+ ###############################################################################
778
+
779
+ # NOTES
780
+
781
+ # This data is by no means authoritative; if you think you know better,
782
+ # go ahead and edit the file (and please send any changes to
783
+ # tz@iana.org for general use in the future).
784
+
785
+ # From Paul Eggert (2006-03-22):
786
+ # A good source for time zone historical data outside the U.S. is
787
+ # Thomas G. Shanks and Rique Pottenger, The International Atlas (6th edition),
788
+ # San Diego: ACS Publications, Inc. (2003).
789
+ #
790
+ # Gwillim Law writes that a good source
791
+ # for recent time zone data is the International Air Transport
792
+ # Association's Standard Schedules Information Manual (IATA SSIM),
793
+ # published semiannually. Law sent in several helpful summaries
794
+ # of the IATA's data after 1990.
795
+ #
796
+ # Except where otherwise noted, Shanks & Pottenger is the source for
797
+ # entries through 1990, and IATA SSIM is the source for entries afterwards.
798
+ #
799
+ # Another source occasionally used is Edward W. Whitman, World Time Differences,
800
+ # Whitman Publishing Co, 2 Niagara Av, Ealing, London (undated), which
801
+ # I found in the UCLA library.
802
+ #
803
+ # A reliable and entertaining source about time zones is
804
+ # Derek Howse, Greenwich time and longitude, Philip Wilson Publishers (1997).
805
+ #
806
+ # I invented the abbreviations marked `*' in the following table;
807
+ # the rest are from earlier versions of this file, or from other sources.
808
+ # Corrections are welcome!
809
+ # std dst
810
+ # LMT Local Mean Time
811
+ # 8:00 WST WST Western Australia
812
+ # 8:45 CWST CWST Central Western Australia*
813
+ # 9:00 JST Japan
814
+ # 9:30 CST CST Central Australia
815
+ # 10:00 EST EST Eastern Australia
816
+ # 10:00 ChST Chamorro
817
+ # 10:30 LHST LHST Lord Howe*
818
+ # 11:30 NZMT NZST New Zealand through 1945
819
+ # 12:00 NZST NZDT New Zealand 1946-present
820
+ # 12:45 CHAST CHADT Chatham*
821
+ # -11:00 SST Samoa
822
+ # -10:00 HST Hawaii
823
+ # - 8:00 PST Pitcairn*
824
+ #
825
+ # See the `northamerica' file for Hawaii.
826
+ # See the `southamerica' file for Easter I and the Galapagos Is.
827
+
828
+ ###############################################################################
829
+
830
+ # Australia
831
+
832
+ # From Paul Eggert (2005-12-08):
833
+ # <a href="http://www.bom.gov.au/climate/averages/tables/dst_times.shtml">
834
+ # Implementation Dates of Daylight Saving Time within Australia
835
+ # </a> summarizes daylight saving issues in Australia.
836
+
837
+ # From Arthur David Olson (2005-12-12):
838
+ # <a href="http://www.lawlink.nsw.gov.au/lawlink/Corporate/ll_agdinfo.nsf/pages/community_relations_daylight_saving">
839
+ # Lawlink NSW:Daylight Saving in New South Wales
840
+ # </a> covers New South Wales in particular.
841
+
842
+ # From John Mackin (1991-03-06):
843
+ # We in Australia have _never_ referred to DST as `daylight' time.
844
+ # It is called `summer' time. Now by a happy coincidence, `summer'
845
+ # and `standard' happen to start with the same letter; hence, the
846
+ # abbreviation does _not_ change...
847
+ # The legislation does not actually define abbreviations, at least
848
+ # in this State, but the abbreviation is just commonly taken to be the
849
+ # initials of the phrase, and the legislation here uniformly uses
850
+ # the phrase `summer time' and does not use the phrase `daylight
851
+ # time'.
852
+ # Announcers on the Commonwealth radio network, the ABC (for Australian
853
+ # Broadcasting Commission), use the phrases `Eastern Standard Time'
854
+ # or `Eastern Summer Time'. (Note, though, that as I say in the
855
+ # current australasia file, there is really no such thing.) Announcers
856
+ # on its overseas service, Radio Australia, use the same phrases
857
+ # prefixed by the word `Australian' when referring to local times;
858
+ # time announcements on that service, naturally enough, are made in UTC.
859
+
860
+ # From Arthur David Olson (1992-03-08):
861
+ # Given the above, what's chosen for year-round use is:
862
+ # CST for any place operating at a GMTOFF of 9:30
863
+ # WST for any place operating at a GMTOFF of 8:00
864
+ # EST for any place operating at a GMTOFF of 10:00
865
+
866
+ # From Chuck Soper (2006-06-01):
867
+ # I recently found this Australian government web page on time zones:
868
+ # <http://www.australia.gov.au/about-australia-13time>
869
+ # And this government web page lists time zone names and abbreviations:
870
+ # <http://www.bom.gov.au/climate/averages/tables/daysavtm.shtml>
871
+
872
+ # From Paul Eggert (2001-04-05), summarizing a long discussion about "EST"
873
+ # versus "AEST" etc.:
874
+ #
875
+ # I see the following points of dispute:
876
+ #
877
+ # * How important are unique time zone abbreviations?
878
+ #
879
+ # Here I tend to agree with the point (most recently made by Chris
880
+ # Newman) that unique abbreviations should not be essential for proper
881
+ # operation of software. We have other instances of ambiguity
882
+ # (e.g. "IST" denoting both "Israel Standard Time" and "Indian
883
+ # Standard Time"), and they are not likely to go away any time soon.
884
+ # In the old days, some software mistakenly relied on unique
885
+ # abbreviations, but this is becoming less true with time, and I don't
886
+ # think it's that important to cater to such software these days.
887
+ #
888
+ # On the other hand, there is another motivation for unambiguous
889
+ # abbreviations: it cuts down on human confusion. This is
890
+ # particularly true for Australia, where "EST" can mean one thing for
891
+ # time T and a different thing for time T plus 1 second.
892
+ #
893
+ # * Does the relevant legislation indicate which abbreviations should be used?
894
+ #
895
+ # Here I tend to think that things are a mess, just as they are in
896
+ # many other countries. We Americans are currently disagreeing about
897
+ # which abbreviation to use for the newly legislated Chamorro Standard
898
+ # Time, for example.
899
+ #
900
+ # Personally, I would prefer to use common practice; I would like to
901
+ # refer to legislation only for examples of common practice, or as a
902
+ # tiebreaker.
903
+ #
904
+ # * Do Australians more often use "Eastern Daylight Time" or "Eastern
905
+ # Summer Time"? Do they typically prefix the time zone names with
906
+ # the word "Australian"?
907
+ #
908
+ # My own impression is that both "Daylight Time" and "Summer Time" are
909
+ # common and are widely understood, but that "Summer Time" is more
910
+ # popular; and that the leading "A" is also common but is omitted more
911
+ # often than not. I just used AltaVista advanced search and got the
912
+ # following count of page hits:
913
+ #
914
+ # 1,103 "Eastern Summer Time" AND domain:au
915
+ # 971 "Australian Eastern Summer Time" AND domain:au
916
+ # 613 "Eastern Daylight Time" AND domain:au
917
+ # 127 "Australian Eastern Daylight Time" AND domain:au
918
+ #
919
+ # Here "Summer" seems quite a bit more popular than "Daylight",
920
+ # particularly when we know the time zone is Australian and not US,
921
+ # say. The "Australian" prefix seems to be popular for Eastern Summer
922
+ # Time, but unpopular for Eastern Daylight Time.
923
+ #
924
+ # For abbreviations, tools like AltaVista are less useful because of
925
+ # ambiguity. Many hits are not really time zones, unfortunately, and
926
+ # many hits denote US time zones and not Australian ones. But here
927
+ # are the hit counts anyway:
928
+ #
929
+ # 161,304 "EST" and domain:au
930
+ # 25,156 "EDT" and domain:au
931
+ # 18,263 "AEST" and domain:au
932
+ # 10,416 "AEDT" and domain:au
933
+ #
934
+ # 14,538 "CST" and domain:au
935
+ # 5,728 "CDT" and domain:au
936
+ # 176 "ACST" and domain:au
937
+ # 29 "ACDT" and domain:au
938
+ #
939
+ # 7,539 "WST" and domain:au
940
+ # 68 "AWST" and domain:au
941
+ #
942
+ # This data suggest that Australians tend to omit the "A" prefix in
943
+ # practice. The situation for "ST" versus "DT" is less clear, given
944
+ # the ambiguities involved.
945
+ #
946
+ # * How do Australians feel about the abbreviations in the tz database?
947
+ #
948
+ # If you just count Australians on this list, I count 2 in favor and 3
949
+ # against. One of the "against" votes (David Keegel) counseled delay,
950
+ # saying that both AEST/AEDT and EST/EST are widely used and
951
+ # understood in Australia.
952
+
953
+ # From Paul Eggert (1995-12-19):
954
+ # Shanks & Pottenger report 2:00 for all autumn changes in Australia and NZ.
955
+ # Mark Prior writes that his newspaper
956
+ # reports that NSW's fall 1995 change will occur at 2:00,
957
+ # but Robert Elz says it's been 3:00 in Victoria since 1970
958
+ # and perhaps the newspaper's `2:00' is referring to standard time.
959
+ # For now we'll continue to assume 2:00s for changes since 1960.
960
+
961
+ # From Eric Ulevik (1998-01-05):
962
+ #
963
+ # Here are some URLs to Australian time legislation. These URLs are stable,
964
+ # and should probably be included in the data file. There are probably more
965
+ # relevant entries in this database.
966
+ #
967
+ # NSW (including LHI and Broken Hill):
968
+ # <a href="http://www.austlii.edu.au/au/legis/nsw/consol_act/sta1987137/index.html">
969
+ # Standard Time Act 1987 (updated 1995-04-04)
970
+ # </a>
971
+ # ACT
972
+ # <a href="http://www.austlii.edu.au/au/legis/act/consol_act/stasta1972279/index.html">
973
+ # Standard Time and Summer Time Act 1972
974
+ # </a>
975
+ # SA
976
+ # <a href="http://www.austlii.edu.au/au/legis/sa/consol_act/sta1898137/index.html">
977
+ # Standard Time Act, 1898
978
+ # </a>
979
+
980
+ # From David Grosz (2005-06-13):
981
+ # It was announced last week that Daylight Saving would be extended by
982
+ # one week next year to allow for the 2006 Commonwealth Games.
983
+ # Daylight Saving is now to end for next year only on the first Sunday
984
+ # in April instead of the last Sunday in March.
985
+ #
986
+ # From Gwillim Law (2005-06-14):
987
+ # I did some Googling and found that all of those states (and territory) plan
988
+ # to extend DST together in 2006.
989
+ # ACT: http://www.cmd.act.gov.au/mediareleases/fileread.cfm?file=86.txt
990
+ # New South Wales: http://www.thecouriermail.news.com.au/common/story_page/0,5936,15538869%255E1702,00.html
991
+ # South Australia: http://www.news.com.au/story/0,10117,15555031-1246,00.html
992
+ # Tasmania: http://www.media.tas.gov.au/release.php?id=14772
993
+ # Victoria: I wasn't able to find anything separate, but the other articles
994
+ # allude to it.
995
+ # But not Queensland
996
+ # http://www.news.com.au/story/0,10117,15564030-1248,00.html.
997
+
998
+ # Northern Territory
999
+
1000
+ # From George Shepherd via Simon Woodhead via Robert Elz (1991-03-06):
1001
+ # # The NORTHERN TERRITORY.. [ Courtesy N.T. Dept of the Chief Minister ]
1002
+ # # [ Nov 1990 ]
1003
+ # # N.T. have never utilised any DST due to sub-tropical/tropical location.
1004
+ # ...
1005
+ # Zone Australia/North 9:30 - CST
1006
+
1007
+ # From Bradley White (1991-03-04):
1008
+ # A recent excerpt from an Australian newspaper...
1009
+ # the Northern Territory do[es] not have daylight saving.
1010
+
1011
+ # Western Australia
1012
+
1013
+ # From George Shepherd via Simon Woodhead via Robert Elz (1991-03-06):
1014
+ # # The state of WESTERN AUSTRALIA.. [ Courtesy W.A. dept Premier+Cabinet ]
1015
+ # # [ Nov 1990 ]
1016
+ # # W.A. suffers from a great deal of public and political opposition to
1017
+ # # DST in principle. A bill is brought before parliament in most years, but
1018
+ # # usually defeated either in the upper house, or in party caucus
1019
+ # # before reaching parliament.
1020
+ # ...
1021
+ # Zone Australia/West 8:00 AW %sST
1022
+ # ...
1023
+ # Rule AW 1974 only - Oct lastSun 2:00 1:00 D
1024
+ # Rule AW 1975 only - Mar Sun>=1 3:00 0 W
1025
+ # Rule AW 1983 only - Oct lastSun 2:00 1:00 D
1026
+ # Rule AW 1984 only - Mar Sun>=1 3:00 0 W
1027
+
1028
+ # From Bradley White (1991-03-04):
1029
+ # A recent excerpt from an Australian newspaper...
1030
+ # Western Australia...do[es] not have daylight saving.
1031
+
1032
+ # From John D. Newman via Bradley White (1991-11-02):
1033
+ # Western Australia is still on "winter time". Some DH in Sydney
1034
+ # rang me at home a few days ago at 6.00am. (He had just arrived at
1035
+ # work at 9.00am.)
1036
+ # W.A. is switching to Summer Time on Nov 17th just to confuse
1037
+ # everybody again.
1038
+
1039
+ # From Arthur David Olson (1992-03-08):
1040
+ # The 1992 ending date used in the rules is a best guess;
1041
+ # it matches what was used in the past.
1042
+
1043
+ # <a href="http://www.bom.gov.au/faq/faqgen.htm">
1044
+ # The Australian Bureau of Meteorology FAQ
1045
+ # </a> (1999-09-27) writes that Giles Meteorological Station uses
1046
+ # South Australian time even though it's located in Western Australia.
1047
+
1048
+ # Queensland
1049
+ # From George Shepherd via Simon Woodhead via Robert Elz (1991-03-06):
1050
+ # # The state of QUEENSLAND.. [ Courtesy Qld. Dept Premier Econ&Trade Devel ]
1051
+ # # [ Dec 1990 ]
1052
+ # ...
1053
+ # Zone Australia/Queensland 10:00 AQ %sST
1054
+ # ...
1055
+ # Rule AQ 1971 only - Oct lastSun 2:00 1:00 D
1056
+ # Rule AQ 1972 only - Feb lastSun 3:00 0 E
1057
+ # Rule AQ 1989 max - Oct lastSun 2:00 1:00 D
1058
+ # Rule AQ 1990 max - Mar Sun>=1 3:00 0 E
1059
+
1060
+ # From Bradley White (1989-12-24):
1061
+ # "Australia/Queensland" now observes daylight time (i.e. from
1062
+ # October 1989).
1063
+
1064
+ # From Bradley White (1991-03-04):
1065
+ # A recent excerpt from an Australian newspaper...
1066
+ # ...Queensland...[has] agreed to end daylight saving
1067
+ # at 3am tomorrow (March 3)...
1068
+
1069
+ # From John Mackin (1991-03-06):
1070
+ # I can certainly confirm for my part that Daylight Saving in NSW did in fact
1071
+ # end on Sunday, 3 March. I don't know at what hour, though. (It surprised
1072
+ # me.)
1073
+
1074
+ # From Bradley White (1992-03-08):
1075
+ # ...there was recently a referendum in Queensland which resulted
1076
+ # in the experimental daylight saving system being abandoned. So, ...
1077
+ # ...
1078
+ # Rule QLD 1989 1991 - Oct lastSun 2:00 1:00 D
1079
+ # Rule QLD 1990 1992 - Mar Sun>=1 3:00 0 S
1080
+ # ...
1081
+
1082
+ # From Arthur David Olson (1992-03-08):
1083
+ # The chosen rules the union of the 1971/1972 change and the 1989-1992 changes.
1084
+
1085
+ # From Christopher Hunt (2006-11-21), after an advance warning
1086
+ # from Jesper Norgaard Welen (2006-11-01):
1087
+ # WA are trialing DST for three years.
1088
+ # <http://www.parliament.wa.gov.au/parliament/bills.nsf/9A1B183144403DA54825721200088DF1/$File/Bill175-1B.pdf>
1089
+
1090
+ # From Rives McDow (2002-04-09):
1091
+ # The most interesting region I have found consists of three towns on the
1092
+ # southern coast.... South Australia observes daylight saving time; Western
1093
+ # Australia does not. The two states are one and a half hours apart. The
1094
+ # residents decided to forget about this nonsense of changing the clock so
1095
+ # much and set the local time 20 hours and 45 minutes from the
1096
+ # international date line, or right in the middle of the time of South
1097
+ # Australia and Western Australia....
1098
+ #
1099
+ # From Paul Eggert (2002-04-09):
1100
+ # This is confirmed by the section entitled
1101
+ # "What's the deal with time zones???" in
1102
+ # <http://www.earthsci.unimelb.edu.au/~awatkins/null.html>.
1103
+ #
1104
+ # From Alex Livingston (2006-12-07):
1105
+ # ... it was just on four years ago that I drove along the Eyre Highway,
1106
+ # which passes through eastern Western Australia close to the southern
1107
+ # coast of the continent.
1108
+ #
1109
+ # I paid particular attention to the time kept there. There can be no
1110
+ # dispute that UTC+08:45 was considered "the time" from the border
1111
+ # village just inside the border with South Australia to as far west
1112
+ # as just east of Caiguna. There can also be no dispute that Eucla is
1113
+ # the largest population centre in this zone....
1114
+ #
1115
+ # Now that Western Australia is observing daylight saving, the
1116
+ # question arose whether this part of the state would follow suit. I
1117
+ # just called the border village and confirmed that indeed they have,
1118
+ # meaning that they are now observing UTC+09:45.
1119
+ #
1120
+ # (2006-12-09):
1121
+ # I personally doubt that either experimentation with daylight saving
1122
+ # in WA or its introduction in SA had anything to do with the genesis
1123
+ # of this time zone. My hunch is that it's been around since well
1124
+ # before 1975. I remember seeing it noted on road maps decades ago.
1125
+
1126
+ # From Paul Eggert (2006-12-15):
1127
+ # For lack of better info, assume the tradition dates back to the
1128
+ # introduction of standard time in 1895.
1129
+
1130
+
1131
+ # southeast Australia
1132
+ #
1133
+ # From Paul Eggert (2007-07-23):
1134
+ # Starting autumn 2008 Victoria, NSW, South Australia, Tasmania and the ACT
1135
+ # end DST the first Sunday in April and start DST the first Sunday in October.
1136
+ # http://www.theage.com.au/news/national/daylight-savings-to-span-six-months/2007/06/27/1182623966703.html
1137
+
1138
+
1139
+ # South Australia
1140
+
1141
+ # From Bradley White (1991-03-04):
1142
+ # A recent excerpt from an Australian newspaper...
1143
+ # ...South Australia...[has] agreed to end daylight saving
1144
+ # at 3am tomorrow (March 3)...
1145
+
1146
+ # From George Shepherd via Simon Woodhead via Robert Elz (1991-03-06):
1147
+ # # The state of SOUTH AUSTRALIA....[ Courtesy of S.A. Dept of Labour ]
1148
+ # # [ Nov 1990 ]
1149
+ # ...
1150
+ # Zone Australia/South 9:30 AS %sST
1151
+ # ...
1152
+ # Rule AS 1971 max - Oct lastSun 2:00 1:00 D
1153
+ # Rule AS 1972 1985 - Mar Sun>=1 3:00 0 C
1154
+ # Rule AS 1986 1990 - Mar Sun>=15 3:00 0 C
1155
+ # Rule AS 1991 max - Mar Sun>=1 3:00 0 C
1156
+
1157
+ # From Bradley White (1992-03-11):
1158
+ # Recent correspondence with a friend in Adelaide
1159
+ # contained the following exchange: "Due to the Adelaide Festival,
1160
+ # South Australia delays setting back our clocks for a few weeks."
1161
+
1162
+ # From Robert Elz (1992-03-13):
1163
+ # I heard that apparently (or at least, it appears that)
1164
+ # South Aus will have an extra 3 weeks daylight saving every even
1165
+ # numbered year (from 1990). That's when the Adelaide Festival
1166
+ # is on...
1167
+
1168
+ # From Robert Elz (1992-03-16, 00:57:07 +1000):
1169
+ # DST didn't end in Adelaide today (yesterday)....
1170
+ # But whether it's "4th Sunday" or "2nd last Sunday" I have no idea whatever...
1171
+ # (it's just as likely to be "the Sunday we pick for this year"...).
1172
+
1173
+ # From Bradley White (1994-04-11):
1174
+ # If Sun, 15 March, 1992 was at +1030 as kre asserts, but yet Sun, 20 March,
1175
+ # 1994 was at +0930 as John Connolly's customer seems to assert, then I can
1176
+ # only conclude that the actual rule is more complicated....
1177
+
1178
+ # From John Warburton (1994-10-07):
1179
+ # The new Daylight Savings dates for South Australia ...
1180
+ # was gazetted in the Government Hansard on Sep 26 1994....
1181
+ # start on last Sunday in October and end in last sunday in March.
1182
+
1183
+ # From Paul Eggert (2007-07-23):
1184
+ # See "southeast Australia" above for 2008 and later.
1185
+
1186
+ # Tasmania
1187
+
1188
+ # The rules for 1967 through 1991 were reported by George Shepherd
1189
+ # via Simon Woodhead via Robert Elz (1991-03-06):
1190
+ # # The state of TASMANIA.. [Courtesy Tasmanian Dept of Premier + Cabinet ]
1191
+ # # [ Nov 1990 ]
1192
+
1193
+ # From Bill Hart via Guy Harris (1991-10-10):
1194
+ # Oh yes, the new daylight savings rules are uniquely tasmanian, we have
1195
+ # 6 weeks a year now when we are out of sync with the rest of Australia
1196
+ # (but nothing new about that).
1197
+
1198
+ # From Alex Livingston (1999-10-04):
1199
+ # I heard on the ABC (Australian Broadcasting Corporation) radio news on the
1200
+ # (long) weekend that Tasmania, which usually goes its own way in this regard,
1201
+ # has decided to join with most of NSW, the ACT, and most of Victoria
1202
+ # (Australia) and start daylight saving on the last Sunday in August in 2000
1203
+ # instead of the first Sunday in October.
1204
+
1205
+ # Sim Alam (2000-07-03) reported a legal citation for the 2000/2001 rules:
1206
+ # http://www.thelaw.tas.gov.au/fragview/42++1968+GS3A@EN+2000070300
1207
+
1208
+ # From Paul Eggert (2007-07-23):
1209
+ # See "southeast Australia" above for 2008 and later.
1210
+
1211
+ # Victoria
1212
+
1213
+ # The rules for 1971 through 1991 were reported by George Shepherd
1214
+ # via Simon Woodhead via Robert Elz (1991-03-06):
1215
+ # # The state of VICTORIA.. [ Courtesy of Vic. Dept of Premier + Cabinet ]
1216
+ # # [ Nov 1990 ]
1217
+
1218
+ # From Scott Harrington (2001-08-29):
1219
+ # On KQED's "City Arts and Lectures" program last night I heard an
1220
+ # interesting story about daylight savings time. Dr. John Heilbron was
1221
+ # discussing his book "The Sun in the Church: Cathedrals as Solar
1222
+ # Observatories"[1], and in particular the Shrine of Remembrance[2] located
1223
+ # in Melbourne, Australia.
1224
+ #
1225
+ # Apparently the shrine's main purpose is a beam of sunlight which
1226
+ # illuminates a special spot on the floor at the 11th hour of the 11th day
1227
+ # of the 11th month (Remembrance Day) every year in memory of Australia's
1228
+ # fallen WWI soldiers. And if you go there on Nov. 11, at 11am local time,
1229
+ # you will indeed see the sunbeam illuminate the special spot at the
1230
+ # expected time.
1231
+ #
1232
+ # However, that is only because of some special mirror contraption that had
1233
+ # to be employed, since due to daylight savings time, the true solar time of
1234
+ # the remembrance moment occurs one hour later (or earlier?). Perhaps
1235
+ # someone with more information on this jury-rig can tell us more.
1236
+ #
1237
+ # [1] http://www.hup.harvard.edu/catalog/HEISUN.html
1238
+ # [2] http://www.shrine.org.au
1239
+
1240
+ # From Paul Eggert (2007-07-23):
1241
+ # See "southeast Australia" above for 2008 and later.
1242
+
1243
+ # New South Wales
1244
+
1245
+ # From Arthur David Olson:
1246
+ # New South Wales and subjurisdictions have their own ideas of a fun time.
1247
+ # Based on law library research by John Mackin,
1248
+ # who notes:
1249
+ # In Australia, time is not legislated federally, but rather by the
1250
+ # individual states. Thus, while such terms as ``Eastern Standard Time''
1251
+ # [I mean, of course, Australian EST, not any other kind] are in common
1252
+ # use, _they have NO REAL MEANING_, as they are not defined in the
1253
+ # legislation. This is very important to understand.
1254
+ # I have researched New South Wales time only...
1255
+
1256
+ # From Eric Ulevik (1999-05-26):
1257
+ # DST will start in NSW on the last Sunday of August, rather than the usual
1258
+ # October in 2000. [See: Matthew Moore,
1259
+ # <a href="http://www.smh.com.au/news/9905/26/pageone/pageone4.html">
1260
+ # Two months more daylight saving
1261
+ # </a>
1262
+ # Sydney Morning Herald (1999-05-26).]
1263
+
1264
+ # From Paul Eggert (1999-09-27):
1265
+ # See the following official NSW source:
1266
+ # <a href="http://dir.gis.nsw.gov.au/cgi-bin/genobject/document/other/daylightsaving/tigGmZ">
1267
+ # Daylight Saving in New South Wales.
1268
+ # </a>
1269
+ #
1270
+ # Narrabri Shire (NSW) council has announced it will ignore the extension of
1271
+ # daylight saving next year. See:
1272
+ # <a href="http://abc.net.au/news/regionals/neweng/monthly/regeng-22jul1999-1.htm">
1273
+ # Narrabri Council to ignore daylight saving
1274
+ # </a> (1999-07-22). For now, we'll wait to see if this really happens.
1275
+ #
1276
+ # Victoria will following NSW. See:
1277
+ # <a href="http://abc.net.au/local/news/olympics/1999/07/item19990728112314_1.htm">
1278
+ # Vic to extend daylight saving
1279
+ # </a> (1999-07-28).
1280
+ #
1281
+ # However, South Australia rejected the DST request. See:
1282
+ # <a href="http://abc.net.au/news/olympics/1999/07/item19990719151754_1.htm">
1283
+ # South Australia rejects Olympics daylight savings request
1284
+ # </a> (1999-07-19).
1285
+ #
1286
+ # Queensland also will not observe DST for the Olympics. See:
1287
+ # <a href="http://abc.net.au/news/olympics/1999/06/item19990601114608_1.htm">
1288
+ # Qld says no to daylight savings for Olympics
1289
+ # </a> (1999-06-01), which quotes Queensland Premier Peter Beattie as saying
1290
+ # ``Look you've got to remember in my family when this came up last time
1291
+ # I voted for it, my wife voted against it and she said to me it's all very
1292
+ # well for you, you don't have to worry about getting the children out of
1293
+ # bed, getting them to school, getting them to sleep at night.
1294
+ # I've been through all this argument domestically...my wife rules.''
1295
+ #
1296
+ # Broken Hill will stick with South Australian time in 2000. See:
1297
+ # <a href="http://abc.net.au/news/regionals/brokenh/monthly/regbrok-21jul1999-6.htm">
1298
+ # Broken Hill to be behind the times
1299
+ # </a> (1999-07-21).
1300
+
1301
+ # IATA SSIM (1998-09) says that the spring 2000 change for Australian
1302
+ # Capital Territory, New South Wales except Lord Howe Island and Broken
1303
+ # Hill, and Victoria will be August 27, presumably due to the Sydney Olympics.
1304
+
1305
+ # From Eric Ulevik, referring to Sydney's Sun Herald (2000-08-13), page 29:
1306
+ # The Queensland Premier Peter Beattie is encouraging northern NSW
1307
+ # towns to use Queensland time.
1308
+
1309
+ # From Paul Eggert (2007-07-23):
1310
+ # See "southeast Australia" above for 2008 and later.
1311
+
1312
+ # Yancowinna
1313
+
1314
+ # From John Mackin (1989-01-04):
1315
+ # `Broken Hill' means the County of Yancowinna.
1316
+
1317
+ # From George Shepherd via Simon Woodhead via Robert Elz (1991-03-06):
1318
+ # # YANCOWINNA.. [ Confirmation courtesy of Broken Hill Postmaster ]
1319
+ # # [ Dec 1990 ]
1320
+ # ...
1321
+ # # Yancowinna uses Central Standard Time, despite [its] location on the
1322
+ # # New South Wales side of the S.A. border. Most business and social dealings
1323
+ # # are with CST zones, therefore CST is legislated by local government
1324
+ # # although the switch to Summer Time occurs in line with N.S.W. There have
1325
+ # # been years when this did not apply, but the historical data is not
1326
+ # # presently available.
1327
+ # Zone Australia/Yancowinna 9:30 AY %sST
1328
+ # ...
1329
+ # Rule AY 1971 1985 - Oct lastSun 2:00 1:00 D
1330
+ # Rule AY 1972 only - Feb lastSun 3:00 0 C
1331
+ # [followed by other Rules]
1332
+
1333
+ # Lord Howe Island
1334
+
1335
+ # From George Shepherd via Simon Woodhead via Robert Elz (1991-03-06):
1336
+ # LHI... [ Courtesy of Pauline Van Winsen ]
1337
+ # [ Dec 1990 ]
1338
+ # Lord Howe Island is located off the New South Wales coast, and is half an
1339
+ # hour ahead of NSW time.
1340
+
1341
+ # From James Lonergan, Secretary, Lord Howe Island Board (2000-01-27):
1342
+ # Lord Howe Island summer time in 2000/2001 will commence on the same
1343
+ # date as the rest of NSW (i.e. 2000-08-27). For your information the
1344
+ # Lord Howe Island Board (controlling authority for the Island) is
1345
+ # seeking the community's views on various options for summer time
1346
+ # arrangements on the Island, e.g. advance clocks by 1 full hour
1347
+ # instead of only 30 minutes. [Dependent] on the wishes of residents
1348
+ # the Board may approach the NSW government to change the existing
1349
+ # arrangements. The starting date for summer time on the Island will
1350
+ # however always coincide with the rest of NSW.
1351
+
1352
+ # From James Lonergan, Secretary, Lord Howe Island Board (2000-10-25):
1353
+ # Lord Howe Island advances clocks by 30 minutes during DST in NSW and retards
1354
+ # clocks by 30 minutes when DST finishes. Since DST was most recently
1355
+ # introduced in NSW, the "changeover" time on the Island has been 02:00 as
1356
+ # shown on clocks on LHI. I guess this means that for 30 minutes at the start
1357
+ # of DST, LHI is actually 1 hour ahead of the rest of NSW.
1358
+
1359
+ # From Paul Eggert (2006-03-22):
1360
+ # For Lord Howe dates we use Shanks & Pottenger through 1989, and
1361
+ # Lonergan thereafter. For times we use Lonergan.
1362
+
1363
+ # From Paul Eggert (2007-07-23):
1364
+ # See "southeast Australia" above for 2008 and later.
1365
+
1366
+ # From Steffen Thorsen (2009-04-28):
1367
+ # According to the official press release, South Australia's extended daylight
1368
+ # saving period will continue with the same rules as used during the 2008-2009
1369
+ # summer (southern hemisphere).
1370
+ #
1371
+ # From
1372
+ # <a href="http://www.safework.sa.gov.au/uploaded_files/DaylightDatesSet.pdf">
1373
+ # http://www.safework.sa.gov.au/uploaded_files/DaylightDatesSet.pdf
1374
+ # </a>
1375
+ # The extended daylight saving period that South Australia has been trialling
1376
+ # for over the last year is now set to be ongoing.
1377
+ # Daylight saving will continue to start on the first Sunday in October each
1378
+ # year and finish on the first Sunday in April the following year.
1379
+ # Industrial Relations Minister, Paul Caica, says this provides South Australia
1380
+ # with a consistent half hour time difference with NSW, Victoria, Tasmania and
1381
+ # the ACT for all 52 weeks of the year...
1382
+ #
1383
+ # We have a wrap-up here:
1384
+ # <a href="http://www.timeanddate.com/news/time/south-australia-extends-dst.html">
1385
+ # http://www.timeanddate.com/news/time/south-australia-extends-dst.html
1386
+ # </a>
1387
+ ###############################################################################
1388
+
1389
+ # New Zealand
1390
+
1391
+ # From Mark Davies (1990-10-03):
1392
+ # the 1989/90 year was a trial of an extended "daylight saving" period.
1393
+ # This trial was deemed successful and the extended period adopted for
1394
+ # subsequent years (with the addition of a further week at the start).
1395
+ # source -- phone call to Ministry of Internal Affairs Head Office.
1396
+
1397
+ # From George Shepherd via Simon Woodhead via Robert Elz (1991-03-06):
1398
+ # # The Country of New Zealand (Australia's east island -) Gee they hate that!
1399
+ # # or is Australia the west island of N.Z.
1400
+ # # [ courtesy of Geoff Tribble.. Auckland N.Z. ]
1401
+ # # [ Nov 1990 ]
1402
+ # ...
1403
+ # Rule NZ 1974 1988 - Oct lastSun 2:00 1:00 D
1404
+ # Rule NZ 1989 max - Oct Sun>=1 2:00 1:00 D
1405
+ # Rule NZ 1975 1989 - Mar Sun>=1 3:00 0 S
1406
+ # Rule NZ 1990 max - Mar lastSun 3:00 0 S
1407
+ # ...
1408
+ # Zone NZ 12:00 NZ NZ%sT # New Zealand
1409
+ # Zone NZ-CHAT 12:45 - NZ-CHAT # Chatham Island
1410
+
1411
+ # From Arthur David Olson (1992-03-08):
1412
+ # The chosen rules use the Davies October 8 values for the start of DST in 1989
1413
+ # rather than the October 1 value.
1414
+
1415
+ # From Paul Eggert (1995-12-19);
1416
+ # Shank & Pottenger report 2:00 for all autumn changes in Australia and NZ.
1417
+ # Robert Uzgalis writes that the New Zealand Daylight
1418
+ # Savings Time Order in Council dated 1990-06-18 specifies 2:00 standard
1419
+ # time on both the first Sunday in October and the third Sunday in March.
1420
+ # As with Australia, we'll assume the tradition is 2:00s, not 2:00.
1421
+ #
1422
+ # From Paul Eggert (2006-03-22):
1423
+ # The Department of Internal Affairs (DIA) maintains a brief history,
1424
+ # as does Carol Squires; see tz-link.htm for the full references.
1425
+ # Use these sources in preference to Shanks & Pottenger.
1426
+ #
1427
+ # For Chatham, IATA SSIM (1991/1999) gives the NZ rules but with
1428
+ # transitions at 2:45 local standard time; this confirms that Chatham
1429
+ # is always exactly 45 minutes ahead of Auckland.
1430
+
1431
+ # From Colin Sharples (2007-04-30):
1432
+ # DST will now start on the last Sunday in September, and end on the
1433
+ # first Sunday in April. The changes take effect this year, meaning
1434
+ # that DST will begin on 2007-09-30 2008-04-06.
1435
+ # http://www.dia.govt.nz/diawebsite.nsf/wpg_URL/Services-Daylight-Saving-Daylight-saving-to-be-extended
1436
+
1437
+ ###############################################################################
1438
+
1439
+
1440
+ # Fiji
1441
+
1442
+ # Howse writes (p 153) that in 1879 the British governor of Fiji
1443
+ # enacted an ordinance standardizing the islands on Antipodean Time
1444
+ # instead of the American system (which was one day behind).
1445
+
1446
+ # From Rives McDow (1998-10-08):
1447
+ # Fiji will introduce DST effective 0200 local time, 1998-11-01
1448
+ # until 0300 local time 1999-02-28. Each year the DST period will
1449
+ # be from the first Sunday in November until the last Sunday in February.
1450
+
1451
+ # From Paul Eggert (2000-01-08):
1452
+ # IATA SSIM (1999-09) says DST ends 0100 local time. Go with McDow.
1453
+
1454
+ # From the BBC World Service (1998-10-31 11:32 UTC):
1455
+ # The Fijiian government says the main reasons for the time change is to
1456
+ # improve productivity and reduce road accidents. But correspondents say it
1457
+ # also hopes the move will boost Fiji's ability to compete with other pacific
1458
+ # islands in the effort to attract tourists to witness the dawning of the new
1459
+ # millenium.
1460
+
1461
+ # http://www.fiji.gov.fj/press/2000_09/2000_09_13-05.shtml (2000-09-13)
1462
+ # reports that Fiji has discontinued DST.
1463
+
1464
+ # Johnston
1465
+
1466
+ # Johnston data is from usno1995.
1467
+
1468
+
1469
+ # Kiribati
1470
+
1471
+ # From Paul Eggert (1996-01-22):
1472
+ # Today's _Wall Street Journal_ (page 1) reports that Kiribati
1473
+ # ``declared it the same day [throughout] the country as of Jan. 1, 1995''
1474
+ # as part of the competition to be first into the 21st century.
1475
+
1476
+
1477
+ # Kwajalein
1478
+
1479
+ # In comp.risks 14.87 (26 August 1993), Peter Neumann writes:
1480
+ # I wonder what happened in Kwajalein, where there was NO Friday,
1481
+ # 1993-08-20. Thursday night at midnight Kwajalein switched sides with
1482
+ # respect to the International Date Line, to rejoin its fellow islands,
1483
+ # going from 11:59 p.m. Thursday to 12:00 m. Saturday in a blink.
1484
+
1485
+
1486
+ # N Mariana Is, Guam
1487
+
1488
+ # Howse writes (p 153) ``The Spaniards, on the other hand, reached the
1489
+ # Philippines and the Ladrones from America,'' and implies that the Ladrones
1490
+ # (now called the Marianas) kept American date for quite some time.
1491
+ # For now, we assume the Ladrones switched at the same time as the Philippines;
1492
+ # see Asia/Manila.
1493
+
1494
+ # US Public Law 106-564 (2000-12-23) made UTC+10 the official standard time,
1495
+ # under the name "Chamorro Standard Time". There is no official abbreviation,
1496
+ # but Congressman Robert A. Underwood, author of the bill that became law,
1497
+ # wrote in a press release (2000-12-27) that he will seek the use of "ChST".
1498
+
1499
+
1500
+ # Micronesia
1501
+
1502
+ # Alan Eugene Davis writes (1996-03-16),
1503
+ # ``I am certain, having lived there for the past decade, that "Truk"
1504
+ # (now properly known as Chuuk) ... is in the time zone GMT+10.''
1505
+ #
1506
+ # Shanks & Pottenger write that Truk switched from UTC+10 to UTC+11
1507
+ # on 1978-10-01; ignore this for now.
1508
+
1509
+ # From Paul Eggert (1999-10-29):
1510
+ # The Federated States of Micronesia Visitors Board writes in
1511
+ # <a href="http://www.fsmgov.org/info/clocks.html">
1512
+ # The Federated States of Micronesia - Visitor Information
1513
+ # </a> (1999-01-26)
1514
+ # that Truk and Yap are UTC+10, and Ponape and Kosrae are UTC+11.
1515
+ # We don't know when Kosrae switched from UTC+12; assume January 1 for now.
1516
+
1517
+
1518
+ # Midway
1519
+
1520
+ # From Charles T O'Connor, KMTH DJ (1956),
1521
+ # quoted in the KTMH section of the Radio Heritage Collection
1522
+ # <http://radiodx.com/spdxr/KMTH.htm> (2002-12-31):
1523
+ # For the past two months we've been on what is known as Daylight
1524
+ # Saving Time. This time has put us on air at 5am in the morning,
1525
+ # your time down there in New Zealand. Starting September 2, 1956
1526
+ # we'll again go back to Standard Time. This'll mean that we'll go to
1527
+ # air at 6am your time.
1528
+ #
1529
+ # From Paul Eggert (2003-03-23):
1530
+ # We don't know the date of that quote, but we'll guess they
1531
+ # started DST on June 3. Possibly DST was observed other years
1532
+ # in Midway, but we have no record of it.
1533
+
1534
+
1535
+ # Pitcairn
1536
+
1537
+ # From Rives McDow (1999-11-08):
1538
+ # A Proclamation was signed by the Governor of Pitcairn on the 27th March 1998
1539
+ # with regard to Pitcairn Standard Time. The Proclamation is as follows.
1540
+ #
1541
+ # The local time for general purposes in the Islands shall be
1542
+ # Co-ordinated Universal time minus 8 hours and shall be known
1543
+ # as Pitcairn Standard Time.
1544
+ #
1545
+ # ... I have also seen Pitcairn listed as UTC minus 9 hours in several
1546
+ # references, and can only assume that this was an error in interpretation
1547
+ # somehow in light of this proclamation.
1548
+
1549
+ # From Rives McDow (1999-11-09):
1550
+ # The Proclamation regarding Pitcairn time came into effect on 27 April 1998
1551
+ # ... at midnight.
1552
+
1553
+ # From Howie Phelps (1999-11-10), who talked to a Pitcairner via shortwave:
1554
+ # Betty Christian told me yesterday that their local time is the same as
1555
+ # Pacific Standard Time. They used to be 1/2 hour different from us here in
1556
+ # Sacramento but it was changed a couple of years ago.
1557
+
1558
+
1559
+ # Samoa
1560
+
1561
+ # Howse writes (p 153, citing p 10 of the 1883-11-18 New York Herald)
1562
+ # that in 1879 the King of Samoa decided to change
1563
+ # ``the date in his kingdom from the Antipodean to the American system,
1564
+ # ordaining -- by a masterpiece of diplomatic flattery -- that
1565
+ # the Fourth of July should be celebrated twice in that year.''
1566
+
1567
+
1568
+ # Tonga
1569
+
1570
+ # From Paul Eggert (1996-01-22):
1571
+ # Today's _Wall Street Journal_ (p 1) reports that ``Tonga has been plotting
1572
+ # to sneak ahead of [New Zealanders] by introducing daylight-saving time.''
1573
+ # Since Kiribati has moved the Date Line it's not clear what Tonga will do.
1574
+
1575
+ # Don Mundell writes in the 1997-02-20 Tonga Chronicle
1576
+ # <a href="http://www.tongatapu.net.to/tonga/homeland/timebegins.htm">
1577
+ # How Tonga became `The Land where Time Begins'
1578
+ # </a>:
1579
+
1580
+ # Until 1941 Tonga maintained a standard time 50 minutes ahead of NZST
1581
+ # 12 hours and 20 minutes ahead of GMT. When New Zealand adjusted its
1582
+ # standard time in 1940s, Tonga had the choice of subtracting from its
1583
+ # local time to come on the same standard time as New Zealand or of
1584
+ # advancing its time to maintain the differential of 13 degrees
1585
+ # (approximately 50 minutes ahead of New Zealand time).
1586
+ #
1587
+ # Because His Majesty King Taufa'ahau Tupou IV, then Crown Prince
1588
+ # Tungi, preferred to ensure Tonga's title as the land where time
1589
+ # begins, the Legislative Assembly approved the latter change.
1590
+ #
1591
+ # But some of the older, more conservative members from the outer
1592
+ # islands objected. "If at midnight on Dec. 31, we move ahead 40
1593
+ # minutes, as your Royal Highness wishes, what becomes of the 40
1594
+ # minutes we have lost?"
1595
+ #
1596
+ # The Crown Prince, presented an unanswerable argument: "Remember that
1597
+ # on the World Day of Prayer, you would be the first people on Earth
1598
+ # to say your prayers in the morning."
1599
+
1600
+ # From Paul Eggert (2006-03-22):
1601
+ # Shanks & Pottenger say the transition was on 1968-10-01; go with Mundell.
1602
+
1603
+ # From Eric Ulevik (1999-05-03):
1604
+ # Tonga's director of tourism, who is also secretary of the National Millenium
1605
+ # Committee, has a plan to get Tonga back in front.
1606
+ # He has proposed a one-off move to tropical daylight saving for Tonga from
1607
+ # October to March, which has won approval in principle from the Tongan
1608
+ # Government.
1609
+
1610
+ # From Steffen Thorsen (1999-09-09):
1611
+ # * Tonga will introduce DST in November
1612
+ #
1613
+ # I was given this link by John Letts:
1614
+ # <a href="http://news.bbc.co.uk/hi/english/world/asia-pacific/newsid_424000/424764.stm">
1615
+ # http://news.bbc.co.uk/hi/english/world/asia-pacific/newsid_424000/424764.stm
1616
+ # </a>
1617
+ #
1618
+ # I have not been able to find exact dates for the transition in November
1619
+ # yet. By reading this article it seems like Fiji will be 14 hours ahead
1620
+ # of UTC as well, but as far as I know Fiji will only be 13 hours ahead
1621
+ # (12 + 1 hour DST).
1622
+
1623
+ # From Arthur David Olson (1999-09-20):
1624
+ # According to <a href="http://www.tongaonline.com/news/sept1799.html">
1625
+ # http://www.tongaonline.com/news/sept1799.html
1626
+ # </a>:
1627
+ # "Daylight Savings Time will take effect on Oct. 2 through April 15, 2000
1628
+ # and annually thereafter from the first Saturday in October through the
1629
+ # third Saturday of April. Under the system approved by Privy Council on
1630
+ # Sept. 10, clocks must be turned ahead one hour on the opening day and
1631
+ # set back an hour on the closing date."
1632
+ # Alas, no indication of the time of day.
1633
+
1634
+ # From Rives McDow (1999-10-06):
1635
+ # Tonga started its Daylight Saving on Saturday morning October 2nd at 0200am.
1636
+ # Daylight Saving ends on April 16 at 0300am which is Sunday morning.
1637
+
1638
+ # From Steffen Thorsen (2000-10-31):
1639
+ # Back in March I found a notice on the website http://www.tongaonline.com
1640
+ # that Tonga changed back to standard time one month early, on March 19
1641
+ # instead of the original reported date April 16. Unfortunately, the article
1642
+ # is no longer available on the site, and I did not make a copy of the
1643
+ # text, and I have forgotten to report it here.
1644
+ # (Original URL was: http://www.tongaonline.com/news/march162000.htm )
1645
+
1646
+ # From Rives McDow (2000-12-01):
1647
+ # Tonga is observing DST as of 2000-11-04 and will stop on 2001-01-27.
1648
+
1649
+ # From Sione Moala-Mafi (2001-09-20) via Rives McDow:
1650
+ # At 2:00am on the first Sunday of November, the standard time in the Kingdom
1651
+ # shall be moved forward by one hour to 3:00am. At 2:00am on the last Sunday
1652
+ # of January the standard time in the Kingdom shall be moved backward by one
1653
+ # hour to 1:00am.
1654
+
1655
+ # From Pulu 'Anau (2002-11-05):
1656
+ # The law was for 3 years, supposedly to get renewed. It wasn't.
1657
+
1658
+
1659
+ # Wake
1660
+
1661
+ # From Vernice Anderson, Personal Secretary to Philip Jessup,
1662
+ # US Ambassador At Large (oral history interview, 1971-02-02):
1663
+ #
1664
+ # Saturday, the 14th [of October, 1950] -- ... The time was all the
1665
+ # more confusing at that point, because we had crossed the
1666
+ # International Date Line, thus getting two Sundays. Furthermore, we
1667
+ # discovered that Wake Island had two hours of daylight saving time
1668
+ # making calculation of time in Washington difficult if not almost
1669
+ # impossible.
1670
+ #
1671
+ # http://www.trumanlibrary.org/wake/meeting.htm
1672
+
1673
+ # From Paul Eggert (2003-03-23):
1674
+ # We have no other report of DST in Wake Island, so omit this info for now.
1675
+
1676
+ ###############################################################################
1677
+
1678
+ # The International Date Line
1679
+
1680
+ # From Gwillim Law (2000-01-03):
1681
+ #
1682
+ # The International Date Line is not defined by any international standard,
1683
+ # convention, or treaty. Mapmakers are free to draw it as they please.
1684
+ # Reputable mapmakers will simply ensure that every point of land appears on
1685
+ # the correct side of the IDL, according to the date legally observed there.
1686
+ #
1687
+ # When Kiribati adopted a uniform date in 1995, thereby moving the Phoenix and
1688
+ # Line Islands to the west side of the IDL (or, if you prefer, moving the IDL
1689
+ # to the east side of the Phoenix and Line Islands), I suppose that most
1690
+ # mapmakers redrew the IDL following the boundary of Kiribati. Even that line
1691
+ # has a rather arbitrary nature. The straight-line boundaries between Pacific
1692
+ # island nations that are shown on many maps are based on an international
1693
+ # convention, but are not legally binding national borders.... The date is
1694
+ # governed by the IDL; therefore, even on the high seas, there may be some
1695
+ # places as late as fourteen hours later than UTC. And, since the IDL is not
1696
+ # an international standard, there are some places on the high seas where the
1697
+ # correct date is ambiguous.
1698
+
1699
+ # From Wikipedia <http://en.wikipedia.org/wiki/Time_zone> (2005-08-31):
1700
+ # Before 1920, all ships kept local apparent time on the high seas by setting
1701
+ # their clocks at night or at the morning sight so that, given the ship's
1702
+ # speed and direction, it would be 12 o'clock when the Sun crossed the ship's
1703
+ # meridian (12 o'clock = local apparent noon). During 1917, at the
1704
+ # Anglo-French Conference on Time-keeping at Sea, it was recommended that all
1705
+ # ships, both military and civilian, should adopt hourly standard time zones
1706
+ # on the high seas. Whenever a ship was within the territorial waters of any
1707
+ # nation it would use that nation's standard time. The captain was permitted
1708
+ # to change his ship's clocks at a time of his choice following his ship's
1709
+ # entry into another zone time--he often chose midnight. These zones were
1710
+ # adopted by all major fleets between 1920 and 1925 but not by many
1711
+ # independent merchant ships until World War II.
1712
+
1713
+ # From Paul Eggert, using references suggested by Oscar van Vlijmen
1714
+ # (2005-03-20):
1715
+ #
1716
+ # The American Practical Navigator (2002)
1717
+ # <http://pollux.nss.nima.mil/pubs/pubs_j_apn_sections.html?rid=187>
1718
+ # talks only about the 180-degree meridian with respect to ships in
1719
+ # international waters; it ignores the international date line.
js/jquery-flot/examples/axes-time-zones/tz/backward ADDED
@@ -0,0 +1,117 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # <pre>
2
+ # This file is in the public domain, so clarified as of
3
+ # 2009-05-17 by Arthur David Olson.
4
+
5
+ # This file provides links between current names for time zones
6
+ # and their old names. Many names changed in late 1993.
7
+
8
+ Link Africa/Asmara Africa/Asmera
9
+ Link Africa/Bamako Africa/Timbuktu
10
+ Link America/Argentina/Catamarca America/Argentina/ComodRivadavia
11
+ Link America/Adak America/Atka
12
+ Link America/Argentina/Buenos_Aires America/Buenos_Aires
13
+ Link America/Argentina/Catamarca America/Catamarca
14
+ Link America/Atikokan America/Coral_Harbour
15
+ Link America/Argentina/Cordoba America/Cordoba
16
+ Link America/Tijuana America/Ensenada
17
+ Link America/Indiana/Indianapolis America/Fort_Wayne
18
+ Link America/Indiana/Indianapolis America/Indianapolis
19
+ Link America/Argentina/Jujuy America/Jujuy
20
+ Link America/Indiana/Knox America/Knox_IN
21
+ Link America/Kentucky/Louisville America/Louisville
22
+ Link America/Argentina/Mendoza America/Mendoza
23
+ Link America/Rio_Branco America/Porto_Acre
24
+ Link America/Argentina/Cordoba America/Rosario
25
+ Link America/St_Thomas America/Virgin
26
+ Link Asia/Ashgabat Asia/Ashkhabad
27
+ Link Asia/Chongqing Asia/Chungking
28
+ Link Asia/Dhaka Asia/Dacca
29
+ Link Asia/Kathmandu Asia/Katmandu
30
+ Link Asia/Kolkata Asia/Calcutta
31
+ Link Asia/Macau Asia/Macao
32
+ Link Asia/Jerusalem Asia/Tel_Aviv
33
+ Link Asia/Ho_Chi_Minh Asia/Saigon
34
+ Link Asia/Thimphu Asia/Thimbu
35
+ Link Asia/Makassar Asia/Ujung_Pandang
36
+ Link Asia/Ulaanbaatar Asia/Ulan_Bator
37
+ Link Atlantic/Faroe Atlantic/Faeroe
38
+ Link Europe/Oslo Atlantic/Jan_Mayen
39
+ Link Australia/Sydney Australia/ACT
40
+ Link Australia/Sydney Australia/Canberra
41
+ Link Australia/Lord_Howe Australia/LHI
42
+ Link Australia/Sydney Australia/NSW
43
+ Link Australia/Darwin Australia/North
44
+ Link Australia/Brisbane Australia/Queensland
45
+ Link Australia/Adelaide Australia/South
46
+ Link Australia/Hobart Australia/Tasmania
47
+ Link Australia/Melbourne Australia/Victoria
48
+ Link Australia/Perth Australia/West
49
+ Link Australia/Broken_Hill Australia/Yancowinna
50
+ Link America/Rio_Branco Brazil/Acre
51
+ Link America/Noronha Brazil/DeNoronha
52
+ Link America/Sao_Paulo Brazil/East
53
+ Link America/Manaus Brazil/West
54
+ Link America/Halifax Canada/Atlantic
55
+ Link America/Winnipeg Canada/Central
56
+ Link America/Regina Canada/East-Saskatchewan
57
+ Link America/Toronto Canada/Eastern
58
+ Link America/Edmonton Canada/Mountain
59
+ Link America/St_Johns Canada/Newfoundland
60
+ Link America/Vancouver Canada/Pacific
61
+ Link America/Regina Canada/Saskatchewan
62
+ Link America/Whitehorse Canada/Yukon
63
+ Link America/Santiago Chile/Continental
64
+ Link Pacific/Easter Chile/EasterIsland
65
+ Link America/Havana Cuba
66
+ Link Africa/Cairo Egypt
67
+ Link Europe/Dublin Eire
68
+ Link Europe/London Europe/Belfast
69
+ Link Europe/Chisinau Europe/Tiraspol
70
+ Link Europe/London GB
71
+ Link Europe/London GB-Eire
72
+ Link Etc/GMT GMT+0
73
+ Link Etc/GMT GMT-0
74
+ Link Etc/GMT GMT0
75
+ Link Etc/GMT Greenwich
76
+ Link Asia/Hong_Kong Hongkong
77
+ Link Atlantic/Reykjavik Iceland
78
+ Link Asia/Tehran Iran
79
+ Link Asia/Jerusalem Israel
80
+ Link America/Jamaica Jamaica
81
+ Link Asia/Tokyo Japan
82
+ Link Pacific/Kwajalein Kwajalein
83
+ Link Africa/Tripoli Libya
84
+ Link America/Tijuana Mexico/BajaNorte
85
+ Link America/Mazatlan Mexico/BajaSur
86
+ Link America/Mexico_City Mexico/General
87
+ Link Pacific/Auckland NZ
88
+ Link Pacific/Chatham NZ-CHAT
89
+ Link America/Denver Navajo
90
+ Link Asia/Shanghai PRC
91
+ Link Pacific/Pago_Pago Pacific/Samoa
92
+ Link Pacific/Chuuk Pacific/Yap
93
+ Link Pacific/Chuuk Pacific/Truk
94
+ Link Pacific/Pohnpei Pacific/Ponape
95
+ Link Europe/Warsaw Poland
96
+ Link Europe/Lisbon Portugal
97
+ Link Asia/Taipei ROC
98
+ Link Asia/Seoul ROK
99
+ Link Asia/Singapore Singapore
100
+ Link Europe/Istanbul Turkey
101
+ Link Etc/UCT UCT
102
+ Link America/Anchorage US/Alaska
103
+ Link America/Adak US/Aleutian
104
+ Link America/Phoenix US/Arizona
105
+ Link America/Chicago US/Central
106
+ Link America/Indiana/Indianapolis US/East-Indiana
107
+ Link America/New_York US/Eastern
108
+ Link Pacific/Honolulu US/Hawaii
109
+ Link America/Indiana/Knox US/Indiana-Starke
110
+ Link America/Detroit US/Michigan
111
+ Link America/Denver US/Mountain
112
+ Link America/Los_Angeles US/Pacific
113
+ Link Pacific/Pago_Pago US/Samoa
114
+ Link Etc/UTC UTC
115
+ Link Etc/UTC Universal
116
+ Link Europe/Moscow W-SU
117
+ Link Etc/UTC Zulu
js/jquery-flot/examples/axes-time-zones/tz/etcetera ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # <pre>
2
+ # This file is in the public domain, so clarified as of
3
+ # 2009-05-17 by Arthur David Olson.
4
+
5
+ # These entries are mostly present for historical reasons, so that
6
+ # people in areas not otherwise covered by the tz files could "zic -l"
7
+ # to a time zone that was right for their area. These days, the
8
+ # tz files cover almost all the inhabited world, and the only practical
9
+ # need now for the entries that are not on UTC are for ships at sea
10
+ # that cannot use POSIX TZ settings.
11
+
12
+ Zone Etc/GMT 0 - GMT
13
+ Zone Etc/UTC 0 - UTC
14
+ Zone Etc/UCT 0 - UCT
15
+
16
+ # The following link uses older naming conventions,
17
+ # but it belongs here, not in the file `backward',
18
+ # as functions like gmtime load the "GMT" file to handle leap seconds properly.
19
+ # We want this to work even on installations that omit the other older names.
20
+ Link Etc/GMT GMT
21
+
22
+ Link Etc/UTC Etc/Universal
23
+ Link Etc/UTC Etc/Zulu
24
+
25
+ Link Etc/GMT Etc/Greenwich
26
+ Link Etc/GMT Etc/GMT-0
27
+ Link Etc/GMT Etc/GMT+0
28
+ Link Etc/GMT Etc/GMT0
29
+
30
+ # We use POSIX-style signs in the Zone names and the output abbreviations,
31
+ # even though this is the opposite of what many people expect.
32
+ # POSIX has positive signs west of Greenwich, but many people expect
33
+ # positive signs east of Greenwich. For example, TZ='Etc/GMT+4' uses
34
+ # the abbreviation "GMT+4" and corresponds to 4 hours behind UTC
35
+ # (i.e. west of Greenwich) even though many people would expect it to
36
+ # mean 4 hours ahead of UTC (i.e. east of Greenwich).
37
+ #
38
+ # In the draft 5 of POSIX 1003.1-200x, the angle bracket notation allows for
39
+ # TZ='<GMT-4>+4'; if you want time zone abbreviations conforming to
40
+ # ISO 8601 you can use TZ='<-0400>+4'. Thus the commonly-expected
41
+ # offset is kept within the angle bracket (and is used for display)
42
+ # while the POSIX sign is kept outside the angle bracket (and is used
43
+ # for calculation).
44
+ #
45
+ # Do not use a TZ setting like TZ='GMT+4', which is four hours behind
46
+ # GMT but uses the completely misleading abbreviation "GMT".
47
+
48
+ # Earlier incarnations of this package were not POSIX-compliant,
49
+ # and had lines such as
50
+ # Zone GMT-12 -12 - GMT-1200
51
+ # We did not want things to change quietly if someone accustomed to the old
52
+ # way does a
53
+ # zic -l GMT-12
54
+ # so we moved the names into the Etc subdirectory.
55
+
56
+ Zone Etc/GMT-14 14 - GMT-14 # 14 hours ahead of GMT
57
+ Zone Etc/GMT-13 13 - GMT-13
58
+ Zone Etc/GMT-12 12 - GMT-12
59
+ Zone Etc/GMT-11 11 - GMT-11
60
+ Zone Etc/GMT-10 10 - GMT-10
61
+ Zone Etc/GMT-9 9 - GMT-9
62
+ Zone Etc/GMT-8 8 - GMT-8
63
+ Zone Etc/GMT-7 7 - GMT-7
64
+ Zone Etc/GMT-6 6 - GMT-6
65
+ Zone Etc/GMT-5 5 - GMT-5
66
+ Zone Etc/GMT-4 4 - GMT-4
67
+ Zone Etc/GMT-3 3 - GMT-3
68
+ Zone Etc/GMT-2 2 - GMT-2
69
+ Zone Etc/GMT-1 1 - GMT-1
70
+ Zone Etc/GMT+1 -1 - GMT+1
71
+ Zone Etc/GMT+2 -2 - GMT+2
72
+ Zone Etc/GMT+3 -3 - GMT+3
73
+ Zone Etc/GMT+4 -4 - GMT+4
74
+ Zone Etc/GMT+5 -5 - GMT+5
75
+ Zone Etc/GMT+6 -6 - GMT+6
76
+ Zone Etc/GMT+7 -7 - GMT+7
77
+ Zone Etc/GMT+8 -8 - GMT+8
78
+ Zone Etc/GMT+9 -9 - GMT+9
79
+ Zone Etc/GMT+10 -10 - GMT+10
80
+ Zone Etc/GMT+11 -11 - GMT+11
81
+ Zone Etc/GMT+12 -12 - GMT+12
js/jquery-flot/examples/axes-time-zones/tz/europe ADDED
@@ -0,0 +1,2856 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # <pre>
2
+ # This file is in the public domain, so clarified as of
3
+ # 2009-05-17 by Arthur David Olson.
4
+
5
+ # This data is by no means authoritative; if you think you know better,
6
+ # go ahead and edit the file (and please send any changes to
7
+ # tz@iana.org for general use in the future).
8
+
9
+ # From Paul Eggert (2006-03-22):
10
+ # A good source for time zone historical data outside the U.S. is
11
+ # Thomas G. Shanks and Rique Pottenger, The International Atlas (6th edition),
12
+ # San Diego: ACS Publications, Inc. (2003).
13
+ #
14
+ # Gwillim Law writes that a good source
15
+ # for recent time zone data is the International Air Transport
16
+ # Association's Standard Schedules Information Manual (IATA SSIM),
17
+ # published semiannually. Law sent in several helpful summaries
18
+ # of the IATA's data after 1990.
19
+ #
20
+ # Except where otherwise noted, Shanks & Pottenger is the source for
21
+ # entries through 1991, and IATA SSIM is the source for entries afterwards.
22
+ #
23
+ # Other sources occasionally used include:
24
+ #
25
+ # Edward W. Whitman, World Time Differences,
26
+ # Whitman Publishing Co, 2 Niagara Av, Ealing, London (undated),
27
+ # which I found in the UCLA library.
28
+ #
29
+ # <a href="http://www.pettswoodvillage.co.uk/Daylight_Savings_William_Willett.pdf">
30
+ # William Willett, The Waste of Daylight, 19th edition
31
+ # </a> (1914-03)
32
+ #
33
+ # Brazil's Departamento Servico da Hora (DSH),
34
+ # <a href="http://pcdsh01.on.br/HISTHV.htm">
35
+ # History of Summer Time
36
+ # </a> (1998-09-21, in Portuguese)
37
+
38
+ #
39
+ # I invented the abbreviations marked `*' in the following table;
40
+ # the rest are from earlier versions of this file, or from other sources.
41
+ # Corrections are welcome!
42
+ # std dst 2dst
43
+ # LMT Local Mean Time
44
+ # -4:00 AST ADT Atlantic
45
+ # -3:00 WGT WGST Western Greenland*
46
+ # -1:00 EGT EGST Eastern Greenland*
47
+ # 0:00 GMT BST BDST Greenwich, British Summer
48
+ # 0:00 GMT IST Greenwich, Irish Summer
49
+ # 0:00 WET WEST WEMT Western Europe
50
+ # 0:19:32.13 AMT NST Amsterdam, Netherlands Summer (1835-1937)*
51
+ # 0:20 NET NEST Netherlands (1937-1940)*
52
+ # 1:00 CET CEST CEMT Central Europe
53
+ # 1:00:14 SET Swedish (1879-1899)*
54
+ # 2:00 EET EEST Eastern Europe
55
+ # 3:00 MSK MSD Moscow
56
+ #
57
+ # A reliable and entertaining source about time zones, especially in Britain,
58
+ # Derek Howse, Greenwich time and longitude, Philip Wilson Publishers (1997).
59
+
60
+ # From Peter Ilieve (1994-12-04),
61
+ # The original six [EU members]: Belgium, France, (West) Germany, Italy,
62
+ # Luxembourg, the Netherlands.
63
+ # Plus, from 1 Jan 73: Denmark, Ireland, United Kingdom.
64
+ # Plus, from 1 Jan 81: Greece.
65
+ # Plus, from 1 Jan 86: Spain, Portugal.
66
+ # Plus, from 1 Jan 95: Austria, Finland, Sweden. (Norway negotiated terms for
67
+ # entry but in a referendum on 28 Nov 94 the people voted No by 52.2% to 47.8%
68
+ # on a turnout of 88.6%. This was almost the same result as Norway's previous
69
+ # referendum in 1972, they are the only country to have said No twice.
70
+ # Referendums in the other three countries voted Yes.)
71
+ # ...
72
+ # Estonia ... uses EU dates but not at 01:00 GMT, they use midnight GMT.
73
+ # I don't think they know yet what they will do from 1996 onwards.
74
+ # ...
75
+ # There shouldn't be any [current members who are not using EU rules].
76
+ # A Directive has the force of law, member states are obliged to enact
77
+ # national law to implement it. The only contentious issue was the
78
+ # different end date for the UK and Ireland, and this was always allowed
79
+ # in the Directive.
80
+
81
+
82
+ ###############################################################################
83
+
84
+ # Britain (United Kingdom) and Ireland (Eire)
85
+
86
+ # From Peter Ilieve (1994-07-06):
87
+ #
88
+ # On 17 Jan 1994 the Independent, a UK quality newspaper, had a piece about
89
+ # historical vistas along the Thames in west London. There was a photo
90
+ # and a sketch map showing some of the sightlines involved. One paragraph
91
+ # of the text said:
92
+ #
93
+ # `An old stone obelisk marking a forgotten terrestrial meridian stands
94
+ # beside the river at Kew. In the 18th century, before time and longitude
95
+ # was standardised by the Royal Observatory in Greenwich, scholars observed
96
+ # this stone and the movement of stars from Kew Observatory nearby. They
97
+ # made their calculations and set the time for the Horse Guards and Parliament,
98
+ # but now the stone is obscured by scrubwood and can only be seen by walking
99
+ # along the towpath within a few yards of it.'
100
+ #
101
+ # I have a one inch to one mile map of London and my estimate of the stone's
102
+ # position is 51 deg. 28' 30" N, 0 deg. 18' 45" W. The longitude should
103
+ # be within about +-2". The Ordnance Survey grid reference is TQ172761.
104
+ #
105
+ # [This yields GMTOFF = -0:01:15 for London LMT in the 18th century.]
106
+
107
+ # From Paul Eggert (1993-11-18):
108
+ #
109
+ # Howse writes that Britain was the first country to use standard time.
110
+ # The railways cared most about the inconsistencies of local mean time,
111
+ # and it was they who forced a uniform time on the country.
112
+ # The original idea was credited to Dr. William Hyde Wollaston (1766-1828)
113
+ # and was popularized by Abraham Follett Osler (1808-1903).
114
+ # The first railway to adopt London time was the Great Western Railway
115
+ # in November 1840; other railways followed suit, and by 1847 most
116
+ # (though not all) railways used London time. On 1847-09-22 the
117
+ # Railway Clearing House, an industry standards body, recommended that GMT be
118
+ # adopted at all stations as soon as the General Post Office permitted it.
119
+ # The transition occurred on 12-01 for the L&NW, the Caledonian,
120
+ # and presumably other railways; the January 1848 Bradshaw's lists many
121
+ # railways as using GMT. By 1855 the vast majority of public
122
+ # clocks in Britain were set to GMT (though some, like the great clock
123
+ # on Tom Tower at Christ Church, Oxford, were fitted with two minute hands,
124
+ # one for local time and one for GMT). The last major holdout was the legal
125
+ # system, which stubbornly stuck to local time for many years, leading
126
+ # to oddities like polls opening at 08:13 and closing at 16:13.
127
+ # The legal system finally switched to GMT when the Statutes (Definition
128
+ # of Time) Act took effect; it received the Royal Assent on 1880-08-02.
129
+ #
130
+ # In the tables below, we condense this complicated story into a single
131
+ # transition date for London, namely 1847-12-01. We don't know as much
132
+ # about Dublin, so we use 1880-08-02, the legal transition time.
133
+
134
+ # From Paul Eggert (2003-09-27):
135
+ # Summer Time was first seriously proposed by William Willett (1857-1915),
136
+ # a London builder and member of the Royal Astronomical Society
137
+ # who circulated a pamphlet ``The Waste of Daylight'' (1907)
138
+ # that proposed advancing clocks 20 minutes on each of four Sundays in April,
139
+ # and retarding them by the same amount on four Sundays in September.
140
+ # A bill was drafted in 1909 and introduced in Parliament several times,
141
+ # but it met with ridicule and opposition, especially from farming interests.
142
+ # Later editions of the pamphlet proposed one-hour summer time, and
143
+ # it was eventually adopted as a wartime measure in 1916.
144
+ # See: Summer Time Arrives Early, The Times (2000-05-18).
145
+ # A monument to Willett was unveiled on 1927-05-21, in an open space in
146
+ # a 45-acre wood near Chislehurst, Kent that was purchased by popular
147
+ # subscription and open to the public. On the south face of the monolith,
148
+ # designed by G. W. Miller, is the...William Willett Memorial Sundial,
149
+ # which is permanently set to Summer Time.
150
+
151
+ # From Winston Churchill (1934-04-28):
152
+ # It is one of the paradoxes of history that we should owe the boon of
153
+ # summer time, which gives every year to the people of this country
154
+ # between 160 and 170 hours more daylight leisure, to a war which
155
+ # plunged Europe into darkness for four years, and shook the
156
+ # foundations of civilization throughout the world.
157
+ # -- <a href="http://www.winstonchurchill.org/fh114willett.htm">
158
+ # "A Silent Toast to William Willett", Pictorial Weekly
159
+ # </a>
160
+
161
+ # From Paul Eggert (1996-09-03):
162
+ # The OED Supplement says that the English originally said ``Daylight Saving''
163
+ # when they were debating the adoption of DST in 1908; but by 1916 this
164
+ # term appears only in quotes taken from DST's opponents, whereas the
165
+ # proponents (who eventually won the argument) are quoted as using ``Summer''.
166
+
167
+ # From Arthur David Olson (1989-01-19):
168
+ #
169
+ # A source at the British Information Office in New York avers that it's
170
+ # known as "British" Summer Time in all parts of the United Kingdom.
171
+
172
+ # Date: 4 Jan 89 08:57:25 GMT (Wed)
173
+ # From: Jonathan Leffler
174
+ # [British Summer Time] is fixed annually by Act of Parliament.
175
+ # If you can predict what Parliament will do, you should be in
176
+ # politics making a fortune, not computing.
177
+
178
+ # From Chris Carrier (1996-06-14):
179
+ # I remember reading in various wartime issues of the London Times the
180
+ # acronym BDST for British Double Summer Time. Look for the published
181
+ # time of sunrise and sunset in The Times, when BDST was in effect, and
182
+ # if you find a zone reference it will say, "All times B.D.S.T."
183
+
184
+ # From Joseph S. Myers (1999-09-02):
185
+ # ... some military cables (WO 219/4100 - this is a copy from the
186
+ # main SHAEF archives held in the US National Archives, SHAEF/5252/8/516)
187
+ # agree that the usage is BDST (this appears in a message dated 17 Feb 1945).
188
+
189
+ # From Joseph S. Myers (2000-10-03):
190
+ # On 18th April 1941, Sir Stephen Tallents of the BBC wrote to Sir
191
+ # Alexander Maxwell of the Home Office asking whether there was any
192
+ # official designation; the reply of the 21st was that there wasn't
193
+ # but he couldn't think of anything better than the "Double British
194
+ # Summer Time" that the BBC had been using informally.
195
+ # http://student.cusu.cam.ac.uk/~jsm28/british-time/bbc-19410418.png
196
+ # http://student.cusu.cam.ac.uk/~jsm28/british-time/ho-19410421.png
197
+
198
+ # From Sir Alexander Maxwell in the above-mentioned letter (1941-04-21):
199
+ # [N]o official designation has as far as I know been adopted for the time
200
+ # which is to be introduced in May....
201
+ # I cannot think of anything better than "Double British Summer Time"
202
+ # which could not be said to run counter to any official description.
203
+
204
+ # From Paul Eggert (2000-10-02):
205
+ # Howse writes (p 157) `DBST' too, but `BDST' seems to have been common
206
+ # and follows the more usual convention of putting the location name first,
207
+ # so we use `BDST'.
208
+
209
+ # Peter Ilieve (1998-04-19) described at length
210
+ # the history of summer time legislation in the United Kingdom.
211
+ # Since 1998 Joseph S. Myers has been updating
212
+ # and extending this list, which can be found in
213
+ # http://student.cusu.cam.ac.uk/~jsm28/british-time/
214
+ # <a href="http://www.polyomino.org.uk/british-time/">
215
+ # History of legal time in Britain
216
+ # </a>
217
+ # Rob Crowther (2012-01-04) reports that that URL no longer
218
+ # exists, and the article can now be found at:
219
+ # <a href="http://www.polyomino.org.uk/british-time/">
220
+ # http://www.polyomino.org.uk/british-time/
221
+ # </a>
222
+
223
+ # From Joseph S. Myers (1998-01-06):
224
+ #
225
+ # The legal time in the UK outside of summer time is definitely GMT, not UTC;
226
+ # see Lord Tanlaw's speech
227
+ # <a href="http://www.parliament.the-stationery-office.co.uk/pa/ld199697/ldhansrd/pdvn/lds97/text/70611-20.htm#70611-20_head0">
228
+ # (Lords Hansard 11 June 1997 columns 964 to 976)
229
+ # </a>.
230
+
231
+ # From Paul Eggert (2006-03-22):
232
+ #
233
+ # For lack of other data, follow Shanks & Pottenger for Eire in 1940-1948.
234
+ #
235
+ # Given Ilieve and Myers's data, the following claims by Shanks & Pottenger
236
+ # are incorrect:
237
+ # * Wales did not switch from GMT to daylight saving time until
238
+ # 1921 Apr 3, when they began to conform with the rest of Great Britain.
239
+ # Actually, Wales was identical after 1880.
240
+ # * Eire had two transitions on 1916 Oct 1.
241
+ # It actually just had one transition.
242
+ # * Northern Ireland used single daylight saving time throughout WW II.
243
+ # Actually, it conformed to Britain.
244
+ # * GB-Eire changed standard time to 1 hour ahead of GMT on 1968-02-18.
245
+ # Actually, that date saw the usual switch to summer time.
246
+ # Standard time was not changed until 1968-10-27 (the clocks didn't change).
247
+ #
248
+ # Here is another incorrect claim by Shanks & Pottenger:
249
+ # * Jersey, Guernsey, and the Isle of Man did not switch from GMT
250
+ # to daylight saving time until 1921 Apr 3, when they began to
251
+ # conform with Great Britain.
252
+ # S.R.&O. 1916, No. 382 and HO 45/10811/312364 (quoted above) say otherwise.
253
+ #
254
+ # The following claim by Shanks & Pottenger is possible though doubtful;
255
+ # we'll ignore it for now.
256
+ # * Dublin's 1971-10-31 switch was at 02:00, even though London's was 03:00.
257
+ #
258
+ #
259
+ # Whitman says Dublin Mean Time was -0:25:21, which is more precise than
260
+ # Shanks & Pottenger.
261
+ # Perhaps this was Dunsink Observatory Time, as Dunsink Observatory
262
+ # (8 km NW of Dublin's center) seemingly was to Dublin as Greenwich was
263
+ # to London. For example:
264
+ #
265
+ # "Timeball on the ballast office is down. Dunsink time."
266
+ # -- James Joyce, Ulysses
267
+
268
+ # From Joseph S. Myers (2005-01-26):
269
+ # Irish laws are available online at www.irishstatutebook.ie. These include
270
+ # various relating to legal time, for example:
271
+ #
272
+ # ZZA13Y1923.html ZZA12Y1924.html ZZA8Y1925.html ZZSIV20PG1267.html
273
+ #
274
+ # ZZSI71Y1947.html ZZSI128Y1948.html ZZSI23Y1949.html ZZSI41Y1950.html
275
+ # ZZSI27Y1951.html ZZSI73Y1952.html
276
+ #
277
+ # ZZSI11Y1961.html ZZSI232Y1961.html ZZSI182Y1962.html
278
+ # ZZSI167Y1963.html ZZSI257Y1964.html ZZSI198Y1967.html
279
+ # ZZA23Y1968.html ZZA17Y1971.html
280
+ #
281
+ # ZZSI67Y1981.html ZZSI212Y1982.html ZZSI45Y1986.html
282
+ # ZZSI264Y1988.html ZZSI52Y1990.html ZZSI371Y1992.html
283
+ # ZZSI395Y1994.html ZZSI484Y1997.html ZZSI506Y2001.html
284
+ #
285
+ # [These are all relative to the root, e.g., the first is
286
+ # <http://www.irishstatutebook.ie/ZZA13Y1923.html>.]
287
+ #
288
+ # (These are those I found, but there could be more. In any case these
289
+ # should allow various updates to the comments in the europe file to cover
290
+ # the laws applicable in Ireland.)
291
+ #
292
+ # (Note that the time in the Republic of Ireland since 1968 has been defined
293
+ # in terms of standard time being GMT+1 with a period of winter time when it
294
+ # is GMT, rather than standard time being GMT with a period of summer time
295
+ # being GMT+1.)
296
+
297
+ # From Paul Eggert (1999-03-28):
298
+ # Clive Feather (<news:859845706.26043.0@office.demon.net>, 1997-03-31)
299
+ # reports that Folkestone (Cheriton) Shuttle Terminal uses Concession Time
300
+ # (CT), equivalent to French civil time.
301
+ # Julian Hill (<news:36118128.5A14@virgin.net>, 1998-09-30) reports that
302
+ # trains between Dollands Moor (the freight facility next door)
303
+ # and Frethun run in CT.
304
+ # My admittedly uninformed guess is that the terminal has two authorities,
305
+ # the French concession operators and the British civil authorities,
306
+ # and that the time depends on who you're talking to.
307
+ # If, say, the British police were called to the station for some reason,
308
+ # I would expect the official police report to use GMT/BST and not CET/CEST.
309
+ # This is a borderline case, but for now let's stick to GMT/BST.
310
+
311
+ # From an anonymous contributor (1996-06-02):
312
+ # The law governing time in Ireland is under Statutory Instrument SI 395/94,
313
+ # which gives force to European Union 7th Council Directive # 94/21/EC.
314
+ # Under this directive, the Minister for Justice in Ireland makes appropriate
315
+ # regulations. I spoke this morning with the Secretary of the Department of
316
+ # Justice (tel +353 1 678 9711) who confirmed to me that the correct name is
317
+ # "Irish Summer Time", abbreviated to "IST".
318
+
319
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
320
+ # Summer Time Act, 1916
321
+ Rule GB-Eire 1916 only - May 21 2:00s 1:00 BST
322
+ Rule GB-Eire 1916 only - Oct 1 2:00s 0 GMT
323
+ # S.R.&O. 1917, No. 358
324
+ Rule GB-Eire 1917 only - Apr 8 2:00s 1:00 BST
325
+ Rule GB-Eire 1917 only - Sep 17 2:00s 0 GMT
326
+ # S.R.&O. 1918, No. 274
327
+ Rule GB-Eire 1918 only - Mar 24 2:00s 1:00 BST
328
+ Rule GB-Eire 1918 only - Sep 30 2:00s 0 GMT
329
+ # S.R.&O. 1919, No. 297
330
+ Rule GB-Eire 1919 only - Mar 30 2:00s 1:00 BST
331
+ Rule GB-Eire 1919 only - Sep 29 2:00s 0 GMT
332
+ # S.R.&O. 1920, No. 458
333
+ Rule GB-Eire 1920 only - Mar 28 2:00s 1:00 BST
334
+ # S.R.&O. 1920, No. 1844
335
+ Rule GB-Eire 1920 only - Oct 25 2:00s 0 GMT
336
+ # S.R.&O. 1921, No. 363
337
+ Rule GB-Eire 1921 only - Apr 3 2:00s 1:00 BST
338
+ Rule GB-Eire 1921 only - Oct 3 2:00s 0 GMT
339
+ # S.R.&O. 1922, No. 264
340
+ Rule GB-Eire 1922 only - Mar 26 2:00s 1:00 BST
341
+ Rule GB-Eire 1922 only - Oct 8 2:00s 0 GMT
342
+ # The Summer Time Act, 1922
343
+ Rule GB-Eire 1923 only - Apr Sun>=16 2:00s 1:00 BST
344
+ Rule GB-Eire 1923 1924 - Sep Sun>=16 2:00s 0 GMT
345
+ Rule GB-Eire 1924 only - Apr Sun>=9 2:00s 1:00 BST
346
+ Rule GB-Eire 1925 1926 - Apr Sun>=16 2:00s 1:00 BST
347
+ # The Summer Time Act, 1925
348
+ Rule GB-Eire 1925 1938 - Oct Sun>=2 2:00s 0 GMT
349
+ Rule GB-Eire 1927 only - Apr Sun>=9 2:00s 1:00 BST
350
+ Rule GB-Eire 1928 1929 - Apr Sun>=16 2:00s 1:00 BST
351
+ Rule GB-Eire 1930 only - Apr Sun>=9 2:00s 1:00 BST
352
+ Rule GB-Eire 1931 1932 - Apr Sun>=16 2:00s 1:00 BST
353
+ Rule GB-Eire 1933 only - Apr Sun>=9 2:00s 1:00 BST
354
+ Rule GB-Eire 1934 only - Apr Sun>=16 2:00s 1:00 BST
355
+ Rule GB-Eire 1935 only - Apr Sun>=9 2:00s 1:00 BST
356
+ Rule GB-Eire 1936 1937 - Apr Sun>=16 2:00s 1:00 BST
357
+ Rule GB-Eire 1938 only - Apr Sun>=9 2:00s 1:00 BST
358
+ Rule GB-Eire 1939 only - Apr Sun>=16 2:00s 1:00 BST
359
+ # S.R.&O. 1939, No. 1379
360
+ Rule GB-Eire 1939 only - Nov Sun>=16 2:00s 0 GMT
361
+ # S.R.&O. 1940, No. 172 and No. 1883
362
+ Rule GB-Eire 1940 only - Feb Sun>=23 2:00s 1:00 BST
363
+ # S.R.&O. 1941, No. 476
364
+ Rule GB-Eire 1941 only - May Sun>=2 1:00s 2:00 BDST
365
+ Rule GB-Eire 1941 1943 - Aug Sun>=9 1:00s 1:00 BST
366
+ # S.R.&O. 1942, No. 506
367
+ Rule GB-Eire 1942 1944 - Apr Sun>=2 1:00s 2:00 BDST
368
+ # S.R.&O. 1944, No. 932
369
+ Rule GB-Eire 1944 only - Sep Sun>=16 1:00s 1:00 BST
370
+ # S.R.&O. 1945, No. 312
371
+ Rule GB-Eire 1945 only - Apr Mon>=2 1:00s 2:00 BDST
372
+ Rule GB-Eire 1945 only - Jul Sun>=9 1:00s 1:00 BST
373
+ # S.R.&O. 1945, No. 1208
374
+ Rule GB-Eire 1945 1946 - Oct Sun>=2 2:00s 0 GMT
375
+ Rule GB-Eire 1946 only - Apr Sun>=9 2:00s 1:00 BST
376
+ # The Summer Time Act, 1947
377
+ Rule GB-Eire 1947 only - Mar 16 2:00s 1:00 BST
378
+ Rule GB-Eire 1947 only - Apr 13 1:00s 2:00 BDST
379
+ Rule GB-Eire 1947 only - Aug 10 1:00s 1:00 BST
380
+ Rule GB-Eire 1947 only - Nov 2 2:00s 0 GMT
381
+ # Summer Time Order, 1948 (S.I. 1948/495)
382
+ Rule GB-Eire 1948 only - Mar 14 2:00s 1:00 BST
383
+ Rule GB-Eire 1948 only - Oct 31 2:00s 0 GMT
384
+ # Summer Time Order, 1949 (S.I. 1949/373)
385
+ Rule GB-Eire 1949 only - Apr 3 2:00s 1:00 BST
386
+ Rule GB-Eire 1949 only - Oct 30 2:00s 0 GMT
387
+ # Summer Time Order, 1950 (S.I. 1950/518)
388
+ # Summer Time Order, 1951 (S.I. 1951/430)
389
+ # Summer Time Order, 1952 (S.I. 1952/451)
390
+ Rule GB-Eire 1950 1952 - Apr Sun>=14 2:00s 1:00 BST
391
+ Rule GB-Eire 1950 1952 - Oct Sun>=21 2:00s 0 GMT
392
+ # revert to the rules of the Summer Time Act, 1925
393
+ Rule GB-Eire 1953 only - Apr Sun>=16 2:00s 1:00 BST
394
+ Rule GB-Eire 1953 1960 - Oct Sun>=2 2:00s 0 GMT
395
+ Rule GB-Eire 1954 only - Apr Sun>=9 2:00s 1:00 BST
396
+ Rule GB-Eire 1955 1956 - Apr Sun>=16 2:00s 1:00 BST
397
+ Rule GB-Eire 1957 only - Apr Sun>=9 2:00s 1:00 BST
398
+ Rule GB-Eire 1958 1959 - Apr Sun>=16 2:00s 1:00 BST
399
+ Rule GB-Eire 1960 only - Apr Sun>=9 2:00s 1:00 BST
400
+ # Summer Time Order, 1961 (S.I. 1961/71)
401
+ # Summer Time (1962) Order, 1961 (S.I. 1961/2465)
402
+ # Summer Time Order, 1963 (S.I. 1963/81)
403
+ Rule GB-Eire 1961 1963 - Mar lastSun 2:00s 1:00 BST
404
+ Rule GB-Eire 1961 1968 - Oct Sun>=23 2:00s 0 GMT
405
+ # Summer Time (1964) Order, 1963 (S.I. 1963/2101)
406
+ # Summer Time Order, 1964 (S.I. 1964/1201)
407
+ # Summer Time Order, 1967 (S.I. 1967/1148)
408
+ Rule GB-Eire 1964 1967 - Mar Sun>=19 2:00s 1:00 BST
409
+ # Summer Time Order, 1968 (S.I. 1968/117)
410
+ Rule GB-Eire 1968 only - Feb 18 2:00s 1:00 BST
411
+ # The British Standard Time Act, 1968
412
+ # (no summer time)
413
+ # The Summer Time Act, 1972
414
+ Rule GB-Eire 1972 1980 - Mar Sun>=16 2:00s 1:00 BST
415
+ Rule GB-Eire 1972 1980 - Oct Sun>=23 2:00s 0 GMT
416
+ # Summer Time Order, 1980 (S.I. 1980/1089)
417
+ # Summer Time Order, 1982 (S.I. 1982/1673)
418
+ # Summer Time Order, 1986 (S.I. 1986/223)
419
+ # Summer Time Order, 1988 (S.I. 1988/931)
420
+ Rule GB-Eire 1981 1995 - Mar lastSun 1:00u 1:00 BST
421
+ Rule GB-Eire 1981 1989 - Oct Sun>=23 1:00u 0 GMT
422
+ # Summer Time Order, 1989 (S.I. 1989/985)
423
+ # Summer Time Order, 1992 (S.I. 1992/1729)
424
+ # Summer Time Order 1994 (S.I. 1994/2798)
425
+ Rule GB-Eire 1990 1995 - Oct Sun>=22 1:00u 0 GMT
426
+ # Summer Time Order 1997 (S.I. 1997/2982)
427
+ # See EU for rules starting in 1996.
428
+
429
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
430
+ Zone Europe/London -0:01:15 - LMT 1847 Dec 1 0:00s
431
+ 0:00 GB-Eire %s 1968 Oct 27
432
+ 1:00 - BST 1971 Oct 31 2:00u
433
+ 0:00 GB-Eire %s 1996
434
+ 0:00 EU GMT/BST
435
+ Link Europe/London Europe/Jersey
436
+ Link Europe/London Europe/Guernsey
437
+ Link Europe/London Europe/Isle_of_Man
438
+ Zone Europe/Dublin -0:25:00 - LMT 1880 Aug 2
439
+ -0:25:21 - DMT 1916 May 21 2:00
440
+ -0:25:21 1:00 IST 1916 Oct 1 2:00s
441
+ 0:00 GB-Eire %s 1921 Dec 6 # independence
442
+ 0:00 GB-Eire GMT/IST 1940 Feb 25 2:00
443
+ 0:00 1:00 IST 1946 Oct 6 2:00
444
+ 0:00 - GMT 1947 Mar 16 2:00
445
+ 0:00 1:00 IST 1947 Nov 2 2:00
446
+ 0:00 - GMT 1948 Apr 18 2:00
447
+ 0:00 GB-Eire GMT/IST 1968 Oct 27
448
+ 1:00 - IST 1971 Oct 31 2:00u
449
+ 0:00 GB-Eire GMT/IST 1996
450
+ 0:00 EU GMT/IST
451
+
452
+ ###############################################################################
453
+
454
+ # Europe
455
+
456
+ # EU rules are for the European Union, previously known as the EC, EEC,
457
+ # Common Market, etc.
458
+
459
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
460
+ Rule EU 1977 1980 - Apr Sun>=1 1:00u 1:00 S
461
+ Rule EU 1977 only - Sep lastSun 1:00u 0 -
462
+ Rule EU 1978 only - Oct 1 1:00u 0 -
463
+ Rule EU 1979 1995 - Sep lastSun 1:00u 0 -
464
+ Rule EU 1981 max - Mar lastSun 1:00u 1:00 S
465
+ Rule EU 1996 max - Oct lastSun 1:00u 0 -
466
+ # The most recent directive covers the years starting in 2002. See:
467
+ # <a="http://eur-lex.europa.eu/LexUriServ/LexUriServ.do?uri=CELEX:32000L0084:EN:NOT">
468
+ # Directive 2000/84/EC of the European Parliament and of the Council
469
+ # of 19 January 2001 on summer-time arrangements.
470
+ # </a>
471
+
472
+ # W-Eur differs from EU only in that W-Eur uses standard time.
473
+ Rule W-Eur 1977 1980 - Apr Sun>=1 1:00s 1:00 S
474
+ Rule W-Eur 1977 only - Sep lastSun 1:00s 0 -
475
+ Rule W-Eur 1978 only - Oct 1 1:00s 0 -
476
+ Rule W-Eur 1979 1995 - Sep lastSun 1:00s 0 -
477
+ Rule W-Eur 1981 max - Mar lastSun 1:00s 1:00 S
478
+ Rule W-Eur 1996 max - Oct lastSun 1:00s 0 -
479
+
480
+ # Older C-Eur rules are for convenience in the tables.
481
+ # From 1977 on, C-Eur differs from EU only in that C-Eur uses standard time.
482
+ Rule C-Eur 1916 only - Apr 30 23:00 1:00 S
483
+ Rule C-Eur 1916 only - Oct 1 1:00 0 -
484
+ Rule C-Eur 1917 1918 - Apr Mon>=15 2:00s 1:00 S
485
+ Rule C-Eur 1917 1918 - Sep Mon>=15 2:00s 0 -
486
+ Rule C-Eur 1940 only - Apr 1 2:00s 1:00 S
487
+ Rule C-Eur 1942 only - Nov 2 2:00s 0 -
488
+ Rule C-Eur 1943 only - Mar 29 2:00s 1:00 S
489
+ Rule C-Eur 1943 only - Oct 4 2:00s 0 -
490
+ Rule C-Eur 1944 1945 - Apr Mon>=1 2:00s 1:00 S
491
+ # Whitman gives 1944 Oct 7; go with Shanks & Pottenger.
492
+ Rule C-Eur 1944 only - Oct 2 2:00s 0 -
493
+ # From Jesper Norgaard Welen (2008-07-13):
494
+ #
495
+ # I found what is probably a typo of 2:00 which should perhaps be 2:00s
496
+ # in the C-Eur rule from tz database version 2008d (this part was
497
+ # corrected in version 2008d). The circumstancial evidence is simply the
498
+ # tz database itself, as seen below:
499
+ #
500
+ # Zone Europe/Paris 0:09:21 - LMT 1891 Mar 15 0:01
501
+ # 0:00 France WE%sT 1945 Sep 16 3:00
502
+ #
503
+ # Zone Europe/Monaco 0:29:32 - LMT 1891 Mar 15
504
+ # 0:00 France WE%sT 1945 Sep 16 3:00
505
+ #
506
+ # Zone Europe/Belgrade 1:22:00 - LMT 1884
507
+ # 1:00 1:00 CEST 1945 Sep 16 2:00s
508
+ #
509
+ # Rule France 1945 only - Sep 16 3:00 0 -
510
+ # Rule Belgium 1945 only - Sep 16 2:00s 0 -
511
+ # Rule Neth 1945 only - Sep 16 2:00s 0 -
512
+ #
513
+ # The rule line to be changed is:
514
+ #
515
+ # Rule C-Eur 1945 only - Sep 16 2:00 0 -
516
+ #
517
+ # It seems that Paris, Monaco, Rule France, Rule Belgium all agree on
518
+ # 2:00 standard time, e.g. 3:00 local time. However there are no
519
+ # countries that use C-Eur rules in September 1945, so the only items
520
+ # affected are apparently these ficticious zones that translates acronyms
521
+ # CET and MET:
522
+ #
523
+ # Zone CET 1:00 C-Eur CE%sT
524
+ # Zone MET 1:00 C-Eur ME%sT
525
+ #
526
+ # It this is right then the corrected version would look like:
527
+ #
528
+ # Rule C-Eur 1945 only - Sep 16 2:00s 0 -
529
+ #
530
+ # A small step for mankind though 8-)
531
+ Rule C-Eur 1945 only - Sep 16 2:00s 0 -
532
+ Rule C-Eur 1977 1980 - Apr Sun>=1 2:00s 1:00 S
533
+ Rule C-Eur 1977 only - Sep lastSun 2:00s 0 -
534
+ Rule C-Eur 1978 only - Oct 1 2:00s 0 -
535
+ Rule C-Eur 1979 1995 - Sep lastSun 2:00s 0 -
536
+ Rule C-Eur 1981 max - Mar lastSun 2:00s 1:00 S
537
+ Rule C-Eur 1996 max - Oct lastSun 2:00s 0 -
538
+
539
+ # E-Eur differs from EU only in that E-Eur switches at midnight local time.
540
+ Rule E-Eur 1977 1980 - Apr Sun>=1 0:00 1:00 S
541
+ Rule E-Eur 1977 only - Sep lastSun 0:00 0 -
542
+ Rule E-Eur 1978 only - Oct 1 0:00 0 -
543
+ Rule E-Eur 1979 1995 - Sep lastSun 0:00 0 -
544
+ Rule E-Eur 1981 max - Mar lastSun 0:00 1:00 S
545
+ Rule E-Eur 1996 max - Oct lastSun 0:00 0 -
546
+
547
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
548
+ Rule Russia 1917 only - Jul 1 23:00 1:00 MST # Moscow Summer Time
549
+ Rule Russia 1917 only - Dec 28 0:00 0 MMT # Moscow Mean Time
550
+ Rule Russia 1918 only - May 31 22:00 2:00 MDST # Moscow Double Summer Time
551
+ Rule Russia 1918 only - Sep 16 1:00 1:00 MST
552
+ Rule Russia 1919 only - May 31 23:00 2:00 MDST
553
+ Rule Russia 1919 only - Jul 1 2:00 1:00 S
554
+ Rule Russia 1919 only - Aug 16 0:00 0 -
555
+ Rule Russia 1921 only - Feb 14 23:00 1:00 S
556
+ Rule Russia 1921 only - Mar 20 23:00 2:00 M # Midsummer
557
+ Rule Russia 1921 only - Sep 1 0:00 1:00 S
558
+ Rule Russia 1921 only - Oct 1 0:00 0 -
559
+ # Act No.925 of the Council of Ministers of the USSR (1980-10-24):
560
+ Rule Russia 1981 1984 - Apr 1 0:00 1:00 S
561
+ Rule Russia 1981 1983 - Oct 1 0:00 0 -
562
+ # Act No.967 of the Council of Ministers of the USSR (1984-09-13), repeated in
563
+ # Act No.227 of the Council of Ministers of the USSR (1989-03-14):
564
+ Rule Russia 1984 1991 - Sep lastSun 2:00s 0 -
565
+ Rule Russia 1985 1991 - Mar lastSun 2:00s 1:00 S
566
+ #
567
+ Rule Russia 1992 only - Mar lastSat 23:00 1:00 S
568
+ Rule Russia 1992 only - Sep lastSat 23:00 0 -
569
+ Rule Russia 1993 2010 - Mar lastSun 2:00s 1:00 S
570
+ Rule Russia 1993 1995 - Sep lastSun 2:00s 0 -
571
+ Rule Russia 1996 2010 - Oct lastSun 2:00s 0 -
572
+
573
+ # From Alexander Krivenyshev (2011-06-14):
574
+ # According to Kremlin press service, Russian President Dmitry Medvedev
575
+ # signed a federal law "On calculation of time" on June 9, 2011.
576
+ # According to the law Russia is abolishing daylight saving time.
577
+ #
578
+ # Medvedev signed a law "On the Calculation of Time" (in russian):
579
+ # <a href="http://bmockbe.ru/events/?ID=7583">
580
+ # http://bmockbe.ru/events/?ID=7583
581
+ # </a>
582
+ #
583
+ # Medvedev signed a law on the calculation of the time (in russian):
584
+ # <a href="http://www.regnum.ru/news/polit/1413906.html">
585
+ # http://www.regnum.ru/news/polit/1413906.html
586
+ # </a>
587
+
588
+ # From Arthur David Olson (2011-06-15):
589
+ # Take "abolishing daylight saving time" to mean that time is now considered
590
+ # to be standard.
591
+
592
+ # These are for backward compatibility with older versions.
593
+
594
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
595
+ Zone WET 0:00 EU WE%sT
596
+ Zone CET 1:00 C-Eur CE%sT
597
+ Zone MET 1:00 C-Eur ME%sT
598
+ Zone EET 2:00 EU EE%sT
599
+
600
+ # Previous editions of this database used abbreviations like MET DST
601
+ # for Central European Summer Time, but this didn't agree with common usage.
602
+
603
+ # From Markus Kuhn (1996-07-12):
604
+ # The official German names ... are
605
+ #
606
+ # Mitteleuropaeische Zeit (MEZ) = UTC+01:00
607
+ # Mitteleuropaeische Sommerzeit (MESZ) = UTC+02:00
608
+ #
609
+ # as defined in the German Time Act (Gesetz ueber die Zeitbestimmung (ZeitG),
610
+ # 1978-07-25, Bundesgesetzblatt, Jahrgang 1978, Teil I, S. 1110-1111)....
611
+ # I wrote ... to the German Federal Physical-Technical Institution
612
+ #
613
+ # Physikalisch-Technische Bundesanstalt (PTB)
614
+ # Laboratorium 4.41 "Zeiteinheit"
615
+ # Postfach 3345
616
+ # D-38023 Braunschweig
617
+ # phone: +49 531 592-0
618
+ #
619
+ # ... I received today an answer letter from Dr. Peter Hetzel, head of the PTB
620
+ # department for time and frequency transmission. He explained that the
621
+ # PTB translates MEZ and MESZ into English as
622
+ #
623
+ # Central European Time (CET) = UTC+01:00
624
+ # Central European Summer Time (CEST) = UTC+02:00
625
+
626
+
627
+ # Albania
628
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
629
+ Rule Albania 1940 only - Jun 16 0:00 1:00 S
630
+ Rule Albania 1942 only - Nov 2 3:00 0 -
631
+ Rule Albania 1943 only - Mar 29 2:00 1:00 S
632
+ Rule Albania 1943 only - Apr 10 3:00 0 -
633
+ Rule Albania 1974 only - May 4 0:00 1:00 S
634
+ Rule Albania 1974 only - Oct 2 0:00 0 -
635
+ Rule Albania 1975 only - May 1 0:00 1:00 S
636
+ Rule Albania 1975 only - Oct 2 0:00 0 -
637
+ Rule Albania 1976 only - May 2 0:00 1:00 S
638
+ Rule Albania 1976 only - Oct 3 0:00 0 -
639
+ Rule Albania 1977 only - May 8 0:00 1:00 S
640
+ Rule Albania 1977 only - Oct 2 0:00 0 -
641
+ Rule Albania 1978 only - May 6 0:00 1:00 S
642
+ Rule Albania 1978 only - Oct 1 0:00 0 -
643
+ Rule Albania 1979 only - May 5 0:00 1:00 S
644
+ Rule Albania 1979 only - Sep 30 0:00 0 -
645
+ Rule Albania 1980 only - May 3 0:00 1:00 S
646
+ Rule Albania 1980 only - Oct 4 0:00 0 -
647
+ Rule Albania 1981 only - Apr 26 0:00 1:00 S
648
+ Rule Albania 1981 only - Sep 27 0:00 0 -
649
+ Rule Albania 1982 only - May 2 0:00 1:00 S
650
+ Rule Albania 1982 only - Oct 3 0:00 0 -
651
+ Rule Albania 1983 only - Apr 18 0:00 1:00 S
652
+ Rule Albania 1983 only - Oct 1 0:00 0 -
653
+ Rule Albania 1984 only - Apr 1 0:00 1:00 S
654
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
655
+ Zone Europe/Tirane 1:19:20 - LMT 1914
656
+ 1:00 - CET 1940 Jun 16
657
+ 1:00 Albania CE%sT 1984 Jul
658
+ 1:00 EU CE%sT
659
+
660
+ # Andorra
661
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
662
+ Zone Europe/Andorra 0:06:04 - LMT 1901
663
+ 0:00 - WET 1946 Sep 30
664
+ 1:00 - CET 1985 Mar 31 2:00
665
+ 1:00 EU CE%sT
666
+
667
+ # Austria
668
+
669
+ # From Paul Eggert (2006-03-22): Shanks & Pottenger give 1918-06-16 and
670
+ # 1945-11-18, but the Austrian Federal Office of Metrology and
671
+ # Surveying (BEV) gives 1918-09-16 and for Vienna gives the "alleged"
672
+ # date of 1945-04-12 with no time. For the 1980-04-06 transition
673
+ # Shanks & Pottenger give 02:00, the BEV 00:00. Go with the BEV,
674
+ # and guess 02:00 for 1945-04-12.
675
+
676
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
677
+ Rule Austria 1920 only - Apr 5 2:00s 1:00 S
678
+ Rule Austria 1920 only - Sep 13 2:00s 0 -
679
+ Rule Austria 1946 only - Apr 14 2:00s 1:00 S
680
+ Rule Austria 1946 1948 - Oct Sun>=1 2:00s 0 -
681
+ Rule Austria 1947 only - Apr 6 2:00s 1:00 S
682
+ Rule Austria 1948 only - Apr 18 2:00s 1:00 S
683
+ Rule Austria 1980 only - Apr 6 0:00 1:00 S
684
+ Rule Austria 1980 only - Sep 28 0:00 0 -
685
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
686
+ Zone Europe/Vienna 1:05:20 - LMT 1893 Apr
687
+ 1:00 C-Eur CE%sT 1920
688
+ 1:00 Austria CE%sT 1940 Apr 1 2:00s
689
+ 1:00 C-Eur CE%sT 1945 Apr 2 2:00s
690
+ 1:00 1:00 CEST 1945 Apr 12 2:00s
691
+ 1:00 - CET 1946
692
+ 1:00 Austria CE%sT 1981
693
+ 1:00 EU CE%sT
694
+
695
+ # Belarus
696
+ # From Yauhen Kharuzhy (2011-09-16):
697
+ # By latest Belarus government act Europe/Minsk timezone was changed to
698
+ # GMT+3 without DST (was GMT+2 with DST).
699
+ #
700
+ # Sources (Russian language):
701
+ # 1.
702
+ # <a href="http://www.belta.by/ru/all_news/society/V-Belarusi-otmenjaetsja-perexod-na-sezonnoe-vremja_i_572952.html">
703
+ # http://www.belta.by/ru/all_news/society/V-Belarusi-otmenjaetsja-perexod-na-sezonnoe-vremja_i_572952.html
704
+ # </a>
705
+ # 2.
706
+ # <a href="http://naviny.by/rubrics/society/2011/09/16/ic_articles_116_175144/">
707
+ # http://naviny.by/rubrics/society/2011/09/16/ic_articles_116_175144/
708
+ # </a>
709
+ # 3.
710
+ # <a href="http://news.tut.by/society/250578.html">
711
+ # http://news.tut.by/society/250578.html
712
+ # </a>
713
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
714
+ Zone Europe/Minsk 1:50:16 - LMT 1880
715
+ 1:50 - MMT 1924 May 2 # Minsk Mean Time
716
+ 2:00 - EET 1930 Jun 21
717
+ 3:00 - MSK 1941 Jun 28
718
+ 1:00 C-Eur CE%sT 1944 Jul 3
719
+ 3:00 Russia MSK/MSD 1990
720
+ 3:00 - MSK 1991 Mar 31 2:00s
721
+ 2:00 1:00 EEST 1991 Sep 29 2:00s
722
+ 2:00 - EET 1992 Mar 29 0:00s
723
+ 2:00 1:00 EEST 1992 Sep 27 0:00s
724
+ 2:00 Russia EE%sT 2011 Mar 27 2:00s
725
+ 3:00 - FET # Further-eastern European Time
726
+
727
+ # Belgium
728
+ #
729
+ # From Paul Eggert (1997-07-02):
730
+ # Entries from 1918 through 1991 are taken from:
731
+ # Annuaire de L'Observatoire Royal de Belgique,
732
+ # Avenue Circulaire, 3, B-1180 BRUXELLES, CLVIIe annee, 1991
733
+ # (Imprimerie HAYEZ, s.p.r.l., Rue Fin, 4, 1080 BRUXELLES, MCMXC),
734
+ # pp 8-9.
735
+ # LMT before 1892 was 0:17:30, according to the official journal of Belgium:
736
+ # Moniteur Belge, Samedi 30 Avril 1892, N.121.
737
+ # Thanks to Pascal Delmoitie for these references.
738
+ # The 1918 rules are listed for completeness; they apply to unoccupied Belgium.
739
+ # Assume Brussels switched to WET in 1918 when the armistice took effect.
740
+ #
741
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
742
+ Rule Belgium 1918 only - Mar 9 0:00s 1:00 S
743
+ Rule Belgium 1918 1919 - Oct Sat>=1 23:00s 0 -
744
+ Rule Belgium 1919 only - Mar 1 23:00s 1:00 S
745
+ Rule Belgium 1920 only - Feb 14 23:00s 1:00 S
746
+ Rule Belgium 1920 only - Oct 23 23:00s 0 -
747
+ Rule Belgium 1921 only - Mar 14 23:00s 1:00 S
748
+ Rule Belgium 1921 only - Oct 25 23:00s 0 -
749
+ Rule Belgium 1922 only - Mar 25 23:00s 1:00 S
750
+ Rule Belgium 1922 1927 - Oct Sat>=1 23:00s 0 -
751
+ Rule Belgium 1923 only - Apr 21 23:00s 1:00 S
752
+ Rule Belgium 1924 only - Mar 29 23:00s 1:00 S
753
+ Rule Belgium 1925 only - Apr 4 23:00s 1:00 S
754
+ # DSH writes that a royal decree of 1926-02-22 specified the Sun following 3rd
755
+ # Sat in Apr (except if it's Easter, in which case it's one Sunday earlier),
756
+ # to Sun following 1st Sat in Oct, and that a royal decree of 1928-09-15
757
+ # changed the transition times to 02:00 GMT.
758
+ Rule Belgium 1926 only - Apr 17 23:00s 1:00 S
759
+ Rule Belgium 1927 only - Apr 9 23:00s 1:00 S
760
+ Rule Belgium 1928 only - Apr 14 23:00s 1:00 S
761
+ Rule Belgium 1928 1938 - Oct Sun>=2 2:00s 0 -
762
+ Rule Belgium 1929 only - Apr 21 2:00s 1:00 S
763
+ Rule Belgium 1930 only - Apr 13 2:00s 1:00 S
764
+ Rule Belgium 1931 only - Apr 19 2:00s 1:00 S
765
+ Rule Belgium 1932 only - Apr 3 2:00s 1:00 S
766
+ Rule Belgium 1933 only - Mar 26 2:00s 1:00 S
767
+ Rule Belgium 1934 only - Apr 8 2:00s 1:00 S
768
+ Rule Belgium 1935 only - Mar 31 2:00s 1:00 S
769
+ Rule Belgium 1936 only - Apr 19 2:00s 1:00 S
770
+ Rule Belgium 1937 only - Apr 4 2:00s 1:00 S
771
+ Rule Belgium 1938 only - Mar 27 2:00s 1:00 S
772
+ Rule Belgium 1939 only - Apr 16 2:00s 1:00 S
773
+ Rule Belgium 1939 only - Nov 19 2:00s 0 -
774
+ Rule Belgium 1940 only - Feb 25 2:00s 1:00 S
775
+ Rule Belgium 1944 only - Sep 17 2:00s 0 -
776
+ Rule Belgium 1945 only - Apr 2 2:00s 1:00 S
777
+ Rule Belgium 1945 only - Sep 16 2:00s 0 -
778
+ Rule Belgium 1946 only - May 19 2:00s 1:00 S
779
+ Rule Belgium 1946 only - Oct 7 2:00s 0 -
780
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
781
+ Zone Europe/Brussels 0:17:30 - LMT 1880
782
+ 0:17:30 - BMT 1892 May 1 12:00 # Brussels MT
783
+ 0:00 - WET 1914 Nov 8
784
+ 1:00 - CET 1916 May 1 0:00
785
+ 1:00 C-Eur CE%sT 1918 Nov 11 11:00u
786
+ 0:00 Belgium WE%sT 1940 May 20 2:00s
787
+ 1:00 C-Eur CE%sT 1944 Sep 3
788
+ 1:00 Belgium CE%sT 1977
789
+ 1:00 EU CE%sT
790
+
791
+ # Bosnia and Herzegovina
792
+ # see Serbia
793
+
794
+ # Bulgaria
795
+ #
796
+ # From Plamen Simenov via Steffen Thorsen (1999-09-09):
797
+ # A document of Government of Bulgaria (No.94/1997) says:
798
+ # EET --> EETDST is in 03:00 Local time in last Sunday of March ...
799
+ # EETDST --> EET is in 04:00 Local time in last Sunday of October
800
+ #
801
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
802
+ Rule Bulg 1979 only - Mar 31 23:00 1:00 S
803
+ Rule Bulg 1979 only - Oct 1 1:00 0 -
804
+ Rule Bulg 1980 1982 - Apr Sat>=1 23:00 1:00 S
805
+ Rule Bulg 1980 only - Sep 29 1:00 0 -
806
+ Rule Bulg 1981 only - Sep 27 2:00 0 -
807
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
808
+ Zone Europe/Sofia 1:33:16 - LMT 1880
809
+ 1:56:56 - IMT 1894 Nov 30 # Istanbul MT?
810
+ 2:00 - EET 1942 Nov 2 3:00
811
+ 1:00 C-Eur CE%sT 1945
812
+ 1:00 - CET 1945 Apr 2 3:00
813
+ 2:00 - EET 1979 Mar 31 23:00
814
+ 2:00 Bulg EE%sT 1982 Sep 26 2:00
815
+ 2:00 C-Eur EE%sT 1991
816
+ 2:00 E-Eur EE%sT 1997
817
+ 2:00 EU EE%sT
818
+
819
+ # Croatia
820
+ # see Serbia
821
+
822
+ # Cyprus
823
+ # Please see the `asia' file for Asia/Nicosia.
824
+
825
+ # Czech Republic
826
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
827
+ Rule Czech 1945 only - Apr 8 2:00s 1:00 S
828
+ Rule Czech 1945 only - Nov 18 2:00s 0 -
829
+ Rule Czech 1946 only - May 6 2:00s 1:00 S
830
+ Rule Czech 1946 1949 - Oct Sun>=1 2:00s 0 -
831
+ Rule Czech 1947 only - Apr 20 2:00s 1:00 S
832
+ Rule Czech 1948 only - Apr 18 2:00s 1:00 S
833
+ Rule Czech 1949 only - Apr 9 2:00s 1:00 S
834
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
835
+ Zone Europe/Prague 0:57:44 - LMT 1850
836
+ 0:57:44 - PMT 1891 Oct # Prague Mean Time
837
+ 1:00 C-Eur CE%sT 1944 Sep 17 2:00s
838
+ 1:00 Czech CE%sT 1979
839
+ 1:00 EU CE%sT
840
+
841
+ # Denmark, Faroe Islands, and Greenland
842
+
843
+ # From Jesper Norgaard Welen (2005-04-26):
844
+ # http://www.hum.aau.dk/~poe/tid/tine/DanskTid.htm says that the law
845
+ # [introducing standard time] was in effect from 1894-01-01....
846
+ # The page http://www.retsinfo.dk/_GETDOCI_/ACCN/A18930008330-REGL
847
+ # confirms this, and states that the law was put forth 1893-03-29.
848
+ #
849
+ # The EU treaty with effect from 1973:
850
+ # http://www.retsinfo.dk/_GETDOCI_/ACCN/A19722110030-REGL
851
+ #
852
+ # This provoked a new law from 1974 to make possible summer time changes
853
+ # in subsequenet decrees with the law
854
+ # http://www.retsinfo.dk/_GETDOCI_/ACCN/A19740022330-REGL
855
+ #
856
+ # It seems however that no decree was set forward until 1980. I have
857
+ # not found any decree, but in another related law, the effecting DST
858
+ # changes are stated explicitly to be from 1980-04-06 at 02:00 to
859
+ # 1980-09-28 at 02:00. If this is true, this differs slightly from
860
+ # the EU rule in that DST runs to 02:00, not 03:00. We don't know
861
+ # when Denmark began using the EU rule correctly, but we have only
862
+ # confirmation of the 1980-time, so I presume it was correct in 1981:
863
+ # The law is about the management of the extra hour, concerning
864
+ # working hours reported and effect on obligatory-rest rules (which
865
+ # was suspended on that night):
866
+ # http://www.retsinfo.dk/_GETDOCI_/ACCN/C19801120554-REGL
867
+
868
+ # From Jesper Norgaard Welen (2005-06-11):
869
+ # The Herning Folkeblad (1980-09-26) reported that the night between
870
+ # Saturday and Sunday the clock is set back from three to two.
871
+
872
+ # From Paul Eggert (2005-06-11):
873
+ # Hence the "02:00" of the 1980 law refers to standard time, not
874
+ # wall-clock time, and so the EU rules were in effect in 1980.
875
+
876
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
877
+ Rule Denmark 1916 only - May 14 23:00 1:00 S
878
+ Rule Denmark 1916 only - Sep 30 23:00 0 -
879
+ Rule Denmark 1940 only - May 15 0:00 1:00 S
880
+ Rule Denmark 1945 only - Apr 2 2:00s 1:00 S
881
+ Rule Denmark 1945 only - Aug 15 2:00s 0 -
882
+ Rule Denmark 1946 only - May 1 2:00s 1:00 S
883
+ Rule Denmark 1946 only - Sep 1 2:00s 0 -
884
+ Rule Denmark 1947 only - May 4 2:00s 1:00 S
885
+ Rule Denmark 1947 only - Aug 10 2:00s 0 -
886
+ Rule Denmark 1948 only - May 9 2:00s 1:00 S
887
+ Rule Denmark 1948 only - Aug 8 2:00s 0 -
888
+ #
889
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
890
+ Zone Europe/Copenhagen 0:50:20 - LMT 1890
891
+ 0:50:20 - CMT 1894 Jan 1 # Copenhagen MT
892
+ 1:00 Denmark CE%sT 1942 Nov 2 2:00s
893
+ 1:00 C-Eur CE%sT 1945 Apr 2 2:00
894
+ 1:00 Denmark CE%sT 1980
895
+ 1:00 EU CE%sT
896
+ Zone Atlantic/Faroe -0:27:04 - LMT 1908 Jan 11 # Torshavn
897
+ 0:00 - WET 1981
898
+ 0:00 EU WE%sT
899
+ #
900
+ # From Paul Eggert (2004-10-31):
901
+ # During World War II, Germany maintained secret manned weather stations in
902
+ # East Greenland and Franz Josef Land, but we don't know their time zones.
903
+ # My source for this is Wilhelm Dege's book mentioned under Svalbard.
904
+ #
905
+ # From Paul Eggert (2006-03-22):
906
+ # Greenland joined the EU as part of Denmark, obtained home rule on 1979-05-01,
907
+ # and left the EU on 1985-02-01. It therefore should have been using EU
908
+ # rules at least through 1984. Shanks & Pottenger say Scoresbysund and Godthab
909
+ # used C-Eur rules after 1980, but IATA SSIM (1991/1996) says they use EU
910
+ # rules since at least 1991. Assume EU rules since 1980.
911
+
912
+ # From Gwillin Law (2001-06-06), citing
913
+ # <http://www.statkart.no/efs/efshefter/2001/efs5-2001.pdf> (2001-03-15),
914
+ # and with translations corrected by Steffen Thorsen:
915
+ #
916
+ # Greenland has four local times, and the relation to UTC
917
+ # is according to the following time line:
918
+ #
919
+ # The military zone near Thule UTC-4
920
+ # Standard Greenland time UTC-3
921
+ # Scoresbysund UTC-1
922
+ # Danmarkshavn UTC
923
+ #
924
+ # In the military area near Thule and in Danmarkshavn DST will not be
925
+ # introduced.
926
+
927
+ # From Rives McDow (2001-11-01):
928
+ #
929
+ # I correspond regularly with the Dansk Polarcenter, and wrote them at
930
+ # the time to clarify the situation in Thule. Unfortunately, I have
931
+ # not heard back from them regarding my recent letter. [But I have
932
+ # info from earlier correspondence.]
933
+ #
934
+ # According to the center, a very small local time zone around Thule
935
+ # Air Base keeps the time according to UTC-4, implementing daylight
936
+ # savings using North America rules, changing the time at 02:00 local time....
937
+ #
938
+ # The east coast of Greenland north of the community of Scoresbysund
939
+ # uses UTC in the same way as in Iceland, year round, with no dst.
940
+ # There are just a few stations on this coast, including the
941
+ # Danmarkshavn ICAO weather station mentioned in your September 29th
942
+ # email. The other stations are two sledge patrol stations in
943
+ # Mestersvig and Daneborg, the air force base at Station Nord, and the
944
+ # DPC research station at Zackenberg.
945
+ #
946
+ # Scoresbysund and two small villages nearby keep time UTC-1 and use
947
+ # the same daylight savings time period as in West Greenland (Godthab).
948
+ #
949
+ # The rest of Greenland, including Godthab (this area, although it
950
+ # includes central Greenland, is known as west Greenland), keeps time
951
+ # UTC-3, with daylight savings methods according to European rules.
952
+ #
953
+ # It is common procedure to use UTC 0 in the wilderness of East and
954
+ # North Greenland, because it is mainly Icelandic aircraft operators
955
+ # maintaining traffic in these areas. However, the official status of
956
+ # this area is that it sticks with Godthab time. This area might be
957
+ # considered a dual time zone in some respects because of this.
958
+
959
+ # From Rives McDow (2001-11-19):
960
+ # I heard back from someone stationed at Thule; the time change took place
961
+ # there at 2:00 AM.
962
+
963
+ # From Paul Eggert (2006-03-22):
964
+ # From 1997 on the CIA map shows Danmarkshavn on GMT;
965
+ # the 1995 map as like Godthab.
966
+ # For lack of better info, assume they were like Godthab before 1996.
967
+ # startkart.no says Thule does not observe DST, but this is clearly an error,
968
+ # so go with Shanks & Pottenger for Thule transitions until this year.
969
+ # For 2007 on assume Thule will stay in sync with US DST rules.
970
+ #
971
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
972
+ Rule Thule 1991 1992 - Mar lastSun 2:00 1:00 D
973
+ Rule Thule 1991 1992 - Sep lastSun 2:00 0 S
974
+ Rule Thule 1993 2006 - Apr Sun>=1 2:00 1:00 D
975
+ Rule Thule 1993 2006 - Oct lastSun 2:00 0 S
976
+ Rule Thule 2007 max - Mar Sun>=8 2:00 1:00 D
977
+ Rule Thule 2007 max - Nov Sun>=1 2:00 0 S
978
+ #
979
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
980
+ Zone America/Danmarkshavn -1:14:40 - LMT 1916 Jul 28
981
+ -3:00 - WGT 1980 Apr 6 2:00
982
+ -3:00 EU WG%sT 1996
983
+ 0:00 - GMT
984
+ Zone America/Scoresbysund -1:27:52 - LMT 1916 Jul 28 # Ittoqqortoormiit
985
+ -2:00 - CGT 1980 Apr 6 2:00
986
+ -2:00 C-Eur CG%sT 1981 Mar 29
987
+ -1:00 EU EG%sT
988
+ Zone America/Godthab -3:26:56 - LMT 1916 Jul 28 # Nuuk
989
+ -3:00 - WGT 1980 Apr 6 2:00
990
+ -3:00 EU WG%sT
991
+ Zone America/Thule -4:35:08 - LMT 1916 Jul 28 # Pituffik air base
992
+ -4:00 Thule A%sT
993
+
994
+ # Estonia
995
+ # From Peter Ilieve (1994-10-15):
996
+ # A relative in Tallinn confirms the accuracy of the data for 1989 onwards
997
+ # [through 1994] and gives the legal authority for it,
998
+ # a regulation of the Government of Estonia, No. 111 of 1989....
999
+ #
1000
+ # From Peter Ilieve (1996-10-28):
1001
+ # [IATA SSIM (1992/1996) claims that the Baltic republics switch at 01:00s,
1002
+ # but a relative confirms that Estonia still switches at 02:00s, writing:]
1003
+ # ``I do not [know] exactly but there are some little different
1004
+ # (confusing) rules for International Air and Railway Transport Schedules
1005
+ # conversion in Sunday connected with end of summer time in Estonia....
1006
+ # A discussion is running about the summer time efficiency and effect on
1007
+ # human physiology. It seems that Estonia maybe will not change to
1008
+ # summer time next spring.''
1009
+
1010
+ # From Peter Ilieve (1998-11-04), heavily edited:
1011
+ # <a href="http://trip.rk.ee/cgi-bin/thw?${BASE}=akt&${OOHTML}=rtd&TA=1998&TO=1&AN=1390">
1012
+ # The 1998-09-22 Estonian time law
1013
+ # </a>
1014
+ # refers to the Eighth Directive and cites the association agreement between
1015
+ # the EU and Estonia, ratified by the Estonian law (RT II 1995, 22--27, 120).
1016
+ #
1017
+ # I also asked [my relative] whether they use any standard abbreviation
1018
+ # for their standard and summer times. He says no, they use "suveaeg"
1019
+ # (summer time) and "talveaeg" (winter time).
1020
+
1021
+ # From <a href="http://www.baltictimes.com/">The Baltic Times</a> (1999-09-09)
1022
+ # via Steffen Thorsen:
1023
+ # This year will mark the last time Estonia shifts to summer time,
1024
+ # a council of the ruling coalition announced Sept. 6....
1025
+ # But what this could mean for Estonia's chances of joining the European
1026
+ # Union are still unclear. In 1994, the EU declared summer time compulsory
1027
+ # for all member states until 2001. Brussels has yet to decide what to do
1028
+ # after that.
1029
+
1030
+ # From Mart Oruaas (2000-01-29):
1031
+ # Regulation no. 301 (1999-10-12) obsoletes previous regulation
1032
+ # no. 206 (1998-09-22) and thus sticks Estonia to +02:00 GMT for all
1033
+ # the year round. The regulation is effective 1999-11-01.
1034
+
1035
+ # From Toomas Soome (2002-02-21):
1036
+ # The Estonian government has changed once again timezone politics.
1037
+ # Now we are using again EU rules.
1038
+ #
1039
+ # From Urmet Jaanes (2002-03-28):
1040
+ # The legislative reference is Government decree No. 84 on 2002-02-21.
1041
+
1042
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
1043
+ Zone Europe/Tallinn 1:39:00 - LMT 1880
1044
+ 1:39:00 - TMT 1918 Feb # Tallinn Mean Time
1045
+ 1:00 C-Eur CE%sT 1919 Jul
1046
+ 1:39:00 - TMT 1921 May
1047
+ 2:00 - EET 1940 Aug 6
1048
+ 3:00 - MSK 1941 Sep 15
1049
+ 1:00 C-Eur CE%sT 1944 Sep 22
1050
+ 3:00 Russia MSK/MSD 1989 Mar 26 2:00s
1051
+ 2:00 1:00 EEST 1989 Sep 24 2:00s
1052
+ 2:00 C-Eur EE%sT 1998 Sep 22
1053
+ 2:00 EU EE%sT 1999 Nov 1
1054
+ 2:00 - EET 2002 Feb 21
1055
+ 2:00 EU EE%sT
1056
+
1057
+ # Finland
1058
+
1059
+ # From Hannu Strang (1994-09-25 06:03:37 UTC):
1060
+ # Well, here in Helsinki we're just changing from summer time to regular one,
1061
+ # and it's supposed to change at 4am...
1062
+
1063
+ # From Janne Snabb (2010-0715):
1064
+ #
1065
+ # I noticed that the Finland data is not accurate for years 1981 and 1982.
1066
+ # During these two first trial years the DST adjustment was made one hour
1067
+ # earlier than in forthcoming years. Starting 1983 the adjustment was made
1068
+ # according to the central European standards.
1069
+ #
1070
+ # This is documented in Heikki Oja: Aikakirja 2007, published by The Almanac
1071
+ # Office of University of Helsinki, ISBN 952-10-3221-9, available online (in
1072
+ # Finnish) at
1073
+ #
1074
+ # <a href="http://almanakka.helsinki.fi/aikakirja/Aikakirja2007kokonaan.pdf">
1075
+ # http://almanakka.helsinki.fi/aikakirja/Aikakirja2007kokonaan.pdf
1076
+ # </a>
1077
+ #
1078
+ # Page 105 (56 in PDF version) has a handy table of all past daylight savings
1079
+ # transitions. It is easy enough to interpret without Finnish skills.
1080
+ #
1081
+ # This is also confirmed by Finnish Broadcasting Company's archive at:
1082
+ #
1083
+ # <a href="http://www.yle.fi/elavaarkisto/?s=s&g=1&ag=5&t=&a=3401">
1084
+ # http://www.yle.fi/elavaarkisto/?s=s&g=1&ag=5&t=&a=3401
1085
+ # </a>
1086
+ #
1087
+ # The news clip from 1981 says that "the time between 2 and 3 o'clock does not
1088
+ # exist tonight."
1089
+
1090
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
1091
+ Rule Finland 1942 only - Apr 3 0:00 1:00 S
1092
+ Rule Finland 1942 only - Oct 3 0:00 0 -
1093
+ Rule Finland 1981 1982 - Mar lastSun 2:00 1:00 S
1094
+ Rule Finland 1981 1982 - Sep lastSun 3:00 0 -
1095
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
1096
+ Zone Europe/Helsinki 1:39:52 - LMT 1878 May 31
1097
+ 1:39:52 - HMT 1921 May # Helsinki Mean Time
1098
+ 2:00 Finland EE%sT 1983
1099
+ 2:00 EU EE%sT
1100
+
1101
+ # Aaland Is
1102
+ Link Europe/Helsinki Europe/Mariehamn
1103
+
1104
+
1105
+ # France
1106
+
1107
+ # From Ciro Discepolo (2000-12-20):
1108
+ #
1109
+ # Henri Le Corre, Regimes Horaires pour le monde entier, Editions
1110
+ # Traditionnelles - Paris 2 books, 1993
1111
+ #
1112
+ # Gabriel, Traite de l'heure dans le monde, Guy Tredaniel editeur,
1113
+ # Paris, 1991
1114
+ #
1115
+ # Francoise Gauquelin, Problemes de l'heure resolus en astrologie,
1116
+ # Guy tredaniel, Paris 1987
1117
+
1118
+
1119
+ #
1120
+ # Shank & Pottenger seem to use `24:00' ambiguously; resolve it with Whitman.
1121
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
1122
+ Rule France 1916 only - Jun 14 23:00s 1:00 S
1123
+ Rule France 1916 1919 - Oct Sun>=1 23:00s 0 -
1124
+ Rule France 1917 only - Mar 24 23:00s 1:00 S
1125
+ Rule France 1918 only - Mar 9 23:00s 1:00 S
1126
+ Rule France 1919 only - Mar 1 23:00s 1:00 S
1127
+ Rule France 1920 only - Feb 14 23:00s 1:00 S
1128
+ Rule France 1920 only - Oct 23 23:00s 0 -
1129
+ Rule France 1921 only - Mar 14 23:00s 1:00 S
1130
+ Rule France 1921 only - Oct 25 23:00s 0 -
1131
+ Rule France 1922 only - Mar 25 23:00s 1:00 S
1132
+ # DSH writes that a law of 1923-05-24 specified 3rd Sat in Apr at 23:00 to 1st
1133
+ # Sat in Oct at 24:00; and that in 1930, because of Easter, the transitions
1134
+ # were Apr 12 and Oct 5. Go with Shanks & Pottenger.
1135
+ Rule France 1922 1938 - Oct Sat>=1 23:00s 0 -
1136
+ Rule France 1923 only - May 26 23:00s 1:00 S
1137
+ Rule France 1924 only - Mar 29 23:00s 1:00 S
1138
+ Rule France 1925 only - Apr 4 23:00s 1:00 S
1139
+ Rule France 1926 only - Apr 17 23:00s 1:00 S
1140
+ Rule France 1927 only - Apr 9 23:00s 1:00 S
1141
+ Rule France 1928 only - Apr 14 23:00s 1:00 S
1142
+ Rule France 1929 only - Apr 20 23:00s 1:00 S
1143
+ Rule France 1930 only - Apr 12 23:00s 1:00 S
1144
+ Rule France 1931 only - Apr 18 23:00s 1:00 S
1145
+ Rule France 1932 only - Apr 2 23:00s 1:00 S
1146
+ Rule France 1933 only - Mar 25 23:00s 1:00 S
1147
+ Rule France 1934 only - Apr 7 23:00s 1:00 S
1148
+ Rule France 1935 only - Mar 30 23:00s 1:00 S
1149
+ Rule France 1936 only - Apr 18 23:00s 1:00 S
1150
+ Rule France 1937 only - Apr 3 23:00s 1:00 S
1151
+ Rule France 1938 only - Mar 26 23:00s 1:00 S
1152
+ Rule France 1939 only - Apr 15 23:00s 1:00 S
1153
+ Rule France 1939 only - Nov 18 23:00s 0 -
1154
+ Rule France 1940 only - Feb 25 2:00 1:00 S
1155
+ # The French rules for 1941-1944 were not used in Paris, but Shanks & Pottenger
1156
+ # write that they were used in Monaco and in many French locations.
1157
+ # Le Corre writes that the upper limit of the free zone was Arneguy, Orthez,
1158
+ # Mont-de-Marsan, Bazas, Langon, Lamotte-Montravel, Marouil, La
1159
+ # Rochefoucault, Champagne-Mouton, La Roche-Posay, La Haye-Descartes,
1160
+ # Loches, Montrichard, Vierzon, Bourges, Moulins, Digoin,
1161
+ # Paray-le-Monial, Montceau-les-Mines, Chalons-sur-Saone, Arbois,
1162
+ # Dole, Morez, St-Claude, and Collonges (Haute-Savoie).
1163
+ Rule France 1941 only - May 5 0:00 2:00 M # Midsummer
1164
+ # Shanks & Pottenger say this transition occurred at Oct 6 1:00,
1165
+ # but go with Denis Excoffier (1997-12-12),
1166
+ # who quotes the Ephemerides Astronomiques for 1998 from Bureau des Longitudes
1167
+ # as saying 5/10/41 22hUT.
1168
+ Rule France 1941 only - Oct 6 0:00 1:00 S
1169
+ Rule France 1942 only - Mar 9 0:00 2:00 M
1170
+ Rule France 1942 only - Nov 2 3:00 1:00 S
1171
+ Rule France 1943 only - Mar 29 2:00 2:00 M
1172
+ Rule France 1943 only - Oct 4 3:00 1:00 S
1173
+ Rule France 1944 only - Apr 3 2:00 2:00 M
1174
+ Rule France 1944 only - Oct 8 1:00 1:00 S
1175
+ Rule France 1945 only - Apr 2 2:00 2:00 M
1176
+ Rule France 1945 only - Sep 16 3:00 0 -
1177
+ # Shanks & Pottenger give Mar 28 2:00 and Sep 26 3:00;
1178
+ # go with Excoffier's 28/3/76 0hUT and 25/9/76 23hUT.
1179
+ Rule France 1976 only - Mar 28 1:00 1:00 S
1180
+ Rule France 1976 only - Sep 26 1:00 0 -
1181
+ # Shanks & Pottenger give 0:09:20 for Paris Mean Time, and Whitman 0:09:05,
1182
+ # but Howse quotes the actual French legislation as saying 0:09:21.
1183
+ # Go with Howse. Howse writes that the time in France was officially based
1184
+ # on PMT-0:09:21 until 1978-08-09, when the time base finally switched to UTC.
1185
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
1186
+ Zone Europe/Paris 0:09:21 - LMT 1891 Mar 15 0:01
1187
+ 0:09:21 - PMT 1911 Mar 11 0:01 # Paris MT
1188
+ # Shanks & Pottenger give 1940 Jun 14 0:00; go with Excoffier and Le Corre.
1189
+ 0:00 France WE%sT 1940 Jun 14 23:00
1190
+ # Le Corre says Paris stuck with occupied-France time after the liberation;
1191
+ # go with Shanks & Pottenger.
1192
+ 1:00 C-Eur CE%sT 1944 Aug 25
1193
+ 0:00 France WE%sT 1945 Sep 16 3:00
1194
+ 1:00 France CE%sT 1977
1195
+ 1:00 EU CE%sT
1196
+
1197
+ # Germany
1198
+
1199
+ # From Markus Kuhn (1998-09-29):
1200
+ # The German time zone web site by the Physikalisch-Technische
1201
+ # Bundesanstalt contains DST information back to 1916.
1202
+ # [See tz-link.htm for the URL.]
1203
+
1204
+ # From Joerg Schilling (2002-10-23):
1205
+ # In 1945, Berlin was switched to Moscow Summer time (GMT+4) by
1206
+ # <a href="http://www.dhm.de/lemo/html/biografien/BersarinNikolai/">
1207
+ # General [Nikolai] Bersarin</a>.
1208
+
1209
+ # From Paul Eggert (2003-03-08):
1210
+ # <a href="http://www.parlament-berlin.de/pds-fraktion.nsf/727459127c8b66ee8525662300459099/defc77cb784f180ac1256c2b0030274b/$FILE/bersarint.pdf">
1211
+ # http://www.parlament-berlin.de/pds-fraktion.nsf/727459127c8b66ee8525662300459099/defc77cb784f180ac1256c2b0030274b/$FILE/bersarint.pdf
1212
+ # </a>
1213
+ # says that Bersarin issued an order to use Moscow time on May 20.
1214
+ # However, Moscow did not observe daylight saving in 1945, so
1215
+ # this was equivalent to CEMT (GMT+3), not GMT+4.
1216
+
1217
+
1218
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
1219
+ Rule Germany 1946 only - Apr 14 2:00s 1:00 S
1220
+ Rule Germany 1946 only - Oct 7 2:00s 0 -
1221
+ Rule Germany 1947 1949 - Oct Sun>=1 2:00s 0 -
1222
+ # http://www.ptb.de/de/org/4/44/441/salt.htm says the following transition
1223
+ # occurred at 3:00 MEZ, not the 2:00 MEZ given in Shanks & Pottenger.
1224
+ # Go with the PTB.
1225
+ Rule Germany 1947 only - Apr 6 3:00s 1:00 S
1226
+ Rule Germany 1947 only - May 11 2:00s 2:00 M
1227
+ Rule Germany 1947 only - Jun 29 3:00 1:00 S
1228
+ Rule Germany 1948 only - Apr 18 2:00s 1:00 S
1229
+ Rule Germany 1949 only - Apr 10 2:00s 1:00 S
1230
+
1231
+ Rule SovietZone 1945 only - May 24 2:00 2:00 M # Midsummer
1232
+ Rule SovietZone 1945 only - Sep 24 3:00 1:00 S
1233
+ Rule SovietZone 1945 only - Nov 18 2:00s 0 -
1234
+
1235
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
1236
+ Zone Europe/Berlin 0:53:28 - LMT 1893 Apr
1237
+ 1:00 C-Eur CE%sT 1945 May 24 2:00
1238
+ 1:00 SovietZone CE%sT 1946
1239
+ 1:00 Germany CE%sT 1980
1240
+ 1:00 EU CE%sT
1241
+
1242
+ # Georgia
1243
+ # Please see the "asia" file for Asia/Tbilisi.
1244
+ # Herodotus (Histories, IV.45) says Georgia north of the Phasis (now Rioni)
1245
+ # is in Europe. Our reference location Tbilisi is in the Asian part.
1246
+
1247
+ # Gibraltar
1248
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
1249
+ Zone Europe/Gibraltar -0:21:24 - LMT 1880 Aug 2 0:00s
1250
+ 0:00 GB-Eire %s 1957 Apr 14 2:00
1251
+ 1:00 - CET 1982
1252
+ 1:00 EU CE%sT
1253
+
1254
+ # Greece
1255
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
1256
+ # Whitman gives 1932 Jul 5 - Nov 1; go with Shanks & Pottenger.
1257
+ Rule Greece 1932 only - Jul 7 0:00 1:00 S
1258
+ Rule Greece 1932 only - Sep 1 0:00 0 -
1259
+ # Whitman gives 1941 Apr 25 - ?; go with Shanks & Pottenger.
1260
+ Rule Greece 1941 only - Apr 7 0:00 1:00 S
1261
+ # Whitman gives 1942 Feb 2 - ?; go with Shanks & Pottenger.
1262
+ Rule Greece 1942 only - Nov 2 3:00 0 -
1263
+ Rule Greece 1943 only - Mar 30 0:00 1:00 S
1264
+ Rule Greece 1943 only - Oct 4 0:00 0 -
1265
+ # Whitman gives 1944 Oct 3 - Oct 31; go with Shanks & Pottenger.
1266
+ Rule Greece 1952 only - Jul 1 0:00 1:00 S
1267
+ Rule Greece 1952 only - Nov 2 0:00 0 -
1268
+ Rule Greece 1975 only - Apr 12 0:00s 1:00 S
1269
+ Rule Greece 1975 only - Nov 26 0:00s 0 -
1270
+ Rule Greece 1976 only - Apr 11 2:00s 1:00 S
1271
+ Rule Greece 1976 only - Oct 10 2:00s 0 -
1272
+ Rule Greece 1977 1978 - Apr Sun>=1 2:00s 1:00 S
1273
+ Rule Greece 1977 only - Sep 26 2:00s 0 -
1274
+ Rule Greece 1978 only - Sep 24 4:00 0 -
1275
+ Rule Greece 1979 only - Apr 1 9:00 1:00 S
1276
+ Rule Greece 1979 only - Sep 29 2:00 0 -
1277
+ Rule Greece 1980 only - Apr 1 0:00 1:00 S
1278
+ Rule Greece 1980 only - Sep 28 0:00 0 -
1279
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
1280
+ Zone Europe/Athens 1:34:52 - LMT 1895 Sep 14
1281
+ 1:34:52 - AMT 1916 Jul 28 0:01 # Athens MT
1282
+ 2:00 Greece EE%sT 1941 Apr 30
1283
+ 1:00 Greece CE%sT 1944 Apr 4
1284
+ 2:00 Greece EE%sT 1981
1285
+ # Shanks & Pottenger say it switched to C-Eur in 1981;
1286
+ # go with EU instead, since Greece joined it on Jan 1.
1287
+ 2:00 EU EE%sT
1288
+
1289
+ # Hungary
1290
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
1291
+ Rule Hungary 1918 only - Apr 1 3:00 1:00 S
1292
+ Rule Hungary 1918 only - Sep 29 3:00 0 -
1293
+ Rule Hungary 1919 only - Apr 15 3:00 1:00 S
1294
+ Rule Hungary 1919 only - Sep 15 3:00 0 -
1295
+ Rule Hungary 1920 only - Apr 5 3:00 1:00 S
1296
+ Rule Hungary 1920 only - Sep 30 3:00 0 -
1297
+ Rule Hungary 1945 only - May 1 23:00 1:00 S
1298
+ Rule Hungary 1945 only - Nov 3 0:00 0 -
1299
+ Rule Hungary 1946 only - Mar 31 2:00s 1:00 S
1300
+ Rule Hungary 1946 1949 - Oct Sun>=1 2:00s 0 -
1301
+ Rule Hungary 1947 1949 - Apr Sun>=4 2:00s 1:00 S
1302
+ Rule Hungary 1950 only - Apr 17 2:00s 1:00 S
1303
+ Rule Hungary 1950 only - Oct 23 2:00s 0 -
1304
+ Rule Hungary 1954 1955 - May 23 0:00 1:00 S
1305
+ Rule Hungary 1954 1955 - Oct 3 0:00 0 -
1306
+ Rule Hungary 1956 only - Jun Sun>=1 0:00 1:00 S
1307
+ Rule Hungary 1956 only - Sep lastSun 0:00 0 -
1308
+ Rule Hungary 1957 only - Jun Sun>=1 1:00 1:00 S
1309
+ Rule Hungary 1957 only - Sep lastSun 3:00 0 -
1310
+ Rule Hungary 1980 only - Apr 6 1:00 1:00 S
1311
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
1312
+ Zone Europe/Budapest 1:16:20 - LMT 1890 Oct
1313
+ 1:00 C-Eur CE%sT 1918
1314
+ 1:00 Hungary CE%sT 1941 Apr 6 2:00
1315
+ 1:00 C-Eur CE%sT 1945
1316
+ 1:00 Hungary CE%sT 1980 Sep 28 2:00s
1317
+ 1:00 EU CE%sT
1318
+
1319
+ # Iceland
1320
+ #
1321
+ # From Adam David (1993-11-06):
1322
+ # The name of the timezone in Iceland for system / mail / news purposes is GMT.
1323
+ #
1324
+ # (1993-12-05):
1325
+ # This material is paraphrased from the 1988 edition of the University of
1326
+ # Iceland Almanak.
1327
+ #
1328
+ # From January 1st, 1908 the whole of Iceland was standardised at 1 hour
1329
+ # behind GMT. Previously, local mean solar time was used in different parts
1330
+ # of Iceland, the almanak had been based on Reykjavik mean solar time which
1331
+ # was 1 hour and 28 minutes behind GMT.
1332
+ #
1333
+ # "first day of winter" referred to [below] means the first day of the 26 weeks
1334
+ # of winter, according to the old icelandic calendar that dates back to the
1335
+ # time the norsemen first settled Iceland. The first day of winter is always
1336
+ # Saturday, but is not dependent on the Julian or Gregorian calendars.
1337
+ #
1338
+ # (1993-12-10):
1339
+ # I have a reference from the Oxford Icelandic-English dictionary for the
1340
+ # beginning of winter, which ties it to the ecclesiastical calendar (and thus
1341
+ # to the julian/gregorian calendar) over the period in question.
1342
+ # the winter begins on the Saturday next before St. Luke's day
1343
+ # (old style), or on St. Luke's day, if a Saturday.
1344
+ # St. Luke's day ought to be traceable from ecclesiastical sources. "old style"
1345
+ # might be a reference to the Julian calendar as opposed to Gregorian, or it
1346
+ # might mean something else (???).
1347
+ #
1348
+ # From Paul Eggert (2006-03-22):
1349
+ # The Iceland Almanak, Shanks & Pottenger, and Whitman disagree on many points.
1350
+ # We go with the Almanak, except for one claim from Shanks & Pottenger, namely
1351
+ # that Reykavik was 21W57 from 1837 to 1908, local mean time before that.
1352
+ #
1353
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
1354
+ Rule Iceland 1917 1918 - Feb 19 23:00 1:00 S
1355
+ Rule Iceland 1917 only - Oct 21 1:00 0 -
1356
+ Rule Iceland 1918 only - Nov 16 1:00 0 -
1357
+ Rule Iceland 1939 only - Apr 29 23:00 1:00 S
1358
+ Rule Iceland 1939 only - Nov 29 2:00 0 -
1359
+ Rule Iceland 1940 only - Feb 25 2:00 1:00 S
1360
+ Rule Iceland 1940 only - Nov 3 2:00 0 -
1361
+ Rule Iceland 1941 only - Mar 2 1:00s 1:00 S
1362
+ Rule Iceland 1941 only - Nov 2 1:00s 0 -
1363
+ Rule Iceland 1942 only - Mar 8 1:00s 1:00 S
1364
+ Rule Iceland 1942 only - Oct 25 1:00s 0 -
1365
+ # 1943-1946 - first Sunday in March until first Sunday in winter
1366
+ Rule Iceland 1943 1946 - Mar Sun>=1 1:00s 1:00 S
1367
+ Rule Iceland 1943 1948 - Oct Sun>=22 1:00s 0 -
1368
+ # 1947-1967 - first Sunday in April until first Sunday in winter
1369
+ Rule Iceland 1947 1967 - Apr Sun>=1 1:00s 1:00 S
1370
+ # 1949 Oct transition delayed by 1 week
1371
+ Rule Iceland 1949 only - Oct 30 1:00s 0 -
1372
+ Rule Iceland 1950 1966 - Oct Sun>=22 1:00s 0 -
1373
+ Rule Iceland 1967 only - Oct 29 1:00s 0 -
1374
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
1375
+ Zone Atlantic/Reykjavik -1:27:24 - LMT 1837
1376
+ -1:27:48 - RMT 1908 # Reykjavik Mean Time?
1377
+ -1:00 Iceland IS%sT 1968 Apr 7 1:00s
1378
+ 0:00 - GMT
1379
+
1380
+ # Italy
1381
+ #
1382
+ # From Paul Eggert (2001-03-06):
1383
+ # Sicily and Sardinia each had their own time zones from 1866 to 1893,
1384
+ # called Palermo Time (+00:53:28) and Cagliari Time (+00:36:32).
1385
+ # During World War II, German-controlled Italy used German time.
1386
+ # But these events all occurred before the 1970 cutoff,
1387
+ # so record only the time in Rome.
1388
+ #
1389
+ # From Paul Eggert (2006-03-22):
1390
+ # For Italian DST we have three sources: Shanks & Pottenger, Whitman, and
1391
+ # F. Pollastri
1392
+ # <a href="http://toi.iriti.cnr.it/uk/ienitlt.html">
1393
+ # Day-light Saving Time in Italy (2006-02-03)
1394
+ # </a>
1395
+ # (`FP' below), taken from an Italian National Electrotechnical Institute
1396
+ # publication. When the three sources disagree, guess who's right, as follows:
1397
+ #
1398
+ # year FP Shanks&P. (S) Whitman (W) Go with:
1399
+ # 1916 06-03 06-03 24:00 06-03 00:00 FP & W
1400
+ # 09-30 09-30 24:00 09-30 01:00 FP; guess 24:00s
1401
+ # 1917 04-01 03-31 24:00 03-31 00:00 FP & S
1402
+ # 09-30 09-29 24:00 09-30 01:00 FP & W
1403
+ # 1918 03-09 03-09 24:00 03-09 00:00 FP & S
1404
+ # 10-06 10-05 24:00 10-06 01:00 FP & W
1405
+ # 1919 03-01 03-01 24:00 03-01 00:00 FP & S
1406
+ # 10-04 10-04 24:00 10-04 01:00 FP; guess 24:00s
1407
+ # 1920 03-20 03-20 24:00 03-20 00:00 FP & S
1408
+ # 09-18 09-18 24:00 10-01 01:00 FP; guess 24:00s
1409
+ # 1944 04-02 04-03 02:00 S (see C-Eur)
1410
+ # 09-16 10-02 03:00 FP; guess 24:00s
1411
+ # 1945 09-14 09-16 24:00 FP; guess 24:00s
1412
+ # 1970 05-21 05-31 00:00 S
1413
+ # 09-20 09-27 00:00 S
1414
+ #
1415
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
1416
+ Rule Italy 1916 only - Jun 3 0:00s 1:00 S
1417
+ Rule Italy 1916 only - Oct 1 0:00s 0 -
1418
+ Rule Italy 1917 only - Apr 1 0:00s 1:00 S
1419
+ Rule Italy 1917 only - Sep 30 0:00s 0 -
1420
+ Rule Italy 1918 only - Mar 10 0:00s 1:00 S
1421
+ Rule Italy 1918 1919 - Oct Sun>=1 0:00s 0 -
1422
+ Rule Italy 1919 only - Mar 2 0:00s 1:00 S
1423
+ Rule Italy 1920 only - Mar 21 0:00s 1:00 S
1424
+ Rule Italy 1920 only - Sep 19 0:00s 0 -
1425
+ Rule Italy 1940 only - Jun 15 0:00s 1:00 S
1426
+ Rule Italy 1944 only - Sep 17 0:00s 0 -
1427
+ Rule Italy 1945 only - Apr 2 2:00 1:00 S
1428
+ Rule Italy 1945 only - Sep 15 0:00s 0 -
1429
+ Rule Italy 1946 only - Mar 17 2:00s 1:00 S
1430
+ Rule Italy 1946 only - Oct 6 2:00s 0 -
1431
+ Rule Italy 1947 only - Mar 16 0:00s 1:00 S
1432
+ Rule Italy 1947 only - Oct 5 0:00s 0 -
1433
+ Rule Italy 1948 only - Feb 29 2:00s 1:00 S
1434
+ Rule Italy 1948 only - Oct 3 2:00s 0 -
1435
+ Rule Italy 1966 1968 - May Sun>=22 0:00 1:00 S
1436
+ Rule Italy 1966 1969 - Sep Sun>=22 0:00 0 -
1437
+ Rule Italy 1969 only - Jun 1 0:00 1:00 S
1438
+ Rule Italy 1970 only - May 31 0:00 1:00 S
1439
+ Rule Italy 1970 only - Sep lastSun 0:00 0 -
1440
+ Rule Italy 1971 1972 - May Sun>=22 0:00 1:00 S
1441
+ Rule Italy 1971 only - Sep lastSun 1:00 0 -
1442
+ Rule Italy 1972 only - Oct 1 0:00 0 -
1443
+ Rule Italy 1973 only - Jun 3 0:00 1:00 S
1444
+ Rule Italy 1973 1974 - Sep lastSun 0:00 0 -
1445
+ Rule Italy 1974 only - May 26 0:00 1:00 S
1446
+ Rule Italy 1975 only - Jun 1 0:00s 1:00 S
1447
+ Rule Italy 1975 1977 - Sep lastSun 0:00s 0 -
1448
+ Rule Italy 1976 only - May 30 0:00s 1:00 S
1449
+ Rule Italy 1977 1979 - May Sun>=22 0:00s 1:00 S
1450
+ Rule Italy 1978 only - Oct 1 0:00s 0 -
1451
+ Rule Italy 1979 only - Sep 30 0:00s 0 -
1452
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
1453
+ Zone Europe/Rome 0:49:56 - LMT 1866 Sep 22
1454
+ 0:49:56 - RMT 1893 Nov 1 0:00s # Rome Mean
1455
+ 1:00 Italy CE%sT 1942 Nov 2 2:00s
1456
+ 1:00 C-Eur CE%sT 1944 Jul
1457
+ 1:00 Italy CE%sT 1980
1458
+ 1:00 EU CE%sT
1459
+
1460
+ Link Europe/Rome Europe/Vatican
1461
+ Link Europe/Rome Europe/San_Marino
1462
+
1463
+ # Latvia
1464
+
1465
+ # From Liene Kanepe (1998-09-17):
1466
+
1467
+ # I asked about this matter Scientific Secretary of the Institute of Astronomy
1468
+ # of The University of Latvia Dr. paed Mr. Ilgonis Vilks. I also searched the
1469
+ # correct data in juridical acts and I found some juridical documents about
1470
+ # changes in the counting of time in Latvia from 1981....
1471
+ #
1472
+ # Act No.35 of the Council of Ministers of Latvian SSR of 1981-01-22 ...
1473
+ # according to the Act No.925 of the Council of Ministers of USSR of 1980-10-24
1474
+ # ...: all year round the time of 2nd time zone + 1 hour, in addition turning
1475
+ # the hands of the clock 1 hour forward on 1 April at 00:00 (GMT 31 March 21:00)
1476
+ # and 1 hour backward on the 1 October at 00:00 (GMT 30 September 20:00).
1477
+ #
1478
+ # Act No.592 of the Council of Ministers of Latvian SSR of 1984-09-24 ...
1479
+ # according to the Act No.967 of the Council of Ministers of USSR of 1984-09-13
1480
+ # ...: all year round the time of 2nd time zone + 1 hour, in addition turning
1481
+ # the hands of the clock 1 hour forward on the last Sunday of March at 02:00
1482
+ # (GMT 23:00 on the previous day) and 1 hour backward on the last Sunday of
1483
+ # September at 03:00 (GMT 23:00 on the previous day).
1484
+ #
1485
+ # Act No.81 of the Council of Ministers of Latvian SSR of 1989-03-22 ...
1486
+ # according to the Act No.227 of the Council of Ministers of USSR of 1989-03-14
1487
+ # ...: since the last Sunday of March 1989 in Lithuanian SSR, Latvian SSR,
1488
+ # Estonian SSR and Kaliningrad region of Russian Federation all year round the
1489
+ # time of 2nd time zone (Moscow time minus one hour). On the territory of Latvia
1490
+ # transition to summer time is performed on the last Sunday of March at 02:00
1491
+ # (GMT 00:00), turning the hands of the clock 1 hour forward. The end of
1492
+ # daylight saving time is performed on the last Sunday of September at 03:00
1493
+ # (GMT 00:00), turning the hands of the clock 1 hour backward. Exception is
1494
+ # 1989-03-26, when we must not turn the hands of the clock....
1495
+ #
1496
+ # The Regulations of the Cabinet of Ministers of the Republic of Latvia of
1497
+ # 1997-01-21 on transition to Summer time ... established the same order of
1498
+ # daylight savings time settings as in the States of the European Union.
1499
+
1500
+ # From Andrei Ivanov (2000-03-06):
1501
+ # This year Latvia will not switch to Daylight Savings Time (as specified in
1502
+ # <a href="http://www.lv-laiks.lv/wwwraksti/2000/071072/vd4.htm">
1503
+ # The Regulations of the Cabinet of Ministers of the Rep. of Latvia of
1504
+ # 29-Feb-2000 (#79)</a>, in Latvian for subscribers only).
1505
+
1506
+ # <a href="http://www.rferl.org/newsline/2001/01/3-CEE/cee-030101.html">
1507
+ # From RFE/RL Newsline (2001-01-03), noted after a heads-up by Rives McDow:
1508
+ # </a>
1509
+ # The Latvian government on 2 January decided that the country will
1510
+ # institute daylight-saving time this spring, LETA reported.
1511
+ # Last February the three Baltic states decided not to turn back their
1512
+ # clocks one hour in the spring....
1513
+ # Minister of Economy Aigars Kalvitis noted that Latvia had too few
1514
+ # daylight hours and thus decided to comply with a draft European
1515
+ # Commission directive that provides for instituting daylight-saving
1516
+ # time in EU countries between 2002 and 2006. The Latvian government
1517
+ # urged Lithuania and Estonia to adopt a similar time policy, but it
1518
+ # appears that they will not do so....
1519
+
1520
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
1521
+ Rule Latvia 1989 1996 - Mar lastSun 2:00s 1:00 S
1522
+ Rule Latvia 1989 1996 - Sep lastSun 2:00s 0 -
1523
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
1524
+ Zone Europe/Riga 1:36:24 - LMT 1880
1525
+ 1:36:24 - RMT 1918 Apr 15 2:00 #Riga Mean Time
1526
+ 1:36:24 1:00 LST 1918 Sep 16 3:00 #Latvian Summer
1527
+ 1:36:24 - RMT 1919 Apr 1 2:00
1528
+ 1:36:24 1:00 LST 1919 May 22 3:00
1529
+ 1:36:24 - RMT 1926 May 11
1530
+ 2:00 - EET 1940 Aug 5
1531
+ 3:00 - MSK 1941 Jul
1532
+ 1:00 C-Eur CE%sT 1944 Oct 13
1533
+ 3:00 Russia MSK/MSD 1989 Mar lastSun 2:00s
1534
+ 2:00 1:00 EEST 1989 Sep lastSun 2:00s
1535
+ 2:00 Latvia EE%sT 1997 Jan 21
1536
+ 2:00 EU EE%sT 2000 Feb 29
1537
+ 2:00 - EET 2001 Jan 2
1538
+ 2:00 EU EE%sT
1539
+
1540
+ # Liechtenstein
1541
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
1542
+ Zone Europe/Vaduz 0:38:04 - LMT 1894 Jun
1543
+ 1:00 - CET 1981
1544
+ 1:00 EU CE%sT
1545
+
1546
+ # Lithuania
1547
+
1548
+ # From Paul Eggert (1996-11-22):
1549
+ # IATA SSIM (1992/1996) says Lithuania uses W-Eur rules, but since it is
1550
+ # known to be wrong about Estonia and Latvia, assume it's wrong here too.
1551
+
1552
+ # From Marius Gedminas (1998-08-07):
1553
+ # I would like to inform that in this year Lithuanian time zone
1554
+ # (Europe/Vilnius) was changed.
1555
+
1556
+ # From <a href="http://www.elta.lt/">ELTA</a> No. 972 (2582) (1999-09-29),
1557
+ # via Steffen Thorsen:
1558
+ # Lithuania has shifted back to the second time zone (GMT plus two hours)
1559
+ # to be valid here starting from October 31,
1560
+ # as decided by the national government on Wednesday....
1561
+ # The Lithuanian government also announced plans to consider a
1562
+ # motion to give up shifting to summer time in spring, as it was
1563
+ # already done by Estonia.
1564
+
1565
+ # From the <a href="http://www.tourism.lt/informa/ff.htm">
1566
+ # Fact File, Lithuanian State Department of Tourism
1567
+ # </a> (2000-03-27): Local time is GMT+2 hours ..., no daylight saving.
1568
+
1569
+ # From a user via Klaus Marten (2003-02-07):
1570
+ # As a candidate for membership of the European Union, Lithuania will
1571
+ # observe Summer Time in 2003, changing its clocks at the times laid
1572
+ # down in EU Directive 2000/84 of 19.I.01 (i.e. at the same times as its
1573
+ # neighbour Latvia). The text of the Lithuanian government Order of
1574
+ # 7.XI.02 to this effect can be found at
1575
+ # http://www.lrvk.lt/nut/11/n1749.htm
1576
+
1577
+
1578
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
1579
+ Zone Europe/Vilnius 1:41:16 - LMT 1880
1580
+ 1:24:00 - WMT 1917 # Warsaw Mean Time
1581
+ 1:35:36 - KMT 1919 Oct 10 # Kaunas Mean Time
1582
+ 1:00 - CET 1920 Jul 12
1583
+ 2:00 - EET 1920 Oct 9
1584
+ 1:00 - CET 1940 Aug 3
1585
+ 3:00 - MSK 1941 Jun 24
1586
+ 1:00 C-Eur CE%sT 1944 Aug
1587
+ 3:00 Russia MSK/MSD 1991 Mar 31 2:00s
1588
+ 2:00 1:00 EEST 1991 Sep 29 2:00s
1589
+ 2:00 C-Eur EE%sT 1998
1590
+ 2:00 - EET 1998 Mar 29 1:00u
1591
+ 1:00 EU CE%sT 1999 Oct 31 1:00u
1592
+ 2:00 - EET 2003 Jan 1
1593
+ 2:00 EU EE%sT
1594
+
1595
+ # Luxembourg
1596
+ # Whitman disagrees with most of these dates in minor ways;
1597
+ # go with Shanks & Pottenger.
1598
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
1599
+ Rule Lux 1916 only - May 14 23:00 1:00 S
1600
+ Rule Lux 1916 only - Oct 1 1:00 0 -
1601
+ Rule Lux 1917 only - Apr 28 23:00 1:00 S
1602
+ Rule Lux 1917 only - Sep 17 1:00 0 -
1603
+ Rule Lux 1918 only - Apr Mon>=15 2:00s 1:00 S
1604
+ Rule Lux 1918 only - Sep Mon>=15 2:00s 0 -
1605
+ Rule Lux 1919 only - Mar 1 23:00 1:00 S
1606
+ Rule Lux 1919 only - Oct 5 3:00 0 -
1607
+ Rule Lux 1920 only - Feb 14 23:00 1:00 S
1608
+ Rule Lux 1920 only - Oct 24 2:00 0 -
1609
+ Rule Lux 1921 only - Mar 14 23:00 1:00 S
1610
+ Rule Lux 1921 only - Oct 26 2:00 0 -
1611
+ Rule Lux 1922 only - Mar 25 23:00 1:00 S
1612
+ Rule Lux 1922 only - Oct Sun>=2 1:00 0 -
1613
+ Rule Lux 1923 only - Apr 21 23:00 1:00 S
1614
+ Rule Lux 1923 only - Oct Sun>=2 2:00 0 -
1615
+ Rule Lux 1924 only - Mar 29 23:00 1:00 S
1616
+ Rule Lux 1924 1928 - Oct Sun>=2 1:00 0 -
1617
+ Rule Lux 1925 only - Apr 5 23:00 1:00 S
1618
+ Rule Lux 1926 only - Apr 17 23:00 1:00 S
1619
+ Rule Lux 1927 only - Apr 9 23:00 1:00 S
1620
+ Rule Lux 1928 only - Apr 14 23:00 1:00 S
1621
+ Rule Lux 1929 only - Apr 20 23:00 1:00 S
1622
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
1623
+ Zone Europe/Luxembourg 0:24:36 - LMT 1904 Jun
1624
+ 1:00 Lux CE%sT 1918 Nov 25
1625
+ 0:00 Lux WE%sT 1929 Oct 6 2:00s
1626
+ 0:00 Belgium WE%sT 1940 May 14 3:00
1627
+ 1:00 C-Eur WE%sT 1944 Sep 18 3:00
1628
+ 1:00 Belgium CE%sT 1977
1629
+ 1:00 EU CE%sT
1630
+
1631
+ # Macedonia
1632
+ # see Serbia
1633
+
1634
+ # Malta
1635
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
1636
+ Rule Malta 1973 only - Mar 31 0:00s 1:00 S
1637
+ Rule Malta 1973 only - Sep 29 0:00s 0 -
1638
+ Rule Malta 1974 only - Apr 21 0:00s 1:00 S
1639
+ Rule Malta 1974 only - Sep 16 0:00s 0 -
1640
+ Rule Malta 1975 1979 - Apr Sun>=15 2:00 1:00 S
1641
+ Rule Malta 1975 1980 - Sep Sun>=15 2:00 0 -
1642
+ Rule Malta 1980 only - Mar 31 2:00 1:00 S
1643
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
1644
+ Zone Europe/Malta 0:58:04 - LMT 1893 Nov 2 0:00s # Valletta
1645
+ 1:00 Italy CE%sT 1942 Nov 2 2:00s
1646
+ 1:00 C-Eur CE%sT 1945 Apr 2 2:00s
1647
+ 1:00 Italy CE%sT 1973 Mar 31
1648
+ 1:00 Malta CE%sT 1981
1649
+ 1:00 EU CE%sT
1650
+
1651
+ # Moldova
1652
+
1653
+ # From Paul Eggert (2006-03-22):
1654
+ # A previous version of this database followed Shanks & Pottenger, who write
1655
+ # that Tiraspol switched to Moscow time on 1992-01-19 at 02:00.
1656
+ # However, this is most likely an error, as Moldova declared independence
1657
+ # on 1991-08-27 (the 1992-01-19 date is that of a Russian decree).
1658
+ # In early 1992 there was large-scale interethnic violence in the area
1659
+ # and it's possible that some Russophones continued to observe Moscow time.
1660
+ # But [two people] separately reported via
1661
+ # Jesper Norgaard that as of 2001-01-24 Tiraspol was like Chisinau.
1662
+ # The Tiraspol entry has therefore been removed for now.
1663
+ #
1664
+ # From Alexander Krivenyshev (2011-10-17):
1665
+ # Pridnestrovian Moldavian Republic (PMR, also known as
1666
+ # "Pridnestrovie") has abolished seasonal clock change (no transition
1667
+ # to the Winter Time).
1668
+ #
1669
+ # News (in Russian):
1670
+ # <a href="http://www.kyivpost.ua/russia/news/pridnestrove-otkazalos-ot-perehoda-na-zimnee-vremya-30954.html">
1671
+ # http://www.kyivpost.ua/russia/news/pridnestrove-otkazalos-ot-perehoda-na-zimnee-vremya-30954.html
1672
+ # </a>
1673
+ #
1674
+ # <a href="http://www.allmoldova.com/moldova-news/1249064116.html">
1675
+ # http://www.allmoldova.com/moldova-news/1249064116.html
1676
+ # </a>
1677
+ #
1678
+ # The substance of this change (reinstatement of the Tiraspol entry)
1679
+ # is from a patch from Petr Machata (2011-10-17)
1680
+ #
1681
+ # From Tim Parenti (2011-10-19)
1682
+ # In addition, being situated at +4651+2938 would give Tiraspol
1683
+ # a pre-1880 LMT offset of 1:58:32.
1684
+ #
1685
+ # (which agrees with the earlier entry that had been removed)
1686
+ #
1687
+ # From Alexander Krivenyshev (2011-10-26)
1688
+ # NO need to divide Moldova into two timezones at this point.
1689
+ # As of today, Transnistria (Pridnestrovie)- Tiraspol reversed its own
1690
+ # decision to abolish DST this winter.
1691
+ # Following Moldova and neighboring Ukraine- Transnistria (Pridnestrovie)-
1692
+ # Tiraspol will go back to winter time on October 30, 2011.
1693
+ # News from Moldova (in russian):
1694
+ # <a href="http://ru.publika.md/link_317061.html">
1695
+ # http://ru.publika.md/link_317061.html
1696
+ # </a>
1697
+
1698
+
1699
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
1700
+ Zone Europe/Chisinau 1:55:20 - LMT 1880
1701
+ 1:55 - CMT 1918 Feb 15 # Chisinau MT
1702
+ 1:44:24 - BMT 1931 Jul 24 # Bucharest MT
1703
+ 2:00 Romania EE%sT 1940 Aug 15
1704
+ 2:00 1:00 EEST 1941 Jul 17
1705
+ 1:00 C-Eur CE%sT 1944 Aug 24
1706
+ 3:00 Russia MSK/MSD 1990
1707
+ 3:00 - MSK 1990 May 6
1708
+ 2:00 - EET 1991
1709
+ 2:00 Russia EE%sT 1992
1710
+ 2:00 E-Eur EE%sT 1997
1711
+ # See Romania commentary for the guessed 1997 transition to EU rules.
1712
+ 2:00 EU EE%sT
1713
+
1714
+ # Monaco
1715
+ # Shanks & Pottenger give 0:09:20 for Paris Mean Time; go with Howse's
1716
+ # more precise 0:09:21.
1717
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
1718
+ Zone Europe/Monaco 0:29:32 - LMT 1891 Mar 15
1719
+ 0:09:21 - PMT 1911 Mar 11 # Paris Mean Time
1720
+ 0:00 France WE%sT 1945 Sep 16 3:00
1721
+ 1:00 France CE%sT 1977
1722
+ 1:00 EU CE%sT
1723
+
1724
+ # Montenegro
1725
+ # see Serbia
1726
+
1727
+ # Netherlands
1728
+
1729
+ # Howse writes that the Netherlands' railways used GMT between 1892 and 1940,
1730
+ # but for other purposes the Netherlands used Amsterdam mean time.
1731
+
1732
+ # However, Robert H. van Gent writes (2001-04-01):
1733
+ # Howse's statement is only correct up to 1909. From 1909-05-01 (00:00:00
1734
+ # Amsterdam mean time) onwards, the whole of the Netherlands (including
1735
+ # the Dutch railways) was required by law to observe Amsterdam mean time
1736
+ # (19 minutes 32.13 seconds ahead of GMT). This had already been the
1737
+ # common practice (except for the railways) for many decades but it was
1738
+ # not until 1909 when the Dutch government finally defined this by law.
1739
+ # On 1937-07-01 this was changed to 20 minutes (exactly) ahead of GMT and
1740
+ # was generally known as Dutch Time ("Nederlandse Tijd").
1741
+ #
1742
+ # (2001-04-08):
1743
+ # 1892-05-01 was the date when the Dutch railways were by law required to
1744
+ # observe GMT while the remainder of the Netherlands adhered to the common
1745
+ # practice of following Amsterdam mean time.
1746
+ #
1747
+ # (2001-04-09):
1748
+ # In 1835 the authorities of the province of North Holland requested the
1749
+ # municipal authorities of the towns and cities in the province to observe
1750
+ # Amsterdam mean time but I do not know in how many cases this request was
1751
+ # actually followed.
1752
+ #
1753
+ # From 1852 onwards the Dutch telegraph offices were by law required to
1754
+ # observe Amsterdam mean time. As the time signals from the observatory of
1755
+ # Leiden were also distributed by the telegraph system, I assume that most
1756
+ # places linked up with the telegraph (and railway) system automatically
1757
+ # adopted Amsterdam mean time.
1758
+ #
1759
+ # Although the early Dutch railway companies initially observed a variety
1760
+ # of times, most of them had adopted Amsterdam mean time by 1858 but it
1761
+ # was not until 1866 when they were all required by law to observe
1762
+ # Amsterdam mean time.
1763
+
1764
+ # The data before 1945 are taken from
1765
+ # <http://www.phys.uu.nl/~vgent/wettijd/wettijd.htm>.
1766
+
1767
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
1768
+ Rule Neth 1916 only - May 1 0:00 1:00 NST # Netherlands Summer Time
1769
+ Rule Neth 1916 only - Oct 1 0:00 0 AMT # Amsterdam Mean Time
1770
+ Rule Neth 1917 only - Apr 16 2:00s 1:00 NST
1771
+ Rule Neth 1917 only - Sep 17 2:00s 0 AMT
1772
+ Rule Neth 1918 1921 - Apr Mon>=1 2:00s 1:00 NST
1773
+ Rule Neth 1918 1921 - Sep lastMon 2:00s 0 AMT
1774
+ Rule Neth 1922 only - Mar lastSun 2:00s 1:00 NST
1775
+ Rule Neth 1922 1936 - Oct Sun>=2 2:00s 0 AMT
1776
+ Rule Neth 1923 only - Jun Fri>=1 2:00s 1:00 NST
1777
+ Rule Neth 1924 only - Mar lastSun 2:00s 1:00 NST
1778
+ Rule Neth 1925 only - Jun Fri>=1 2:00s 1:00 NST
1779
+ # From 1926 through 1939 DST began 05-15, except that it was delayed by a week
1780
+ # in years when 05-15 fell in the Pentecost weekend.
1781
+ Rule Neth 1926 1931 - May 15 2:00s 1:00 NST
1782
+ Rule Neth 1932 only - May 22 2:00s 1:00 NST
1783
+ Rule Neth 1933 1936 - May 15 2:00s 1:00 NST
1784
+ Rule Neth 1937 only - May 22 2:00s 1:00 NST
1785
+ Rule Neth 1937 only - Jul 1 0:00 1:00 S
1786
+ Rule Neth 1937 1939 - Oct Sun>=2 2:00s 0 -
1787
+ Rule Neth 1938 1939 - May 15 2:00s 1:00 S
1788
+ Rule Neth 1945 only - Apr 2 2:00s 1:00 S
1789
+ Rule Neth 1945 only - Sep 16 2:00s 0 -
1790
+ #
1791
+ # Amsterdam Mean Time was +00:19:32.13 exactly, but the .13 is omitted
1792
+ # below because the current format requires GMTOFF to be an integer.
1793
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
1794
+ Zone Europe/Amsterdam 0:19:32 - LMT 1835
1795
+ 0:19:32 Neth %s 1937 Jul 1
1796
+ 0:20 Neth NE%sT 1940 May 16 0:00 # Dutch Time
1797
+ 1:00 C-Eur CE%sT 1945 Apr 2 2:00
1798
+ 1:00 Neth CE%sT 1977
1799
+ 1:00 EU CE%sT
1800
+
1801
+ # Norway
1802
+ # http://met.no/met/met_lex/q_u/sommertid.html (2004-01) agrees with Shanks &
1803
+ # Pottenger.
1804
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
1805
+ Rule Norway 1916 only - May 22 1:00 1:00 S
1806
+ Rule Norway 1916 only - Sep 30 0:00 0 -
1807
+ Rule Norway 1945 only - Apr 2 2:00s 1:00 S
1808
+ Rule Norway 1945 only - Oct 1 2:00s 0 -
1809
+ Rule Norway 1959 1964 - Mar Sun>=15 2:00s 1:00 S
1810
+ Rule Norway 1959 1965 - Sep Sun>=15 2:00s 0 -
1811
+ Rule Norway 1965 only - Apr 25 2:00s 1:00 S
1812
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
1813
+ Zone Europe/Oslo 0:43:00 - LMT 1895 Jan 1
1814
+ 1:00 Norway CE%sT 1940 Aug 10 23:00
1815
+ 1:00 C-Eur CE%sT 1945 Apr 2 2:00
1816
+ 1:00 Norway CE%sT 1980
1817
+ 1:00 EU CE%sT
1818
+
1819
+ # Svalbard & Jan Mayen
1820
+
1821
+ # From Steffen Thorsen (2001-05-01):
1822
+ # Although I could not find it explicitly, it seems that Jan Mayen and
1823
+ # Svalbard have been using the same time as Norway at least since the
1824
+ # time they were declared as parts of Norway. Svalbard was declared
1825
+ # as a part of Norway by law of 1925-07-17 no 11, section 4 and Jan
1826
+ # Mayen by law of 1930-02-27 no 2, section 2. (From
1827
+ # http://www.lovdata.no/all/nl-19250717-011.html and
1828
+ # http://www.lovdata.no/all/nl-19300227-002.html). The law/regulation
1829
+ # for normal/standard time in Norway is from 1894-06-29 no 1 (came
1830
+ # into operation on 1895-01-01) and Svalbard/Jan Mayen seem to be a
1831
+ # part of this law since 1925/1930. (From
1832
+ # http://www.lovdata.no/all/nl-18940629-001.html ) I have not been
1833
+ # able to find if Jan Mayen used a different time zone (e.g. -0100)
1834
+ # before 1930. Jan Mayen has only been "inhabitated" since 1921 by
1835
+ # Norwegian meteorologists and maybe used the same time as Norway ever
1836
+ # since 1921. Svalbard (Arctic/Longyearbyen) has been inhabited since
1837
+ # before 1895, and therefore probably changed the local time somewhere
1838
+ # between 1895 and 1925 (inclusive).
1839
+
1840
+ # From Paul Eggert (2001-05-01):
1841
+ #
1842
+ # Actually, Jan Mayen was never occupied by Germany during World War II,
1843
+ # so it must have diverged from Oslo time during the war, as Oslo was
1844
+ # keeping Berlin time.
1845
+ #
1846
+ # <http://home.no.net/janmayen/history.htm> says that the meteorologists
1847
+ # burned down their station in 1940 and left the island, but returned in
1848
+ # 1941 with a small Norwegian garrison and continued operations despite
1849
+ # frequent air ttacks from Germans. In 1943 the Americans established a
1850
+ # radiolocating station on the island, called "Atlantic City". Possibly
1851
+ # the UTC offset changed during the war, but I think it unlikely that
1852
+ # Jan Mayen used German daylight-saving rules.
1853
+ #
1854
+ # Svalbard is more complicated, as it was raided in August 1941 by an
1855
+ # Allied party that evacuated the civilian population to England (says
1856
+ # <http://www.bartleby.com/65/sv/Svalbard.html>). The Svalbard FAQ
1857
+ # <http://www.svalbard.com/SvalbardFAQ.html> says that the Germans were
1858
+ # expelled on 1942-05-14. However, small parties of Germans did return,
1859
+ # and according to Wilhelm Dege's book "War North of 80" (1954)
1860
+ # <http://www.ucalgary.ca/UofC/departments/UP/1-55238/1-55238-110-2.html>
1861
+ # the German armed forces at the Svalbard weather station code-named
1862
+ # Haudegen did not surrender to the Allies until September 1945.
1863
+ #
1864
+ # All these events predate our cutoff date of 1970. Unless we can
1865
+ # come up with more definitive info about the timekeeping during the
1866
+ # war years it's probably best just do...the following for now:
1867
+ Link Europe/Oslo Arctic/Longyearbyen
1868
+
1869
+ # Poland
1870
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
1871
+ Rule Poland 1918 1919 - Sep 16 2:00s 0 -
1872
+ Rule Poland 1919 only - Apr 15 2:00s 1:00 S
1873
+ Rule Poland 1944 only - Apr 3 2:00s 1:00 S
1874
+ # Whitman gives 1944 Nov 30; go with Shanks & Pottenger.
1875
+ Rule Poland 1944 only - Oct 4 2:00 0 -
1876
+ # For 1944-1948 Whitman gives the previous day; go with Shanks & Pottenger.
1877
+ Rule Poland 1945 only - Apr 29 0:00 1:00 S
1878
+ Rule Poland 1945 only - Nov 1 0:00 0 -
1879
+ # For 1946 on the source is Kazimierz Borkowski,
1880
+ # Torun Center for Astronomy, Dept. of Radio Astronomy, Nicolaus Copernicus U.,
1881
+ # <http://www.astro.uni.torun.pl/~kb/Artykuly/U-PA/Czas2.htm#tth_tAb1>
1882
+ # Thanks to Przemyslaw Augustyniak (2005-05-28) for this reference.
1883
+ # He also gives these further references:
1884
+ # Mon Pol nr 13, poz 162 (1995) <http://www.abc.com.pl/serwis/mp/1995/0162.htm>
1885
+ # Druk nr 2180 (2003) <http://www.senat.gov.pl/k5/dok/sejm/053/2180.pdf>
1886
+ Rule Poland 1946 only - Apr 14 0:00s 1:00 S
1887
+ Rule Poland 1946 only - Oct 7 2:00s 0 -
1888
+ Rule Poland 1947 only - May 4 2:00s 1:00 S
1889
+ Rule Poland 1947 1949 - Oct Sun>=1 2:00s 0 -
1890
+ Rule Poland 1948 only - Apr 18 2:00s 1:00 S
1891
+ Rule Poland 1949 only - Apr 10 2:00s 1:00 S
1892
+ Rule Poland 1957 only - Jun 2 1:00s 1:00 S
1893
+ Rule Poland 1957 1958 - Sep lastSun 1:00s 0 -
1894
+ Rule Poland 1958 only - Mar 30 1:00s 1:00 S
1895
+ Rule Poland 1959 only - May 31 1:00s 1:00 S
1896
+ Rule Poland 1959 1961 - Oct Sun>=1 1:00s 0 -
1897
+ Rule Poland 1960 only - Apr 3 1:00s 1:00 S
1898
+ Rule Poland 1961 1964 - May lastSun 1:00s 1:00 S
1899
+ Rule Poland 1962 1964 - Sep lastSun 1:00s 0 -
1900
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
1901
+ Zone Europe/Warsaw 1:24:00 - LMT 1880
1902
+ 1:24:00 - WMT 1915 Aug 5 # Warsaw Mean Time
1903
+ 1:00 C-Eur CE%sT 1918 Sep 16 3:00
1904
+ 2:00 Poland EE%sT 1922 Jun
1905
+ 1:00 Poland CE%sT 1940 Jun 23 2:00
1906
+ 1:00 C-Eur CE%sT 1944 Oct
1907
+ 1:00 Poland CE%sT 1977
1908
+ 1:00 W-Eur CE%sT 1988
1909
+ 1:00 EU CE%sT
1910
+
1911
+ # Portugal
1912
+ #
1913
+ # From Rui Pedro Salgueiro (1992-11-12):
1914
+ # Portugal has recently (September, 27) changed timezone
1915
+ # (from WET to MET or CET) to harmonize with EEC.
1916
+ #
1917
+ # Martin Bruckmann (1996-02-29) reports via Peter Ilieve
1918
+ # that Portugal is reverting to 0:00 by not moving its clocks this spring.
1919
+ # The new Prime Minister was fed up with getting up in the dark in the winter.
1920
+ #
1921
+ # From Paul Eggert (1996-11-12):
1922
+ # IATA SSIM (1991-09) reports several 1991-09 and 1992-09 transitions
1923
+ # at 02:00u, not 01:00u. Assume that these are typos.
1924
+ # IATA SSIM (1991/1992) reports that the Azores were at -1:00.
1925
+ # IATA SSIM (1993-02) says +0:00; later issues (through 1996-09) say -1:00.
1926
+ # Guess that the Azores changed to EU rules in 1992 (since that's when Portugal
1927
+ # harmonized with the EU), and that they stayed +0:00 that winter.
1928
+ #
1929
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
1930
+ # DSH writes that despite Decree 1,469 (1915), the change to the clocks was not
1931
+ # done every year, depending on what Spain did, because of railroad schedules.
1932
+ # Go with Shanks & Pottenger.
1933
+ Rule Port 1916 only - Jun 17 23:00 1:00 S
1934
+ # Whitman gives 1916 Oct 31; go with Shanks & Pottenger.
1935
+ Rule Port 1916 only - Nov 1 1:00 0 -
1936
+ Rule Port 1917 only - Feb 28 23:00s 1:00 S
1937
+ Rule Port 1917 1921 - Oct 14 23:00s 0 -
1938
+ Rule Port 1918 only - Mar 1 23:00s 1:00 S
1939
+ Rule Port 1919 only - Feb 28 23:00s 1:00 S
1940
+ Rule Port 1920 only - Feb 29 23:00s 1:00 S
1941
+ Rule Port 1921 only - Feb 28 23:00s 1:00 S
1942
+ Rule Port 1924 only - Apr 16 23:00s 1:00 S
1943
+ Rule Port 1924 only - Oct 14 23:00s 0 -
1944
+ Rule Port 1926 only - Apr 17 23:00s 1:00 S
1945
+ Rule Port 1926 1929 - Oct Sat>=1 23:00s 0 -
1946
+ Rule Port 1927 only - Apr 9 23:00s 1:00 S
1947
+ Rule Port 1928 only - Apr 14 23:00s 1:00 S
1948
+ Rule Port 1929 only - Apr 20 23:00s 1:00 S
1949
+ Rule Port 1931 only - Apr 18 23:00s 1:00 S
1950
+ # Whitman gives 1931 Oct 8; go with Shanks & Pottenger.
1951
+ Rule Port 1931 1932 - Oct Sat>=1 23:00s 0 -
1952
+ Rule Port 1932 only - Apr 2 23:00s 1:00 S
1953
+ Rule Port 1934 only - Apr 7 23:00s 1:00 S
1954
+ # Whitman gives 1934 Oct 5; go with Shanks & Pottenger.
1955
+ Rule Port 1934 1938 - Oct Sat>=1 23:00s 0 -
1956
+ # Shanks & Pottenger give 1935 Apr 30; go with Whitman.
1957
+ Rule Port 1935 only - Mar 30 23:00s 1:00 S
1958
+ Rule Port 1936 only - Apr 18 23:00s 1:00 S
1959
+ # Whitman gives 1937 Apr 2; go with Shanks & Pottenger.
1960
+ Rule Port 1937 only - Apr 3 23:00s 1:00 S
1961
+ Rule Port 1938 only - Mar 26 23:00s 1:00 S
1962
+ Rule Port 1939 only - Apr 15 23:00s 1:00 S
1963
+ # Whitman gives 1939 Oct 7; go with Shanks & Pottenger.
1964
+ Rule Port 1939 only - Nov 18 23:00s 0 -
1965
+ Rule Port 1940 only - Feb 24 23:00s 1:00 S
1966
+ # Shanks & Pottenger give 1940 Oct 7; go with Whitman.
1967
+ Rule Port 1940 1941 - Oct 5 23:00s 0 -
1968
+ Rule Port 1941 only - Apr 5 23:00s 1:00 S
1969
+ Rule Port 1942 1945 - Mar Sat>=8 23:00s 1:00 S
1970
+ Rule Port 1942 only - Apr 25 22:00s 2:00 M # Midsummer
1971
+ Rule Port 1942 only - Aug 15 22:00s 1:00 S
1972
+ Rule Port 1942 1945 - Oct Sat>=24 23:00s 0 -
1973
+ Rule Port 1943 only - Apr 17 22:00s 2:00 M
1974
+ Rule Port 1943 1945 - Aug Sat>=25 22:00s 1:00 S
1975
+ Rule Port 1944 1945 - Apr Sat>=21 22:00s 2:00 M
1976
+ Rule Port 1946 only - Apr Sat>=1 23:00s 1:00 S
1977
+ Rule Port 1946 only - Oct Sat>=1 23:00s 0 -
1978
+ Rule Port 1947 1949 - Apr Sun>=1 2:00s 1:00 S
1979
+ Rule Port 1947 1949 - Oct Sun>=1 2:00s 0 -
1980
+ # Shanks & Pottenger say DST was observed in 1950; go with Whitman.
1981
+ # Whitman gives Oct lastSun for 1952 on; go with Shanks & Pottenger.
1982
+ Rule Port 1951 1965 - Apr Sun>=1 2:00s 1:00 S
1983
+ Rule Port 1951 1965 - Oct Sun>=1 2:00s 0 -
1984
+ Rule Port 1977 only - Mar 27 0:00s 1:00 S
1985
+ Rule Port 1977 only - Sep 25 0:00s 0 -
1986
+ Rule Port 1978 1979 - Apr Sun>=1 0:00s 1:00 S
1987
+ Rule Port 1978 only - Oct 1 0:00s 0 -
1988
+ Rule Port 1979 1982 - Sep lastSun 1:00s 0 -
1989
+ Rule Port 1980 only - Mar lastSun 0:00s 1:00 S
1990
+ Rule Port 1981 1982 - Mar lastSun 1:00s 1:00 S
1991
+ Rule Port 1983 only - Mar lastSun 2:00s 1:00 S
1992
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
1993
+ # Shanks & Pottenger say the transition from LMT to WET occurred 1911-05-24;
1994
+ # Willett says 1912-01-01. Go with Willett.
1995
+ Zone Europe/Lisbon -0:36:32 - LMT 1884
1996
+ -0:36:32 - LMT 1912 Jan 1 # Lisbon Mean Time
1997
+ 0:00 Port WE%sT 1966 Apr 3 2:00
1998
+ 1:00 - CET 1976 Sep 26 1:00
1999
+ 0:00 Port WE%sT 1983 Sep 25 1:00s
2000
+ 0:00 W-Eur WE%sT 1992 Sep 27 1:00s
2001
+ 1:00 EU CE%sT 1996 Mar 31 1:00u
2002
+ 0:00 EU WE%sT
2003
+ Zone Atlantic/Azores -1:42:40 - LMT 1884 # Ponta Delgada
2004
+ -1:54:32 - HMT 1911 May 24 # Horta Mean Time
2005
+ -2:00 Port AZO%sT 1966 Apr 3 2:00 # Azores Time
2006
+ -1:00 Port AZO%sT 1983 Sep 25 1:00s
2007
+ -1:00 W-Eur AZO%sT 1992 Sep 27 1:00s
2008
+ 0:00 EU WE%sT 1993 Mar 28 1:00u
2009
+ -1:00 EU AZO%sT
2010
+ Zone Atlantic/Madeira -1:07:36 - LMT 1884 # Funchal
2011
+ -1:07:36 - FMT 1911 May 24 # Funchal Mean Time
2012
+ -1:00 Port MAD%sT 1966 Apr 3 2:00 # Madeira Time
2013
+ 0:00 Port WE%sT 1983 Sep 25 1:00s
2014
+ 0:00 EU WE%sT
2015
+
2016
+ # Romania
2017
+ #
2018
+ # From Paul Eggert (1999-10-07):
2019
+ # <a href="http://www.nineoclock.ro/POL/1778pol.html">
2020
+ # Nine O'clock</a> (1998-10-23) reports that the switch occurred at
2021
+ # 04:00 local time in fall 1998. For lack of better info,
2022
+ # assume that Romania and Moldova switched to EU rules in 1997,
2023
+ # the same year as Bulgaria.
2024
+ #
2025
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
2026
+ Rule Romania 1932 only - May 21 0:00s 1:00 S
2027
+ Rule Romania 1932 1939 - Oct Sun>=1 0:00s 0 -
2028
+ Rule Romania 1933 1939 - Apr Sun>=2 0:00s 1:00 S
2029
+ Rule Romania 1979 only - May 27 0:00 1:00 S
2030
+ Rule Romania 1979 only - Sep lastSun 0:00 0 -
2031
+ Rule Romania 1980 only - Apr 5 23:00 1:00 S
2032
+ Rule Romania 1980 only - Sep lastSun 1:00 0 -
2033
+ Rule Romania 1991 1993 - Mar lastSun 0:00s 1:00 S
2034
+ Rule Romania 1991 1993 - Sep lastSun 0:00s 0 -
2035
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
2036
+ Zone Europe/Bucharest 1:44:24 - LMT 1891 Oct
2037
+ 1:44:24 - BMT 1931 Jul 24 # Bucharest MT
2038
+ 2:00 Romania EE%sT 1981 Mar 29 2:00s
2039
+ 2:00 C-Eur EE%sT 1991
2040
+ 2:00 Romania EE%sT 1994
2041
+ 2:00 E-Eur EE%sT 1997
2042
+ 2:00 EU EE%sT
2043
+
2044
+ # Russia
2045
+
2046
+ # From Paul Eggert (2006-03-22):
2047
+ # Except for Moscow after 1919-07-01, I invented the time zone abbreviations.
2048
+ # Moscow time zone abbreviations after 1919-07-01, and Moscow rules after 1991,
2049
+ # are from Andrey A. Chernov. The rest is from Shanks & Pottenger,
2050
+ # except we follow Chernov's report that 1992 DST transitions were Sat
2051
+ # 23:00, not Sun 02:00s.
2052
+ #
2053
+ # From Stanislaw A. Kuzikowski (1994-06-29):
2054
+ # But now it is some months since Novosibirsk is 3 hours ahead of Moscow!
2055
+ # I do not know why they have decided to make this change;
2056
+ # as far as I remember it was done exactly during winter->summer switching
2057
+ # so we (Novosibirsk) simply did not switch.
2058
+ #
2059
+ # From Andrey A. Chernov (1996-10-04):
2060
+ # `MSK' and `MSD' were born and used initially on Moscow computers with
2061
+ # UNIX-like OSes by several developer groups (e.g. Demos group, Kiae group)....
2062
+ # The next step was the UUCP network, the Relcom predecessor
2063
+ # (used mainly for mail), and MSK/MSD was actively used there.
2064
+ #
2065
+ # From Chris Carrier (1996-10-30):
2066
+ # According to a friend of mine who rode the Trans-Siberian Railroad from
2067
+ # Moscow to Irkutsk in 1995, public air and rail transport in Russia ...
2068
+ # still follows Moscow time, no matter where in Russia it is located.
2069
+ #
2070
+ # For Grozny, Chechnya, we have the following story from
2071
+ # John Daniszewski, "Scavengers in the Rubble", Los Angeles Times (2001-02-07):
2072
+ # News--often false--is spread by word of mouth. A rumor that it was
2073
+ # time to move the clocks back put this whole city out of sync with
2074
+ # the rest of Russia for two weeks--even soldiers stationed here began
2075
+ # enforcing curfew at the wrong time.
2076
+ #
2077
+ # From Gwillim Law (2001-06-05):
2078
+ # There's considerable evidence that Sakhalin Island used to be in
2079
+ # UTC+11, and has changed to UTC+10, in this decade. I start with the
2080
+ # SSIM, which listed Yuzhno-Sakhalinsk in zone RU10 along with Magadan
2081
+ # until February 1997, and then in RU9 with Khabarovsk and Vladivostok
2082
+ # since September 1997.... Although the Kuril Islands are
2083
+ # administratively part of Sakhalin oblast', they appear to have
2084
+ # remained on UTC+11 along with Magadan.
2085
+ #
2086
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
2087
+ #
2088
+ # Kaliningradskaya oblast'.
2089
+ Zone Europe/Kaliningrad 1:22:00 - LMT 1893 Apr
2090
+ 1:00 C-Eur CE%sT 1945
2091
+ 2:00 Poland CE%sT 1946
2092
+ 3:00 Russia MSK/MSD 1991 Mar 31 2:00s
2093
+ 2:00 Russia EE%sT 2011 Mar 27 2:00s
2094
+ 3:00 - FET # Further-eastern European Time
2095
+ #
2096
+ # From Oscar van Vlijmen (2001-08-25): [This region consists of]
2097
+ # Respublika Adygeya, Arkhangel'skaya oblast',
2098
+ # Belgorodskaya oblast', Bryanskaya oblast', Vladimirskaya oblast',
2099
+ # Vologodskaya oblast', Voronezhskaya oblast',
2100
+ # Respublika Dagestan, Ivanovskaya oblast', Respublika Ingushetiya,
2101
+ # Kabarbino-Balkarskaya Respublika, Respublika Kalmykiya,
2102
+ # Kalyzhskaya oblast', Respublika Karachaevo-Cherkessiya,
2103
+ # Respublika Kareliya, Respublika Komi,
2104
+ # Kostromskaya oblast', Krasnodarskij kraj, Kurskaya oblast',
2105
+ # Leningradskaya oblast', Lipetskaya oblast', Respublika Marij El,
2106
+ # Respublika Mordoviya, Moskva, Moskovskaya oblast',
2107
+ # Murmanskaya oblast', Nenetskij avtonomnyj okrug,
2108
+ # Nizhegorodskaya oblast', Novgorodskaya oblast', Orlovskaya oblast',
2109
+ # Penzenskaya oblast', Pskovskaya oblast', Rostovskaya oblast',
2110
+ # Ryazanskaya oblast', Sankt-Peterburg,
2111
+ # Respublika Severnaya Osetiya, Smolenskaya oblast',
2112
+ # Stavropol'skij kraj, Tambovskaya oblast', Respublika Tatarstan,
2113
+ # Tverskaya oblast', Tyl'skaya oblast', Ul'yanovskaya oblast',
2114
+ # Chechenskaya Respublika, Chuvashskaya oblast',
2115
+ # Yaroslavskaya oblast'
2116
+ Zone Europe/Moscow 2:30:20 - LMT 1880
2117
+ 2:30 - MMT 1916 Jul 3 # Moscow Mean Time
2118
+ 2:30:48 Russia %s 1919 Jul 1 2:00
2119
+ 3:00 Russia MSK/MSD 1922 Oct
2120
+ 2:00 - EET 1930 Jun 21
2121
+ 3:00 Russia MSK/MSD 1991 Mar 31 2:00s
2122
+ 2:00 Russia EE%sT 1992 Jan 19 2:00s
2123
+ 3:00 Russia MSK/MSD 2011 Mar 27 2:00s
2124
+ 4:00 - MSK
2125
+ #
2126
+ # Astrakhanskaya oblast', Kirovskaya oblast', Saratovskaya oblast',
2127
+ # Volgogradskaya oblast'. Shanks & Pottenger say Kirov is still at +0400
2128
+ # but Wikipedia (2006-05-09) says +0300. Perhaps it switched after the
2129
+ # others? But we have no data.
2130
+ Zone Europe/Volgograd 2:57:40 - LMT 1920 Jan 3
2131
+ 3:00 - TSAT 1925 Apr 6 # Tsaritsyn Time
2132
+ 3:00 - STAT 1930 Jun 21 # Stalingrad Time
2133
+ 4:00 - STAT 1961 Nov 11
2134
+ 4:00 Russia VOL%sT 1989 Mar 26 2:00s # Volgograd T
2135
+ 3:00 Russia VOL%sT 1991 Mar 31 2:00s
2136
+ 4:00 - VOLT 1992 Mar 29 2:00s
2137
+ 3:00 Russia VOL%sT 2011 Mar 27 2:00s
2138
+ 4:00 - VOLT
2139
+ #
2140
+ # From Oscar van Vlijmen (2001-08-25): [This region consists of]
2141
+ # Samarskaya oblast', Udmyrtskaya respublika
2142
+ Zone Europe/Samara 3:20:36 - LMT 1919 Jul 1 2:00
2143
+ 3:00 - SAMT 1930 Jun 21
2144
+ 4:00 - SAMT 1935 Jan 27
2145
+ 4:00 Russia KUY%sT 1989 Mar 26 2:00s # Kuybyshev
2146
+ 3:00 Russia KUY%sT 1991 Mar 31 2:00s
2147
+ 2:00 Russia KUY%sT 1991 Sep 29 2:00s
2148
+ 3:00 - KUYT 1991 Oct 20 3:00
2149
+ 4:00 Russia SAM%sT 2010 Mar 28 2:00s # Samara Time
2150
+ 3:00 Russia SAM%sT 2011 Mar 27 2:00s
2151
+ 4:00 - SAMT
2152
+
2153
+ #
2154
+ # From Oscar van Vlijmen (2001-08-25): [This region consists of]
2155
+ # Respublika Bashkortostan, Komi-Permyatskij avtonomnyj okrug,
2156
+ # Kurganskaya oblast', Orenburgskaya oblast', Permskaya oblast',
2157
+ # Sverdlovskaya oblast', Tyumenskaya oblast',
2158
+ # Khanty-Manskijskij avtonomnyj okrug, Chelyabinskaya oblast',
2159
+ # Yamalo-Nenetskij avtonomnyj okrug.
2160
+ Zone Asia/Yekaterinburg 4:02:24 - LMT 1919 Jul 15 4:00
2161
+ 4:00 - SVET 1930 Jun 21 # Sverdlovsk Time
2162
+ 5:00 Russia SVE%sT 1991 Mar 31 2:00s
2163
+ 4:00 Russia SVE%sT 1992 Jan 19 2:00s
2164
+ 5:00 Russia YEK%sT 2011 Mar 27 2:00s
2165
+ 6:00 - YEKT # Yekaterinburg Time
2166
+ #
2167
+ # From Oscar van Vlijmen (2001-08-25): [This region consists of]
2168
+ # Respublika Altaj, Altajskij kraj, Omskaya oblast'.
2169
+ Zone Asia/Omsk 4:53:36 - LMT 1919 Nov 14
2170
+ 5:00 - OMST 1930 Jun 21 # Omsk TIme
2171
+ 6:00 Russia OMS%sT 1991 Mar 31 2:00s
2172
+ 5:00 Russia OMS%sT 1992 Jan 19 2:00s
2173
+ 6:00 Russia OMS%sT 2011 Mar 27 2:00s
2174
+ 7:00 - OMST
2175
+ #
2176
+ # From Paul Eggert (2006-08-19): I'm guessing about Tomsk here; it's
2177
+ # not clear when it switched from +7 to +6.
2178
+ # Novosibirskaya oblast', Tomskaya oblast'.
2179
+ Zone Asia/Novosibirsk 5:31:40 - LMT 1919 Dec 14 6:00
2180
+ 6:00 - NOVT 1930 Jun 21 # Novosibirsk Time
2181
+ 7:00 Russia NOV%sT 1991 Mar 31 2:00s
2182
+ 6:00 Russia NOV%sT 1992 Jan 19 2:00s
2183
+ 7:00 Russia NOV%sT 1993 May 23 # say Shanks & P.
2184
+ 6:00 Russia NOV%sT 2011 Mar 27 2:00s
2185
+ 7:00 - NOVT
2186
+
2187
+ # From Alexander Krivenyshev (2009-10-13):
2188
+ # Kemerovo oblast' (Kemerovo region) in Russia will change current time zone on
2189
+ # March 28, 2010:
2190
+ # from current Russia Zone 6 - Krasnoyarsk Time Zone (KRA) UTC +0700
2191
+ # to Russia Zone 5 - Novosibirsk Time Zone (NOV) UTC +0600
2192
+ #
2193
+ # This is according to Government of Russia decree # 740, on September
2194
+ # 14, 2009 "Application in the territory of the Kemerovo region the Fifth
2195
+ # time zone." ("Russia Zone 5" or old "USSR Zone 5" is GMT +0600)
2196
+ #
2197
+ # Russian Government web site (Russian language)
2198
+ # <a href="http://www.government.ru/content/governmentactivity/rfgovernmentdecisions/archiv">
2199
+ # http://www.government.ru/content/governmentactivity/rfgovernmentdecisions/archive/2009/09/14/991633.htm
2200
+ # </a>
2201
+ # or Russian-English translation by WorldTimeZone.com with reference
2202
+ # map to local region and new Russia Time Zone map after March 28, 2010
2203
+ # <a href="http://www.worldtimezone.com/dst_news/dst_news_russia03.html">
2204
+ # http://www.worldtimezone.com/dst_news/dst_news_russia03.html
2205
+ # </a>
2206
+ #
2207
+ # Thus, when Russia will switch to DST on the night of March 28, 2010
2208
+ # Kemerovo region (Kemerovo oblast') will not change the clock.
2209
+ #
2210
+ # As a result, Kemerovo oblast' will be in the same time zone as
2211
+ # Novosibirsk, Omsk, Tomsk, Barnaul and Altai Republic.
2212
+
2213
+ Zone Asia/Novokuznetsk 5:48:48 - NMT 1920 Jan 6
2214
+ 6:00 - KRAT 1930 Jun 21 # Krasnoyarsk Time
2215
+ 7:00 Russia KRA%sT 1991 Mar 31 2:00s
2216
+ 6:00 Russia KRA%sT 1992 Jan 19 2:00s
2217
+ 7:00 Russia KRA%sT 2010 Mar 28 2:00s
2218
+ 6:00 Russia NOV%sT 2011 Mar 27 2:00s
2219
+ 7:00 - NOVT # Novosibirsk/Novokuznetsk Time
2220
+
2221
+ #
2222
+ # From Oscar van Vlijmen (2001-08-25): [This region consists of]
2223
+ # Krasnoyarskij kraj,
2224
+ # Tajmyrskij (Dolgano-Nenetskij) avtonomnyj okrug,
2225
+ # Respublika Tuva, Respublika Khakasiya, Evenkijskij avtonomnyj okrug.
2226
+ Zone Asia/Krasnoyarsk 6:11:20 - LMT 1920 Jan 6
2227
+ 6:00 - KRAT 1930 Jun 21 # Krasnoyarsk Time
2228
+ 7:00 Russia KRA%sT 1991 Mar 31 2:00s
2229
+ 6:00 Russia KRA%sT 1992 Jan 19 2:00s
2230
+ 7:00 Russia KRA%sT 2011 Mar 27 2:00s
2231
+ 8:00 - KRAT
2232
+ #
2233
+ # From Oscar van Vlijmen (2001-08-25): [This region consists of]
2234
+ # Respublika Buryatiya, Irkutskaya oblast',
2235
+ # Ust'-Ordynskij Buryatskij avtonomnyj okrug.
2236
+ Zone Asia/Irkutsk 6:57:20 - LMT 1880
2237
+ 6:57:20 - IMT 1920 Jan 25 # Irkutsk Mean Time
2238
+ 7:00 - IRKT 1930 Jun 21 # Irkutsk Time
2239
+ 8:00 Russia IRK%sT 1991 Mar 31 2:00s
2240
+ 7:00 Russia IRK%sT 1992 Jan 19 2:00s
2241
+ 8:00 Russia IRK%sT 2011 Mar 27 2:00s
2242
+ 9:00 - IRKT
2243
+ #
2244
+ # From Oscar van Vlijmen (2003-10-18): [This region consists of]
2245
+ # Aginskij Buryatskij avtonomnyj okrug, Amurskaya oblast',
2246
+ # [parts of] Respublika Sakha (Yakutiya), Chitinskaya oblast'.
2247
+
2248
+ # From Oscar van Vlijmen (2009-11-29):
2249
+ # ...some regions of [Russia] were merged with others since 2005...
2250
+ # Some names were changed, no big deal, except for one instance: a new name.
2251
+ # YAK/YAKST: UTC+9 Zabajkal'skij kraj.
2252
+
2253
+ # From Oscar van Vlijmen (2009-11-29):
2254
+ # The Sakha districts are: Aldanskij, Amginskij, Anabarskij,
2255
+ # Verkhnevilyujskij, Vilyujskij, Gornyj,
2256
+ # Zhiganskij, Kobyajskij, Lenskij, Megino-Kangalasskij, Mirninskij,
2257
+ # Namskij, Nyurbinskij, Olenyokskij, Olyokminskij,
2258
+ # Suntarskij, Tattinskij, Ust'-Aldanskij, Khangalasskij,
2259
+ # Churapchinskij, Eveno-Bytantajskij Natsional'nij.
2260
+
2261
+ Zone Asia/Yakutsk 8:38:40 - LMT 1919 Dec 15
2262
+ 8:00 - YAKT 1930 Jun 21 # Yakutsk Time
2263
+ 9:00 Russia YAK%sT 1991 Mar 31 2:00s
2264
+ 8:00 Russia YAK%sT 1992 Jan 19 2:00s
2265
+ 9:00 Russia YAK%sT 2011 Mar 27 2:00s
2266
+ 10:00 - YAKT
2267
+ #
2268
+ # From Oscar van Vlijmen (2003-10-18): [This region consists of]
2269
+ # Evrejskaya avtonomnaya oblast', Khabarovskij kraj, Primorskij kraj,
2270
+ # [parts of] Respublika Sakha (Yakutiya).
2271
+
2272
+ # From Oscar van Vlijmen (2009-11-29):
2273
+ # The Sakha districts are: Bulunskij, Verkhoyanskij, Tomponskij, Ust'-Majskij,
2274
+ # Ust'-Yanskij.
2275
+ Zone Asia/Vladivostok 8:47:44 - LMT 1922 Nov 15
2276
+ 9:00 - VLAT 1930 Jun 21 # Vladivostok Time
2277
+ 10:00 Russia VLA%sT 1991 Mar 31 2:00s
2278
+ 9:00 Russia VLA%sST 1992 Jan 19 2:00s
2279
+ 10:00 Russia VLA%sT 2011 Mar 27 2:00s
2280
+ 11:00 - VLAT
2281
+ #
2282
+ # Sakhalinskaya oblast'.
2283
+ # The Zone name should be Yuzhno-Sakhalinsk, but that's too long.
2284
+ Zone Asia/Sakhalin 9:30:48 - LMT 1905 Aug 23
2285
+ 9:00 - CJT 1938
2286
+ 9:00 - JST 1945 Aug 25
2287
+ 11:00 Russia SAK%sT 1991 Mar 31 2:00s # Sakhalin T.
2288
+ 10:00 Russia SAK%sT 1992 Jan 19 2:00s
2289
+ 11:00 Russia SAK%sT 1997 Mar lastSun 2:00s
2290
+ 10:00 Russia SAK%sT 2011 Mar 27 2:00s
2291
+ 11:00 - SAKT
2292
+ #
2293
+ # From Oscar van Vlijmen (2003-10-18): [This region consists of]
2294
+ # Magadanskaya oblast', Respublika Sakha (Yakutiya).
2295
+ # Probably also: Kuril Islands.
2296
+
2297
+ # From Oscar van Vlijmen (2009-11-29):
2298
+ # The Sakha districts are: Abyjskij, Allaikhovskij, Verkhhhnekolymskij, Momskij,
2299
+ # Nizhnekolymskij, Ojmyakonskij, Srednekolymskij.
2300
+ Zone Asia/Magadan 10:03:12 - LMT 1924 May 2
2301
+ 10:00 - MAGT 1930 Jun 21 # Magadan Time
2302
+ 11:00 Russia MAG%sT 1991 Mar 31 2:00s
2303
+ 10:00 Russia MAG%sT 1992 Jan 19 2:00s
2304
+ 11:00 Russia MAG%sT 2011 Mar 27 2:00s
2305
+ 12:00 - MAGT
2306
+ #
2307
+ # From Oscar van Vlijmen (2001-08-25): [This region consists of]
2308
+ # Kamchatskaya oblast', Koryakskij avtonomnyj okrug.
2309
+ #
2310
+ # The Zone name should be Asia/Petropavlovsk-Kamchatski, but that's too long.
2311
+ Zone Asia/Kamchatka 10:34:36 - LMT 1922 Nov 10
2312
+ 11:00 - PETT 1930 Jun 21 # P-K Time
2313
+ 12:00 Russia PET%sT 1991 Mar 31 2:00s
2314
+ 11:00 Russia PET%sT 1992 Jan 19 2:00s
2315
+ 12:00 Russia PET%sT 2010 Mar 28 2:00s
2316
+ 11:00 Russia PET%sT 2011 Mar 27 2:00s
2317
+ 12:00 - PETT
2318
+ #
2319
+ # Chukotskij avtonomnyj okrug
2320
+ Zone Asia/Anadyr 11:49:56 - LMT 1924 May 2
2321
+ 12:00 - ANAT 1930 Jun 21 # Anadyr Time
2322
+ 13:00 Russia ANA%sT 1982 Apr 1 0:00s
2323
+ 12:00 Russia ANA%sT 1991 Mar 31 2:00s
2324
+ 11:00 Russia ANA%sT 1992 Jan 19 2:00s
2325
+ 12:00 Russia ANA%sT 2010 Mar 28 2:00s
2326
+ 11:00 Russia ANA%sT 2011 Mar 27 2:00s
2327
+ 12:00 - ANAT
2328
+
2329
+ # Serbia
2330
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
2331
+ Zone Europe/Belgrade 1:22:00 - LMT 1884
2332
+ 1:00 - CET 1941 Apr 18 23:00
2333
+ 1:00 C-Eur CE%sT 1945
2334
+ 1:00 - CET 1945 May 8 2:00s
2335
+ 1:00 1:00 CEST 1945 Sep 16 2:00s
2336
+ # Metod Kozelj reports that the legal date of
2337
+ # transition to EU rules was 1982-11-27, for all of Yugoslavia at the time.
2338
+ # Shanks & Pottenger don't give as much detail, so go with Kozelj.
2339
+ 1:00 - CET 1982 Nov 27
2340
+ 1:00 EU CE%sT
2341
+ Link Europe/Belgrade Europe/Ljubljana # Slovenia
2342
+ Link Europe/Belgrade Europe/Podgorica # Montenegro
2343
+ Link Europe/Belgrade Europe/Sarajevo # Bosnia and Herzegovina
2344
+ Link Europe/Belgrade Europe/Skopje # Macedonia
2345
+ Link Europe/Belgrade Europe/Zagreb # Croatia
2346
+
2347
+ # Slovakia
2348
+ Link Europe/Prague Europe/Bratislava
2349
+
2350
+ # Slovenia
2351
+ # see Serbia
2352
+
2353
+ # Spain
2354
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
2355
+ # For 1917-1919 Whitman gives Apr Sat>=1 - Oct Sat>=1;
2356
+ # go with Shanks & Pottenger.
2357
+ Rule Spain 1917 only - May 5 23:00s 1:00 S
2358
+ Rule Spain 1917 1919 - Oct 6 23:00s 0 -
2359
+ Rule Spain 1918 only - Apr 15 23:00s 1:00 S
2360
+ Rule Spain 1919 only - Apr 5 23:00s 1:00 S
2361
+ # Whitman gives 1921 Feb 28 - Oct 14; go with Shanks & Pottenger.
2362
+ Rule Spain 1924 only - Apr 16 23:00s 1:00 S
2363
+ # Whitman gives 1924 Oct 14; go with Shanks & Pottenger.
2364
+ Rule Spain 1924 only - Oct 4 23:00s 0 -
2365
+ Rule Spain 1926 only - Apr 17 23:00s 1:00 S
2366
+ # Whitman says no DST in 1929; go with Shanks & Pottenger.
2367
+ Rule Spain 1926 1929 - Oct Sat>=1 23:00s 0 -
2368
+ Rule Spain 1927 only - Apr 9 23:00s 1:00 S
2369
+ Rule Spain 1928 only - Apr 14 23:00s 1:00 S
2370
+ Rule Spain 1929 only - Apr 20 23:00s 1:00 S
2371
+ # Whitman gives 1937 Jun 16, 1938 Apr 16, 1940 Apr 13;
2372
+ # go with Shanks & Pottenger.
2373
+ Rule Spain 1937 only - May 22 23:00s 1:00 S
2374
+ Rule Spain 1937 1939 - Oct Sat>=1 23:00s 0 -
2375
+ Rule Spain 1938 only - Mar 22 23:00s 1:00 S
2376
+ Rule Spain 1939 only - Apr 15 23:00s 1:00 S
2377
+ Rule Spain 1940 only - Mar 16 23:00s 1:00 S
2378
+ # Whitman says no DST 1942-1945; go with Shanks & Pottenger.
2379
+ Rule Spain 1942 only - May 2 22:00s 2:00 M # Midsummer
2380
+ Rule Spain 1942 only - Sep 1 22:00s 1:00 S
2381
+ Rule Spain 1943 1946 - Apr Sat>=13 22:00s 2:00 M
2382
+ Rule Spain 1943 only - Oct 3 22:00s 1:00 S
2383
+ Rule Spain 1944 only - Oct 10 22:00s 1:00 S
2384
+ Rule Spain 1945 only - Sep 30 1:00 1:00 S
2385
+ Rule Spain 1946 only - Sep 30 0:00 0 -
2386
+ Rule Spain 1949 only - Apr 30 23:00 1:00 S
2387
+ Rule Spain 1949 only - Sep 30 1:00 0 -
2388
+ Rule Spain 1974 1975 - Apr Sat>=13 23:00 1:00 S
2389
+ Rule Spain 1974 1975 - Oct Sun>=1 1:00 0 -
2390
+ Rule Spain 1976 only - Mar 27 23:00 1:00 S
2391
+ Rule Spain 1976 1977 - Sep lastSun 1:00 0 -
2392
+ Rule Spain 1977 1978 - Apr 2 23:00 1:00 S
2393
+ Rule Spain 1978 only - Oct 1 1:00 0 -
2394
+ # The following rules are copied from Morocco from 1967 through 1978.
2395
+ Rule SpainAfrica 1967 only - Jun 3 12:00 1:00 S
2396
+ Rule SpainAfrica 1967 only - Oct 1 0:00 0 -
2397
+ Rule SpainAfrica 1974 only - Jun 24 0:00 1:00 S
2398
+ Rule SpainAfrica 1974 only - Sep 1 0:00 0 -
2399
+ Rule SpainAfrica 1976 1977 - May 1 0:00 1:00 S
2400
+ Rule SpainAfrica 1976 only - Aug 1 0:00 0 -
2401
+ Rule SpainAfrica 1977 only - Sep 28 0:00 0 -
2402
+ Rule SpainAfrica 1978 only - Jun 1 0:00 1:00 S
2403
+ Rule SpainAfrica 1978 only - Aug 4 0:00 0 -
2404
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
2405
+ Zone Europe/Madrid -0:14:44 - LMT 1901 Jan 1 0:00s
2406
+ 0:00 Spain WE%sT 1946 Sep 30
2407
+ 1:00 Spain CE%sT 1979
2408
+ 1:00 EU CE%sT
2409
+ Zone Africa/Ceuta -0:21:16 - LMT 1901
2410
+ 0:00 - WET 1918 May 6 23:00
2411
+ 0:00 1:00 WEST 1918 Oct 7 23:00
2412
+ 0:00 - WET 1924
2413
+ 0:00 Spain WE%sT 1929
2414
+ 0:00 SpainAfrica WE%sT 1984 Mar 16
2415
+ 1:00 - CET 1986
2416
+ 1:00 EU CE%sT
2417
+ Zone Atlantic/Canary -1:01:36 - LMT 1922 Mar # Las Palmas de Gran C.
2418
+ -1:00 - CANT 1946 Sep 30 1:00 # Canaries Time
2419
+ 0:00 - WET 1980 Apr 6 0:00s
2420
+ 0:00 1:00 WEST 1980 Sep 28 0:00s
2421
+ 0:00 EU WE%sT
2422
+ # IATA SSIM (1996-09) says the Canaries switch at 2:00u, not 1:00u.
2423
+ # Ignore this for now, as the Canaries are part of the EU.
2424
+
2425
+ # Sweden
2426
+
2427
+ # From Ivan Nilsson (2001-04-13), superseding Shanks & Pottenger:
2428
+ #
2429
+ # The law "Svensk forfattningssamling 1878, no 14" about standard time in 1879:
2430
+ # From the beginning of 1879 (that is 01-01 00:00) the time for all
2431
+ # places in the country is "the mean solar time for the meridian at
2432
+ # three degrees, or twelve minutes of time, to the west of the
2433
+ # meridian of the Observatory of Stockholm". The law is dated 1878-05-31.
2434
+ #
2435
+ # The observatory at that time had the meridian 18 degrees 03' 30"
2436
+ # eastern longitude = 01:12:14 in time. Less 12 minutes gives the
2437
+ # national standard time as 01:00:14 ahead of GMT....
2438
+ #
2439
+ # About the beginning of CET in Sweden. The lawtext ("Svensk
2440
+ # forfattningssamling 1899, no 44") states, that "from the beginning
2441
+ # of 1900... ... the same as the mean solar time for the meridian at
2442
+ # the distance of one hour of time from the meridian of the English
2443
+ # observatory at Greenwich, or at 12 minutes 14 seconds to the west
2444
+ # from the meridian of the Observatory of Stockholm". The law is dated
2445
+ # 1899-06-16. In short: At 1900-01-01 00:00:00 the new standard time
2446
+ # in Sweden is 01:00:00 ahead of GMT.
2447
+ #
2448
+ # 1916: The lawtext ("Svensk forfattningssamling 1916, no 124") states
2449
+ # that "1916-05-15 is considered to begin one hour earlier". It is
2450
+ # pretty obvious that at 05-14 23:00 the clocks are set to 05-15 00:00....
2451
+ # Further the law says, that "1916-09-30 is considered to end one hour later".
2452
+ #
2453
+ # The laws regulating [DST] are available on the site of the Swedish
2454
+ # Parliament beginning with 1985 - the laws regulating 1980/1984 are
2455
+ # not available on the site (to my knowledge they are only available
2456
+ # in Swedish): <http://www.riksdagen.se/english/work/sfst.asp> (type
2457
+ # "sommartid" without the quotes in the field "Fritext" and then click
2458
+ # the Sok-button).
2459
+ #
2460
+ # (2001-05-13):
2461
+ #
2462
+ # I have now found a newspaper stating that at 1916-10-01 01:00
2463
+ # summertime the church-clocks etc were set back one hour to show
2464
+ # 1916-10-01 00:00 standard time. The article also reports that some
2465
+ # people thought the switch to standard time would take place already
2466
+ # at 1916-10-01 00:00 summer time, but they had to wait for another
2467
+ # hour before the event took place.
2468
+ #
2469
+ # Source: The newspaper "Dagens Nyheter", 1916-10-01, page 7 upper left.
2470
+
2471
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
2472
+ Zone Europe/Stockholm 1:12:12 - LMT 1879 Jan 1
2473
+ 1:00:14 - SET 1900 Jan 1 # Swedish Time
2474
+ 1:00 - CET 1916 May 14 23:00
2475
+ 1:00 1:00 CEST 1916 Oct 1 01:00
2476
+ 1:00 - CET 1980
2477
+ 1:00 EU CE%sT
2478
+
2479
+ # Switzerland
2480
+ # From Howse:
2481
+ # By the end of the 18th century clocks and watches became commonplace
2482
+ # and their performance improved enormously. Communities began to keep
2483
+ # mean time in preference to apparent time -- Geneva from 1780 ....
2484
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
2485
+ # From Whitman (who writes ``Midnight?''):
2486
+ # Rule Swiss 1940 only - Nov 2 0:00 1:00 S
2487
+ # Rule Swiss 1940 only - Dec 31 0:00 0 -
2488
+ # From Shanks & Pottenger:
2489
+ # Rule Swiss 1941 1942 - May Sun>=1 2:00 1:00 S
2490
+ # Rule Swiss 1941 1942 - Oct Sun>=1 0:00 0 -
2491
+
2492
+ # From Alois Treindl (2008-12-17):
2493
+ # I have researched the DST usage in Switzerland during the 1940ies.
2494
+ #
2495
+ # As I wrote in an earlier message, I suspected the current tzdata values
2496
+ # to be wrong. This is now verified.
2497
+ #
2498
+ # I have found copies of the original ruling by the Swiss Federal
2499
+ # government, in 'Eidgen[o]ssische Gesetzessammlung 1941 and 1942' (Swiss
2500
+ # federal law collection)...
2501
+ #
2502
+ # DST began on Monday 5 May 1941, 1:00 am by shifting the clocks to 2:00 am
2503
+ # DST ended on Monday 6 Oct 1941, 2:00 am by shifting the clocks to 1:00 am.
2504
+ #
2505
+ # DST began on Monday, 4 May 1942 at 01:00 am
2506
+ # DST ended on Monday, 5 Oct 1942 at 02:00 am
2507
+ #
2508
+ # There was no DST in 1940, I have checked the law collection carefully.
2509
+ # It is also indicated by the fact that the 1942 entry in the law
2510
+ # collection points back to 1941 as a reference, but no reference to any
2511
+ # other years are made.
2512
+ #
2513
+ # Newspaper articles I have read in the archives on 6 May 1941 reported
2514
+ # about the introduction of DST (Sommerzeit in German) during the previous
2515
+ # night as an absolute novelty, because this was the first time that such
2516
+ # a thing had happened in Switzerland.
2517
+ #
2518
+ # I have also checked 1916, because one book source (Gabriel, Traite de
2519
+ # l'heure dans le monde) claims that Switzerland had DST in 1916. This is
2520
+ # false, no official document could be found. Probably Gabriel got misled
2521
+ # by references to Germany, which introduced DST in 1916 for the first time.
2522
+ #
2523
+ # The tzdata rules for Switzerland must be changed to:
2524
+ # Rule Swiss 1941 1942 - May Mon>=1 1:00 1:00 S
2525
+ # Rule Swiss 1941 1942 - Oct Mon>=1 2:00 0 -
2526
+ #
2527
+ # The 1940 rules must be deleted.
2528
+ #
2529
+ # One further detail for Switzerland, which is probably out of scope for
2530
+ # most users of tzdata:
2531
+ # The zone file
2532
+ # Zone Europe/Zurich 0:34:08 - LMT 1848 Sep 12
2533
+ # 0:29:44 - BMT 1894 Jun #Bern Mean Time
2534
+ # 1:00 Swiss CE%sT 1981
2535
+ # 1:00 EU CE%sT
2536
+ # describes all of Switzerland correctly, with the exception of
2537
+ # the Cantone Geneve (Geneva, Genf). Between 1848 and 1894 Geneve did not
2538
+ # follow Bern Mean Time but kept its own local mean time.
2539
+ # To represent this, an extra zone would be needed.
2540
+
2541
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
2542
+ Rule Swiss 1941 1942 - May Mon>=1 1:00 1:00 S
2543
+ Rule Swiss 1941 1942 - Oct Mon>=1 2:00 0 -
2544
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
2545
+ Zone Europe/Zurich 0:34:08 - LMT 1848 Sep 12
2546
+ 0:29:44 - BMT 1894 Jun # Bern Mean Time
2547
+ 1:00 Swiss CE%sT 1981
2548
+ 1:00 EU CE%sT
2549
+
2550
+ # Turkey
2551
+
2552
+ # From Amar Devegowda (2007-01-03):
2553
+ # The time zone rules for Istanbul, Turkey have not been changed for years now.
2554
+ # ... The latest rules are available at -
2555
+ # http://www.timeanddate.com/worldclock/timezone.html?n=107
2556
+ # From Steffen Thorsen (2007-01-03):
2557
+ # I have been able to find press records back to 1996 which all say that
2558
+ # DST started 01:00 local time and end at 02:00 local time. I am not sure
2559
+ # what happened before that. One example for each year from 1996 to 2001:
2560
+ # http://newspot.byegm.gov.tr/arsiv/1996/21/N4.htm
2561
+ # http://www.byegm.gov.tr/YAYINLARIMIZ/CHR/ING97/03/97X03X25.TXT
2562
+ # http://www.byegm.gov.tr/YAYINLARIMIZ/CHR/ING98/03/98X03X02.HTM
2563
+ # http://www.byegm.gov.tr/YAYINLARIMIZ/CHR/ING99/10/99X10X26.HTM#%2016
2564
+ # http://www.byegm.gov.tr/YAYINLARIMIZ/CHR/ING2000/03/00X03X06.HTM#%2021
2565
+ # http://www.byegm.gov.tr/YAYINLARIMIZ/CHR/ING2001/03/23x03x01.HTM#%2027
2566
+ # From Paul Eggert (2007-01-03):
2567
+ # Prefer the above source to Shanks & Pottenger for time stamps after 1990.
2568
+
2569
+ # From Steffen Thorsen (2007-03-09):
2570
+ # Starting 2007 though, it seems that they are adopting EU's 1:00 UTC
2571
+ # start/end time, according to the following page (2007-03-07):
2572
+ # http://www.ntvmsnbc.com/news/402029.asp
2573
+ # The official document is located here - it is in Turkish...:
2574
+ # http://rega.basbakanlik.gov.tr/eskiler/2007/03/20070307-7.htm
2575
+ # I was able to locate the following seemingly official document
2576
+ # (on a non-government server though) describing dates between 2002 and 2006:
2577
+ # http://www.alomaliye.com/bkk_2002_3769.htm
2578
+
2579
+ # From G&ouml;kdeniz Karada&#x011f; (2011-03-10):
2580
+ #
2581
+ # According to the articles linked below, Turkey will change into summer
2582
+ # time zone (GMT+3) on March 28, 2011 at 3:00 a.m. instead of March 27.
2583
+ # This change is due to a nationwide exam on 27th.
2584
+ #
2585
+ # <a href="http://www.worldbulletin.net/?aType=haber&ArticleID=70872">
2586
+ # http://www.worldbulletin.net/?aType=haber&ArticleID=70872
2587
+ # </a>
2588
+ # Turkish:
2589
+ # <a href="http://www.hurriyet.com.tr/ekonomi/17230464.asp?gid=373">
2590
+ # http://www.hurriyet.com.tr/ekonomi/17230464.asp?gid=373
2591
+ # </a>
2592
+
2593
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
2594
+ Rule Turkey 1916 only - May 1 0:00 1:00 S
2595
+ Rule Turkey 1916 only - Oct 1 0:00 0 -
2596
+ Rule Turkey 1920 only - Mar 28 0:00 1:00 S
2597
+ Rule Turkey 1920 only - Oct 25 0:00 0 -
2598
+ Rule Turkey 1921 only - Apr 3 0:00 1:00 S
2599
+ Rule Turkey 1921 only - Oct 3 0:00 0 -
2600
+ Rule Turkey 1922 only - Mar 26 0:00 1:00 S
2601
+ Rule Turkey 1922 only - Oct 8 0:00 0 -
2602
+ # Whitman gives 1923 Apr 28 - Sep 16 and no DST in 1924-1925;
2603
+ # go with Shanks & Pottenger.
2604
+ Rule Turkey 1924 only - May 13 0:00 1:00 S
2605
+ Rule Turkey 1924 1925 - Oct 1 0:00 0 -
2606
+ Rule Turkey 1925 only - May 1 0:00 1:00 S
2607
+ Rule Turkey 1940 only - Jun 30 0:00 1:00 S
2608
+ Rule Turkey 1940 only - Oct 5 0:00 0 -
2609
+ Rule Turkey 1940 only - Dec 1 0:00 1:00 S
2610
+ Rule Turkey 1941 only - Sep 21 0:00 0 -
2611
+ Rule Turkey 1942 only - Apr 1 0:00 1:00 S
2612
+ # Whitman omits the next two transition and gives 1945 Oct 1;
2613
+ # go with Shanks & Pottenger.
2614
+ Rule Turkey 1942 only - Nov 1 0:00 0 -
2615
+ Rule Turkey 1945 only - Apr 2 0:00 1:00 S
2616
+ Rule Turkey 1945 only - Oct 8 0:00 0 -
2617
+ Rule Turkey 1946 only - Jun 1 0:00 1:00 S
2618
+ Rule Turkey 1946 only - Oct 1 0:00 0 -
2619
+ Rule Turkey 1947 1948 - Apr Sun>=16 0:00 1:00 S
2620
+ Rule Turkey 1947 1950 - Oct Sun>=2 0:00 0 -
2621
+ Rule Turkey 1949 only - Apr 10 0:00 1:00 S
2622
+ Rule Turkey 1950 only - Apr 19 0:00 1:00 S
2623
+ Rule Turkey 1951 only - Apr 22 0:00 1:00 S
2624
+ Rule Turkey 1951 only - Oct 8 0:00 0 -
2625
+ Rule Turkey 1962 only - Jul 15 0:00 1:00 S
2626
+ Rule Turkey 1962 only - Oct 8 0:00 0 -
2627
+ Rule Turkey 1964 only - May 15 0:00 1:00 S
2628
+ Rule Turkey 1964 only - Oct 1 0:00 0 -
2629
+ Rule Turkey 1970 1972 - May Sun>=2 0:00 1:00 S
2630
+ Rule Turkey 1970 1972 - Oct Sun>=2 0:00 0 -
2631
+ Rule Turkey 1973 only - Jun 3 1:00 1:00 S
2632
+ Rule Turkey 1973 only - Nov 4 3:00 0 -
2633
+ Rule Turkey 1974 only - Mar 31 2:00 1:00 S
2634
+ Rule Turkey 1974 only - Nov 3 5:00 0 -
2635
+ Rule Turkey 1975 only - Mar 30 0:00 1:00 S
2636
+ Rule Turkey 1975 1976 - Oct lastSun 0:00 0 -
2637
+ Rule Turkey 1976 only - Jun 1 0:00 1:00 S
2638
+ Rule Turkey 1977 1978 - Apr Sun>=1 0:00 1:00 S
2639
+ Rule Turkey 1977 only - Oct 16 0:00 0 -
2640
+ Rule Turkey 1979 1980 - Apr Sun>=1 3:00 1:00 S
2641
+ Rule Turkey 1979 1982 - Oct Mon>=11 0:00 0 -
2642
+ Rule Turkey 1981 1982 - Mar lastSun 3:00 1:00 S
2643
+ Rule Turkey 1983 only - Jul 31 0:00 1:00 S
2644
+ Rule Turkey 1983 only - Oct 2 0:00 0 -
2645
+ Rule Turkey 1985 only - Apr 20 0:00 1:00 S
2646
+ Rule Turkey 1985 only - Sep 28 0:00 0 -
2647
+ Rule Turkey 1986 1990 - Mar lastSun 2:00s 1:00 S
2648
+ Rule Turkey 1986 1990 - Sep lastSun 2:00s 0 -
2649
+ Rule Turkey 1991 2006 - Mar lastSun 1:00s 1:00 S
2650
+ Rule Turkey 1991 1995 - Sep lastSun 1:00s 0 -
2651
+ Rule Turkey 1996 2006 - Oct lastSun 1:00s 0 -
2652
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
2653
+ Zone Europe/Istanbul 1:55:52 - LMT 1880
2654
+ 1:56:56 - IMT 1910 Oct # Istanbul Mean Time?
2655
+ 2:00 Turkey EE%sT 1978 Oct 15
2656
+ 3:00 Turkey TR%sT 1985 Apr 20 # Turkey Time
2657
+ 2:00 Turkey EE%sT 2007
2658
+ 2:00 EU EE%sT 2011 Mar 27 1:00u
2659
+ 2:00 - EET 2011 Mar 28 1:00u
2660
+ 2:00 EU EE%sT
2661
+ Link Europe/Istanbul Asia/Istanbul # Istanbul is in both continents.
2662
+
2663
+ # Ukraine
2664
+ #
2665
+ # From Igor Karpov, who works for the Ukranian Ministry of Justice,
2666
+ # via Garrett Wollman (2003-01-27):
2667
+ # BTW, I've found the official document on this matter. It's goverment
2668
+ # regulations number 509, May 13, 1996. In my poor translation it says:
2669
+ # "Time in Ukraine is set to second timezone (Kiev time). Each last Sunday
2670
+ # of March at 3am the time is changing to 4am and each last Sunday of
2671
+ # October the time at 4am is changing to 3am"
2672
+
2673
+ # From Alexander Krivenyshev (2011-09-20):
2674
+ # On September 20, 2011 the deputies of the Verkhovna Rada agreed to
2675
+ # abolish the transfer clock to winter time.
2676
+ #
2677
+ # Bill number 8330 of MP from the Party of Regions Oleg Nadoshi got
2678
+ # approval from 266 deputies.
2679
+ #
2680
+ # Ukraine abolishes transter back to the winter time (in Russian)
2681
+ # <a href="http://news.mail.ru/politics/6861560/">
2682
+ # http://news.mail.ru/politics/6861560/
2683
+ # </a>
2684
+ #
2685
+ # The Ukrainians will no longer change the clock (in Russian)
2686
+ # <a href="http://www.segodnya.ua/news/14290482.html">
2687
+ # http://www.segodnya.ua/news/14290482.html
2688
+ # </a>
2689
+ #
2690
+ # Deputies cancelled the winter time (in Russian)
2691
+ # <a href="http://www.pravda.com.ua/rus/news/2011/09/20/6600616/">
2692
+ # http://www.pravda.com.ua/rus/news/2011/09/20/6600616/
2693
+ # </a>
2694
+ #
2695
+ # From Philip Pizzey (2011-10-18):
2696
+ # Today my Ukrainian colleagues have informed me that the
2697
+ # Ukrainian parliament have decided that they will go to winter
2698
+ # time this year after all.
2699
+ #
2700
+ # From Udo Schwedt (2011-10-18):
2701
+ # As far as I understand, the recent change to the Ukranian time zone
2702
+ # (Europe/Kiev) to introduce permanent daylight saving time (similar
2703
+ # to Russia) was reverted today:
2704
+ #
2705
+ # <a href="http://portal.rada.gov.ua/rada/control/en/publish/article/info_left?art_id=287324&cat_id=105995">
2706
+ # http://portal.rada.gov.ua/rada/control/en/publish/article/info_left?art_id=287324&cat_id=105995
2707
+ # </a>
2708
+ #
2709
+ # Also reported by Alexander Bokovoy (2011-10-18) who also noted:
2710
+ # The law documents themselves are at
2711
+ #
2712
+ # <a href="http://w1.c1.rada.gov.ua/pls/zweb_n/webproc4_1?id=&pf3511=41484">
2713
+ # http://w1.c1.rada.gov.ua/pls/zweb_n/webproc4_1?id=&pf3511=41484
2714
+ # </a>
2715
+
2716
+
2717
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
2718
+ # Most of Ukraine since 1970 has been like Kiev.
2719
+ # "Kyiv" is the transliteration of the Ukrainian name, but
2720
+ # "Kiev" is more common in English.
2721
+ Zone Europe/Kiev 2:02:04 - LMT 1880
2722
+ 2:02:04 - KMT 1924 May 2 # Kiev Mean Time
2723
+ 2:00 - EET 1930 Jun 21
2724
+ 3:00 - MSK 1941 Sep 20
2725
+ 1:00 C-Eur CE%sT 1943 Nov 6
2726
+ 3:00 Russia MSK/MSD 1990
2727
+ 3:00 - MSK 1990 Jul 1 2:00
2728
+ 2:00 - EET 1992
2729
+ 2:00 E-Eur EE%sT 1995
2730
+ 2:00 EU EE%sT
2731
+ # Ruthenia used CET 1990/1991.
2732
+ # "Uzhhorod" is the transliteration of the Ukrainian name, but
2733
+ # "Uzhgorod" is more common in English.
2734
+ Zone Europe/Uzhgorod 1:29:12 - LMT 1890 Oct
2735
+ 1:00 - CET 1940
2736
+ 1:00 C-Eur CE%sT 1944 Oct
2737
+ 1:00 1:00 CEST 1944 Oct 26
2738
+ 1:00 - CET 1945 Jun 29
2739
+ 3:00 Russia MSK/MSD 1990
2740
+ 3:00 - MSK 1990 Jul 1 2:00
2741
+ 1:00 - CET 1991 Mar 31 3:00
2742
+ 2:00 - EET 1992
2743
+ 2:00 E-Eur EE%sT 1995
2744
+ 2:00 EU EE%sT
2745
+ # Zaporozh'ye and eastern Lugansk oblasts observed DST 1990/1991.
2746
+ # "Zaporizhia" is the transliteration of the Ukrainian name, but
2747
+ # "Zaporozh'ye" is more common in English. Use the common English
2748
+ # spelling, except omit the apostrophe as it is not allowed in
2749
+ # portable Posix file names.
2750
+ Zone Europe/Zaporozhye 2:20:40 - LMT 1880
2751
+ 2:20 - CUT 1924 May 2 # Central Ukraine T
2752
+ 2:00 - EET 1930 Jun 21
2753
+ 3:00 - MSK 1941 Aug 25
2754
+ 1:00 C-Eur CE%sT 1943 Oct 25
2755
+ 3:00 Russia MSK/MSD 1991 Mar 31 2:00
2756
+ 2:00 E-Eur EE%sT 1995
2757
+ 2:00 EU EE%sT
2758
+ # Central Crimea used Moscow time 1994/1997.
2759
+ Zone Europe/Simferopol 2:16:24 - LMT 1880
2760
+ 2:16 - SMT 1924 May 2 # Simferopol Mean T
2761
+ 2:00 - EET 1930 Jun 21
2762
+ 3:00 - MSK 1941 Nov
2763
+ 1:00 C-Eur CE%sT 1944 Apr 13
2764
+ 3:00 Russia MSK/MSD 1990
2765
+ 3:00 - MSK 1990 Jul 1 2:00
2766
+ 2:00 - EET 1992
2767
+ # From Paul Eggert (2006-03-22):
2768
+ # The _Economist_ (1994-05-28, p 45) reports that central Crimea switched
2769
+ # from Kiev to Moscow time sometime after the January 1994 elections.
2770
+ # Shanks (1999) says ``date of change uncertain'', but implies that it happened
2771
+ # sometime between the 1994 DST switches. Shanks & Pottenger simply say
2772
+ # 1994-09-25 03:00, but that can't be right. For now, guess it
2773
+ # changed in May.
2774
+ 2:00 E-Eur EE%sT 1994 May
2775
+ # From IATA SSIM (1994/1997), which also says that Kerch is still like Kiev.
2776
+ 3:00 E-Eur MSK/MSD 1996 Mar 31 3:00s
2777
+ 3:00 1:00 MSD 1996 Oct 27 3:00s
2778
+ # IATA SSIM (1997-09) says Crimea switched to EET/EEST.
2779
+ # Assume it happened in March by not changing the clocks.
2780
+ 3:00 Russia MSK/MSD 1997
2781
+ 3:00 - MSK 1997 Mar lastSun 1:00u
2782
+ 2:00 EU EE%sT
2783
+
2784
+ ###############################################################################
2785
+
2786
+ # One source shows that Bulgaria, Cyprus, Finland, and Greece observe DST from
2787
+ # the last Sunday in March to the last Sunday in September in 1986.
2788
+ # The source shows Romania changing a day later than everybody else.
2789
+ #
2790
+ # According to Bernard Sieloff's source, Poland is in the MET time zone but
2791
+ # uses the WE DST rules. The Western USSR uses EET+1 and ME DST rules.
2792
+ # Bernard Sieloff's source claims Romania switches on the same day, but at
2793
+ # 00:00 standard time (i.e., 01:00 DST). It also claims that Turkey
2794
+ # switches on the same day, but switches on at 01:00 standard time
2795
+ # and off at 00:00 standard time (i.e., 01:00 DST)
2796
+
2797
+ # ...
2798
+ # Date: Wed, 28 Jan 87 16:56:27 -0100
2799
+ # From: Tom Hofmann
2800
+ # ...
2801
+ #
2802
+ # ...the European time rules are...standardized since 1981, when
2803
+ # most European coun[tr]ies started DST. Before that year, only
2804
+ # a few countries (UK, France, Italy) had DST, each according
2805
+ # to own national rules. In 1981, however, DST started on
2806
+ # 'Apr firstSun', and not on 'Mar lastSun' as in the following
2807
+ # years...
2808
+ # But also since 1981 there are some more national exceptions
2809
+ # than listed in 'europe': Switzerland, for example, joined DST
2810
+ # one year later, Denmark ended DST on 'Oct 1' instead of 'Sep
2811
+ # lastSun' in 1981---I don't know how they handle now.
2812
+ #
2813
+ # Finally, DST ist always from 'Apr 1' to 'Oct 1' in the
2814
+ # Soviet Union (as far as I know).
2815
+ #
2816
+ # Tom Hofmann, Scientific Computer Center, CIBA-GEIGY AG,
2817
+ # 4002 Basle, Switzerland
2818
+ # ...
2819
+
2820
+ # ...
2821
+ # Date: Wed, 4 Feb 87 22:35:22 +0100
2822
+ # From: Dik T. Winter
2823
+ # ...
2824
+ #
2825
+ # The information from Tom Hofmann is (as far as I know) not entirely correct.
2826
+ # After a request from chongo at amdahl I tried to retrieve all information
2827
+ # about DST in Europe. I was able to find all from about 1969.
2828
+ #
2829
+ # ...standardization on DST in Europe started in about 1977 with switches on
2830
+ # first Sunday in April and last Sunday in September...
2831
+ # In 1981 UK joined Europe insofar that
2832
+ # the starting day for both shifted to last Sunday in March. And from 1982
2833
+ # the whole of Europe used DST, with switch dates April 1 and October 1 in
2834
+ # the Sov[i]et Union. In 1985 the SU reverted to standard Europe[a]n switch
2835
+ # dates...
2836
+ #
2837
+ # It should also be remembered that time-zones are not constants; e.g.
2838
+ # Portugal switched in 1976 from MET (or CET) to WET with DST...
2839
+ # Note also that though there were rules for switch dates not
2840
+ # all countries abided to these dates, and many individual deviations
2841
+ # occurred, though not since 1982 I believe. Another note: it is always
2842
+ # assumed that DST is 1 hour ahead of normal time, this need not be the
2843
+ # case; at least in the Netherlands there have been times when DST was 2 hours
2844
+ # in advance of normal time.
2845
+ #
2846
+ # ...
2847
+ # dik t. winter, cwi, amsterdam, nederland
2848
+ # ...
2849
+
2850
+ # From Bob Devine (1988-01-28):
2851
+ # ...
2852
+ # Greece: Last Sunday in April to last Sunday in September (iffy on dates).
2853
+ # Since 1978. Change at midnight.
2854
+ # ...
2855
+ # Monaco: has same DST as France.
2856
+ # ...
js/jquery-flot/examples/axes-time-zones/tz/factory ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
1
+ # <pre>
2
+ # This file is in the public domain, so clarified as of
3
+ # 2009-05-17 by Arthur David Olson.
4
+
5
+ # For companies who don't want to put time zone specification in
6
+ # their installation procedures. When users run date, they'll get the message.
7
+ # Also useful for the "comp.sources" version.
8
+
9
+ # Zone NAME GMTOFF RULES FORMAT
10
+ Zone Factory 0 - "Local time zone must be set--see zic manual page"
js/jquery-flot/examples/axes-time-zones/tz/iso3166.tab ADDED
@@ -0,0 +1,276 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # <pre>
2
+ # This file is in the public domain, so clarified as of
3
+ # 2009-05-17 by Arthur David Olson.
4
+ # ISO 3166 alpha-2 country codes
5
+ #
6
+ # From Paul Eggert (2006-09-27):
7
+ #
8
+ # This file contains a table with the following columns:
9
+ # 1. ISO 3166-1 alpha-2 country code, current as of
10
+ # ISO 3166-1 Newsletter VI-1 (2007-09-21). See:
11
+ # <a href="http://www.iso.org/iso/en/prods-services/iso3166ma/index.html">
12
+ # ISO 3166 Maintenance agency (ISO 3166/MA)
13
+ # </a>.
14
+ # 2. The usual English name for the country,
15
+ # chosen so that alphabetic sorting of subsets produces helpful lists.
16
+ # This is not the same as the English name in the ISO 3166 tables.
17
+ #
18
+ # Columns are separated by a single tab.
19
+ # The table is sorted by country code.
20
+ #
21
+ # Lines beginning with `#' are comments.
22
+ #
23
+ # From Arthur David Olson (2011-08-17):
24
+ # Resynchronized today with the ISO 3166 site (adding SS for South Sudan).
25
+ #
26
+ #country-
27
+ #code country name
28
+ AD Andorra
29
+ AE United Arab Emirates
30
+ AF Afghanistan
31
+ AG Antigua & Barbuda
32
+ AI Anguilla
33
+ AL Albania
34
+ AM Armenia
35
+ AO Angola
36
+ AQ Antarctica
37
+ AR Argentina
38
+ AS Samoa (American)
39
+ AT Austria
40
+ AU Australia
41
+ AW Aruba
42
+ AX Aaland Islands
43
+ AZ Azerbaijan
44
+ BA Bosnia & Herzegovina
45
+ BB Barbados
46
+ BD Bangladesh
47
+ BE Belgium
48
+ BF Burkina Faso
49
+ BG Bulgaria
50
+ BH Bahrain
51
+ BI Burundi
52
+ BJ Benin
53
+ BL St Barthelemy
54
+ BM Bermuda
55
+ BN Brunei
56
+ BO Bolivia
57
+ BQ Bonaire Sint Eustatius & Saba
58
+ BR Brazil
59
+ BS Bahamas
60
+ BT Bhutan
61
+ BV Bouvet Island
62
+ BW Botswana
63
+ BY Belarus
64
+ BZ Belize
65
+ CA Canada
66
+ CC Cocos (Keeling) Islands
67
+ CD Congo (Dem. Rep.)
68
+ CF Central African Rep.
69
+ CG Congo (Rep.)
70
+ CH Switzerland
71
+ CI Cote d'Ivoire
72
+ CK Cook Islands
73
+ CL Chile
74
+ CM Cameroon
75
+ CN China
76
+ CO Colombia
77
+ CR Costa Rica
78
+ CU Cuba
79
+ CV Cape Verde
80
+ CW Curacao
81
+ CX Christmas Island
82
+ CY Cyprus
83
+ CZ Czech Republic
84
+ DE Germany
85
+ DJ Djibouti
86
+ DK Denmark
87
+ DM Dominica
88
+ DO Dominican Republic
89
+ DZ Algeria
90
+ EC Ecuador
91
+ EE Estonia
92
+ EG Egypt
93
+ EH Western Sahara
94
+ ER Eritrea
95
+ ES Spain
96
+ ET Ethiopia
97
+ FI Finland
98
+ FJ Fiji
99
+ FK Falkland Islands
100
+ FM Micronesia
101
+ FO Faroe Islands
102
+ FR France
103
+ GA Gabon
104
+ GB Britain (UK)
105
+ GD Grenada
106
+ GE Georgia
107
+ GF French Guiana
108
+ GG Guernsey
109
+ GH Ghana
110
+ GI Gibraltar
111
+ GL Greenland
112
+ GM Gambia
113
+ GN Guinea
114
+ GP Guadeloupe
115
+ GQ Equatorial Guinea
116
+ GR Greece
117
+ GS South Georgia & the South Sandwich Islands
118
+ GT Guatemala
119
+ GU Guam
120
+ GW Guinea-Bissau
121
+ GY Guyana
122
+ HK Hong Kong
123
+ HM Heard Island & McDonald Islands
124
+ HN Honduras
125
+ HR Croatia
126
+ HT Haiti
127
+ HU Hungary
128
+ ID Indonesia
129
+ IE Ireland
130
+ IL Israel
131
+ IM Isle of Man
132
+ IN India
133
+ IO British Indian Ocean Territory
134
+ IQ Iraq
135
+ IR Iran
136
+ IS Iceland
137
+ IT Italy
138
+ JE Jersey
139
+ JM Jamaica
140
+ JO Jordan
141
+ JP Japan
142
+ KE Kenya
143
+ KG Kyrgyzstan
144
+ KH Cambodia
145
+ KI Kiribati
146
+ KM Comoros
147
+ KN St Kitts & Nevis
148
+ KP Korea (North)
149
+ KR Korea (South)
150
+ KW Kuwait
151
+ KY Cayman Islands
152
+ KZ Kazakhstan
153
+ LA Laos
154
+ LB Lebanon
155
+ LC St Lucia
156
+ LI Liechtenstein
157
+ LK Sri Lanka
158
+ LR Liberia
159
+ LS Lesotho
160
+ LT Lithuania
161
+ LU Luxembourg
162
+ LV Latvia
163
+ LY Libya
164
+ MA Morocco
165
+ MC Monaco
166
+ MD Moldova
167
+ ME Montenegro
168
+ MF St Martin (French part)
169
+ MG Madagascar
170
+ MH Marshall Islands
171
+ MK Macedonia
172
+ ML Mali
173
+ MM Myanmar (Burma)
174
+ MN Mongolia
175
+ MO Macau
176
+ MP Northern Mariana Islands
177
+ MQ Martinique
178
+ MR Mauritania
179
+ MS Montserrat
180
+ MT Malta
181
+ MU Mauritius
182
+ MV Maldives
183
+ MW Malawi
184
+ MX Mexico
185
+ MY Malaysia
186
+ MZ Mozambique
187
+ NA Namibia
188
+ NC New Caledonia
189
+ NE Niger
190
+ NF Norfolk Island
191
+ NG Nigeria
192
+ NI Nicaragua
193
+ NL Netherlands
194
+ NO Norway
195
+ NP Nepal
196
+ NR Nauru
197
+ NU Niue
198
+ NZ New Zealand
199
+ OM Oman
200
+ PA Panama
201
+ PE Peru
202
+ PF French Polynesia
203
+ PG Papua New Guinea
204
+ PH Philippines
205
+ PK Pakistan
206
+ PL Poland
207
+ PM St Pierre & Miquelon
208
+ PN Pitcairn
209
+ PR Puerto Rico
210
+ PS Palestine
211
+ PT Portugal
212
+ PW Palau
213
+ PY Paraguay
214
+ QA Qatar
215
+ RE Reunion
216
+ RO Romania
217
+ RS Serbia
218
+ RU Russia
219
+ RW Rwanda
220
+ SA Saudi Arabia
221
+ SB Solomon Islands
222
+ SC Seychelles
223
+ SD Sudan
224
+ SE Sweden
225
+ SG Singapore
226
+ SH St Helena
227
+ SI Slovenia
228
+ SJ Svalbard & Jan Mayen
229
+ SK Slovakia
230
+ SL Sierra Leone
231
+ SM San Marino
232
+ SN Senegal
233
+ SO Somalia
234
+ SR Suriname
235
+ SS South Sudan
236
+ ST Sao Tome & Principe
237
+ SV El Salvador
238
+ SX Sint Maarten
239
+ SY Syria
240
+ SZ Swaziland
241
+ TC Turks & Caicos Is
242
+ TD Chad
243
+ TF French Southern & Antarctic Lands
244
+ TG Togo
245
+ TH Thailand
246
+ TJ Tajikistan
247
+ TK Tokelau
248
+ TL East Timor
249
+ TM Turkmenistan
250
+ TN Tunisia
251
+ TO Tonga
252
+ TR Turkey
253
+ TT Trinidad & Tobago
254
+ TV Tuvalu
255
+ TW Taiwan
256
+ TZ Tanzania
257
+ UA Ukraine
258
+ UG Uganda
259
+ UM US minor outlying islands
260
+ US United States
261
+ UY Uruguay
262
+ UZ Uzbekistan
263
+ VA Vatican City
264
+ VC St Vincent
265
+ VE Venezuela
266
+ VG Virgin Islands (UK)
267
+ VI Virgin Islands (US)
268
+ VN Vietnam
269
+ VU Vanuatu
270
+ WF Wallis & Futuna
271
+ WS Samoa (western)
272
+ YE Yemen
273
+ YT Mayotte
274
+ ZA South Africa
275
+ ZM Zambia
276
+ ZW Zimbabwe
js/jquery-flot/examples/axes-time-zones/tz/leapseconds ADDED
@@ -0,0 +1,100 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # <pre>
2
+ # This file is in the public domain, so clarified as of
3
+ # 2009-05-17 by Arthur David Olson.
4
+
5
+ # Allowance for leapseconds added to each timezone file.
6
+
7
+ # The International Earth Rotation Service periodically uses leap seconds
8
+ # to keep UTC to within 0.9 s of UT1
9
+ # (which measures the true angular orientation of the earth in space); see
10
+ # Terry J Quinn, The BIPM and the accurate measure of time,
11
+ # Proc IEEE 79, 7 (July 1991), 894-905.
12
+ # There were no leap seconds before 1972, because the official mechanism
13
+ # accounting for the discrepancy between atomic time and the earth's rotation
14
+ # did not exist until the early 1970s.
15
+
16
+ # The correction (+ or -) is made at the given time, so lines
17
+ # will typically look like:
18
+ # Leap YEAR MON DAY 23:59:60 + R/S
19
+ # or
20
+ # Leap YEAR MON DAY 23:59:59 - R/S
21
+
22
+ # If the leapsecond is Rolling (R) the given time is local time
23
+ # If the leapsecond is Stationary (S) the given time is UTC
24
+
25
+ # Leap YEAR MONTH DAY HH:MM:SS CORR R/S
26
+ Leap 1972 Jun 30 23:59:60 + S
27
+ Leap 1972 Dec 31 23:59:60 + S
28
+ Leap 1973 Dec 31 23:59:60 + S
29
+ Leap 1974 Dec 31 23:59:60 + S
30
+ Leap 1975 Dec 31 23:59:60 + S
31
+ Leap 1976 Dec 31 23:59:60 + S
32
+ Leap 1977 Dec 31 23:59:60 + S
33
+ Leap 1978 Dec 31 23:59:60 + S
34
+ Leap 1979 Dec 31 23:59:60 + S
35
+ Leap 1981 Jun 30 23:59:60 + S
36
+ Leap 1982 Jun 30 23:59:60 + S
37
+ Leap 1983 Jun 30 23:59:60 + S
38
+ Leap 1985 Jun 30 23:59:60 + S
39
+ Leap 1987 Dec 31 23:59:60 + S
40
+ Leap 1989 Dec 31 23:59:60 + S
41
+ Leap 1990 Dec 31 23:59:60 + S
42
+ Leap 1992 Jun 30 23:59:60 + S
43
+ Leap 1993 Jun 30 23:59:60 + S
44
+ Leap 1994 Jun 30 23:59:60 + S
45
+ Leap 1995 Dec 31 23:59:60 + S
46
+ Leap 1997 Jun 30 23:59:60 + S
47
+ Leap 1998 Dec 31 23:59:60 + S
48
+ Leap 2005 Dec 31 23:59:60 + S
49
+ Leap 2008 Dec 31 23:59:60 + S
50
+ Leap 2012 Jun 30 23:59:60 + S
51
+
52
+ # INTERNATIONAL EARTH ROTATION AND REFERENCE SYSTEMS SERVICE (IERS)
53
+ #
54
+ # SERVICE INTERNATIONAL DE LA ROTATION TERRESTRE ET DES SYSTEMES DE REFERENCE
55
+ #
56
+ #
57
+ # SERVICE DE LA ROTATION TERRESTRE
58
+ # OBSERVATOIRE DE PARIS
59
+ # 61, Av. de l'Observatoire 75014 PARIS (France)
60
+ # Tel. : 33 (0) 1 40 51 22 26
61
+ # FAX : 33 (0) 1 40 51 22 91
62
+ # e-mail : (E-Mail Removed)
63
+ # http://hpiers.obspm.fr/eop-pc
64
+ #
65
+ # Paris, 5 January 2012
66
+ #
67
+ #
68
+ # Bulletin C 43
69
+ #
70
+ # To authorities responsible
71
+ # for the measurement and
72
+ # distribution of time
73
+ #
74
+ #
75
+ # UTC TIME STEP
76
+ # on the 1st of July 2012
77
+ #
78
+ #
79
+ # A positive leap second will be introduced at the end of June 2012.
80
+ # The sequence of dates of the UTC second markers will be:
81
+ #
82
+ # 2012 June 30, 23h 59m 59s
83
+ # 2012 June 30, 23h 59m 60s
84
+ # 2012 July 1, 0h 0m 0s
85
+ #
86
+ # The difference between UTC and the International Atomic Time TAI is:
87
+ #
88
+ # from 2009 January 1, 0h UTC, to 2012 July 1 0h UTC : UTC-TAI = - 34s
89
+ # from 2012 July 1, 0h UTC, until further notice : UTC-TAI = - 35s
90
+ #
91
+ # Leap seconds can be introduced in UTC at the end of the months of December
92
+ # or June, depending on the evolution of UT1-TAI. Bulletin C is mailed every
93
+ # six months, either to announce a time step in UTC or to confirm that there
94
+ # will be no time step at the next possible date.
95
+ #
96
+ #
97
+ # Daniel GAMBIS
98
+ # Head
99
+ # Earth Orientation Center of IERS
100
+ # Observatoire de Paris, France
js/jquery-flot/examples/axes-time-zones/tz/northamerica ADDED
@@ -0,0 +1,3235 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # <pre>
2
+ # This file is in the public domain, so clarified as of
3
+ # 2009-05-17 by Arthur David Olson.
4
+
5
+ # also includes Central America and the Caribbean
6
+
7
+ # This data is by no means authoritative; if you think you know better,
8
+ # go ahead and edit the file (and please send any changes to
9
+ # tz@iana.org for general use in the future).
10
+
11
+ # From Paul Eggert (1999-03-22):
12
+ # A reliable and entertaining source about time zones is
13
+ # Derek Howse, Greenwich time and longitude, Philip Wilson Publishers (1997).
14
+
15
+ ###############################################################################
16
+
17
+ # United States
18
+
19
+ # From Paul Eggert (1999-03-31):
20
+ # Howse writes (pp 121-125) that time zones were invented by
21
+ # Professor Charles Ferdinand Dowd (1825-1904),
22
+ # Principal of Temple Grove Ladies' Seminary (Saratoga Springs, NY).
23
+ # His pamphlet ``A System of National Time for Railroads'' (1870)
24
+ # was the result of his proposals at the Convention of Railroad Trunk Lines
25
+ # in New York City (1869-10). His 1870 proposal was based on Washington, DC,
26
+ # but in 1872-05 he moved the proposed origin to Greenwich.
27
+ # His proposal was adopted by the railroads on 1883-11-18 at 12:00,
28
+ # and the most of the country soon followed suit.
29
+
30
+ # From Paul Eggert (2005-04-16):
31
+ # That 1883 transition occurred at 12:00 new time, not at 12:00 old time.
32
+ # See p 46 of David Prerau, Seize the daylight, Thunder's Mouth Press (2005).
33
+
34
+ # From Paul Eggert (2006-03-22):
35
+ # A good source for time zone historical data in the US is
36
+ # Thomas G. Shanks, The American Atlas (5th edition),
37
+ # San Diego: ACS Publications, Inc. (1991).
38
+ # Make sure you have the errata sheet; the book is somewhat useless without it.
39
+ # It is the source for most of the pre-1991 US entries below.
40
+
41
+ # From Paul Eggert (2001-03-06):
42
+ # Daylight Saving Time was first suggested as a joke by Benjamin Franklin
43
+ # in his whimsical essay ``An Economical Project for Diminishing the Cost
44
+ # of Light'' published in the Journal de Paris (1784-04-26).
45
+ # Not everyone is happy with the results:
46
+ #
47
+ # I don't really care how time is reckoned so long as there is some
48
+ # agreement about it, but I object to being told that I am saving
49
+ # daylight when my reason tells me that I am doing nothing of the kind.
50
+ # I even object to the implication that I am wasting something
51
+ # valuable if I stay in bed after the sun has risen. As an admirer
52
+ # of moonlight I resent the bossy insistence of those who want to
53
+ # reduce my time for enjoying it. At the back of the Daylight Saving
54
+ # scheme I detect the bony, blue-fingered hand of Puritanism, eager
55
+ # to push people into bed earlier, and get them up earlier, to make
56
+ # them healthy, wealthy and wise in spite of themselves.
57
+ #
58
+ # -- Robertson Davies, The diary of Samuel Marchbanks,
59
+ # Clarke, Irwin (1947), XIX, Sunday
60
+ #
61
+ # For more about the first ten years of DST in the United States, see
62
+ # Robert Garland's <a href="http://www.clpgh.org/exhibit/dst.html">
63
+ # Ten years of daylight saving from the Pittsburgh standpoint
64
+ # (Carnegie Library of Pittsburgh, 1927)</a>.
65
+ #
66
+ # Shanks says that DST was called "War Time" in the US in 1918 and 1919.
67
+ # However, DST was imposed by the Standard Time Act of 1918, which
68
+ # was the first nationwide legal time standard, and apparently
69
+ # time was just called "Standard Time" or "Daylight Saving Time".
70
+
71
+ # From Arthur David Olson:
72
+ # US Daylight Saving Time ended on the last Sunday of *October* in 1974.
73
+ # See, for example, the front page of the Saturday, 1974-10-26
74
+ # and Sunday, 1974-10-27 editions of the Washington Post.
75
+
76
+ # From Arthur David Olson:
77
+ # Before the Uniform Time Act of 1966 took effect in 1967, observance of
78
+ # Daylight Saving Time in the US was by local option, except during wartime.
79
+
80
+ # From Arthur David Olson (2000-09-25):
81
+ # Last night I heard part of a rebroadcast of a 1945 Arch Oboler radio drama.
82
+ # In the introduction, Oboler spoke of "Eastern Peace Time."
83
+ # An AltaVista search turned up
84
+ # <a href="http://rowayton.org/rhs/hstaug45.html">:
85
+ # "When the time is announced over the radio now, it is 'Eastern Peace
86
+ # Time' instead of the old familiar 'Eastern War Time.' Peace is wonderful."
87
+ # </a> (August 1945) by way of confirmation.
88
+
89
+ # From Joseph Gallant citing
90
+ # George H. Douglas, _The Early Days of Radio Broadcasting_ (1987):
91
+ # At 7 P.M. (Eastern War Time) [on 1945-08-14], the networks were set
92
+ # to switch to London for Attlee's address, but the American people
93
+ # never got to hear his speech live. According to one press account,
94
+ # CBS' Bob Trout was first to announce the word of Japan's surrender,
95
+ # but a few seconds later, NBC, ABC and Mutual also flashed the word
96
+ # of surrender, all of whom interrupting the bells of Big Ben in
97
+ # London which were to precede Mr. Attlee's speech.
98
+
99
+ # From Paul Eggert (2003-02-09): It was Robert St John, not Bob Trout. From
100
+ # Myrna Oliver's obituary of St John on page B16 of today's Los Angeles Times:
101
+ #
102
+ # ... a war-weary U.S. clung to radios, awaiting word of Japan's surrender.
103
+ # Any announcement from Asia would reach St. John's New York newsroom on a
104
+ # wire service teletype machine, which had prescribed signals for major news.
105
+ # Associated Press, for example, would ring five bells before spewing out
106
+ # typed copy of an important story, and 10 bells for news "of transcendental
107
+ # importance."
108
+ #
109
+ # On Aug. 14, stalling while talking steadily into the NBC networks' open
110
+ # microphone, St. John heard five bells and waited only to hear a sixth bell,
111
+ # before announcing confidently: "Ladies and gentlemen, World War II is over.
112
+ # The Japanese have agreed to our surrender terms."
113
+ #
114
+ # He had scored a 20-second scoop on other broadcasters.
115
+
116
+ # From Arthur David Olson (2005-08-22):
117
+ # Paul has been careful to use the "US" rules only in those locations
118
+ # that are part of the United States; this reflects the real scope of
119
+ # U.S. government action. So even though the "US" rules have changed
120
+ # in the latest release, other countries won't be affected.
121
+
122
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
123
+ Rule US 1918 1919 - Mar lastSun 2:00 1:00 D
124
+ Rule US 1918 1919 - Oct lastSun 2:00 0 S
125
+ Rule US 1942 only - Feb 9 2:00 1:00 W # War
126
+ Rule US 1945 only - Aug 14 23:00u 1:00 P # Peace
127
+ Rule US 1945 only - Sep 30 2:00 0 S
128
+ Rule US 1967 2006 - Oct lastSun 2:00 0 S
129
+ Rule US 1967 1973 - Apr lastSun 2:00 1:00 D
130
+ Rule US 1974 only - Jan 6 2:00 1:00 D
131
+ Rule US 1975 only - Feb 23 2:00 1:00 D
132
+ Rule US 1976 1986 - Apr lastSun 2:00 1:00 D
133
+ Rule US 1987 2006 - Apr Sun>=1 2:00 1:00 D
134
+ Rule US 2007 max - Mar Sun>=8 2:00 1:00 D
135
+ Rule US 2007 max - Nov Sun>=1 2:00 0 S
136
+
137
+ # From Arthur David Olson, 2005-12-19
138
+ # We generate the files specified below to guard against old files with
139
+ # obsolete information being left in the time zone binary directory.
140
+ # We limit the list to names that have appeared in previous versions of
141
+ # this time zone package.
142
+ # We do these as separate Zones rather than as Links to avoid problems if
143
+ # a particular place changes whether it observes DST.
144
+ # We put these specifications here in the northamerica file both to
145
+ # increase the chances that they'll actually get compiled and to
146
+ # avoid the need to duplicate the US rules in another file.
147
+
148
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
149
+ Zone EST -5:00 - EST
150
+ Zone MST -7:00 - MST
151
+ Zone HST -10:00 - HST
152
+ Zone EST5EDT -5:00 US E%sT
153
+ Zone CST6CDT -6:00 US C%sT
154
+ Zone MST7MDT -7:00 US M%sT
155
+ Zone PST8PDT -8:00 US P%sT
156
+
157
+ # From Bob Devine (1988-01-28):
158
+ # ...Alaska (and Hawaii) had the timezone names changed in 1967.
159
+ # old new
160
+ # Pacific Standard Time(PST) -same-
161
+ # Yukon Standard Time(YST) -same-
162
+ # Central Alaska S.T. (CAT) Alaska-Hawaii St[an]dard Time (AHST)
163
+ # Nome Standard Time (NT) Bering Standard Time (BST)
164
+ #
165
+ # ...Alaska's timezone lines were redrawn in 1983 to give only 2 tz.
166
+ # The YST zone now covers nearly all of the state, AHST just part
167
+ # of the Aleutian islands. No DST.
168
+
169
+ # From Paul Eggert (1995-12-19):
170
+ # The tables below use `NST', not `NT', for Nome Standard Time.
171
+ # I invented `CAWT' for Central Alaska War Time.
172
+
173
+ # From U. S. Naval Observatory (1989-01-19):
174
+ # USA EASTERN 5 H BEHIND UTC NEW YORK, WASHINGTON
175
+ # USA EASTERN 4 H BEHIND UTC APR 3 - OCT 30
176
+ # USA CENTRAL 6 H BEHIND UTC CHICAGO, HOUSTON
177
+ # USA CENTRAL 5 H BEHIND UTC APR 3 - OCT 30
178
+ # USA MOUNTAIN 7 H BEHIND UTC DENVER
179
+ # USA MOUNTAIN 6 H BEHIND UTC APR 3 - OCT 30
180
+ # USA PACIFIC 8 H BEHIND UTC L.A., SAN FRANCISCO
181
+ # USA PACIFIC 7 H BEHIND UTC APR 3 - OCT 30
182
+ # USA ALASKA STD 9 H BEHIND UTC MOST OF ALASKA (AKST)
183
+ # USA ALASKA STD 8 H BEHIND UTC APR 3 - OCT 30 (AKDT)
184
+ # USA ALEUTIAN 10 H BEHIND UTC ISLANDS WEST OF 170W
185
+ # USA - " - 9 H BEHIND UTC APR 3 - OCT 30
186
+ # USA HAWAII 10 H BEHIND UTC
187
+ # USA BERING 11 H BEHIND UTC SAMOA, MIDWAY
188
+
189
+ # From Arthur David Olson (1989-01-21):
190
+ # The above dates are for 1988.
191
+ # Note the "AKST" and "AKDT" abbreviations, the claim that there's
192
+ # no DST in Samoa, and the claim that there is DST in Alaska and the
193
+ # Aleutians.
194
+
195
+ # From Arthur David Olson (1988-02-13):
196
+ # Legal standard time zone names, from United States Code (1982 Edition and
197
+ # Supplement III), Title 15, Chapter 6, Section 260 and forward. First, names
198
+ # up to 1967-04-01 (when most provisions of the Uniform Time Act of 1966
199
+ # took effect), as explained in sections 263 and 261:
200
+ # (none)
201
+ # United States standard eastern time
202
+ # United States standard mountain time
203
+ # United States standard central time
204
+ # United States standard Pacific time
205
+ # (none)
206
+ # United States standard Alaska time
207
+ # (none)
208
+ # Next, names from 1967-04-01 until 1983-11-30 (the date for
209
+ # public law 98-181):
210
+ # Atlantic standard time
211
+ # eastern standard time
212
+ # central standard time
213
+ # mountain standard time
214
+ # Pacific standard time
215
+ # Yukon standard time
216
+ # Alaska-Hawaii standard time
217
+ # Bering standard time
218
+ # And after 1983-11-30:
219
+ # Atlantic standard time
220
+ # eastern standard time
221
+ # central standard time
222
+ # mountain standard time
223
+ # Pacific standard time
224
+ # Alaska standard time
225
+ # Hawaii-Aleutian standard time
226
+ # Samoa standard time
227
+ # The law doesn't give abbreviations.
228
+ #
229
+ # From Paul Eggert (2000-01-08), following a heads-up from Rives McDow:
230
+ # Public law 106-564 (2000-12-23) introduced the abbreviation
231
+ # "Chamorro Standard Time" for time in Guam and the Northern Marianas.
232
+ # See the file "australasia".
233
+
234
+ # From Arthur David Olson, 2005-08-09
235
+ # The following was signed into law on 2005-08-08.
236
+ #
237
+ # H.R. 6, Energy Policy Act of 2005, SEC. 110. DAYLIGHT SAVINGS.
238
+ # (a) Amendment- Section 3(a) of the Uniform Time Act of 1966 (15
239
+ # U.S.C. 260a(a)) is amended--
240
+ # (1) by striking `first Sunday of April' and inserting `second
241
+ # Sunday of March'; and
242
+ # (2) by striking `last Sunday of October' and inserting `first
243
+ # Sunday of November'.
244
+ # (b) Effective Date- Subsection (a) shall take effect 1 year after the
245
+ # date of enactment of this Act or March 1, 2007, whichever is later.
246
+ # (c) Report to Congress- Not later than 9 months after the effective
247
+ # date stated in subsection (b), the Secretary shall report to Congress
248
+ # on the impact of this section on energy consumption in the United
249
+ # States.
250
+ # (d) Right to Revert- Congress retains the right to revert the
251
+ # Daylight Saving Time back to the 2005 time schedules once the
252
+ # Department study is complete.
253
+
254
+ # US eastern time, represented by New York
255
+
256
+ # Connecticut, Delaware, District of Columbia, most of Florida,
257
+ # Georgia, southeast Indiana (Dearborn and Ohio counties), eastern Kentucky
258
+ # (except America/Kentucky/Louisville below), Maine, Maryland, Massachusetts,
259
+ # New Hampshire, New Jersey, New York, North Carolina, Ohio,
260
+ # Pennsylvania, Rhode Island, South Carolina, eastern Tennessee,
261
+ # Vermont, Virginia, West Virginia
262
+
263
+ # From Dave Cantor (2004-11-02):
264
+ # Early this summer I had the occasion to visit the Mount Washington
265
+ # Observatory weather station atop (of course!) Mount Washington [, NH]....
266
+ # One of the staff members said that the station was on Eastern Standard Time
267
+ # and didn't change their clocks for Daylight Saving ... so that their
268
+ # reports will always have times which are 5 hours behind UTC.
269
+
270
+ # From Paul Eggert (2005-08-26):
271
+ # According to today's Huntsville Times
272
+ # <http://www.al.com/news/huntsvilletimes/index.ssf?/base/news/1125047783228320.xml&coll=1>
273
+ # a few towns on Alabama's "eastern border with Georgia, such as Phenix City
274
+ # in Russell County, Lanett in Chambers County and some towns in Lee County,
275
+ # set their watches and clocks on Eastern time." It quotes H.H. "Bubba"
276
+ # Roberts, city administrator in Phenix City. as saying "We are in the Central
277
+ # time zone, but we do go by the Eastern time zone because so many people work
278
+ # in Columbus."
279
+
280
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER
281
+ Rule NYC 1920 only - Mar lastSun 2:00 1:00 D
282
+ Rule NYC 1920 only - Oct lastSun 2:00 0 S
283
+ Rule NYC 1921 1966 - Apr lastSun 2:00 1:00 D
284
+ Rule NYC 1921 1954 - Sep lastSun 2:00 0 S
285
+ Rule NYC 1955 1966 - Oct lastSun 2:00 0 S
286
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
287
+ Zone America/New_York -4:56:02 - LMT 1883 Nov 18 12:03:58
288
+ -5:00 US E%sT 1920
289
+ -5:00 NYC E%sT 1942
290
+ -5:00 US E%sT 1946
291
+ -5:00 NYC E%sT 1967
292
+ -5:00 US E%sT
293
+
294
+ # US central time, represented by Chicago
295
+
296
+ # Alabama, Arkansas, Florida panhandle (Bay, Calhoun, Escambia,
297
+ # Gulf, Holmes, Jackson, Okaloosa, Santa Rosa, Walton, and
298
+ # Washington counties), Illinois, western Indiana
299
+ # (Gibson, Jasper, Lake, LaPorte, Newton, Porter, Posey, Spencer,
300
+ # Vanderburgh, and Warrick counties), Iowa, most of Kansas, western
301
+ # Kentucky, Louisiana, Minnesota, Mississippi, Missouri, eastern
302
+ # Nebraska, eastern North Dakota, Oklahoma, eastern South Dakota,
303
+ # western Tennessee, most of Texas, Wisconsin
304
+
305
+ # From Larry M. Smith (2006-04-26) re Wisconsin:
306
+ # http://www.legis.state.wi.us/statutes/Stat0175.pdf ...
307
+ # is currently enforced at the 01:00 time of change. Because the local
308
+ # "bar time" in the state corresponds to 02:00, a number of citations
309
+ # are issued for the "sale of class 'B' alcohol after prohibited
310
+ # hours" within the deviated hour of this change every year....
311
+ #
312
+ # From Douglas R. Bomberg (2007-03-12):
313
+ # Wisconsin has enacted (nearly eleventh-hour) legislation to get WI
314
+ # Statue 175 closer in synch with the US Congress' intent....
315
+ # http://www.legis.state.wi.us/2007/data/acts/07Act3.pdf
316
+
317
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER
318
+ Rule Chicago 1920 only - Jun 13 2:00 1:00 D
319
+ Rule Chicago 1920 1921 - Oct lastSun 2:00 0 S
320
+ Rule Chicago 1921 only - Mar lastSun 2:00 1:00 D
321
+ Rule Chicago 1922 1966 - Apr lastSun 2:00 1:00 D
322
+ Rule Chicago 1922 1954 - Sep lastSun 2:00 0 S
323
+ Rule Chicago 1955 1966 - Oct lastSun 2:00 0 S
324
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
325
+ Zone America/Chicago -5:50:36 - LMT 1883 Nov 18 12:09:24
326
+ -6:00 US C%sT 1920
327
+ -6:00 Chicago C%sT 1936 Mar 1 2:00
328
+ -5:00 - EST 1936 Nov 15 2:00
329
+ -6:00 Chicago C%sT 1942
330
+ -6:00 US C%sT 1946
331
+ -6:00 Chicago C%sT 1967
332
+ -6:00 US C%sT
333
+ # Oliver County, ND switched from mountain to central time on 1992-10-25.
334
+ Zone America/North_Dakota/Center -6:45:12 - LMT 1883 Nov 18 12:14:48
335
+ -7:00 US M%sT 1992 Oct 25 02:00
336
+ -6:00 US C%sT
337
+ # Morton County, ND, switched from mountain to central time on
338
+ # 2003-10-26, except for the area around Mandan which was already central time.
339
+ # See <http://dmses.dot.gov/docimages/p63/135818.pdf>.
340
+ # Officially this switch also included part of Sioux County, and
341
+ # Jones, Mellette, and Todd Counties in South Dakota;
342
+ # but in practice these other counties were already observing central time.
343
+ # See <http://www.epa.gov/fedrgstr/EPA-IMPACT/2003/October/Day-28/i27056.htm>.
344
+ Zone America/North_Dakota/New_Salem -6:45:39 - LMT 1883 Nov 18 12:14:21
345
+ -7:00 US M%sT 2003 Oct 26 02:00
346
+ -6:00 US C%sT
347
+
348
+ # From Josh Findley (2011-01-21):
349
+ # ...it appears that Mercer County, North Dakota, changed from the
350
+ # mountain time zone to the central time zone at the last transition from
351
+ # daylight-saving to standard time (on Nov. 7, 2010):
352
+ # <a href="http://www.gpo.gov/fdsys/pkg/FR-2010-09-29/html/2010-24376.htm">
353
+ # http://www.gpo.gov/fdsys/pkg/FR-2010-09-29/html/2010-24376.htm
354
+ # </a>
355
+ # <a href="http://www.bismarcktribune.com/news/local/article_1eb1b588-c758-11df-b472-001cc4c03286.html">
356
+ # http://www.bismarcktribune.com/news/local/article_1eb1b588-c758-11df-b472-001cc4c03286.html
357
+ # </a>
358
+
359
+ # From Andy Lipscomb (2011-01-24):
360
+ # ...according to the Census Bureau, the largest city is Beulah (although
361
+ # it's commonly referred to as Beulah-Hazen, with Hazen being the next
362
+ # largest city in Mercer County). Google Maps places Beulah's city hall
363
+ # at 4715'51" north, 10146'40" west, which yields an offset of 6h47'07".
364
+
365
+ Zone America/North_Dakota/Beulah -6:47:07 - LMT 1883 Nov 18 12:12:53
366
+ -7:00 US M%sT 2010 Nov 7 2:00
367
+ -6:00 US C%sT
368
+
369
+ # US mountain time, represented by Denver
370
+ #
371
+ # Colorado, far western Kansas, Montana, western
372
+ # Nebraska, Nevada border (Jackpot, Owyhee, and Mountain City),
373
+ # New Mexico, southwestern North Dakota,
374
+ # western South Dakota, far western Texas (El Paso County, Hudspeth County,
375
+ # and Pine Springs and Nickel Creek in Culberson County), Utah, Wyoming
376
+ #
377
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER
378
+ Rule Denver 1920 1921 - Mar lastSun 2:00 1:00 D
379
+ Rule Denver 1920 only - Oct lastSun 2:00 0 S
380
+ Rule Denver 1921 only - May 22 2:00 0 S
381
+ Rule Denver 1965 1966 - Apr lastSun 2:00 1:00 D
382
+ Rule Denver 1965 1966 - Oct lastSun 2:00 0 S
383
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
384
+ Zone America/Denver -6:59:56 - LMT 1883 Nov 18 12:00:04
385
+ -7:00 US M%sT 1920
386
+ -7:00 Denver M%sT 1942
387
+ -7:00 US M%sT 1946
388
+ -7:00 Denver M%sT 1967
389
+ -7:00 US M%sT
390
+
391
+ # US Pacific time, represented by Los Angeles
392
+ #
393
+ # California, northern Idaho (Benewah, Bonner, Boundary, Clearwater,
394
+ # Idaho, Kootenai, Latah, Lewis, Nez Perce, and Shoshone counties,
395
+ # and the northern three-quarters of Idaho county),
396
+ # most of Nevada, most of Oregon, and Washington
397
+ #
398
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER
399
+ Rule CA 1948 only - Mar 14 2:00 1:00 D
400
+ Rule CA 1949 only - Jan 1 2:00 0 S
401
+ Rule CA 1950 1966 - Apr lastSun 2:00 1:00 D
402
+ Rule CA 1950 1961 - Sep lastSun 2:00 0 S
403
+ Rule CA 1962 1966 - Oct lastSun 2:00 0 S
404
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
405
+ Zone America/Los_Angeles -7:52:58 - LMT 1883 Nov 18 12:07:02
406
+ -8:00 US P%sT 1946
407
+ -8:00 CA P%sT 1967
408
+ -8:00 US P%sT
409
+
410
+ # Alaska
411
+ # AK%sT is the modern abbreviation for -9:00 per USNO.
412
+ #
413
+ # From Paul Eggert (2001-05-30):
414
+ # Howse writes that Alaska switched from the Julian to the Gregorian calendar,
415
+ # and from east-of-GMT to west-of-GMT days, when the US bought it from Russia.
416
+ # This was on 1867-10-18, a Friday; the previous day was 1867-10-06 Julian,
417
+ # also a Friday. Include only the time zone part of this transition,
418
+ # ignoring the switch from Julian to Gregorian, since we can't represent
419
+ # the Julian calendar.
420
+ #
421
+ # As far as we know, none of the exact locations mentioned below were
422
+ # permanently inhabited in 1867 by anyone using either calendar.
423
+ # (Yakutat was colonized by the Russians in 1799, but the settlement
424
+ # was destroyed in 1805 by a Yakutat-kon war party.) However, there
425
+ # were nearby inhabitants in some cases and for our purposes perhaps
426
+ # it's best to simply use the official transition.
427
+ #
428
+
429
+ # From Steve Ferguson (2011-01-31):
430
+ # The author lives in Alaska and many of the references listed are only
431
+ # available to Alaskan residents.
432
+ #
433
+ # <a href="http://www.alaskahistoricalsociety.org/index.cfm?section=discover%20alaska&page=Glimpses%20of%20the%20Past&viewpost=2&ContentId=98">
434
+ # http://www.alaskahistoricalsociety.org/index.cfm?section=discover%20alaska&page=Glimpses%20of%20the%20Past&viewpost=2&ContentId=98
435
+ # </a>
436
+
437
+ # From Arthur David Olson (2011-02-01):
438
+ # Here's database-relevant material from the 2001 "Alaska History" article:
439
+ #
440
+ # On September 20 [1979]...DOT...officials decreed that on April 27,
441
+ # 1980, Juneau and other nearby communities would move to Yukon Time.
442
+ # Sitka, Petersburg, Wrangell, and Ketchikan, however, would remain on
443
+ # Pacific Time.
444
+ #
445
+ # ...on September 22, 1980, DOT Secretary Neil E. Goldschmidt rescinded the
446
+ # Department's September 1979 decision. Juneau and other communities in
447
+ # northern Southeast reverted to Pacific Time on October 26.
448
+ #
449
+ # On October 28 [1983]...the Metlakatla Indian Community Council voted
450
+ # unanimously to keep the reservation on Pacific Time.
451
+ #
452
+ # According to DOT official Joanne Petrie, Indian reservations are not
453
+ # bound to follow time zones imposed by neighboring jurisdictions.
454
+ #
455
+ # (The last is consistent with how the database now handles the Navajo
456
+ # Nation.)
457
+
458
+ # From Arthur David Olson (2011-02-09):
459
+ # I just spoke by phone with a staff member at the Metlakatla Indian
460
+ # Community office (using contact information available at
461
+ # <a href="http://www.commerce.state.ak.us/dca/commdb/CIS.cfm?Comm_Boro_name=Metlakatla">
462
+ # http://www.commerce.state.ak.us/dca/commdb/CIS.cfm?Comm_Boro_name=Metlakatla
463
+ # </a>).
464
+ # It's shortly after 1:00 here on the east coast of the United States;
465
+ # the staffer said it was shortly after 10:00 there. When I asked whether
466
+ # that meant they were on Pacific time, they said no--they were on their
467
+ # own time. I asked about daylight saving; they said it wasn't used. I
468
+ # did not inquire about practices in the past.
469
+
470
+ # From Arthur David Olson (2011-08-17):
471
+ # For lack of better information, assume that Metlakatla's
472
+ # abandonment of use of daylight saving resulted from the 1983 vote.
473
+
474
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
475
+ Zone America/Juneau 15:02:19 - LMT 1867 Oct 18
476
+ -8:57:41 - LMT 1900 Aug 20 12:00
477
+ -8:00 - PST 1942
478
+ -8:00 US P%sT 1946
479
+ -8:00 - PST 1969
480
+ -8:00 US P%sT 1980 Apr 27 2:00
481
+ -9:00 US Y%sT 1980 Oct 26 2:00
482
+ -8:00 US P%sT 1983 Oct 30 2:00
483
+ -9:00 US Y%sT 1983 Nov 30
484
+ -9:00 US AK%sT
485
+ Zone America/Sitka 14:58:47 - LMT 1867 Oct 18
486
+ -9:01:13 - LMT 1900 Aug 20 12:00
487
+ -8:00 - PST 1942
488
+ -8:00 US P%sT 1946
489
+ -8:00 - PST 1969
490
+ -8:00 US P%sT 1983 Oct 30 2:00
491
+ -9:00 US Y%sT 1983 Nov 30
492
+ -9:00 US AK%sT
493
+ Zone America/Metlakatla 15:13:42 - LMT 1867 Oct 18
494
+ -8:46:18 - LMT 1900 Aug 20 12:00
495
+ -8:00 - PST 1942
496
+ -8:00 US P%sT 1946
497
+ -8:00 - PST 1969
498
+ -8:00 US P%sT 1983 Oct 30 2:00
499
+ -8:00 - MeST
500
+ Zone America/Yakutat 14:41:05 - LMT 1867 Oct 18
501
+ -9:18:55 - LMT 1900 Aug 20 12:00
502
+ -9:00 - YST 1942
503
+ -9:00 US Y%sT 1946
504
+ -9:00 - YST 1969
505
+ -9:00 US Y%sT 1983 Nov 30
506
+ -9:00 US AK%sT
507
+ Zone America/Anchorage 14:00:24 - LMT 1867 Oct 18
508
+ -9:59:36 - LMT 1900 Aug 20 12:00
509
+ -10:00 - CAT 1942
510
+ -10:00 US CAT/CAWT 1945 Aug 14 23:00u
511
+ -10:00 US CAT/CAPT 1946 # Peace
512
+ -10:00 - CAT 1967 Apr
513
+ -10:00 - AHST 1969
514
+ -10:00 US AH%sT 1983 Oct 30 2:00
515
+ -9:00 US Y%sT 1983 Nov 30
516
+ -9:00 US AK%sT
517
+ Zone America/Nome 12:58:21 - LMT 1867 Oct 18
518
+ -11:01:38 - LMT 1900 Aug 20 12:00
519
+ -11:00 - NST 1942
520
+ -11:00 US N%sT 1946
521
+ -11:00 - NST 1967 Apr
522
+ -11:00 - BST 1969
523
+ -11:00 US B%sT 1983 Oct 30 2:00
524
+ -9:00 US Y%sT 1983 Nov 30
525
+ -9:00 US AK%sT
526
+ Zone America/Adak 12:13:21 - LMT 1867 Oct 18
527
+ -11:46:38 - LMT 1900 Aug 20 12:00
528
+ -11:00 - NST 1942
529
+ -11:00 US N%sT 1946
530
+ -11:00 - NST 1967 Apr
531
+ -11:00 - BST 1969
532
+ -11:00 US B%sT 1983 Oct 30 2:00
533
+ -10:00 US AH%sT 1983 Nov 30
534
+ -10:00 US HA%sT
535
+ # The following switches don't quite make our 1970 cutoff.
536
+ #
537
+ # Shanks writes that part of southwest Alaska (e.g. Aniak)
538
+ # switched from -11:00 to -10:00 on 1968-09-22 at 02:00,
539
+ # and another part (e.g. Akiak) made the same switch five weeks later.
540
+ #
541
+ # From David Flater (2004-11-09):
542
+ # In e-mail, 2004-11-02, Ray Hudson, historian/liaison to the Unalaska
543
+ # Historic Preservation Commission, provided this information, which
544
+ # suggests that Unalaska deviated from statutory time from early 1967
545
+ # possibly until 1983:
546
+ #
547
+ # Minutes of the Unalaska City Council Meeting, January 10, 1967:
548
+ # "Except for St. Paul and Akutan, Unalaska is the only important
549
+ # location not on Alaska Standard Time. The following resolution was
550
+ # made by William Robinson and seconded by Henry Swanson: Be it
551
+ # resolved that the City of Unalaska hereby goes to Alaska Standard
552
+ # Time as of midnight Friday, January 13, 1967 (1 A.M. Saturday,
553
+ # January 14, Alaska Standard Time.) This resolution was passed with
554
+ # three votes for and one against."
555
+
556
+ # Hawaii
557
+
558
+ # From Arthur David Olson (2010-12-09):
559
+ # "Hawaiian Time" by Robert C. Schmitt and Doak C. Cox appears on pages 207-225
560
+ # of volume 26 of The Hawaiian Journal of History (1992). As of 2010-12-09,
561
+ # the article is available at
562
+ # <a href="http://evols.library.manoa.hawaii.edu/bitstream/10524/239/2/JL26215.pdf">
563
+ # http://evols.library.manoa.hawaii.edu/bitstream/10524/239/2/JL26215.pdf
564
+ # </a>
565
+ # and indicates that standard time was adopted effective noon, January
566
+ # 13, 1896 (page 218), that in "1933, the Legislature decreed daylight
567
+ # saving for the period between the last Sunday of each April and the
568
+ # last Sunday of each September, but less than a month later repealed the
569
+ # act," (page 220), that year-round daylight saving time was in effect
570
+ # from 1942-02-09 to 1945-09-30 (page 221, with no time of day given for
571
+ # when clocks changed) and that clocks were changed by 30 minutes
572
+ # effective the second Sunday of June, 1947 (page 219, with no time of
573
+ # day given for when clocks changed). A footnote for the 1933 changes
574
+ # cites Session Laws of Hawaii 1933, "Act. 90 (approved 26 Apr. 1933)
575
+ # and Act 163 (approved 21 May 1933)."
576
+
577
+ # From Arthur David Olson (2011-01-19):
578
+ # The following is from "Laws of the Territory of Hawaii Passed by the
579
+ # Seventeenth Legislature: Regular Session 1933," available (as of
580
+ # 2011-01-19) at American University's Pence Law Library. Page 85: "Act
581
+ # 90...At 2 o'clock ante meridian of the last Sunday in April of each
582
+ # year, the standard time of this Territory shall be advanced one
583
+ # hour...This Act shall take effect upon its approval. Approved this 26th
584
+ # day of April, A. D. 1933. LAWRENCE M JUDD, Governor of the Territory of
585
+ # Hawaii." Page 172: "Act 163...Act 90 of the Session Laws of 1933 is
586
+ # hereby repealed...This Act shall take effect upon its approval, upon
587
+ # which date the standard time of this Territory shall be restored to
588
+ # that existing immediately prior to the taking effect of said Act 90.
589
+ # Approved this 21st day of May, A. D. 1933. LAWRENCE M. JUDD, Governor
590
+ # of the Territory of Hawaii."
591
+ #
592
+ # Note that 1933-05-21 was a Sunday.
593
+ # We're left to guess the time of day when Act 163 was approved; guess noon.
594
+
595
+ Zone Pacific/Honolulu -10:31:26 - LMT 1896 Jan 13 12:00 #Schmitt&Cox
596
+ -10:30 - HST 1933 Apr 30 2:00 #Laws 1933
597
+ -10:30 1:00 HDT 1933 May 21 12:00 #Laws 1933+12
598
+ -10:30 - HST 1942 Feb 09 2:00 #Schmitt&Cox+2
599
+ -10:30 1:00 HDT 1945 Sep 30 2:00 #Schmitt&Cox+2
600
+ -10:30 - HST 1947 Jun 8 2:00 #Schmitt&Cox+2
601
+ -10:00 - HST
602
+
603
+ # Now we turn to US areas that have diverged from the consensus since 1970.
604
+
605
+ # Arizona mostly uses MST.
606
+
607
+ # From Paul Eggert (2002-10-20):
608
+ #
609
+ # The information in the rest of this paragraph is derived from the
610
+ # <a href="http://www.dlapr.lib.az.us/links/daylight.htm">
611
+ # Daylight Saving Time web page (2002-01-23)</a> maintained by the
612
+ # Arizona State Library, Archives and Public Records.
613
+ # Between 1944-01-01 and 1944-04-01 the State of Arizona used standard
614
+ # time, but by federal law railroads, airlines, bus lines, military
615
+ # personnel, and some engaged in interstate commerce continued to
616
+ # observe war (i.e., daylight saving) time. The 1944-03-17 Phoenix
617
+ # Gazette says that was the date the law changed, and that 04-01 was
618
+ # the date the state's clocks would change. In 1945 the State of
619
+ # Arizona used standard time all year, again with exceptions only as
620
+ # mandated by federal law. Arizona observed DST in 1967, but Arizona
621
+ # Laws 1968, ch. 183 (effective 1968-03-21) repealed DST.
622
+ #
623
+ # Shanks says the 1944 experiment came to an end on 1944-03-17.
624
+ # Go with the Arizona State Library instead.
625
+
626
+ Zone America/Phoenix -7:28:18 - LMT 1883 Nov 18 11:31:42
627
+ -7:00 US M%sT 1944 Jan 1 00:01
628
+ -7:00 - MST 1944 Apr 1 00:01
629
+ -7:00 US M%sT 1944 Oct 1 00:01
630
+ -7:00 - MST 1967
631
+ -7:00 US M%sT 1968 Mar 21
632
+ -7:00 - MST
633
+ # From Arthur David Olson (1988-02-13):
634
+ # A writer from the Inter Tribal Council of Arizona, Inc.,
635
+ # notes in private correspondence dated 1987-12-28 that "Presently, only the
636
+ # Navajo Nation participates in the Daylight Saving Time policy, due to its
637
+ # large size and location in three states." (The "only" means that other
638
+ # tribal nations don't use DST.)
639
+
640
+ Link America/Denver America/Shiprock
641
+
642
+ # Southern Idaho (Ada, Adams, Bannock, Bear Lake, Bingham, Blaine,
643
+ # Boise, Bonneville, Butte, Camas, Canyon, Caribou, Cassia, Clark,
644
+ # Custer, Elmore, Franklin, Fremont, Gem, Gooding, Jefferson, Jerome,
645
+ # Lemhi, Lincoln, Madison, Minidoka, Oneida, Owyhee, Payette, Power,
646
+ # Teton, Twin Falls, Valley, Washington counties, and the southern
647
+ # quarter of Idaho county) and eastern Oregon (most of Malheur County)
648
+ # switched four weeks late in 1974.
649
+ #
650
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
651
+ Zone America/Boise -7:44:49 - LMT 1883 Nov 18 12:15:11
652
+ -8:00 US P%sT 1923 May 13 2:00
653
+ -7:00 US M%sT 1974
654
+ -7:00 - MST 1974 Feb 3 2:00
655
+ -7:00 US M%sT
656
+
657
+ # Indiana
658
+ #
659
+ # For a map of Indiana's time zone regions, see:
660
+ # <a href="http://www.mccsc.edu/time.html">
661
+ # What time is it in Indiana?
662
+ # </a> (2006-03-01)
663
+ #
664
+ # From Paul Eggert (2007-08-17):
665
+ # Since 1970, most of Indiana has been like America/Indiana/Indianapolis,
666
+ # with the following exceptions:
667
+ #
668
+ # - Gibson, Jasper, Lake, LaPorte, Newton, Porter, Posey, Spencer,
669
+ # Vandenburgh, and Warrick counties have been like America/Chicago.
670
+ #
671
+ # - Dearborn and Ohio counties have been like America/New_York.
672
+ #
673
+ # - Clark, Floyd, and Harrison counties have been like
674
+ # America/Kentucky/Louisville.
675
+ #
676
+ # - Crawford, Daviess, Dubois, Knox, Martin, Perry, Pike, Pulaski, Starke,
677
+ # and Switzerland counties have their own time zone histories as noted below.
678
+ #
679
+ # Shanks partitioned Indiana into 345 regions, each with its own time history,
680
+ # and wrote ``Even newspaper reports present contradictory information.''
681
+ # Those Hoosiers! Such a flighty and changeable people!
682
+ # Fortunately, most of the complexity occurred before our cutoff date of 1970.
683
+ #
684
+ # Other than Indianapolis, the Indiana place names are so nondescript
685
+ # that they would be ambiguous if we left them at the `America' level.
686
+ # So we reluctantly put them all in a subdirectory `America/Indiana'.
687
+
688
+ # From Paul Eggert (2005-08-16):
689
+ # http://www.mccsc.edu/time.html says that Indiana will use DST starting 2006.
690
+
691
+ # From Nathan Stratton Treadway (2006-03-30):
692
+ # http://www.dot.gov/affairs/dot0406.htm [3705 B]
693
+ # From Deborah Goldsmith (2006-01-18):
694
+ # http://dmses.dot.gov/docimages/pdf95/382329_web.pdf [2.9 MB]
695
+ # From Paul Eggert (2006-01-20):
696
+ # It says "DOT is relocating the time zone boundary in Indiana to move Starke,
697
+ # Pulaski, Knox, Daviess, Martin, Pike, Dubois, and Perry Counties from the
698
+ # Eastern Time Zone to the Central Time Zone.... The effective date of
699
+ # this rule is 2:OO a.m. EST Sunday, April 2, 2006, which is the
700
+ # changeover date from standard time to Daylight Saving Time."
701
+ # Strictly speaking, this means the affected counties will change their
702
+ # clocks twice that night, but this obviously is in error. The intent
703
+ # is that 01:59:59 EST be followed by 02:00:00 CDT.
704
+
705
+ # From Gwillim Law (2007-02-10):
706
+ # The Associated Press has been reporting that Pulaski County, Indiana is
707
+ # going to switch from Central to Eastern Time on March 11, 2007....
708
+ # http://www.indystar.com/apps/pbcs.dll/article?AID=/20070207/LOCAL190108/702070524/0/LOCAL
709
+
710
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER
711
+ Rule Indianapolis 1941 only - Jun 22 2:00 1:00 D
712
+ Rule Indianapolis 1941 1954 - Sep lastSun 2:00 0 S
713
+ Rule Indianapolis 1946 1954 - Apr lastSun 2:00 1:00 D
714
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
715
+ Zone America/Indiana/Indianapolis -5:44:38 - LMT 1883 Nov 18 12:15:22
716
+ -6:00 US C%sT 1920
717
+ -6:00 Indianapolis C%sT 1942
718
+ -6:00 US C%sT 1946
719
+ -6:00 Indianapolis C%sT 1955 Apr 24 2:00
720
+ -5:00 - EST 1957 Sep 29 2:00
721
+ -6:00 - CST 1958 Apr 27 2:00
722
+ -5:00 - EST 1969
723
+ -5:00 US E%sT 1971
724
+ -5:00 - EST 2006
725
+ -5:00 US E%sT
726
+ #
727
+ # Eastern Crawford County, Indiana, left its clocks alone in 1974,
728
+ # as well as from 1976 through 2005.
729
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER
730
+ Rule Marengo 1951 only - Apr lastSun 2:00 1:00 D
731
+ Rule Marengo 1951 only - Sep lastSun 2:00 0 S
732
+ Rule Marengo 1954 1960 - Apr lastSun 2:00 1:00 D
733
+ Rule Marengo 1954 1960 - Sep lastSun 2:00 0 S
734
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
735
+ Zone America/Indiana/Marengo -5:45:23 - LMT 1883 Nov 18 12:14:37
736
+ -6:00 US C%sT 1951
737
+ -6:00 Marengo C%sT 1961 Apr 30 2:00
738
+ -5:00 - EST 1969
739
+ -5:00 US E%sT 1974 Jan 6 2:00
740
+ -6:00 1:00 CDT 1974 Oct 27 2:00
741
+ -5:00 US E%sT 1976
742
+ -5:00 - EST 2006
743
+ -5:00 US E%sT
744
+ #
745
+ # Daviess, Dubois, Knox, and Martin Counties, Indiana,
746
+ # switched from eastern to central time in April 2006, then switched back
747
+ # in November 2007.
748
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER
749
+ Rule Vincennes 1946 only - Apr lastSun 2:00 1:00 D
750
+ Rule Vincennes 1946 only - Sep lastSun 2:00 0 S
751
+ Rule Vincennes 1953 1954 - Apr lastSun 2:00 1:00 D
752
+ Rule Vincennes 1953 1959 - Sep lastSun 2:00 0 S
753
+ Rule Vincennes 1955 only - May 1 0:00 1:00 D
754
+ Rule Vincennes 1956 1963 - Apr lastSun 2:00 1:00 D
755
+ Rule Vincennes 1960 only - Oct lastSun 2:00 0 S
756
+ Rule Vincennes 1961 only - Sep lastSun 2:00 0 S
757
+ Rule Vincennes 1962 1963 - Oct lastSun 2:00 0 S
758
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
759
+ Zone America/Indiana/Vincennes -5:50:07 - LMT 1883 Nov 18 12:09:53
760
+ -6:00 US C%sT 1946
761
+ -6:00 Vincennes C%sT 1964 Apr 26 2:00
762
+ -5:00 - EST 1969
763
+ -5:00 US E%sT 1971
764
+ -5:00 - EST 2006 Apr 2 2:00
765
+ -6:00 US C%sT 2007 Nov 4 2:00
766
+ -5:00 US E%sT
767
+ #
768
+ # Perry County, Indiana, switched from eastern to central time in April 2006.
769
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER
770
+ Rule Perry 1946 only - Apr lastSun 2:00 1:00 D
771
+ Rule Perry 1946 only - Sep lastSun 2:00 0 S
772
+ Rule Perry 1953 1954 - Apr lastSun 2:00 1:00 D
773
+ Rule Perry 1953 1959 - Sep lastSun 2:00 0 S
774
+ Rule Perry 1955 only - May 1 0:00 1:00 D
775
+ Rule Perry 1956 1963 - Apr lastSun 2:00 1:00 D
776
+ Rule Perry 1960 only - Oct lastSun 2:00 0 S
777
+ Rule Perry 1961 only - Sep lastSun 2:00 0 S
778
+ Rule Perry 1962 1963 - Oct lastSun 2:00 0 S
779
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
780
+ Zone America/Indiana/Tell_City -5:47:03 - LMT 1883 Nov 18 12:12:57
781
+ -6:00 US C%sT 1946
782
+ -6:00 Perry C%sT 1964 Apr 26 2:00
783
+ -5:00 - EST 1969
784
+ -5:00 US E%sT 1971
785
+ -5:00 - EST 2006 Apr 2 2:00
786
+ -6:00 US C%sT
787
+ #
788
+ # Pike County, Indiana moved from central to eastern time in 1977,
789
+ # then switched back in 2006, then switched back again in 2007.
790
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER
791
+ Rule Pike 1955 only - May 1 0:00 1:00 D
792
+ Rule Pike 1955 1960 - Sep lastSun 2:00 0 S
793
+ Rule Pike 1956 1964 - Apr lastSun 2:00 1:00 D
794
+ Rule Pike 1961 1964 - Oct lastSun 2:00 0 S
795
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
796
+ Zone America/Indiana/Petersburg -5:49:07 - LMT 1883 Nov 18 12:10:53
797
+ -6:00 US C%sT 1955
798
+ -6:00 Pike C%sT 1965 Apr 25 2:00
799
+ -5:00 - EST 1966 Oct 30 2:00
800
+ -6:00 US C%sT 1977 Oct 30 2:00
801
+ -5:00 - EST 2006 Apr 2 2:00
802
+ -6:00 US C%sT 2007 Nov 4 2:00
803
+ -5:00 US E%sT
804
+ #
805
+ # Starke County, Indiana moved from central to eastern time in 1991,
806
+ # then switched back in 2006.
807
+ # From Arthur David Olson (1991-10-28):
808
+ # An article on page A3 of the Sunday, 1991-10-27 Washington Post
809
+ # notes that Starke County switched from Central time to Eastern time as of
810
+ # 1991-10-27.
811
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER
812
+ Rule Starke 1947 1961 - Apr lastSun 2:00 1:00 D
813
+ Rule Starke 1947 1954 - Sep lastSun 2:00 0 S
814
+ Rule Starke 1955 1956 - Oct lastSun 2:00 0 S
815
+ Rule Starke 1957 1958 - Sep lastSun 2:00 0 S
816
+ Rule Starke 1959 1961 - Oct lastSun 2:00 0 S
817
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
818
+ Zone America/Indiana/Knox -5:46:30 - LMT 1883 Nov 18 12:13:30
819
+ -6:00 US C%sT 1947
820
+ -6:00 Starke C%sT 1962 Apr 29 2:00
821
+ -5:00 - EST 1963 Oct 27 2:00
822
+ -6:00 US C%sT 1991 Oct 27 2:00
823
+ -5:00 - EST 2006 Apr 2 2:00
824
+ -6:00 US C%sT
825
+ #
826
+ # Pulaski County, Indiana, switched from eastern to central time in
827
+ # April 2006 and then switched back in March 2007.
828
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER
829
+ Rule Pulaski 1946 1960 - Apr lastSun 2:00 1:00 D
830
+ Rule Pulaski 1946 1954 - Sep lastSun 2:00 0 S
831
+ Rule Pulaski 1955 1956 - Oct lastSun 2:00 0 S
832
+ Rule Pulaski 1957 1960 - Sep lastSun 2:00 0 S
833
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
834
+ Zone America/Indiana/Winamac -5:46:25 - LMT 1883 Nov 18 12:13:35
835
+ -6:00 US C%sT 1946
836
+ -6:00 Pulaski C%sT 1961 Apr 30 2:00
837
+ -5:00 - EST 1969
838
+ -5:00 US E%sT 1971
839
+ -5:00 - EST 2006 Apr 2 2:00
840
+ -6:00 US C%sT 2007 Mar 11 2:00
841
+ -5:00 US E%sT
842
+ #
843
+ # Switzerland County, Indiana, did not observe DST from 1973 through 2005.
844
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
845
+ Zone America/Indiana/Vevay -5:40:16 - LMT 1883 Nov 18 12:19:44
846
+ -6:00 US C%sT 1954 Apr 25 2:00
847
+ -5:00 - EST 1969
848
+ -5:00 US E%sT 1973
849
+ -5:00 - EST 2006
850
+ -5:00 US E%sT
851
+
852
+ # Part of Kentucky left its clocks alone in 1974.
853
+ # This also includes Clark, Floyd, and Harrison counties in Indiana.
854
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER
855
+ Rule Louisville 1921 only - May 1 2:00 1:00 D
856
+ Rule Louisville 1921 only - Sep 1 2:00 0 S
857
+ Rule Louisville 1941 1961 - Apr lastSun 2:00 1:00 D
858
+ Rule Louisville 1941 only - Sep lastSun 2:00 0 S
859
+ Rule Louisville 1946 only - Jun 2 2:00 0 S
860
+ Rule Louisville 1950 1955 - Sep lastSun 2:00 0 S
861
+ Rule Louisville 1956 1960 - Oct lastSun 2:00 0 S
862
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
863
+ Zone America/Kentucky/Louisville -5:43:02 - LMT 1883 Nov 18 12:16:58
864
+ -6:00 US C%sT 1921
865
+ -6:00 Louisville C%sT 1942
866
+ -6:00 US C%sT 1946
867
+ -6:00 Louisville C%sT 1961 Jul 23 2:00
868
+ -5:00 - EST 1968
869
+ -5:00 US E%sT 1974 Jan 6 2:00
870
+ -6:00 1:00 CDT 1974 Oct 27 2:00
871
+ -5:00 US E%sT
872
+ #
873
+ # Wayne County, Kentucky
874
+ #
875
+ # From
876
+ # <a href="http://www.lake-cumberland.com/life/archive/news990129time.shtml">
877
+ # Lake Cumberland LIFE
878
+ # </a> (1999-01-29) via WKYM-101.7:
879
+ # Clinton County has joined Wayne County in asking the DoT to change from
880
+ # the Central to the Eastern time zone.... The Wayne County government made
881
+ # the same request in December. And while Russell County officials have not
882
+ # taken action, the majority of respondents to a poll conducted there in
883
+ # August indicated they would like to change to "fast time" also.
884
+ # The three Lake Cumberland counties are the farthest east of any U.S.
885
+ # location in the Central time zone.
886
+ #
887
+ # From Rich Wales (2000-08-29):
888
+ # After prolonged debate, and despite continuing deep differences of opinion,
889
+ # Wayne County (central Kentucky) is switching from Central (-0600) to Eastern
890
+ # (-0500) time. They won't "fall back" this year. See Sara Shipley,
891
+ # The difference an hour makes, Nando Times (2000-08-29 15:33 -0400).
892
+ #
893
+ # From Paul Eggert (2001-07-16):
894
+ # The final rule was published in the
895
+ # <a href="http://frwebgate.access.gpo.gov/cgi-bin/getdoc.cgi?dbname=2000_register&docid=fr17au00-22">
896
+ # Federal Register 65, 160 (2000-08-17), page 50154-50158.
897
+ # </a>
898
+ #
899
+ Zone America/Kentucky/Monticello -5:39:24 - LMT 1883 Nov 18 12:20:36
900
+ -6:00 US C%sT 1946
901
+ -6:00 - CST 1968
902
+ -6:00 US C%sT 2000 Oct 29 2:00
903
+ -5:00 US E%sT
904
+
905
+
906
+ # From Rives McDow (2000-08-30):
907
+ # Here ... are all the changes in the US since 1985.
908
+ # Kearny County, KS (put all of county on central;
909
+ # previously split between MST and CST) ... 1990-10
910
+ # Starke County, IN (from CST to EST) ... 1991-10
911
+ # Oliver County, ND (from MST to CST) ... 1992-10
912
+ # West Wendover, NV (from PST TO MST) ... 1999-10
913
+ # Wayne County, KY (from CST to EST) ... 2000-10
914
+ #
915
+ # From Paul Eggert (2001-07-17):
916
+ # We don't know where the line used to be within Kearny County, KS,
917
+ # so omit that change for now.
918
+ # See America/Indiana/Knox for the Starke County, IN change.
919
+ # See America/North_Dakota/Center for the Oliver County, ND change.
920
+ # West Wendover, NV officially switched from Pacific to mountain time on
921
+ # 1999-10-31. See the
922
+ # <a href="http://frwebgate.access.gpo.gov/cgi-bin/getdoc.cgi?dbname=1999_register&docid=fr21oc99-15">
923
+ # Federal Register 64, 203 (1999-10-21), page 56705-56707.
924
+ # </a>
925
+ # However, the Federal Register says that West Wendover already operated
926
+ # on mountain time, and the rule merely made this official;
927
+ # hence a separate tz entry is not needed.
928
+
929
+ # Michigan
930
+ #
931
+ # From Bob Devine (1988-01-28):
932
+ # Michigan didn't observe DST from 1968 to 1973.
933
+ #
934
+ # From Paul Eggert (1999-03-31):
935
+ # Shanks writes that Michigan started using standard time on 1885-09-18,
936
+ # but Howse writes (pp 124-125, referring to Popular Astronomy, 1901-01)
937
+ # that Detroit kept
938
+ #
939
+ # local time until 1900 when the City Council decreed that clocks should
940
+ # be put back twenty-eight minutes to Central Standard Time. Half the
941
+ # city obeyed, half refused. After considerable debate, the decision
942
+ # was rescinded and the city reverted to Sun time. A derisive offer to
943
+ # erect a sundial in front of the city hall was referred to the
944
+ # Committee on Sewers. Then, in 1905, Central time was adopted
945
+ # by city vote.
946
+ #
947
+ # This story is too entertaining to be false, so go with Howse over Shanks.
948
+ #
949
+ # From Paul Eggert (2001-03-06):
950
+ # Garland (1927) writes ``Cleveland and Detroit advanced their clocks
951
+ # one hour in 1914.'' This change is not in Shanks. We have no more
952
+ # info, so omit this for now.
953
+ #
954
+ # Most of Michigan observed DST from 1973 on, but was a bit late in 1975.
955
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER
956
+ Rule Detroit 1948 only - Apr lastSun 2:00 1:00 D
957
+ Rule Detroit 1948 only - Sep lastSun 2:00 0 S
958
+ Rule Detroit 1967 only - Jun 14 2:00 1:00 D
959
+ Rule Detroit 1967 only - Oct lastSun 2:00 0 S
960
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
961
+ Zone America/Detroit -5:32:11 - LMT 1905
962
+ -6:00 - CST 1915 May 15 2:00
963
+ -5:00 - EST 1942
964
+ -5:00 US E%sT 1946
965
+ -5:00 Detroit E%sT 1973
966
+ -5:00 US E%sT 1975
967
+ -5:00 - EST 1975 Apr 27 2:00
968
+ -5:00 US E%sT
969
+ #
970
+ # Dickinson, Gogebic, Iron, and Menominee Counties, Michigan,
971
+ # switched from EST to CST/CDT in 1973.
972
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER
973
+ Rule Menominee 1946 only - Apr lastSun 2:00 1:00 D
974
+ Rule Menominee 1946 only - Sep lastSun 2:00 0 S
975
+ Rule Menominee 1966 only - Apr lastSun 2:00 1:00 D
976
+ Rule Menominee 1966 only - Oct lastSun 2:00 0 S
977
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
978
+ Zone America/Menominee -5:50:27 - LMT 1885 Sep 18 12:00
979
+ -6:00 US C%sT 1946
980
+ -6:00 Menominee C%sT 1969 Apr 27 2:00
981
+ -5:00 - EST 1973 Apr 29 2:00
982
+ -6:00 US C%sT
983
+
984
+ # Navassa
985
+ # administered by the US Fish and Wildlife Service
986
+ # claimed by US under the provisions of the 1856 Guano Islands Act
987
+ # also claimed by Haiti
988
+ # occupied 1857/1900 by the Navassa Phosphate Co
989
+ # US lighthouse 1917/1996-09
990
+ # currently uninhabited
991
+ # see Mark Fineman, ``An Isle Rich in Guano and Discord'',
992
+ # _Los Angeles Times_ (1998-11-10), A1, A10; it cites
993
+ # Jimmy Skaggs, _The Great Guano Rush_ (1994).
994
+
995
+ ################################################################################
996
+
997
+
998
+ # From Paul Eggert (2006-03-22):
999
+ # A good source for time zone historical data outside the U.S. is
1000
+ # Thomas G. Shanks and Rique Pottenger, The International Atlas (6th edition),
1001
+ # San Diego: ACS Publications, Inc. (2003).
1002
+ #
1003
+ # Gwillim Law writes that a good source
1004
+ # for recent time zone data is the International Air Transport
1005
+ # Association's Standard Schedules Information Manual (IATA SSIM),
1006
+ # published semiannually. Law sent in several helpful summaries
1007
+ # of the IATA's data after 1990.
1008
+ #
1009
+ # Except where otherwise noted, Shanks & Pottenger is the source for
1010
+ # entries through 1990, and IATA SSIM is the source for entries afterwards.
1011
+ #
1012
+ # Other sources occasionally used include:
1013
+ #
1014
+ # Edward W. Whitman, World Time Differences,
1015
+ # Whitman Publishing Co, 2 Niagara Av, Ealing, London (undated),
1016
+ # which I found in the UCLA library.
1017
+ #
1018
+ # <a href="http://www.pettswoodvillage.co.uk/Daylight_Savings_William_Willett.pdf">
1019
+ # William Willett, The Waste of Daylight, 19th edition
1020
+ # </a> (1914-03)
1021
+ #
1022
+ # See the `europe' file for Greenland.
1023
+
1024
+ # Canada
1025
+
1026
+ # From Alain LaBont<e'> (1994-11-14):
1027
+ # I post here the time zone abbreviations standardized in Canada
1028
+ # for both English and French in the CAN/CSA-Z234.4-89 standard....
1029
+ #
1030
+ # UTC Standard time Daylight savings time
1031
+ # offset French English French English
1032
+ # -2:30 - - HAT NDT
1033
+ # -3 - - HAA ADT
1034
+ # -3:30 HNT NST - -
1035
+ # -4 HNA AST HAE EDT
1036
+ # -5 HNE EST HAC CDT
1037
+ # -6 HNC CST HAR MDT
1038
+ # -7 HNR MST HAP PDT
1039
+ # -8 HNP PST HAY YDT
1040
+ # -9 HNY YST - -
1041
+ #
1042
+ # HN: Heure Normale ST: Standard Time
1043
+ # HA: Heure Avanc<e'>e DT: Daylight saving Time
1044
+ #
1045
+ # A: de l'Atlantique Atlantic
1046
+ # C: du Centre Central
1047
+ # E: de l'Est Eastern
1048
+ # M: Mountain
1049
+ # N: Newfoundland
1050
+ # P: du Pacifique Pacific
1051
+ # R: des Rocheuses
1052
+ # T: de Terre-Neuve
1053
+ # Y: du Yukon Yukon
1054
+ #
1055
+ # From Paul Eggert (1994-11-22):
1056
+ # Alas, this sort of thing must be handled by localization software.
1057
+
1058
+ # Unless otherwise specified, the data for Canada are all from Shanks
1059
+ # & Pottenger.
1060
+
1061
+ # From Chris Walton (2006-04-01, 2006-04-25, 2006-06-26, 2007-01-31,
1062
+ # 2007-03-01):
1063
+ # The British Columbia government announced yesterday that it will
1064
+ # adjust daylight savings next year to align with changes in the
1065
+ # U.S. and the rest of Canada....
1066
+ # http://www2.news.gov.bc.ca/news_releases_2005-2009/2006AG0014-000330.htm
1067
+ # ...
1068
+ # Nova Scotia
1069
+ # Daylight saving time will be extended by four weeks starting in 2007....
1070
+ # http://www.gov.ns.ca/just/regulations/rg2/2006/ma1206.pdf
1071
+ #
1072
+ # [For New Brunswick] the new legislation dictates that the time change is to
1073
+ # be done at 02:00 instead of 00:01.
1074
+ # http://www.gnb.ca/0062/acts/BBA-2006/Chap-19.pdf
1075
+ # ...
1076
+ # Manitoba has traditionally changed the clock every fall at 03:00.
1077
+ # As of 2006, the transition is to take place one hour earlier at 02:00.
1078
+ # http://web2.gov.mb.ca/laws/statutes/ccsm/o030e.php
1079
+ # ...
1080
+ # [Alberta, Ontario, Quebec] will follow US rules.
1081
+ # http://www.qp.gov.ab.ca/documents/spring/CH03_06.CFM
1082
+ # http://www.e-laws.gov.on.ca/DBLaws/Source/Regs/English/2006/R06111_e.htm
1083
+ # http://www2.publicationsduquebec.gouv.qc.ca/dynamicSearch/telecharge.php?type=5&file=2006C39A.PDF
1084
+ # ...
1085
+ # P.E.I. will follow US rules....
1086
+ # http://www.assembly.pe.ca/bills/pdf_chapter/62/3/chapter-41.pdf
1087
+ # ...
1088
+ # Province of Newfoundland and Labrador....
1089
+ # http://www.hoa.gov.nl.ca/hoa/bills/Bill0634.htm
1090
+ # ...
1091
+ # Yukon
1092
+ # http://www.gov.yk.ca/legislation/regs/oic2006_127.pdf
1093
+ # ...
1094
+ # N.W.T. will follow US rules. Whoever maintains the government web site
1095
+ # does not seem to believe in bookmarks. To see the news release, click the
1096
+ # following link and search for "Daylight Savings Time Change". Press the
1097
+ # "Daylight Savings Time Change" link; it will fire off a popup using
1098
+ # JavaScript.
1099
+ # http://www.exec.gov.nt.ca/currentnews/currentPR.asp?mode=archive
1100
+ # ...
1101
+ # Nunavut
1102
+ # An amendment to the Interpretation Act was registered on February 19/2007....
1103
+ # http://action.attavik.ca/home/justice-gn/attach/2007/gaz02part2.pdf
1104
+
1105
+ # From Paul Eggert (2006-04-25):
1106
+ # H. David Matthews and Mary Vincent's map
1107
+ # <a href="http://www.canadiangeographic.ca/Magazine/SO98/geomap.asp">
1108
+ # "It's about TIME", _Canadian Geographic_ (September-October 1998)
1109
+ # </a> contains detailed boundaries for regions observing nonstandard
1110
+ # time and daylight saving time arrangements in Canada circa 1998.
1111
+ #
1112
+ # INMS, the Institute for National Measurement Standards in Ottawa, has <a
1113
+ # href="http://inms-ienm.nrc-cnrc.gc.ca/en/time_services/daylight_saving_e.php">
1114
+ # information about standard and daylight saving time zones in Canada.
1115
+ # </a> (updated periodically).
1116
+ # Its unofficial information is often taken from Matthews and Vincent.
1117
+
1118
+ # From Paul Eggert (2006-06-27):
1119
+ # For now, assume all of DST-observing Canada will fall into line with the
1120
+ # new US DST rules,
1121
+
1122
+ # From Chris Walton (2011-12-01)
1123
+ # In the first of Tammy Hardwick's articles
1124
+ # <a href="http://www.ilovecreston.com/?p=articles&t=spec&ar=260">
1125
+ # http://www.ilovecreston.com/?p=articles&t=spec&ar=260
1126
+ # </a>
1127
+ # she quotes the Friday November 1/1918 edition of the Creston Review.
1128
+ # The quote includes these two statements:
1129
+ # 'Sunday the CPR went back to the old system of time...'
1130
+ # '... The daylight saving scheme was dropped all over Canada at the same time,'
1131
+ # These statements refer to a transition from daylight time to standard time
1132
+ # that occurred nationally on Sunday October 27/1918. This transition was
1133
+ # also documented in the Saturday October 26/1918 edition of the Toronto Star.
1134
+
1135
+ # In light of that evidence, we alter the date from the earlier believed
1136
+ # Oct 31, to Oct 27, 1918 (and Sunday is a more likely transition day
1137
+ # than Thursday) in all Canadian rulesets.
1138
+
1139
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
1140
+ Rule Canada 1918 only - Apr 14 2:00 1:00 D
1141
+ Rule Canada 1918 only - Oct 27 2:00 0 S
1142
+ Rule Canada 1942 only - Feb 9 2:00 1:00 W # War
1143
+ Rule Canada 1945 only - Aug 14 23:00u 1:00 P # Peace
1144
+ Rule Canada 1945 only - Sep 30 2:00 0 S
1145
+ Rule Canada 1974 1986 - Apr lastSun 2:00 1:00 D
1146
+ Rule Canada 1974 2006 - Oct lastSun 2:00 0 S
1147
+ Rule Canada 1987 2006 - Apr Sun>=1 2:00 1:00 D
1148
+ Rule Canada 2007 max - Mar Sun>=8 2:00 1:00 D
1149
+ Rule Canada 2007 max - Nov Sun>=1 2:00 0 S
1150
+
1151
+
1152
+ # Newfoundland and Labrador
1153
+
1154
+ # From Paul Eggert (2000-10-02):
1155
+ # Matthews and Vincent (1998) write that Labrador should use NST/NDT,
1156
+ # but the only part of Labrador that follows the rules is the
1157
+ # southeast corner, including Port Hope Simpson and Mary's Harbour,
1158
+ # but excluding, say, Black Tickle.
1159
+
1160
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
1161
+ Rule StJohns 1917 only - Apr 8 2:00 1:00 D
1162
+ Rule StJohns 1917 only - Sep 17 2:00 0 S
1163
+ # Whitman gives 1919 Apr 5 and 1920 Apr 5; go with Shanks & Pottenger.
1164
+ Rule StJohns 1919 only - May 5 23:00 1:00 D
1165
+ Rule StJohns 1919 only - Aug 12 23:00 0 S
1166
+ # For 1931-1935 Whitman gives Apr same date; go with Shanks & Pottenger.
1167
+ Rule StJohns 1920 1935 - May Sun>=1 23:00 1:00 D
1168
+ Rule StJohns 1920 1935 - Oct lastSun 23:00 0 S
1169
+ # For 1936-1941 Whitman gives May Sun>=8 and Oct Sun>=1; go with Shanks &
1170
+ # Pottenger.
1171
+ Rule StJohns 1936 1941 - May Mon>=9 0:00 1:00 D
1172
+ Rule StJohns 1936 1941 - Oct Mon>=2 0:00 0 S
1173
+ # Whitman gives the following transitions:
1174
+ # 1942 03-01/12-31, 1943 05-30/09-05, 1944 07-10/09-02, 1945 01-01/10-07
1175
+ # but go with Shanks & Pottenger and assume they used Canadian rules.
1176
+ # For 1946-9 Whitman gives May 5,4,9,1 - Oct 1,5,3,2, and for 1950 he gives
1177
+ # Apr 30 - Sep 24; go with Shanks & Pottenger.
1178
+ Rule StJohns 1946 1950 - May Sun>=8 2:00 1:00 D
1179
+ Rule StJohns 1946 1950 - Oct Sun>=2 2:00 0 S
1180
+ Rule StJohns 1951 1986 - Apr lastSun 2:00 1:00 D
1181
+ Rule StJohns 1951 1959 - Sep lastSun 2:00 0 S
1182
+ Rule StJohns 1960 1986 - Oct lastSun 2:00 0 S
1183
+ # From Paul Eggert (2000-10-02):
1184
+ # INMS (2000-09-12) says that, since 1988 at least, Newfoundland switches
1185
+ # at 00:01 local time. For now, assume it started in 1987.
1186
+
1187
+ # From Michael Pelley (2011-09-12):
1188
+ # We received today, Monday, September 12, 2011, notification that the
1189
+ # changes to the Newfoundland Standard Time Act have been proclaimed.
1190
+ # The change in the Act stipulates that the change from Daylight Savings
1191
+ # Time to Standard Time and from Standard Time to Daylight Savings Time
1192
+ # now occurs at 2:00AM.
1193
+ # ...
1194
+ # <a href="http://www.assembly.nl.ca/legislation/sr/annualstatutes/2011/1106.chp.htm">
1195
+ # http://www.assembly.nl.ca/legislation/sr/annualstatutes/2011/1106.chp.htm
1196
+ # </a>
1197
+ # ...
1198
+ # MICHAEL PELLEY | Manager of Enterprise Architecture - Solution Delivery
1199
+ # Office of the Chief Information Officer
1200
+ # Executive Council
1201
+ # Government of Newfoundland & Labrador
1202
+
1203
+ Rule StJohns 1987 only - Apr Sun>=1 0:01 1:00 D
1204
+ Rule StJohns 1987 2006 - Oct lastSun 0:01 0 S
1205
+ Rule StJohns 1988 only - Apr Sun>=1 0:01 2:00 DD
1206
+ Rule StJohns 1989 2006 - Apr Sun>=1 0:01 1:00 D
1207
+ Rule StJohns 2007 2011 - Mar Sun>=8 0:01 1:00 D
1208
+ Rule StJohns 2007 2010 - Nov Sun>=1 0:01 0 S
1209
+ #
1210
+ # St John's has an apostrophe, but Posix file names can't have apostrophes.
1211
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
1212
+ Zone America/St_Johns -3:30:52 - LMT 1884
1213
+ -3:30:52 StJohns N%sT 1918
1214
+ -3:30:52 Canada N%sT 1919
1215
+ -3:30:52 StJohns N%sT 1935 Mar 30
1216
+ -3:30 StJohns N%sT 1942 May 11
1217
+ -3:30 Canada N%sT 1946
1218
+ -3:30 StJohns N%sT 2011 Nov
1219
+ -3:30 Canada N%sT
1220
+
1221
+ # most of east Labrador
1222
+
1223
+ # The name `Happy Valley-Goose Bay' is too long; use `Goose Bay'.
1224
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
1225
+ Zone America/Goose_Bay -4:01:40 - LMT 1884 # Happy Valley-Goose Bay
1226
+ -3:30:52 - NST 1918
1227
+ -3:30:52 Canada N%sT 1919
1228
+ -3:30:52 - NST 1935 Mar 30
1229
+ -3:30 - NST 1936
1230
+ -3:30 StJohns N%sT 1942 May 11
1231
+ -3:30 Canada N%sT 1946
1232
+ -3:30 StJohns N%sT 1966 Mar 15 2:00
1233
+ -4:00 StJohns A%sT 2011 Nov
1234
+ -4:00 Canada A%sT
1235
+
1236
+
1237
+ # west Labrador, Nova Scotia, Prince Edward I
1238
+
1239
+ # From Paul Eggert (2006-03-22):
1240
+ # Shanks & Pottenger write that since 1970 most of this region has been like
1241
+ # Halifax. Many locales did not observe peacetime DST until 1972;
1242
+ # Glace Bay, NS is the largest that we know of.
1243
+ # Shanks & Pottenger also write that Liverpool, NS was the only town
1244
+ # in Canada to observe DST in 1971 but not 1970; for now we'll assume
1245
+ # this is a typo.
1246
+
1247
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
1248
+ Rule Halifax 1916 only - Apr 1 0:00 1:00 D
1249
+ Rule Halifax 1916 only - Oct 1 0:00 0 S
1250
+ Rule Halifax 1920 only - May 9 0:00 1:00 D
1251
+ Rule Halifax 1920 only - Aug 29 0:00 0 S
1252
+ Rule Halifax 1921 only - May 6 0:00 1:00 D
1253
+ Rule Halifax 1921 1922 - Sep 5 0:00 0 S
1254
+ Rule Halifax 1922 only - Apr 30 0:00 1:00 D
1255
+ Rule Halifax 1923 1925 - May Sun>=1 0:00 1:00 D
1256
+ Rule Halifax 1923 only - Sep 4 0:00 0 S
1257
+ Rule Halifax 1924 only - Sep 15 0:00 0 S
1258
+ Rule Halifax 1925 only - Sep 28 0:00 0 S
1259
+ Rule Halifax 1926 only - May 16 0:00 1:00 D
1260
+ Rule Halifax 1926 only - Sep 13 0:00 0 S
1261
+ Rule Halifax 1927 only - May 1 0:00 1:00 D
1262
+ Rule Halifax 1927 only - Sep 26 0:00 0 S
1263
+ Rule Halifax 1928 1931 - May Sun>=8 0:00 1:00 D
1264
+ Rule Halifax 1928 only - Sep 9 0:00 0 S
1265
+ Rule Halifax 1929 only - Sep 3 0:00 0 S
1266
+ Rule Halifax 1930 only - Sep 15 0:00 0 S
1267
+ Rule Halifax 1931 1932 - Sep Mon>=24 0:00 0 S
1268
+ Rule Halifax 1932 only - May 1 0:00 1:00 D
1269
+ Rule Halifax 1933 only - Apr 30 0:00 1:00 D
1270
+ Rule Halifax 1933 only - Oct 2 0:00 0 S
1271
+ Rule Halifax 1934 only - May 20 0:00 1:00 D
1272
+ Rule Halifax 1934 only - Sep 16 0:00 0 S
1273
+ Rule Halifax 1935 only - Jun 2 0:00 1:00 D
1274
+ Rule Halifax 1935 only - Sep 30 0:00 0 S
1275
+ Rule Halifax 1936 only - Jun 1 0:00 1:00 D
1276
+ Rule Halifax 1936 only - Sep 14 0:00 0 S
1277
+ Rule Halifax 1937 1938 - May Sun>=1 0:00 1:00 D
1278
+ Rule Halifax 1937 1941 - Sep Mon>=24 0:00 0 S
1279
+ Rule Halifax 1939 only - May 28 0:00 1:00 D
1280
+ Rule Halifax 1940 1941 - May Sun>=1 0:00 1:00 D
1281
+ Rule Halifax 1946 1949 - Apr lastSun 2:00 1:00 D
1282
+ Rule Halifax 1946 1949 - Sep lastSun 2:00 0 S
1283
+ Rule Halifax 1951 1954 - Apr lastSun 2:00 1:00 D
1284
+ Rule Halifax 1951 1954 - Sep lastSun 2:00 0 S
1285
+ Rule Halifax 1956 1959 - Apr lastSun 2:00 1:00 D
1286
+ Rule Halifax 1956 1959 - Sep lastSun 2:00 0 S
1287
+ Rule Halifax 1962 1973 - Apr lastSun 2:00 1:00 D
1288
+ Rule Halifax 1962 1973 - Oct lastSun 2:00 0 S
1289
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
1290
+ Zone America/Halifax -4:14:24 - LMT 1902 Jun 15
1291
+ -4:00 Halifax A%sT 1918
1292
+ -4:00 Canada A%sT 1919
1293
+ -4:00 Halifax A%sT 1942 Feb 9 2:00s
1294
+ -4:00 Canada A%sT 1946
1295
+ -4:00 Halifax A%sT 1974
1296
+ -4:00 Canada A%sT
1297
+ Zone America/Glace_Bay -3:59:48 - LMT 1902 Jun 15
1298
+ -4:00 Canada A%sT 1953
1299
+ -4:00 Halifax A%sT 1954
1300
+ -4:00 - AST 1972
1301
+ -4:00 Halifax A%sT 1974
1302
+ -4:00 Canada A%sT
1303
+
1304
+ # New Brunswick
1305
+
1306
+ # From Paul Eggert (2007-01-31):
1307
+ # The Time Definition Act <http://www.gnb.ca/0062/PDF-acts/t-06.pdf>
1308
+ # says they changed at 00:01 through 2006, and
1309
+ # <http://www.canlii.org/nb/laws/sta/t-6/20030127/whole.html> makes it
1310
+ # clear that this was the case since at least 1993.
1311
+ # For now, assume it started in 1993.
1312
+
1313
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
1314
+ Rule Moncton 1933 1935 - Jun Sun>=8 1:00 1:00 D
1315
+ Rule Moncton 1933 1935 - Sep Sun>=8 1:00 0 S
1316
+ Rule Moncton 1936 1938 - Jun Sun>=1 1:00 1:00 D
1317
+ Rule Moncton 1936 1938 - Sep Sun>=1 1:00 0 S
1318
+ Rule Moncton 1939 only - May 27 1:00 1:00 D
1319
+ Rule Moncton 1939 1941 - Sep Sat>=21 1:00 0 S
1320
+ Rule Moncton 1940 only - May 19 1:00 1:00 D
1321
+ Rule Moncton 1941 only - May 4 1:00 1:00 D
1322
+ Rule Moncton 1946 1972 - Apr lastSun 2:00 1:00 D
1323
+ Rule Moncton 1946 1956 - Sep lastSun 2:00 0 S
1324
+ Rule Moncton 1957 1972 - Oct lastSun 2:00 0 S
1325
+ Rule Moncton 1993 2006 - Apr Sun>=1 0:01 1:00 D
1326
+ Rule Moncton 1993 2006 - Oct lastSun 0:01 0 S
1327
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
1328
+ Zone America/Moncton -4:19:08 - LMT 1883 Dec 9
1329
+ -5:00 - EST 1902 Jun 15
1330
+ -4:00 Canada A%sT 1933
1331
+ -4:00 Moncton A%sT 1942
1332
+ -4:00 Canada A%sT 1946
1333
+ -4:00 Moncton A%sT 1973
1334
+ -4:00 Canada A%sT 1993
1335
+ -4:00 Moncton A%sT 2007
1336
+ -4:00 Canada A%sT
1337
+
1338
+ # Quebec
1339
+
1340
+ # From Paul Eggert (2006-07-09):
1341
+ # Shanks & Pottenger write that since 1970 most of Quebec has been
1342
+ # like Montreal.
1343
+
1344
+ # From Paul Eggert (2006-06-27):
1345
+ # Matthews and Vincent (1998) also write that Quebec east of the -63
1346
+ # meridian is supposed to observe AST, but residents as far east as
1347
+ # Natashquan use EST/EDT, and residents east of Natashquan use AST.
1348
+ # In "Official time in Quebec" the Quebec department of justice writes in
1349
+ # http://www.justice.gouv.qc.ca/english/publications/generale/temps-regl-1-a.htm
1350
+ # that "The residents of the Municipality of the
1351
+ # Cote-Nord-du-Golfe-Saint-Laurent and the municipalities of Saint-Augustin,
1352
+ # Bonne-Esperance and Blanc-Sablon apply the Official Time Act as it is
1353
+ # written and use Atlantic standard time all year round. The same applies to
1354
+ # the residents of the Native facilities along the lower North Shore."
1355
+ # <http://www.assnat.qc.ca/eng/37legislature2/Projets-loi/Publics/06-a002.htm>
1356
+ # says this common practice was codified into law as of 2007.
1357
+ # For lack of better info, guess this practice began around 1970, contra to
1358
+ # Shanks & Pottenger who have this region observing AST/ADT.
1359
+
1360
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
1361
+ Rule Mont 1917 only - Mar 25 2:00 1:00 D
1362
+ Rule Mont 1917 only - Apr 24 0:00 0 S
1363
+ Rule Mont 1919 only - Mar 31 2:30 1:00 D
1364
+ Rule Mont 1919 only - Oct 25 2:30 0 S
1365
+ Rule Mont 1920 only - May 2 2:30 1:00 D
1366
+ Rule Mont 1920 1922 - Oct Sun>=1 2:30 0 S
1367
+ Rule Mont 1921 only - May 1 2:00 1:00 D
1368
+ Rule Mont 1922 only - Apr 30 2:00 1:00 D
1369
+ Rule Mont 1924 only - May 17 2:00 1:00 D
1370
+ Rule Mont 1924 1926 - Sep lastSun 2:30 0 S
1371
+ Rule Mont 1925 1926 - May Sun>=1 2:00 1:00 D
1372
+ # The 1927-to-1937 rules can be expressed more simply as
1373
+ # Rule Mont 1927 1937 - Apr lastSat 24:00 1:00 D
1374
+ # Rule Mont 1927 1937 - Sep lastSat 24:00 0 S
1375
+ # The rules below avoid use of 24:00
1376
+ # (which pre-1998 versions of zic cannot handle).
1377
+ Rule Mont 1927 only - May 1 0:00 1:00 D
1378
+ Rule Mont 1927 1932 - Sep lastSun 0:00 0 S
1379
+ Rule Mont 1928 1931 - Apr lastSun 0:00 1:00 D
1380
+ Rule Mont 1932 only - May 1 0:00 1:00 D
1381
+ Rule Mont 1933 1940 - Apr lastSun 0:00 1:00 D
1382
+ Rule Mont 1933 only - Oct 1 0:00 0 S
1383
+ Rule Mont 1934 1939 - Sep lastSun 0:00 0 S
1384
+ Rule Mont 1946 1973 - Apr lastSun 2:00 1:00 D
1385
+ Rule Mont 1945 1948 - Sep lastSun 2:00 0 S
1386
+ Rule Mont 1949 1950 - Oct lastSun 2:00 0 S
1387
+ Rule Mont 1951 1956 - Sep lastSun 2:00 0 S
1388
+ Rule Mont 1957 1973 - Oct lastSun 2:00 0 S
1389
+
1390
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
1391
+ Zone America/Blanc-Sablon -3:48:28 - LMT 1884
1392
+ -4:00 Canada A%sT 1970
1393
+ -4:00 - AST
1394
+ Zone America/Montreal -4:54:16 - LMT 1884
1395
+ -5:00 Mont E%sT 1918
1396
+ -5:00 Canada E%sT 1919
1397
+ -5:00 Mont E%sT 1942 Feb 9 2:00s
1398
+ -5:00 Canada E%sT 1946
1399
+ -5:00 Mont E%sT 1974
1400
+ -5:00 Canada E%sT
1401
+
1402
+
1403
+ # Ontario
1404
+
1405
+ # From Paul Eggert (2006-07-09):
1406
+ # Shanks & Pottenger write that since 1970 most of Ontario has been like
1407
+ # Toronto.
1408
+ # Thunder Bay skipped DST in 1973.
1409
+ # Many smaller locales did not observe peacetime DST until 1974;
1410
+ # Nipigon (EST) and Rainy River (CST) are the largest that we know of.
1411
+ # Far west Ontario is like Winnipeg; far east Quebec is like Halifax.
1412
+
1413
+ # From Mark Brader (2003-07-26):
1414
+ # [According to the Toronto Star] Orillia, Ontario, adopted DST
1415
+ # effective Saturday, 1912-06-22, 22:00; the article mentions that
1416
+ # Port Arthur (now part of Thunder Bay, Ontario) as well as Moose Jaw
1417
+ # have already done so. In Orillia DST was to run until Saturday,
1418
+ # 1912-08-31 (no time mentioned), but it was met with considerable
1419
+ # hostility from certain segments of the public, and was revoked after
1420
+ # only two weeks -- I copied it as Saturday, 1912-07-07, 22:00, but
1421
+ # presumably that should be -07-06. (1912-06-19, -07-12; also letters
1422
+ # earlier in June).
1423
+ #
1424
+ # Kenora, Ontario, was to abandon DST on 1914-06-01 (-05-21).
1425
+
1426
+ # From Paul Eggert (1997-10-17):
1427
+ # Mark Brader writes that an article in the 1997-10-14 Toronto Star
1428
+ # says that Atikokan, Ontario currently does not observe DST,
1429
+ # but will vote on 11-10 whether to use EST/EDT.
1430
+ # He also writes that the
1431
+ # <a href="http://www.gov.on.ca/MBS/english/publications/statregs/conttext.html">
1432
+ # Ontario Time Act (1990, Chapter T.9)
1433
+ # </a>
1434
+ # says that Ontario east of 90W uses EST/EDT, and west of 90W uses CST/CDT.
1435
+ # Officially Atikokan is therefore on CST/CDT, and most likely this report
1436
+ # concerns a non-official time observed as a matter of local practice.
1437
+ #
1438
+ # From Paul Eggert (2000-10-02):
1439
+ # Matthews and Vincent (1998) write that Atikokan, Pickle Lake, and
1440
+ # New Osnaburgh observe CST all year, that Big Trout Lake observes
1441
+ # CST/CDT, and that Upsala and Shebandowan observe EST/EDT, all in
1442
+ # violation of the official Ontario rules.
1443
+ #
1444
+ # From Paul Eggert (2006-07-09):
1445
+ # Chris Walton (2006-07-06) mentioned an article by Stephanie MacLellan in the
1446
+ # 2005-07-21 Chronicle-Journal, which said:
1447
+ #
1448
+ # The clocks in Atikokan stay set on standard time year-round.
1449
+ # This means they spend about half the time on central time and
1450
+ # the other half on eastern time.
1451
+ #
1452
+ # For the most part, the system works, Mayor Dennis Brown said.
1453
+ #
1454
+ # "The majority of businesses in Atikokan deal more with Eastern
1455
+ # Canada, but there are some that deal with Western Canada," he
1456
+ # said. "I don't see any changes happening here."
1457
+ #
1458
+ # Walton also writes "Supposedly Pickle Lake and Mishkeegogamang
1459
+ # [New Osnaburgh] follow the same practice."
1460
+
1461
+ # From Garry McKinnon (2006-07-14) via Chris Walton:
1462
+ # I chatted with a member of my board who has an outstanding memory
1463
+ # and a long history in Atikokan (and in the telecom industry) and he
1464
+ # can say for certain that Atikokan has been practicing the current
1465
+ # time keeping since 1952, at least.
1466
+
1467
+ # From Paul Eggert (2006-07-17):
1468
+ # Shanks & Pottenger say that Atikokan has agreed with Rainy River
1469
+ # ever since standard time was introduced, but the information from
1470
+ # McKinnon sounds more authoritative. For now, assume that Atikokan
1471
+ # switched to EST immediately after WWII era daylight saving time
1472
+ # ended. This matches the old (less-populous) America/Coral_Harbour
1473
+ # entry since our cutoff date of 1970, so we can move
1474
+ # America/Coral_Harbour to the 'backward' file.
1475
+
1476
+ # From Mark Brader (2010-03-06):
1477
+ #
1478
+ # Currently the database has:
1479
+ #
1480
+ # # Ontario
1481
+ #
1482
+ # # From Paul Eggert (2006-07-09):
1483
+ # # Shanks & Pottenger write that since 1970 most of Ontario has been like
1484
+ # # Toronto.
1485
+ # # Thunder Bay skipped DST in 1973.
1486
+ # # Many smaller locales did not observe peacetime DST until 1974;
1487
+ # # Nipigon (EST) and Rainy River (CST) are the largest that we know of.
1488
+ #
1489
+ # In the (Toronto) Globe and Mail for Saturday, 1955-09-24, in the bottom
1490
+ # right corner of page 1, it says that Toronto will return to standard
1491
+ # time at 2 am Sunday morning (which agrees with the database), and that:
1492
+ #
1493
+ # The one-hour setback will go into effect throughout most of Ontario,
1494
+ # except in areas like Windsor which remains on standard time all year.
1495
+ #
1496
+ # Windsor is, of course, a lot larger than Nipigon.
1497
+ #
1498
+ # I only came across this incidentally. I don't know if Windsor began
1499
+ # observing DST when Detroit did, or in 1974, or on some other date.
1500
+ #
1501
+ # By the way, the article continues by noting that:
1502
+ #
1503
+ # Some cities in the United States have pushed the deadline back
1504
+ # three weeks and will change over from daylight saving in October.
1505
+
1506
+ # From Arthur David Olson (2010-07-17):
1507
+ #
1508
+ # "Standard Time and Time Zones in Canada" appeared in
1509
+ # The Journal of The Royal Astronomical Society of Canada,
1510
+ # volume 26, number 2 (February 1932) and, as of 2010-07-17,
1511
+ # was available at
1512
+ # <a href="http://adsabs.harvard.edu/full/1932JRASC..26...49S">
1513
+ # http://adsabs.harvard.edu/full/1932JRASC..26...49S
1514
+ # </a>
1515
+ #
1516
+ # It includes the text below (starting on page 57):
1517
+ #
1518
+ # A list of the places in Canada using daylight saving time would
1519
+ # require yearly revision. From information kindly furnished by
1520
+ # the provincial governments and by the postmasters in many cities
1521
+ # and towns, it is found that the following places used daylight sav-
1522
+ # ing in 1930. The information for the province of Quebec is definite,
1523
+ # for the other provinces only approximate:
1524
+ #
1525
+ # Province Daylight saving time used
1526
+ # Prince Edward Island Not used.
1527
+ # Nova Scotia In Halifax only.
1528
+ # New Brunswick In St. John only.
1529
+ # Quebec In the following places:
1530
+ # Montreal Lachine
1531
+ # Quebec Mont-Royal
1532
+ # Levis Iberville
1533
+ # St. Lambert Cap de la Madeleine
1534
+ # Verdun Loretteville
1535
+ # Westmount Richmond
1536
+ # Outremont St. Jerome
1537
+ # Longueuil Greenfield Park
1538
+ # Arvida Waterloo
1539
+ # Chambly-Canton Beaulieu
1540
+ # Melbourne La Tuque
1541
+ # St. Theophile Buckingham
1542
+ # Ontario Used generally in the cities and towns along
1543
+ # the southerly part of the province. Not
1544
+ # used in the northwesterlhy part.
1545
+ # Manitoba Not used.
1546
+ # Saskatchewan In Regina only.
1547
+ # Alberta Not used.
1548
+ # British Columbia Not used.
1549
+ #
1550
+ # With some exceptions, the use of daylight saving may be said to be limited
1551
+ # to those cities and towns lying between Quebec city and Windsor, Ont.
1552
+
1553
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
1554
+ Rule Toronto 1919 only - Mar 30 23:30 1:00 D
1555
+ Rule Toronto 1919 only - Oct 26 0:00 0 S
1556
+ Rule Toronto 1920 only - May 2 2:00 1:00 D
1557
+ Rule Toronto 1920 only - Sep 26 0:00 0 S
1558
+ Rule Toronto 1921 only - May 15 2:00 1:00 D
1559
+ Rule Toronto 1921 only - Sep 15 2:00 0 S
1560
+ Rule Toronto 1922 1923 - May Sun>=8 2:00 1:00 D
1561
+ # Shanks & Pottenger say 1923-09-19; assume it's a typo and that "-16"
1562
+ # was meant.
1563
+ Rule Toronto 1922 1926 - Sep Sun>=15 2:00 0 S
1564
+ Rule Toronto 1924 1927 - May Sun>=1 2:00 1:00 D
1565
+ # The 1927-to-1939 rules can be expressed more simply as
1566
+ # Rule Toronto 1927 1937 - Sep Sun>=25 2:00 0 S
1567
+ # Rule Toronto 1928 1937 - Apr Sun>=25 2:00 1:00 D
1568
+ # Rule Toronto 1938 1940 - Apr lastSun 2:00 1:00 D
1569
+ # Rule Toronto 1938 1939 - Sep lastSun 2:00 0 S
1570
+ # The rules below avoid use of Sun>=25
1571
+ # (which pre-2004 versions of zic cannot handle).
1572
+ Rule Toronto 1927 1932 - Sep lastSun 2:00 0 S
1573
+ Rule Toronto 1928 1931 - Apr lastSun 2:00 1:00 D
1574
+ Rule Toronto 1932 only - May 1 2:00 1:00 D
1575
+ Rule Toronto 1933 1940 - Apr lastSun 2:00 1:00 D
1576
+ Rule Toronto 1933 only - Oct 1 2:00 0 S
1577
+ Rule Toronto 1934 1939 - Sep lastSun 2:00 0 S
1578
+ Rule Toronto 1945 1946 - Sep lastSun 2:00 0 S
1579
+ Rule Toronto 1946 only - Apr lastSun 2:00 1:00 D
1580
+ Rule Toronto 1947 1949 - Apr lastSun 0:00 1:00 D
1581
+ Rule Toronto 1947 1948 - Sep lastSun 0:00 0 S
1582
+ Rule Toronto 1949 only - Nov lastSun 0:00 0 S
1583
+ Rule Toronto 1950 1973 - Apr lastSun 2:00 1:00 D
1584
+ Rule Toronto 1950 only - Nov lastSun 2:00 0 S
1585
+ Rule Toronto 1951 1956 - Sep lastSun 2:00 0 S
1586
+ # Shanks & Pottenger say Toronto ended DST a week early in 1971,
1587
+ # namely on 1971-10-24, but Mark Brader wrote (2003-05-31) that this
1588
+ # is wrong, and that he had confirmed it by checking the 1971-10-30
1589
+ # Toronto Star, which said that DST was ending 1971-10-31 as usual.
1590
+ Rule Toronto 1957 1973 - Oct lastSun 2:00 0 S
1591
+
1592
+ # From Paul Eggert (2003-07-27):
1593
+ # Willett (1914-03) writes (p. 17) "In the Cities of Fort William, and
1594
+ # Port Arthur, Ontario, the principle of the Bill has been in
1595
+ # operation for the past three years, and in the City of Moose Jaw,
1596
+ # Saskatchewan, for one year."
1597
+
1598
+ # From David Bryan via Tory Tronrud, Director/Curator,
1599
+ # Thunder Bay Museum (2003-11-12):
1600
+ # There is some suggestion, however, that, by-law or not, daylight
1601
+ # savings time was being practiced in Fort William and Port Arthur
1602
+ # before 1909.... [I]n 1910, the line between the Eastern and Central
1603
+ # Time Zones was permanently moved about two hundred miles west to
1604
+ # include the Thunder Bay area.... When Canada adopted daylight
1605
+ # savings time in 1916, Fort William and Port Arthur, having done so
1606
+ # already, did not change their clocks.... During the Second World
1607
+ # War,... [t]he cities agreed to implement DST during the summer
1608
+ # months for the remainder of the war years.
1609
+
1610
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
1611
+ Zone America/Toronto -5:17:32 - LMT 1895
1612
+ -5:00 Canada E%sT 1919
1613
+ -5:00 Toronto E%sT 1942 Feb 9 2:00s
1614
+ -5:00 Canada E%sT 1946
1615
+ -5:00 Toronto E%sT 1974
1616
+ -5:00 Canada E%sT
1617
+ Zone America/Thunder_Bay -5:57:00 - LMT 1895
1618
+ -6:00 - CST 1910
1619
+ -5:00 - EST 1942
1620
+ -5:00 Canada E%sT 1970
1621
+ -5:00 Mont E%sT 1973
1622
+ -5:00 - EST 1974
1623
+ -5:00 Canada E%sT
1624
+ Zone America/Nipigon -5:53:04 - LMT 1895
1625
+ -5:00 Canada E%sT 1940 Sep 29
1626
+ -5:00 1:00 EDT 1942 Feb 9 2:00s
1627
+ -5:00 Canada E%sT
1628
+ Zone America/Rainy_River -6:18:16 - LMT 1895
1629
+ -6:00 Canada C%sT 1940 Sep 29
1630
+ -6:00 1:00 CDT 1942 Feb 9 2:00s
1631
+ -6:00 Canada C%sT
1632
+ Zone America/Atikokan -6:06:28 - LMT 1895
1633
+ -6:00 Canada C%sT 1940 Sep 29
1634
+ -6:00 1:00 CDT 1942 Feb 9 2:00s
1635
+ -6:00 Canada C%sT 1945 Sep 30 2:00
1636
+ -5:00 - EST
1637
+
1638
+
1639
+ # Manitoba
1640
+
1641
+ # From Rob Douglas (2006-04-06):
1642
+ # the old Manitoba Time Act - as amended by Bill 2, assented to
1643
+ # March 27, 1987 ... said ...
1644
+ # "between two o'clock Central Standard Time in the morning of
1645
+ # the first Sunday of April of each year and two o'clock Central
1646
+ # Standard Time in the morning of the last Sunday of October next
1647
+ # following, one hour in advance of Central Standard Time."...
1648
+ # I believe that the English legislation [of the old time act] had =
1649
+ # been assented to (March 22, 1967)....
1650
+ # Also, as far as I can tell, there was no order-in-council varying
1651
+ # the time of Daylight Saving Time for 2005 and so the provisions of
1652
+ # the 1987 version would apply - the changeover was at 2:00 Central
1653
+ # Standard Time (i.e. not until 3:00 Central Daylight Time).
1654
+
1655
+ # From Paul Eggert (2006-04-10):
1656
+ # Shanks & Pottenger say Manitoba switched at 02:00 (not 02:00s)
1657
+ # starting 1966. Since 02:00s is clearly correct for 1967 on, assume
1658
+ # it was also 02:00s in 1966.
1659
+
1660
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
1661
+ Rule Winn 1916 only - Apr 23 0:00 1:00 D
1662
+ Rule Winn 1916 only - Sep 17 0:00 0 S
1663
+ Rule Winn 1918 only - Apr 14 2:00 1:00 D
1664
+ Rule Winn 1918 only - Oct 27 2:00 0 S
1665
+ Rule Winn 1937 only - May 16 2:00 1:00 D
1666
+ Rule Winn 1937 only - Sep 26 2:00 0 S
1667
+ Rule Winn 1942 only - Feb 9 2:00 1:00 W # War
1668
+ Rule Winn 1945 only - Aug 14 23:00u 1:00 P # Peace
1669
+ Rule Winn 1945 only - Sep lastSun 2:00 0 S
1670
+ Rule Winn 1946 only - May 12 2:00 1:00 D
1671
+ Rule Winn 1946 only - Oct 13 2:00 0 S
1672
+ Rule Winn 1947 1949 - Apr lastSun 2:00 1:00 D
1673
+ Rule Winn 1947 1949 - Sep lastSun 2:00 0 S
1674
+ Rule Winn 1950 only - May 1 2:00 1:00 D
1675
+ Rule Winn 1950 only - Sep 30 2:00 0 S
1676
+ Rule Winn 1951 1960 - Apr lastSun 2:00 1:00 D
1677
+ Rule Winn 1951 1958 - Sep lastSun 2:00 0 S
1678
+ Rule Winn 1959 only - Oct lastSun 2:00 0 S
1679
+ Rule Winn 1960 only - Sep lastSun 2:00 0 S
1680
+ Rule Winn 1963 only - Apr lastSun 2:00 1:00 D
1681
+ Rule Winn 1963 only - Sep 22 2:00 0 S
1682
+ Rule Winn 1966 1986 - Apr lastSun 2:00s 1:00 D
1683
+ Rule Winn 1966 2005 - Oct lastSun 2:00s 0 S
1684
+ Rule Winn 1987 2005 - Apr Sun>=1 2:00s 1:00 D
1685
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
1686
+ Zone America/Winnipeg -6:28:36 - LMT 1887 Jul 16
1687
+ -6:00 Winn C%sT 2006
1688
+ -6:00 Canada C%sT
1689
+
1690
+
1691
+ # Saskatchewan
1692
+
1693
+ # From Mark Brader (2003-07-26):
1694
+ # The first actual adoption of DST in Canada was at the municipal
1695
+ # level. As the [Toronto] Star put it (1912-06-07), "While people
1696
+ # elsewhere have long been talking of legislation to save daylight,
1697
+ # the city of Moose Jaw [Saskatchewan] has acted on its own hook."
1698
+ # DST in Moose Jaw began on Saturday, 1912-06-01 (no time mentioned:
1699
+ # presumably late evening, as below), and would run until "the end of
1700
+ # the summer". The discrepancy between municipal time and railroad
1701
+ # time was noted.
1702
+
1703
+ # From Paul Eggert (2003-07-27):
1704
+ # Willett (1914-03) notes that DST "has been in operation ... in the
1705
+ # City of Moose Jaw, Saskatchewan, for one year."
1706
+
1707
+ # From Paul Eggert (2006-03-22):
1708
+ # Shanks & Pottenger say that since 1970 this region has mostly been as Regina.
1709
+ # Some western towns (e.g. Swift Current) switched from MST/MDT to CST in 1972.
1710
+ # Other western towns (e.g. Lloydminster) are like Edmonton.
1711
+ # Matthews and Vincent (1998) write that Denare Beach and Creighton
1712
+ # are like Winnipeg, in violation of Saskatchewan law.
1713
+
1714
+ # From W. Jones (1992-11-06):
1715
+ # The. . .below is based on information I got from our law library, the
1716
+ # provincial archives, and the provincial Community Services department.
1717
+ # A precise history would require digging through newspaper archives, and
1718
+ # since you didn't say what you wanted, I didn't bother.
1719
+ #
1720
+ # Saskatchewan is split by a time zone meridian (105W) and over the years
1721
+ # the boundary became pretty ragged as communities near it reevaluated
1722
+ # their affiliations in one direction or the other. In 1965 a provincial
1723
+ # referendum favoured legislating common time practices.
1724
+ #
1725
+ # On 15 April 1966 the Time Act (c. T-14, Revised Statutes of
1726
+ # Saskatchewan 1978) was proclaimed, and established that the eastern
1727
+ # part of Saskatchewan would use CST year round, that districts in
1728
+ # northwest Saskatchewan would by default follow CST but could opt to
1729
+ # follow Mountain Time rules (thus 1 hour difference in the winter and
1730
+ # zero in the summer), and that districts in southwest Saskatchewan would
1731
+ # by default follow MT but could opt to follow CST.
1732
+ #
1733
+ # It took a few years for the dust to settle (I know one story of a town
1734
+ # on one time zone having its school in another, such that a mom had to
1735
+ # serve her family lunch in two shifts), but presently it seems that only
1736
+ # a few towns on the border with Alberta (e.g. Lloydminster) follow MT
1737
+ # rules any more; all other districts appear to have used CST year round
1738
+ # since sometime in the 1960s.
1739
+
1740
+ # From Chris Walton (2006-06-26):
1741
+ # The Saskatchewan time act which was last updated in 1996 is about 30 pages
1742
+ # long and rather painful to read.
1743
+ # http://www.qp.gov.sk.ca/documents/English/Statutes/Statutes/T14.pdf
1744
+
1745
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
1746
+ Rule Regina 1918 only - Apr 14 2:00 1:00 D
1747
+ Rule Regina 1918 only - Oct 27 2:00 0 S
1748
+ Rule Regina 1930 1934 - May Sun>=1 0:00 1:00 D
1749
+ Rule Regina 1930 1934 - Oct Sun>=1 0:00 0 S
1750
+ Rule Regina 1937 1941 - Apr Sun>=8 0:00 1:00 D
1751
+ Rule Regina 1937 only - Oct Sun>=8 0:00 0 S
1752
+ Rule Regina 1938 only - Oct Sun>=1 0:00 0 S
1753
+ Rule Regina 1939 1941 - Oct Sun>=8 0:00 0 S
1754
+ Rule Regina 1942 only - Feb 9 2:00 1:00 W # War
1755
+ Rule Regina 1945 only - Aug 14 23:00u 1:00 P # Peace
1756
+ Rule Regina 1945 only - Sep lastSun 2:00 0 S
1757
+ Rule Regina 1946 only - Apr Sun>=8 2:00 1:00 D
1758
+ Rule Regina 1946 only - Oct Sun>=8 2:00 0 S
1759
+ Rule Regina 1947 1957 - Apr lastSun 2:00 1:00 D
1760
+ Rule Regina 1947 1957 - Sep lastSun 2:00 0 S
1761
+ Rule Regina 1959 only - Apr lastSun 2:00 1:00 D
1762
+ Rule Regina 1959 only - Oct lastSun 2:00 0 S
1763
+ #
1764
+ Rule Swift 1957 only - Apr lastSun 2:00 1:00 D
1765
+ Rule Swift 1957 only - Oct lastSun 2:00 0 S
1766
+ Rule Swift 1959 1961 - Apr lastSun 2:00 1:00 D
1767
+ Rule Swift 1959 only - Oct lastSun 2:00 0 S
1768
+ Rule Swift 1960 1961 - Sep lastSun 2:00 0 S
1769
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
1770
+ Zone America/Regina -6:58:36 - LMT 1905 Sep
1771
+ -7:00 Regina M%sT 1960 Apr lastSun 2:00
1772
+ -6:00 - CST
1773
+ Zone America/Swift_Current -7:11:20 - LMT 1905 Sep
1774
+ -7:00 Canada M%sT 1946 Apr lastSun 2:00
1775
+ -7:00 Regina M%sT 1950
1776
+ -7:00 Swift M%sT 1972 Apr lastSun 2:00
1777
+ -6:00 - CST
1778
+
1779
+
1780
+ # Alberta
1781
+
1782
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
1783
+ Rule Edm 1918 1919 - Apr Sun>=8 2:00 1:00 D
1784
+ Rule Edm 1918 only - Oct 27 2:00 0 S
1785
+ Rule Edm 1919 only - May 27 2:00 0 S
1786
+ Rule Edm 1920 1923 - Apr lastSun 2:00 1:00 D
1787
+ Rule Edm 1920 only - Oct lastSun 2:00 0 S
1788
+ Rule Edm 1921 1923 - Sep lastSun 2:00 0 S
1789
+ Rule Edm 1942 only - Feb 9 2:00 1:00 W # War
1790
+ Rule Edm 1945 only - Aug 14 23:00u 1:00 P # Peace
1791
+ Rule Edm 1945 only - Sep lastSun 2:00 0 S
1792
+ Rule Edm 1947 only - Apr lastSun 2:00 1:00 D
1793
+ Rule Edm 1947 only - Sep lastSun 2:00 0 S
1794
+ Rule Edm 1967 only - Apr lastSun 2:00 1:00 D
1795
+ Rule Edm 1967 only - Oct lastSun 2:00 0 S
1796
+ Rule Edm 1969 only - Apr lastSun 2:00 1:00 D
1797
+ Rule Edm 1969 only - Oct lastSun 2:00 0 S
1798
+ Rule Edm 1972 1986 - Apr lastSun 2:00 1:00 D
1799
+ Rule Edm 1972 2006 - Oct lastSun 2:00 0 S
1800
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
1801
+ Zone America/Edmonton -7:33:52 - LMT 1906 Sep
1802
+ -7:00 Edm M%sT 1987
1803
+ -7:00 Canada M%sT
1804
+
1805
+
1806
+ # British Columbia
1807
+
1808
+ # From Paul Eggert (2006-03-22):
1809
+ # Shanks & Pottenger write that since 1970 most of this region has
1810
+ # been like Vancouver.
1811
+ # Dawson Creek uses MST. Much of east BC is like Edmonton.
1812
+ # Matthews and Vincent (1998) write that Creston is like Dawson Creek.
1813
+
1814
+ # It seems though that (re: Creston) is not entirely correct:
1815
+
1816
+ # From Chris Walton (2011-12-01):
1817
+ # There are two areas within the Canadian province of British Columbia
1818
+ # that do not currently observe daylight saving:
1819
+ # a) The Creston Valley (includes the town of Creston and surrounding area)
1820
+ # b) The eastern half of the Peace River Regional District
1821
+ # (includes the cities of Dawson Creek and Fort St. John)
1822
+
1823
+ # Earlier this year I stumbled across a detailed article about the time
1824
+ # keeping history of Creston; it was written by Tammy Hardwick who is the
1825
+ # manager of the Creston & District Museum. The article was written in May 2009.
1826
+ # <a href="http://www.ilovecreston.com/?p=articles&t=spec&ar=260">
1827
+ # http://www.ilovecreston.com/?p=articles&t=spec&ar=260
1828
+ # </a>
1829
+ # According to the article, Creston has not changed its clocks since June 1918.
1830
+ # i.e. Creston has been stuck on UTC-7 for 93 years.
1831
+ # Dawson Creek, on the other hand, changed its clocks as recently as April 1972.
1832
+
1833
+ # Unfortunately the exact date for the time change in June 1918 remains
1834
+ # unknown and will be difficult to ascertain. I e-mailed Tammy a few months
1835
+ # ago to ask if Sunday June 2 was a reasonable guess. She said it was just
1836
+ # as plausible as any other date (in June). She also said that after writing the
1837
+ # article she had discovered another time change in 1916; this is the subject
1838
+ # of another article which she wrote in October 2010.
1839
+ # <a href="http://www.creston.museum.bc.ca/index.php?module=comments&uop=view_comment&cm+id=56">
1840
+ # http://www.creston.museum.bc.ca/index.php?module=comments&uop=view_comment&cm+id=56
1841
+ # </a>
1842
+
1843
+ # Here is a summary of the three clock change events in Creston's history:
1844
+ # 1. 1884 or 1885: adoption of Mountain Standard Time (GMT-7)
1845
+ # Exact date unknown
1846
+ # 2. Oct 1916: switch to Pacific Standard Time (GMT-8)
1847
+ # Exact date in October unknown; Sunday October 1 is a reasonable guess.
1848
+ # 3. June 1918: switch to Pacific Daylight Time (GMT-7)
1849
+ # Exact date in June unknown; Sunday June 2 is a reasonable guess.
1850
+ # note#1:
1851
+ # On Oct 27/1918 when daylight saving ended in the rest of Canada,
1852
+ # Creston did not change its clocks.
1853
+ # note#2:
1854
+ # During WWII when the Federal Government legislated a mandatory clock change,
1855
+ # Creston did not oblige.
1856
+ # note#3:
1857
+ # There is no guarantee that Creston will remain on Mountain Standard Time
1858
+ # (UTC-7) forever.
1859
+ # The subject was debated at least once this year by the town Council.
1860
+ # <a href="http://www.bclocalnews.com/kootenay_rockies/crestonvalleyadvance/news/116760809.html">
1861
+ # http://www.bclocalnews.com/kootenay_rockies/crestonvalleyadvance/news/116760809.html
1862
+ # </a>
1863
+
1864
+ # During a period WWII, summer time (Daylight saying) was mandatory in Canada.
1865
+ # In Creston, that was handled by shifting the area to PST (-8:00) then applying
1866
+ # summer time to cause the offset to be -7:00, the same as it had been before
1867
+ # the change. It can be argued that the timezone abbreviation during this
1868
+ # period should be PDT rather than MST, but that doesn't seem important enough
1869
+ # (to anyone) to further complicate the rules.
1870
+
1871
+ # The transition dates (and times) are guesses.
1872
+
1873
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
1874
+ Rule Vanc 1918 only - Apr 14 2:00 1:00 D
1875
+ Rule Vanc 1918 only - Oct 27 2:00 0 S
1876
+ Rule Vanc 1942 only - Feb 9 2:00 1:00 W # War
1877
+ Rule Vanc 1945 only - Aug 14 23:00u 1:00 P # Peace
1878
+ Rule Vanc 1945 only - Sep 30 2:00 0 S
1879
+ Rule Vanc 1946 1986 - Apr lastSun 2:00 1:00 D
1880
+ Rule Vanc 1946 only - Oct 13 2:00 0 S
1881
+ Rule Vanc 1947 1961 - Sep lastSun 2:00 0 S
1882
+ Rule Vanc 1962 2006 - Oct lastSun 2:00 0 S
1883
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
1884
+ Zone America/Vancouver -8:12:28 - LMT 1884
1885
+ -8:00 Vanc P%sT 1987
1886
+ -8:00 Canada P%sT
1887
+ Zone America/Dawson_Creek -8:00:56 - LMT 1884
1888
+ -8:00 Canada P%sT 1947
1889
+ -8:00 Vanc P%sT 1972 Aug 30 2:00
1890
+ -7:00 - MST
1891
+ Zone America/Creston -7:46:04 - LMT 1884
1892
+ -7:00 - MST 1916 Oct 1
1893
+ -8:00 - PST 1918 Jun 2
1894
+ -7:00 - MST
1895
+
1896
+ # Northwest Territories, Nunavut, Yukon
1897
+
1898
+ # From Paul Eggert (2006-03-22):
1899
+ # Dawson switched to PST in 1973. Inuvik switched to MST in 1979.
1900
+ # Mathew Englander (1996-10-07) gives the following refs:
1901
+ # * 1967. Paragraph 28(34)(g) of the Interpretation Act, S.C. 1967-68,
1902
+ # c. 7 defines Yukon standard time as UTC-9. This is still valid;
1903
+ # see Interpretation Act, R.S.C. 1985, c. I-21, s. 35(1).
1904
+ # * C.O. 1973/214 switched Yukon to PST on 1973-10-28 00:00.
1905
+ # * O.I.C. 1980/02 established DST.
1906
+ # * O.I.C. 1987/056 changed DST to Apr firstSun 2:00 to Oct lastSun 2:00.
1907
+ # Shanks & Pottenger say Yukon's 1973-10-28 switch was at 2:00; go
1908
+ # with Englander.
1909
+ # From Chris Walton (2006-06-26):
1910
+ # Here is a link to the old daylight saving portion of the interpretation
1911
+ # act which was last updated in 1987:
1912
+ # http://www.gov.yk.ca/legislation/regs/oic1987_056.pdf
1913
+
1914
+ # From Rives McDow (1999-09-04):
1915
+ # Nunavut ... moved ... to incorporate the whole territory into one time zone.
1916
+ # <a href="http://www.nunatsiaq.com/nunavut/nvt90903_13.html">
1917
+ # Nunavut moves to single time zone Oct. 31
1918
+ # </a>
1919
+ #
1920
+ # From Antoine Leca (1999-09-06):
1921
+ # We then need to create a new timezone for the Kitikmeot region of Nunavut
1922
+ # to differentiate it from the Yellowknife region.
1923
+
1924
+ # From Paul Eggert (1999-09-20):
1925
+ # <a href="http://www.nunavut.com/basicfacts/english/basicfacts_1territory.html">
1926
+ # Basic Facts: The New Territory
1927
+ # </a> (1999) reports that Pangnirtung operates on eastern time,
1928
+ # and that Coral Harbour does not observe DST. We don't know when
1929
+ # Pangnirtung switched to eastern time; we'll guess 1995.
1930
+
1931
+ # From Rives McDow (1999-11-08):
1932
+ # On October 31, when the rest of Nunavut went to Central time,
1933
+ # Pangnirtung wobbled. Here is the result of their wobble:
1934
+ #
1935
+ # The following businesses and organizations in Pangnirtung use Central Time:
1936
+ #
1937
+ # First Air, Power Corp, Nunavut Construction, Health Center, RCMP,
1938
+ # Eastern Arctic National Parks, A & D Specialist
1939
+ #
1940
+ # The following businesses and organizations in Pangnirtung use Eastern Time:
1941
+ #
1942
+ # Hamlet office, All other businesses, Both schools, Airport operator
1943
+ #
1944
+ # This has made for an interesting situation there, which warranted the news.
1945
+ # No one there that I spoke with seems concerned, or has plans to
1946
+ # change the local methods of keeping time, as it evidently does not
1947
+ # really interfere with any activities or make things difficult locally.
1948
+ # They plan to celebrate New Year's turn-over twice, one hour apart,
1949
+ # so it appears that the situation will last at least that long.
1950
+ # The Nunavut Intergovernmental Affairs hopes that they will "come to
1951
+ # their senses", but the locals evidently don't see any problem with
1952
+ # the current state of affairs.
1953
+
1954
+ # From Michaela Rodrigue, writing in the
1955
+ # <a href="http://www.nunatsiaq.com/archives/nunavut991130/nvt91119_17.html">
1956
+ # Nunatsiaq News (1999-11-19)</a>:
1957
+ # Clyde River, Pangnirtung and Sanikiluaq now operate with two time zones,
1958
+ # central - or Nunavut time - for government offices, and eastern time
1959
+ # for municipal offices and schools.... Igloolik [was similar but then]
1960
+ # made the switch to central time on Saturday, Nov. 6.
1961
+
1962
+ # From Paul Eggert (2000-10-02):
1963
+ # Matthews and Vincent (1998) say the following, but we lack histories
1964
+ # for these potential new Zones.
1965
+ #
1966
+ # The Canadian Forces station at Alert uses Eastern Time while the
1967
+ # handful of residents at the Eureka weather station [in the Central
1968
+ # zone] skip daylight savings. Baffin Island, which is crossed by the
1969
+ # Central, Eastern and Atlantic Time zones only uses Eastern Time.
1970
+ # Gjoa Haven, Taloyoak and Pelly Bay all use Mountain instead of
1971
+ # Central Time and Southampton Island [in the Central zone] is not
1972
+ # required to use daylight savings.
1973
+
1974
+ # From
1975
+ # <a href="http://www.nunatsiaq.com/archives/nunavut001130/nvt21110_02.html">
1976
+ # Nunavut now has two time zones
1977
+ # </a> (2000-11-10):
1978
+ # The Nunavut government would allow its employees in Kugluktuk and
1979
+ # Cambridge Bay to operate on central time year-round, putting them
1980
+ # one hour behind the rest of Nunavut for six months during the winter.
1981
+ # At the end of October the two communities had rebelled against
1982
+ # Nunavut's unified time zone, refusing to shift to eastern time with
1983
+ # the rest of the territory for the winter. Cambridge Bay remained on
1984
+ # central time, while Kugluktuk, even farther west, reverted to
1985
+ # mountain time, which they had used before the advent of Nunavut's
1986
+ # unified time zone in 1999.
1987
+ #
1988
+ # From Rives McDow (2001-01-20), quoting the Nunavut government:
1989
+ # The preceding decision came into effect at midnight, Saturday Nov 4, 2000.
1990
+
1991
+ # From Paul Eggert (2000-12-04):
1992
+ # Let's just keep track of the official times for now.
1993
+
1994
+ # From Rives McDow (2001-03-07):
1995
+ # The premier of Nunavut has issued a ministerial statement advising
1996
+ # that effective 2001-04-01, the territory of Nunavut will revert
1997
+ # back to three time zones (mountain, central, and eastern). Of the
1998
+ # cities in Nunavut, Coral Harbor is the only one that I know of that
1999
+ # has said it will not observe dst, staying on EST year round. I'm
2000
+ # checking for more info, and will get back to you if I come up with
2001
+ # more.
2002
+ # [Also see <http://www.nunatsiaq.com/nunavut/nvt10309_06.html> (2001-03-09).]
2003
+
2004
+ # From Gwillim Law (2005-05-21):
2005
+ # According to maps at
2006
+ # http://inms-ienm.nrc-cnrc.gc.ca/images/time_services/TZ01SWE.jpg
2007
+ # http://inms-ienm.nrc-cnrc.gc.ca/images/time_services/TZ01SSE.jpg
2008
+ # (both dated 2003), and
2009
+ # http://www.canadiangeographic.ca/Magazine/SO98/geomap.asp
2010
+ # (from a 1998 Canadian Geographic article), the de facto and de jure time
2011
+ # for Southampton Island (at the north end of Hudson Bay) is UTC-5 all year
2012
+ # round. Using Google, it's easy to find other websites that confirm this.
2013
+ # I wasn't able to find how far back this time regimen goes, but since it
2014
+ # predates the creation of Nunavut, it probably goes back many years....
2015
+ # The Inuktitut name of Coral Harbour is Sallit, but it's rarely used.
2016
+ #
2017
+ # From Paul Eggert (2005-07-26):
2018
+ # For lack of better information, assume that Southampton Island observed
2019
+ # daylight saving only during wartime.
2020
+
2021
+ # From Chris Walton (2007-03-01):
2022
+ # ... the community of Resolute (located on Cornwallis Island in
2023
+ # Nunavut) moved from Central Time to Eastern Time last November.
2024
+ # Basically the community did not change its clocks at the end of
2025
+ # daylight saving....
2026
+ # http://www.nnsl.com/frames/newspapers/2006-11/nov13_06none.html
2027
+
2028
+ # From Chris Walton (2011-03-21):
2029
+ # Back in 2007 I initiated the creation of a new "zone file" for Resolute
2030
+ # Bay. Resolute Bay is a small community located about 900km north of
2031
+ # the Arctic Circle. The zone file was required because Resolute Bay had
2032
+ # decided to use UTC-5 instead of UTC-6 for the winter of 2006-2007.
2033
+ #
2034
+ # According to new information which I received last week, Resolute Bay
2035
+ # went back to using UTC-6 in the winter of 2007-2008...
2036
+ #
2037
+ # On March 11/2007 most of Canada went onto daylight saving. On March
2038
+ # 14/2007 I phoned the Resolute Bay hamlet office to do a "time check." I
2039
+ # talked to somebody that was both knowledgeable and helpful. I was able
2040
+ # to confirm that Resolute Bay was still operating on UTC-5. It was
2041
+ # explained to me that Resolute Bay had been on the Eastern Time zone
2042
+ # (EST) in the winter, and was now back on the Central Time zone (CDT).
2043
+ # i.e. the time zone had changed twice in the last year but the clocks
2044
+ # had not moved. The residents had to know which time zone they were in
2045
+ # so they could follow the correct TV schedule...
2046
+ #
2047
+ # On Nov 02/2008 most of Canada went onto standard time. On Nov 03/2008 I
2048
+ # phoned the Resolute Bay hamlet office...[D]ue to the challenging nature
2049
+ # of the phone call, I decided to seek out an alternate source of
2050
+ # information. I found an e-mail address for somebody by the name of
2051
+ # Stephanie Adams whose job was listed as "Inns North Support Officer for
2052
+ # Arctic Co-operatives." I was under the impression that Stephanie lived
2053
+ # and worked in Resolute Bay...
2054
+ #
2055
+ # On March 14/2011 I phoned the hamlet office again. I was told that
2056
+ # Resolute Bay had been using Central Standard Time over the winter of
2057
+ # 2010-2011 and that the clocks had therefore been moved one hour ahead
2058
+ # on March 13/2011. The person I talked to was aware that Resolute Bay
2059
+ # had previously experimented with Eastern Standard Time but he could not
2060
+ # tell me when the practice had stopped.
2061
+ #
2062
+ # On March 17/2011 I searched the Web to find an e-mail address of
2063
+ # somebody that might be able to tell me exactly when Resolute Bay went
2064
+ # off Eastern Standard Time. I stumbled on the name "Aziz Kheraj." Aziz
2065
+ # used to be the mayor of Resolute Bay and he apparently owns half the
2066
+ # businesses including "South Camp Inn." This website has some info on
2067
+ # Aziz:
2068
+ # <a href="http://www.uphere.ca/node/493">
2069
+ # http://www.uphere.ca/node/493
2070
+ # </a>
2071
+ #
2072
+ # I sent Aziz an e-mail asking when Resolute Bay had stopped using
2073
+ # Eastern Standard Time.
2074
+ #
2075
+ # Aziz responded quickly with this: "hi, The time was not changed for the
2076
+ # 1 year only, the following year, the community went back to the old way
2077
+ # of "spring ahead-fall behind" currently we are zulu plus 5 hrs and in
2078
+ # the winter Zulu plus 6 hrs"
2079
+ #
2080
+ # This of course conflicted with everything I had ascertained in November 2008.
2081
+ #
2082
+ # I sent Aziz a copy of my 2008 e-mail exchange with Stephanie. Aziz
2083
+ # responded with this: "Hi, Stephanie lives in Winnipeg. I live here, You
2084
+ # may want to check with the weather office in Resolute Bay or do a
2085
+ # search on the weather through Env. Canada. web site"
2086
+ #
2087
+ # If I had realized the Stephanie did not live in Resolute Bay I would
2088
+ # never have contacted her. I now believe that all the information I
2089
+ # obtained in November 2008 should be ignored...
2090
+ # I apologize for reporting incorrect information in 2008.
2091
+
2092
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
2093
+ Rule NT_YK 1918 only - Apr 14 2:00 1:00 D
2094
+ Rule NT_YK 1918 only - Oct 27 2:00 0 S
2095
+ Rule NT_YK 1919 only - May 25 2:00 1:00 D
2096
+ Rule NT_YK 1919 only - Nov 1 0:00 0 S
2097
+ Rule NT_YK 1942 only - Feb 9 2:00 1:00 W # War
2098
+ Rule NT_YK 1945 only - Aug 14 23:00u 1:00 P # Peace
2099
+ Rule NT_YK 1945 only - Sep 30 2:00 0 S
2100
+ Rule NT_YK 1965 only - Apr lastSun 0:00 2:00 DD
2101
+ Rule NT_YK 1965 only - Oct lastSun 2:00 0 S
2102
+ Rule NT_YK 1980 1986 - Apr lastSun 2:00 1:00 D
2103
+ Rule NT_YK 1980 2006 - Oct lastSun 2:00 0 S
2104
+ Rule NT_YK 1987 2006 - Apr Sun>=1 2:00 1:00 D
2105
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
2106
+ # aka Panniqtuuq
2107
+ Zone America/Pangnirtung 0 - zzz 1921 # trading post est.
2108
+ -4:00 NT_YK A%sT 1995 Apr Sun>=1 2:00
2109
+ -5:00 Canada E%sT 1999 Oct 31 2:00
2110
+ -6:00 Canada C%sT 2000 Oct 29 2:00
2111
+ -5:00 Canada E%sT
2112
+ # formerly Frobisher Bay
2113
+ Zone America/Iqaluit 0 - zzz 1942 Aug # Frobisher Bay est.
2114
+ -5:00 NT_YK E%sT 1999 Oct 31 2:00
2115
+ -6:00 Canada C%sT 2000 Oct 29 2:00
2116
+ -5:00 Canada E%sT
2117
+ # aka Qausuittuq
2118
+ Zone America/Resolute 0 - zzz 1947 Aug 31 # Resolute founded
2119
+ -6:00 NT_YK C%sT 2000 Oct 29 2:00
2120
+ -5:00 - EST 2001 Apr 1 3:00
2121
+ -6:00 Canada C%sT 2006 Oct 29 2:00
2122
+ -5:00 - EST 2007 Mar 11 3:00
2123
+ -6:00 Canada C%sT
2124
+ # aka Kangiqiniq
2125
+ Zone America/Rankin_Inlet 0 - zzz 1957 # Rankin Inlet founded
2126
+ -6:00 NT_YK C%sT 2000 Oct 29 2:00
2127
+ -5:00 - EST 2001 Apr 1 3:00
2128
+ -6:00 Canada C%sT
2129
+ # aka Iqaluktuuttiaq
2130
+ Zone America/Cambridge_Bay 0 - zzz 1920 # trading post est.?
2131
+ -7:00 NT_YK M%sT 1999 Oct 31 2:00
2132
+ -6:00 Canada C%sT 2000 Oct 29 2:00
2133
+ -5:00 - EST 2000 Nov 5 0:00
2134
+ -6:00 - CST 2001 Apr 1 3:00
2135
+ -7:00 Canada M%sT
2136
+ Zone America/Yellowknife 0 - zzz 1935 # Yellowknife founded?
2137
+ -7:00 NT_YK M%sT 1980
2138
+ -7:00 Canada M%sT
2139
+ Zone America/Inuvik 0 - zzz 1953 # Inuvik founded
2140
+ -8:00 NT_YK P%sT 1979 Apr lastSun 2:00
2141
+ -7:00 NT_YK M%sT 1980
2142
+ -7:00 Canada M%sT
2143
+ Zone America/Whitehorse -9:00:12 - LMT 1900 Aug 20
2144
+ -9:00 NT_YK Y%sT 1966 Jul 1 2:00
2145
+ -8:00 NT_YK P%sT 1980
2146
+ -8:00 Canada P%sT
2147
+ Zone America/Dawson -9:17:40 - LMT 1900 Aug 20
2148
+ -9:00 NT_YK Y%sT 1973 Oct 28 0:00
2149
+ -8:00 NT_YK P%sT 1980
2150
+ -8:00 Canada P%sT
2151
+
2152
+
2153
+ ###############################################################################
2154
+
2155
+ # Mexico
2156
+
2157
+ # From Paul Eggert (2001-03-05):
2158
+ # The Investigation and Analysis Service of the
2159
+ # Mexican Library of Congress (MLoC) has published a
2160
+ # <a href="http://www.cddhcu.gob.mx/bibliot/publica/inveyana/polisoc/horver/">
2161
+ # history of Mexican local time (in Spanish)
2162
+ # </a>.
2163
+ #
2164
+ # Here are the discrepancies between Shanks & Pottenger (S&P) and the MLoC.
2165
+ # (In all cases we go with the MLoC.)
2166
+ # S&P report that Baja was at -8:00 in 1922/1923.
2167
+ # S&P say the 1930 transition in Baja was 1930-11-16.
2168
+ # S&P report no DST during summer 1931.
2169
+ # S&P report a transition at 1932-03-30 23:00, not 1932-04-01.
2170
+
2171
+ # From Gwillim Law (2001-02-20):
2172
+ # There are some other discrepancies between the Decrees page and the
2173
+ # tz database. I think they can best be explained by supposing that
2174
+ # the researchers who prepared the Decrees page failed to find some of
2175
+ # the relevant documents.
2176
+
2177
+ # From Alan Perry (1996-02-15):
2178
+ # A guy from our Mexico subsidiary finally found the Presidential Decree
2179
+ # outlining the timezone changes in Mexico.
2180
+ #
2181
+ # ------------- Begin Forwarded Message -------------
2182
+ #
2183
+ # I finally got my hands on the Official Presidential Decree that sets up the
2184
+ # rules for the DST changes. The rules are:
2185
+ #
2186
+ # 1. The country is divided in 3 timezones:
2187
+ # - Baja California Norte (the Mexico/BajaNorte TZ)
2188
+ # - Baja California Sur, Nayarit, Sinaloa and Sonora (the Mexico/BajaSur TZ)
2189
+ # - The rest of the country (the Mexico/General TZ)
2190
+ #
2191
+ # 2. From the first Sunday in April at 2:00 AM to the last Sunday in October
2192
+ # at 2:00 AM, the times in each zone are as follows:
2193
+ # BajaNorte: GMT+7
2194
+ # BajaSur: GMT+6
2195
+ # General: GMT+5
2196
+ #
2197
+ # 3. The rest of the year, the times are as follows:
2198
+ # BajaNorte: GMT+8
2199
+ # BajaSur: GMT+7
2200
+ # General: GMT+6
2201
+ #
2202
+ # The Decree was published in Mexico's Official Newspaper on January 4th.
2203
+ #
2204
+ # -------------- End Forwarded Message --------------
2205
+ # From Paul Eggert (1996-06-12):
2206
+ # For an English translation of the decree, see
2207
+ # <a href="http://mexico-travel.com/extra/timezone_eng.html">
2208
+ # ``Diario Oficial: Time Zone Changeover'' (1996-01-04).
2209
+ # </a>
2210
+
2211
+ # From Rives McDow (1998-10-08):
2212
+ # The State of Quintana Roo has reverted back to central STD and DST times
2213
+ # (i.e. UTC -0600 and -0500 as of 1998-08-02).
2214
+
2215
+ # From Rives McDow (2000-01-10):
2216
+ # Effective April 4, 1999 at 2:00 AM local time, Sonora changed to the time
2217
+ # zone 5 hours from the International Date Line, and will not observe daylight
2218
+ # savings time so as to stay on the same time zone as the southern part of
2219
+ # Arizona year round.
2220
+
2221
+ # From Jesper Norgaard, translating
2222
+ # <http://www.reforma.com/nacional/articulo/064327/> (2001-01-17):
2223
+ # In Oaxaca, the 55.000 teachers from the Section 22 of the National
2224
+ # Syndicate of Education Workers, refuse to apply daylight saving each
2225
+ # year, so that the more than 10,000 schools work at normal hour the
2226
+ # whole year.
2227
+
2228
+ # From Gwillim Law (2001-01-19):
2229
+ # <http://www.reforma.com/negocios_y_dinero/articulo/064481/> ... says
2230
+ # (translated):...
2231
+ # January 17, 2000 - The Energy Secretary, Ernesto Martens, announced
2232
+ # that Summer Time will be reduced from seven to five months, starting
2233
+ # this year....
2234
+ # <http://www.publico.com.mx/scripts/texto3.asp?action=pagina&pag=21&pos=p&secc=naci&date=01/17/2001>
2235
+ # [translated], says "summer time will ... take effect on the first Sunday
2236
+ # in May, and end on the last Sunday of September.
2237
+
2238
+ # From Arthur David Olson (2001-01-25):
2239
+ # The 2001-01-24 traditional Washington Post contained the page one
2240
+ # story "Timely Issue Divides Mexicans."...
2241
+ # http://www.washingtonpost.com/wp-dyn/articles/A37383-2001Jan23.html
2242
+ # ... Mexico City Mayor Lopez Obrador "...is threatening to keep
2243
+ # Mexico City and its 20 million residents on a different time than
2244
+ # the rest of the country..." In particular, Lopez Obrador would abolish
2245
+ # observation of Daylight Saving Time.
2246
+
2247
+ # <a href="http://www.conae.gob.mx/ahorro/decretohorver2001.html#decre">
2248
+ # Official statute published by the Energy Department
2249
+ # </a> (2001-02-01) shows Baja and Chihauhua as still using US DST rules,
2250
+ # and Sonora with no DST. This was reported by Jesper Norgaard (2001-02-03).
2251
+
2252
+ # From Paul Eggert (2001-03-03):
2253
+ #
2254
+ # <a href="http://www.latimes.com/news/nation/20010303/t000018766.html">
2255
+ # James F. Smith writes in today's LA Times
2256
+ # </a>
2257
+ # * Sonora will continue to observe standard time.
2258
+ # * Last week Mexico City's mayor Andres Manuel Lopez Obrador decreed that
2259
+ # the Federal District will not adopt DST.
2260
+ # * 4 of 16 district leaders announced they'll ignore the decree.
2261
+ # * The decree does not affect federal-controlled facilities including
2262
+ # the airport, banks, hospitals, and schools.
2263
+ #
2264
+ # For now we'll assume that the Federal District will bow to federal rules.
2265
+
2266
+ # From Jesper Norgaard (2001-04-01):
2267
+ # I found some references to the Mexican application of daylight
2268
+ # saving, which modifies what I had already sent you, stating earlier
2269
+ # that a number of northern Mexican states would go on daylight
2270
+ # saving. The modification reverts this to only cover Baja California
2271
+ # (Norte), while all other states (except Sonora, who has no daylight
2272
+ # saving all year) will follow the original decree of president
2273
+ # Vicente Fox, starting daylight saving May 6, 2001 and ending
2274
+ # September 30, 2001.
2275
+ # References: "Diario de Monterrey" <www.diariodemonterrey.com/index.asp>
2276
+ # Palabra <http://palabra.infosel.com/010331/primera/ppri3101.pdf> (2001-03-31)
2277
+
2278
+ # From Reuters (2001-09-04):
2279
+ # Mexico's Supreme Court on Tuesday declared that daylight savings was
2280
+ # unconstitutional in Mexico City, creating the possibility the
2281
+ # capital will be in a different time zone from the rest of the nation
2282
+ # next year.... The Supreme Court's ruling takes effect at 2:00
2283
+ # a.m. (0800 GMT) on Sept. 30, when Mexico is scheduled to revert to
2284
+ # standard time. "This is so residents of the Federal District are not
2285
+ # subject to unexpected time changes," a statement from the court said.
2286
+
2287
+ # From Jesper Norgaard Welen (2002-03-12):
2288
+ # ... consulting my local grocery store(!) and my coworkers, they all insisted
2289
+ # that a new decision had been made to reinstate US style DST in Mexico....
2290
+ # http://www.conae.gob.mx/ahorro/horaver2001_m1_2002.html (2002-02-20)
2291
+ # confirms this. Sonora as usual is the only state where DST is not applied.
2292
+
2293
+ # From Steffen Thorsen (2009-12-28):
2294
+ #
2295
+ # Steffen Thorsen wrote:
2296
+ # > Mexico's House of Representatives has approved a proposal for northern
2297
+ # > Mexico's border cities to share the same daylight saving schedule as
2298
+ # > the United States.
2299
+ # Now this has passed both the Congress and the Senate, so starting from
2300
+ # 2010, some border regions will be the same:
2301
+ # <a href="http://www.signonsandiego.com/news/2009/dec/28/clocks-will-match-both-sides-border/">
2302
+ # http://www.signonsandiego.com/news/2009/dec/28/clocks-will-match-both-sides-border/
2303
+ # </a>
2304
+ # <a href="http://www.elmananarey.com/diario/noticia/nacional/noticias/empatan_horario_de_frontera_con_eu/621939">
2305
+ # http://www.elmananarey.com/diario/noticia/nacional/noticias/empatan_horario_de_frontera_con_eu/621939
2306
+ # </a>
2307
+ # (Spanish)
2308
+ #
2309
+ # Could not find the new law text, but the proposed law text changes are here:
2310
+ # <a href="http://gaceta.diputados.gob.mx/Gaceta/61/2009/dic/20091210-V.pdf">
2311
+ # http://gaceta.diputados.gob.mx/Gaceta/61/2009/dic/20091210-V.pdf
2312
+ # </a>
2313
+ # (Gaceta Parlamentaria)
2314
+ #
2315
+ # There is also a list of the votes here:
2316
+ # <a href="http://gaceta.diputados.gob.mx/Gaceta/61/2009/dic/V2-101209.html">
2317
+ # http://gaceta.diputados.gob.mx/Gaceta/61/2009/dic/V2-101209.html
2318
+ # </a>
2319
+ #
2320
+ # Our page:
2321
+ # <a href="http://www.timeanddate.com/news/time/north-mexico-dst-change.html">
2322
+ # http://www.timeanddate.com/news/time/north-mexico-dst-change.html
2323
+ # </a>
2324
+
2325
+ # From Arthur David Olson (2010-01-20):
2326
+ # The page
2327
+ # <a href="http://dof.gob.mx/nota_detalle.php?codigo=5127480&fecha=06/01/2010">
2328
+ # http://dof.gob.mx/nota_detalle.php?codigo=5127480&fecha=06/01/2010
2329
+ # </a>
2330
+ # includes this text:
2331
+ # En los municipios fronterizos de Tijuana y Mexicali en Baja California;
2332
+ # Ju&aacute;rez y Ojinaga en Chihuahua; Acu&ntilde;a y Piedras Negras en Coahuila;
2333
+ # An&aacute;huac en Nuevo Le&oacute;n; y Nuevo Laredo, Reynosa y Matamoros en
2334
+ # Tamaulipas, la aplicaci&oacute;n de este horario estacional surtir&aacute; efecto
2335
+ # desde las dos horas del segundo domingo de marzo y concluir&aacute; a las dos
2336
+ # horas del primer domingo de noviembre.
2337
+ # En los municipios fronterizos que se encuentren ubicados en la franja
2338
+ # fronteriza norte en el territorio comprendido entre la l&iacute;nea
2339
+ # internacional y la l&iacute;nea paralela ubicada a una distancia de veinte
2340
+ # kil&oacute;metros, as&iacute; como la Ciudad de Ensenada, Baja California, hacia el
2341
+ # interior del pa&iacute;s, la aplicaci&oacute;n de este horario estacional surtir&aacute;
2342
+ # efecto desde las dos horas del segundo domingo de marzo y concluir&aacute; a
2343
+ # las dos horas del primer domingo de noviembre.
2344
+
2345
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
2346
+ Rule Mexico 1939 only - Feb 5 0:00 1:00 D
2347
+ Rule Mexico 1939 only - Jun 25 0:00 0 S
2348
+ Rule Mexico 1940 only - Dec 9 0:00 1:00 D
2349
+ Rule Mexico 1941 only - Apr 1 0:00 0 S
2350
+ Rule Mexico 1943 only - Dec 16 0:00 1:00 W # War
2351
+ Rule Mexico 1944 only - May 1 0:00 0 S
2352
+ Rule Mexico 1950 only - Feb 12 0:00 1:00 D
2353
+ Rule Mexico 1950 only - Jul 30 0:00 0 S
2354
+ Rule Mexico 1996 2000 - Apr Sun>=1 2:00 1:00 D
2355
+ Rule Mexico 1996 2000 - Oct lastSun 2:00 0 S
2356
+ Rule Mexico 2001 only - May Sun>=1 2:00 1:00 D
2357
+ Rule Mexico 2001 only - Sep lastSun 2:00 0 S
2358
+ Rule Mexico 2002 max - Apr Sun>=1 2:00 1:00 D
2359
+ Rule Mexico 2002 max - Oct lastSun 2:00 0 S
2360
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
2361
+ # Quintana Roo
2362
+ Zone America/Cancun -5:47:04 - LMT 1922 Jan 1 0:12:56
2363
+ -6:00 - CST 1981 Dec 23
2364
+ -5:00 Mexico E%sT 1998 Aug 2 2:00
2365
+ -6:00 Mexico C%sT
2366
+ # Campeche, Yucatan
2367
+ Zone America/Merida -5:58:28 - LMT 1922 Jan 1 0:01:32
2368
+ -6:00 - CST 1981 Dec 23
2369
+ -5:00 - EST 1982 Dec 2
2370
+ -6:00 Mexico C%sT
2371
+ # Coahuila, Durango, Nuevo Leon, Tamaulipas (near US border)
2372
+ Zone America/Matamoros -6:40:00 - LMT 1921 Dec 31 23:20:00
2373
+ -6:00 - CST 1988
2374
+ -6:00 US C%sT 1989
2375
+ -6:00 Mexico C%sT 2010
2376
+ -6:00 US C%sT
2377
+ # Coahuila, Durango, Nuevo Leon, Tamaulipas (away from US border)
2378
+ Zone America/Monterrey -6:41:16 - LMT 1921 Dec 31 23:18:44
2379
+ -6:00 - CST 1988
2380
+ -6:00 US C%sT 1989
2381
+ -6:00 Mexico C%sT
2382
+ # Central Mexico
2383
+ Zone America/Mexico_City -6:36:36 - LMT 1922 Jan 1 0:23:24
2384
+ -7:00 - MST 1927 Jun 10 23:00
2385
+ -6:00 - CST 1930 Nov 15
2386
+ -7:00 - MST 1931 May 1 23:00
2387
+ -6:00 - CST 1931 Oct
2388
+ -7:00 - MST 1932 Apr 1
2389
+ -6:00 Mexico C%sT 2001 Sep 30 02:00
2390
+ -6:00 - CST 2002 Feb 20
2391
+ -6:00 Mexico C%sT
2392
+ # Chihuahua (near US border)
2393
+ Zone America/Ojinaga -6:57:40 - LMT 1922 Jan 1 0:02:20
2394
+ -7:00 - MST 1927 Jun 10 23:00
2395
+ -6:00 - CST 1930 Nov 15
2396
+ -7:00 - MST 1931 May 1 23:00
2397
+ -6:00 - CST 1931 Oct
2398
+ -7:00 - MST 1932 Apr 1
2399
+ -6:00 - CST 1996
2400
+ -6:00 Mexico C%sT 1998
2401
+ -6:00 - CST 1998 Apr Sun>=1 3:00
2402
+ -7:00 Mexico M%sT 2010
2403
+ -7:00 US M%sT
2404
+ # Chihuahua (away from US border)
2405
+ Zone America/Chihuahua -7:04:20 - LMT 1921 Dec 31 23:55:40
2406
+ -7:00 - MST 1927 Jun 10 23:00
2407
+ -6:00 - CST 1930 Nov 15
2408
+ -7:00 - MST 1931 May 1 23:00
2409
+ -6:00 - CST 1931 Oct
2410
+ -7:00 - MST 1932 Apr 1
2411
+ -6:00 - CST 1996
2412
+ -6:00 Mexico C%sT 1998
2413
+ -6:00 - CST 1998 Apr Sun>=1 3:00
2414
+ -7:00 Mexico M%sT
2415
+ # Sonora
2416
+ Zone America/Hermosillo -7:23:52 - LMT 1921 Dec 31 23:36:08
2417
+ -7:00 - MST 1927 Jun 10 23:00
2418
+ -6:00 - CST 1930 Nov 15
2419
+ -7:00 - MST 1931 May 1 23:00
2420
+ -6:00 - CST 1931 Oct
2421
+ -7:00 - MST 1932 Apr 1
2422
+ -6:00 - CST 1942 Apr 24
2423
+ -7:00 - MST 1949 Jan 14
2424
+ -8:00 - PST 1970
2425
+ -7:00 Mexico M%sT 1999
2426
+ -7:00 - MST
2427
+
2428
+ # From Alexander Krivenyshev (2010-04-21):
2429
+ # According to news, Bah&iacute;a de Banderas (Mexican state of Nayarit)
2430
+ # changed time zone UTC-7 to new time zone UTC-6 on April 4, 2010 (to
2431
+ # share the same time zone as nearby city Puerto Vallarta, Jalisco).
2432
+ #
2433
+ # (Spanish)
2434
+ # Bah&iacute;a de Banderas homologa su horario al del centro del
2435
+ # pa&iacute;s, a partir de este domingo
2436
+ # <a href="http://www.nayarit.gob.mx/notes.asp?id=20748">
2437
+ # http://www.nayarit.gob.mx/notes.asp?id=20748
2438
+ # </a>
2439
+ #
2440
+ # Bah&iacute;a de Banderas homologa su horario con el del Centro del
2441
+ # Pa&iacute;s
2442
+ # <a href="http://www.bahiadebanderas.gob.mx/principal/index.php?option=com_content&view=article&id=261:bahia-de-banderas-homologa-su-horario-con-el-del-centro-del-pais&catid=42:comunicacion-social&Itemid=50">
2443
+ # http://www.bahiadebanderas.gob.mx/principal/index.php?option=com_content&view=article&id=261:bahia-de-banderas-homologa-su-horario-con-el-del-centro-del-pais&catid=42:comunicacion-social&Itemid=50"
2444
+ # </a>
2445
+ #
2446
+ # (English)
2447
+ # Puerto Vallarta and Bah&iacute;a de Banderas: One Time Zone
2448
+ # <a href="http://virtualvallarta.com/puertovallarta/puertovallarta/localnews/2009-12-03-Puerto-Vallarta-and-Bahia-de-Banderas-One-Time-Zone.shtml">
2449
+ # http://virtualvallarta.com/puertovallarta/puertovallarta/localnews/2009-12-03-Puerto-Vallarta-and-Bahia-de-Banderas-One-Time-Zone.shtml
2450
+ # </a>
2451
+ #
2452
+ # or
2453
+ # <a href="http://www.worldtimezone.com/dst_news/dst_news_mexico08.html">
2454
+ # http://www.worldtimezone.com/dst_news/dst_news_mexico08.html
2455
+ # </a>
2456
+ #
2457
+ # "Mexico's Senate approved the amendments to the Mexican Schedule System that
2458
+ # will allow Bah&iacute;a de Banderas and Puerto Vallarta to share the same time
2459
+ # zone ..."
2460
+ # Baja California Sur, Nayarit, Sinaloa
2461
+
2462
+ # From Arthur David Olson (2010-05-01):
2463
+ # Use "Bahia_Banderas" to keep the name to fourteen characters.
2464
+
2465
+ Zone America/Mazatlan -7:05:40 - LMT 1921 Dec 31 23:54:20
2466
+ -7:00 - MST 1927 Jun 10 23:00
2467
+ -6:00 - CST 1930 Nov 15
2468
+ -7:00 - MST 1931 May 1 23:00
2469
+ -6:00 - CST 1931 Oct
2470
+ -7:00 - MST 1932 Apr 1
2471
+ -6:00 - CST 1942 Apr 24
2472
+ -7:00 - MST 1949 Jan 14
2473
+ -8:00 - PST 1970
2474
+ -7:00 Mexico M%sT
2475
+
2476
+ Zone America/Bahia_Banderas -7:01:00 - LMT 1921 Dec 31 23:59:00
2477
+ -7:00 - MST 1927 Jun 10 23:00
2478
+ -6:00 - CST 1930 Nov 15
2479
+ -7:00 - MST 1931 May 1 23:00
2480
+ -6:00 - CST 1931 Oct
2481
+ -7:00 - MST 1932 Apr 1
2482
+ -6:00 - CST 1942 Apr 24
2483
+ -7:00 - MST 1949 Jan 14
2484
+ -8:00 - PST 1970
2485
+ -7:00 Mexico M%sT 2010 Apr 4 2:00
2486
+ -6:00 Mexico C%sT
2487
+
2488
+ # Baja California (near US border)
2489
+ Zone America/Tijuana -7:48:04 - LMT 1922 Jan 1 0:11:56
2490
+ -7:00 - MST 1924
2491
+ -8:00 - PST 1927 Jun 10 23:00
2492
+ -7:00 - MST 1930 Nov 15
2493
+ -8:00 - PST 1931 Apr 1
2494
+ -8:00 1:00 PDT 1931 Sep 30
2495
+ -8:00 - PST 1942 Apr 24
2496
+ -8:00 1:00 PWT 1945 Aug 14 23:00u
2497
+ -8:00 1:00 PPT 1945 Nov 12 # Peace
2498
+ -8:00 - PST 1948 Apr 5
2499
+ -8:00 1:00 PDT 1949 Jan 14
2500
+ -8:00 - PST 1954
2501
+ -8:00 CA P%sT 1961
2502
+ -8:00 - PST 1976
2503
+ -8:00 US P%sT 1996
2504
+ -8:00 Mexico P%sT 2001
2505
+ -8:00 US P%sT 2002 Feb 20
2506
+ -8:00 Mexico P%sT 2010
2507
+ -8:00 US P%sT
2508
+ # Baja California (away from US border)
2509
+ Zone America/Santa_Isabel -7:39:28 - LMT 1922 Jan 1 0:20:32
2510
+ -7:00 - MST 1924
2511
+ -8:00 - PST 1927 Jun 10 23:00
2512
+ -7:00 - MST 1930 Nov 15
2513
+ -8:00 - PST 1931 Apr 1
2514
+ -8:00 1:00 PDT 1931 Sep 30
2515
+ -8:00 - PST 1942 Apr 24
2516
+ -8:00 1:00 PWT 1945 Aug 14 23:00u
2517
+ -8:00 1:00 PPT 1945 Nov 12 # Peace
2518
+ -8:00 - PST 1948 Apr 5
2519
+ -8:00 1:00 PDT 1949 Jan 14
2520
+ -8:00 - PST 1954
2521
+ -8:00 CA P%sT 1961
2522
+ -8:00 - PST 1976
2523
+ -8:00 US P%sT 1996
2524
+ -8:00 Mexico P%sT 2001
2525
+ -8:00 US P%sT 2002 Feb 20
2526
+ -8:00 Mexico P%sT
2527
+ # From Paul Eggert (2006-03-22):
2528
+ # Formerly there was an America/Ensenada zone, which differed from
2529
+ # America/Tijuana only in that it did not observe DST from 1976
2530
+ # through 1995. This was as per Shanks (1999). But Shanks & Pottenger say
2531
+ # Ensenada did not observe DST from 1948 through 1975. Guy Harris reports
2532
+ # that the 1987 OAG says "Only Ensenada, Mexicale, San Felipe and
2533
+ # Tijuana observe DST," which agrees with Shanks & Pottenger but implies that
2534
+ # DST-observance was a town-by-town matter back then. This concerns
2535
+ # data after 1970 so most likely there should be at least one Zone
2536
+ # other than America/Tijuana for Baja, but it's not clear yet what its
2537
+ # name or contents should be.
2538
+ #
2539
+ # Revillagigedo Is
2540
+ # no information
2541
+
2542
+ ###############################################################################
2543
+
2544
+ # Anguilla
2545
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
2546
+ Zone America/Anguilla -4:12:16 - LMT 1912 Mar 2
2547
+ -4:00 - AST
2548
+
2549
+ # Antigua and Barbuda
2550
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
2551
+ Zone America/Antigua -4:07:12 - LMT 1912 Mar 2
2552
+ -5:00 - EST 1951
2553
+ -4:00 - AST
2554
+
2555
+ # Bahamas
2556
+ #
2557
+ # From Sue Williams (2006-12-07):
2558
+ # The Bahamas announced about a month ago that they plan to change their DST
2559
+ # rules to sync with the U.S. starting in 2007....
2560
+ # http://www.jonesbahamas.com/?c=45&a=10412
2561
+
2562
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
2563
+ Rule Bahamas 1964 1975 - Oct lastSun 2:00 0 S
2564
+ Rule Bahamas 1964 1975 - Apr lastSun 2:00 1:00 D
2565
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
2566
+ Zone America/Nassau -5:09:24 - LMT 1912 Mar 2
2567
+ -5:00 Bahamas E%sT 1976
2568
+ -5:00 US E%sT
2569
+
2570
+ # Barbados
2571
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
2572
+ Rule Barb 1977 only - Jun 12 2:00 1:00 D
2573
+ Rule Barb 1977 1978 - Oct Sun>=1 2:00 0 S
2574
+ Rule Barb 1978 1980 - Apr Sun>=15 2:00 1:00 D
2575
+ Rule Barb 1979 only - Sep 30 2:00 0 S
2576
+ Rule Barb 1980 only - Sep 25 2:00 0 S
2577
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
2578
+ Zone America/Barbados -3:58:28 - LMT 1924 # Bridgetown
2579
+ -3:58:28 - BMT 1932 # Bridgetown Mean Time
2580
+ -4:00 Barb A%sT
2581
+
2582
+ # Belize
2583
+ # Whitman entirely disagrees with Shanks; go with Shanks & Pottenger.
2584
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
2585
+ Rule Belize 1918 1942 - Oct Sun>=2 0:00 0:30 HD
2586
+ Rule Belize 1919 1943 - Feb Sun>=9 0:00 0 S
2587
+ Rule Belize 1973 only - Dec 5 0:00 1:00 D
2588
+ Rule Belize 1974 only - Feb 9 0:00 0 S
2589
+ Rule Belize 1982 only - Dec 18 0:00 1:00 D
2590
+ Rule Belize 1983 only - Feb 12 0:00 0 S
2591
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
2592
+ Zone America/Belize -5:52:48 - LMT 1912 Apr
2593
+ -6:00 Belize C%sT
2594
+
2595
+ # Bermuda
2596
+
2597
+ # From Dan Jones, reporting in The Royal Gazette (2006-06-26):
2598
+
2599
+ # Next year, however, clocks in the US will go forward on the second Sunday
2600
+ # in March, until the first Sunday in November. And, after the Time Zone
2601
+ # (Seasonal Variation) Bill 2006 was passed in the House of Assembly on
2602
+ # Friday, the same thing will happen in Bermuda.
2603
+ # http://www.theroyalgazette.com/apps/pbcs.dll/article?AID=/20060529/NEWS/105290135
2604
+
2605
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
2606
+ Zone Atlantic/Bermuda -4:19:04 - LMT 1930 Jan 1 2:00 # Hamilton
2607
+ -4:00 - AST 1974 Apr 28 2:00
2608
+ -4:00 Bahamas A%sT 1976
2609
+ -4:00 US A%sT
2610
+
2611
+ # Cayman Is
2612
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
2613
+ Zone America/Cayman -5:25:32 - LMT 1890 # Georgetown
2614
+ -5:07:12 - KMT 1912 Feb # Kingston Mean Time
2615
+ -5:00 - EST
2616
+
2617
+ # Costa Rica
2618
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
2619
+ Rule CR 1979 1980 - Feb lastSun 0:00 1:00 D
2620
+ Rule CR 1979 1980 - Jun Sun>=1 0:00 0 S
2621
+ Rule CR 1991 1992 - Jan Sat>=15 0:00 1:00 D
2622
+ # IATA SSIM (1991-09) says the following was at 1:00;
2623
+ # go with Shanks & Pottenger.
2624
+ Rule CR 1991 only - Jul 1 0:00 0 S
2625
+ Rule CR 1992 only - Mar 15 0:00 0 S
2626
+ # There are too many San Joses elsewhere, so we'll use `Costa Rica'.
2627
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
2628
+ Zone America/Costa_Rica -5:36:20 - LMT 1890 # San Jose
2629
+ -5:36:20 - SJMT 1921 Jan 15 # San Jose Mean Time
2630
+ -6:00 CR C%sT
2631
+ # Coco
2632
+ # no information; probably like America/Costa_Rica
2633
+
2634
+ # Cuba
2635
+
2636
+ # From Arthur David Olson (1999-03-29):
2637
+ # The 1999-03-28 exhibition baseball game held in Havana, Cuba, between
2638
+ # the Cuban National Team and the Baltimore Orioles was carried live on
2639
+ # the Orioles Radio Network, including affiliate WTOP in Washington, DC.
2640
+ # During the game, play-by-play announcer Jim Hunter noted that
2641
+ # "We'll be losing two hours of sleep...Cuba switched to Daylight Saving
2642
+ # Time today." (The "two hour" remark referred to losing one hour of
2643
+ # sleep on 1999-03-28--when the announcers were in Cuba as it switched
2644
+ # to DST--and one more hour on 1999-04-04--when the announcers will have
2645
+ # returned to Baltimore, which switches on that date.)
2646
+
2647
+ # From Evert van der Veer via Steffen Thorsen (2004-10-28):
2648
+ # Cuba is not going back to standard time this year.
2649
+ # From Paul Eggert (2006-03-22):
2650
+ # http://www.granma.cu/ingles/2004/septiembre/juev30/41medid-i.html
2651
+ # says that it's due to a problem at the Antonio Guiteras
2652
+ # thermoelectric plant, and says "This October there will be no return
2653
+ # to normal hours (after daylight saving time)".
2654
+ # For now, let's assume that it's a temporary measure.
2655
+
2656
+ # From Carlos A. Carnero Delgado (2005-11-12):
2657
+ # This year (just like in 2004-2005) there's no change in time zone
2658
+ # adjustment in Cuba. We will stay in daylight saving time:
2659
+ # http://www.granma.cu/espanol/2005/noviembre/mier9/horario.html
2660
+
2661
+ # From Jesper Norgaard Welen (2006-10-21):
2662
+ # An article in GRANMA INTERNACIONAL claims that Cuba will end
2663
+ # the 3 years of permanent DST next weekend, see
2664
+ # http://www.granma.cu/ingles/2006/octubre/lun16/43horario.html
2665
+ # "On Saturday night, October 28 going into Sunday, October 29, at 01:00,
2666
+ # watches should be set back one hour -- going back to 00:00 hours -- returning
2667
+ # to the normal schedule....
2668
+
2669
+ # From Paul Eggert (2007-03-02):
2670
+ # http://www.granma.cubaweb.cu/english/news/art89.html, dated yesterday,
2671
+ # says Cuban clocks will advance at midnight on March 10.
2672
+ # For lack of better information, assume Cuba will use US rules,
2673
+ # except that it switches at midnight standard time as usual.
2674
+ #
2675
+ # From Steffen Thorsen (2007-10-25):
2676
+ # Carlos Alberto Fonseca Arauz informed me that Cuba will end DST one week
2677
+ # earlier - on the last Sunday of October, just like in 2006.
2678
+ #
2679
+ # He supplied these references:
2680
+ #
2681
+ # http://www.prensalatina.com.mx/article.asp?ID=%7B4CC32C1B-A9F7-42FB-8A07-8631AFC923AF%7D&language=ES
2682
+ # http://actualidad.terra.es/sociedad/articulo/cuba_llama_ahorrar_energia_cambio_1957044.htm
2683
+ #
2684
+ # From Alex Kryvenishev (2007-10-25):
2685
+ # Here is also article from Granma (Cuba):
2686
+ #
2687
+ # [Regira] el Horario Normal desde el [proximo] domingo 28 de octubre
2688
+ # http://www.granma.cubaweb.cu/2007/10/24/nacional/artic07.html
2689
+ #
2690
+ # http://www.worldtimezone.com/dst_news/dst_news_cuba03.html
2691
+
2692
+ # From Arthur David Olson (2008-03-09):
2693
+ # I'm in Maryland which is now observing United States Eastern Daylight
2694
+ # Time. At 9:44 local time I used RealPlayer to listen to
2695
+ # <a href="http://media.enet.cu/radioreloj">
2696
+ # http://media.enet.cu/radioreloj
2697
+ # </a>, a Cuban information station, and heard
2698
+ # the time announced as "ocho cuarenta y cuatro" ("eight forty-four"),
2699
+ # indicating that Cuba is still on standard time.
2700
+
2701
+ # From Steffen Thorsen (2008-03-12):
2702
+ # It seems that Cuba will start DST on Sunday, 2007-03-16...
2703
+ # It was announced yesterday, according to this source (in Spanish):
2704
+ # <a href="http://www.nnc.cubaweb.cu/marzo-2008/cien-1-11-3-08.htm">
2705
+ # http://www.nnc.cubaweb.cu/marzo-2008/cien-1-11-3-08.htm
2706
+ # </a>
2707
+ #
2708
+ # Some more background information is posted here:
2709
+ # <a href="http://www.timeanddate.com/news/time/cuba-starts-dst-march-16.html">
2710
+ # http://www.timeanddate.com/news/time/cuba-starts-dst-march-16.html
2711
+ # </a>
2712
+ #
2713
+ # The article also says that Cuba has been observing DST since 1963,
2714
+ # while Shanks (and tzdata) has 1965 as the first date (except in the
2715
+ # 1940's). Many other web pages in Cuba also claim that it has been
2716
+ # observed since 1963, but with the exception of 1970 - an exception
2717
+ # which is not present in tzdata/Shanks. So there is a chance we need to
2718
+ # change some historic records as well.
2719
+ #
2720
+ # One example:
2721
+ # <a href="http://www.radiohc.cu/espanol/noticias/mar07/11mar/hor.htm">
2722
+ # http://www.radiohc.cu/espanol/noticias/mar07/11mar/hor.htm
2723
+ # </a>
2724
+
2725
+ # From Jesper Norgaard Welen (2008-03-13):
2726
+ # The Cuban time change has just been confirmed on the most authoritative
2727
+ # web site, the Granma. Please check out
2728
+ # <a href="http://www.granma.cubaweb.cu/2008/03/13/nacional/artic10.html">
2729
+ # http://www.granma.cubaweb.cu/2008/03/13/nacional/artic10.html
2730
+ # </a>
2731
+ #
2732
+ # Basically as expected after Steffen Thorsens information, the change
2733
+ # will take place midnight between Saturday and Sunday.
2734
+
2735
+ # From Arthur David Olson (2008-03-12):
2736
+ # Assume Sun>=15 (third Sunday) going forward.
2737
+
2738
+ # From Alexander Krivenyshev (2009-03-04)
2739
+ # According to the Radio Reloj - Cuba will start Daylight Saving Time on
2740
+ # midnight between Saturday, March 07, 2009 and Sunday, March 08, 2009-
2741
+ # not on midnight March 14 / March 15 as previously thought.
2742
+ #
2743
+ # <a href="http://www.worldtimezone.com/dst_news/dst_news_cuba05.html">
2744
+ # http://www.worldtimezone.com/dst_news/dst_news_cuba05.html
2745
+ # (in Spanish)
2746
+ # </a>
2747
+
2748
+ # From Arthur David Olson (2009-03-09)
2749
+ # I listened over the Internet to
2750
+ # <a href="http://media.enet.cu/readioreloj">
2751
+ # http://media.enet.cu/readioreloj
2752
+ # </a>
2753
+ # this morning; when it was 10:05 a. m. here in Bethesda, Maryland the
2754
+ # the time was announced as "diez cinco"--the same time as here, indicating
2755
+ # that has indeed switched to DST. Assume second Sunday from 2009 forward.
2756
+
2757
+ # From Steffen Thorsen (2011-03-08):
2758
+ # Granma announced that Cuba is going to start DST on 2011-03-20 00:00:00
2759
+ # this year. Nothing about the end date known so far (if that has
2760
+ # changed at all).
2761
+ #
2762
+ # Source:
2763
+ # <a href="http://granma.co.cu/2011/03/08/nacional/artic01.html">
2764
+ # http://granma.co.cu/2011/03/08/nacional/artic01.html
2765
+ # </a>
2766
+ #
2767
+ # Our info:
2768
+ # <a href="http://www.timeanddate.com/news/time/cuba-starts-dst-2011.html">
2769
+ # http://www.timeanddate.com/news/time/cuba-starts-dst-2011.html
2770
+ # </a>
2771
+ #
2772
+ # From Steffen Thorsen (2011-10-30)
2773
+ # Cuba will end DST two weeks later this year. Instead of going back
2774
+ # tonight, it has been delayed to 2011-11-13 at 01:00.
2775
+ #
2776
+ # One source (Spanish)
2777
+ # <a href="http://www.radioangulo.cu/noticias/cuba/17105-cuba-restablecera-el-horario-del-meridiano-de-greenwich.html">
2778
+ # http://www.radioangulo.cu/noticias/cuba/17105-cuba-restablecera-el-horario-del-meridiano-de-greenwich.html
2779
+ # </a>
2780
+ #
2781
+ # Our page:
2782
+ # <a href="http://www.timeanddate.com/news/time/cuba-time-changes-2011.html">
2783
+ # http://www.timeanddate.com/news/time/cuba-time-changes-2011.html
2784
+ # </a>
2785
+ #
2786
+ # From Steffen Thorsen (2012-03-01)
2787
+ # According to Radio Reloj, Cuba will start DST on Midnight between March
2788
+ # 31 and April 1.
2789
+ #
2790
+ # Radio Reloj has the following info (Spanish):
2791
+ # <a href="http://www.radioreloj.cu/index.php/noticias-radio-reloj/71-miscelaneas/7529-cuba-aplicara-el-horario-de-verano-desde-el-1-de-abril">
2792
+ # http://www.radioreloj.cu/index.php/noticias-radio-reloj/71-miscelaneas/7529-cuba-aplicara-el-horario-de-verano-desde-el-1-de-abril
2793
+ # </a>
2794
+ #
2795
+ # Our info on it:
2796
+ # <a href="http://www.timeanddate.com/news/time/cuba-starts-dst-2012.html">
2797
+ # http://www.timeanddate.com/news/time/cuba-starts-dst-2012.html
2798
+ # </a>
2799
+
2800
+ # From Steffen Thorsen (2012-11-03):
2801
+ # Radio Reloj and many other sources report that Cuba is changing back
2802
+ # to standard time on 2012-11-04:
2803
+ # http://www.radioreloj.cu/index.php/noticias-radio-reloj/36-nacionales/9961-regira-horario-normal-en-cuba-desde-el-domingo-cuatro-de-noviembre
2804
+ # From Paul Eggert (2012-11-03):
2805
+ # For now, assume the future rule is first Sunday in November.
2806
+
2807
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
2808
+ Rule Cuba 1928 only - Jun 10 0:00 1:00 D
2809
+ Rule Cuba 1928 only - Oct 10 0:00 0 S
2810
+ Rule Cuba 1940 1942 - Jun Sun>=1 0:00 1:00 D
2811
+ Rule Cuba 1940 1942 - Sep Sun>=1 0:00 0 S
2812
+ Rule Cuba 1945 1946 - Jun Sun>=1 0:00 1:00 D
2813
+ Rule Cuba 1945 1946 - Sep Sun>=1 0:00 0 S
2814
+ Rule Cuba 1965 only - Jun 1 0:00 1:00 D
2815
+ Rule Cuba 1965 only - Sep 30 0:00 0 S
2816
+ Rule Cuba 1966 only - May 29 0:00 1:00 D
2817
+ Rule Cuba 1966 only - Oct 2 0:00 0 S
2818
+ Rule Cuba 1967 only - Apr 8 0:00 1:00 D
2819
+ Rule Cuba 1967 1968 - Sep Sun>=8 0:00 0 S
2820
+ Rule Cuba 1968 only - Apr 14 0:00 1:00 D
2821
+ Rule Cuba 1969 1977 - Apr lastSun 0:00 1:00 D
2822
+ Rule Cuba 1969 1971 - Oct lastSun 0:00 0 S
2823
+ Rule Cuba 1972 1974 - Oct 8 0:00 0 S
2824
+ Rule Cuba 1975 1977 - Oct lastSun 0:00 0 S
2825
+ Rule Cuba 1978 only - May 7 0:00 1:00 D
2826
+ Rule Cuba 1978 1990 - Oct Sun>=8 0:00 0 S
2827
+ Rule Cuba 1979 1980 - Mar Sun>=15 0:00 1:00 D
2828
+ Rule Cuba 1981 1985 - May Sun>=5 0:00 1:00 D
2829
+ Rule Cuba 1986 1989 - Mar Sun>=14 0:00 1:00 D
2830
+ Rule Cuba 1990 1997 - Apr Sun>=1 0:00 1:00 D
2831
+ Rule Cuba 1991 1995 - Oct Sun>=8 0:00s 0 S
2832
+ Rule Cuba 1996 only - Oct 6 0:00s 0 S
2833
+ Rule Cuba 1997 only - Oct 12 0:00s 0 S
2834
+ Rule Cuba 1998 1999 - Mar lastSun 0:00s 1:00 D
2835
+ Rule Cuba 1998 2003 - Oct lastSun 0:00s 0 S
2836
+ Rule Cuba 2000 2004 - Apr Sun>=1 0:00s 1:00 D
2837
+ Rule Cuba 2006 2010 - Oct lastSun 0:00s 0 S
2838
+ Rule Cuba 2007 only - Mar Sun>=8 0:00s 1:00 D
2839
+ Rule Cuba 2008 only - Mar Sun>=15 0:00s 1:00 D
2840
+ Rule Cuba 2009 2010 - Mar Sun>=8 0:00s 1:00 D
2841
+ Rule Cuba 2011 only - Mar Sun>=15 0:00s 1:00 D
2842
+ Rule Cuba 2011 only - Nov 13 0:00s 0 S
2843
+ Rule Cuba 2012 only - Apr 1 0:00s 1:00 D
2844
+ Rule Cuba 2012 max - Nov Sun>=1 0:00s 0 S
2845
+ Rule Cuba 2013 max - Mar Sun>=8 0:00s 1:00 D
2846
+
2847
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
2848
+ Zone America/Havana -5:29:28 - LMT 1890
2849
+ -5:29:36 - HMT 1925 Jul 19 12:00 # Havana MT
2850
+ -5:00 Cuba C%sT
2851
+
2852
+ # Dominica
2853
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
2854
+ Zone America/Dominica -4:05:36 - LMT 1911 Jul 1 0:01 # Roseau
2855
+ -4:00 - AST
2856
+
2857
+ # Dominican Republic
2858
+
2859
+ # From Steffen Thorsen (2000-10-30):
2860
+ # Enrique Morales reported to me that the Dominican Republic has changed the
2861
+ # time zone to Eastern Standard Time as of Sunday 29 at 2 am....
2862
+ # http://www.listin.com.do/antes/261000/republica/princi.html
2863
+
2864
+ # From Paul Eggert (2000-12-04):
2865
+ # That URL (2000-10-26, in Spanish) says they planned to use US-style DST.
2866
+
2867
+ # From Rives McDow (2000-12-01):
2868
+ # Dominican Republic changed its mind and presidential decree on Tuesday,
2869
+ # November 28, 2000, with a new decree. On Sunday, December 3 at 1:00 AM the
2870
+ # Dominican Republic will be reverting to 8 hours from the International Date
2871
+ # Line, and will not be using DST in the foreseeable future. The reason they
2872
+ # decided to use DST was to be in synch with Puerto Rico, who was also going
2873
+ # to implement DST. When Puerto Rico didn't implement DST, the president
2874
+ # decided to revert.
2875
+
2876
+
2877
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
2878
+ Rule DR 1966 only - Oct 30 0:00 1:00 D
2879
+ Rule DR 1967 only - Feb 28 0:00 0 S
2880
+ Rule DR 1969 1973 - Oct lastSun 0:00 0:30 HD
2881
+ Rule DR 1970 only - Feb 21 0:00 0 S
2882
+ Rule DR 1971 only - Jan 20 0:00 0 S
2883
+ Rule DR 1972 1974 - Jan 21 0:00 0 S
2884
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
2885
+ Zone America/Santo_Domingo -4:39:36 - LMT 1890
2886
+ -4:40 - SDMT 1933 Apr 1 12:00 # S. Dom. MT
2887
+ -5:00 DR E%sT 1974 Oct 27
2888
+ -4:00 - AST 2000 Oct 29 02:00
2889
+ -5:00 US E%sT 2000 Dec 3 01:00
2890
+ -4:00 - AST
2891
+
2892
+ # El Salvador
2893
+
2894
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
2895
+ Rule Salv 1987 1988 - May Sun>=1 0:00 1:00 D
2896
+ Rule Salv 1987 1988 - Sep lastSun 0:00 0 S
2897
+ # There are too many San Salvadors elsewhere, so use America/El_Salvador
2898
+ # instead of America/San_Salvador.
2899
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
2900
+ Zone America/El_Salvador -5:56:48 - LMT 1921 # San Salvador
2901
+ -6:00 Salv C%sT
2902
+
2903
+ # Grenada
2904
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
2905
+ Zone America/Grenada -4:07:00 - LMT 1911 Jul # St George's
2906
+ -4:00 - AST
2907
+
2908
+ # Guadeloupe
2909
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
2910
+ Zone America/Guadeloupe -4:06:08 - LMT 1911 Jun 8 # Pointe a Pitre
2911
+ -4:00 - AST
2912
+ # St Barthelemy
2913
+ Link America/Guadeloupe America/St_Barthelemy
2914
+ # St Martin (French part)
2915
+ Link America/Guadeloupe America/Marigot
2916
+
2917
+ # Guatemala
2918
+ #
2919
+ # From Gwillim Law (2006-04-22), after a heads-up from Oscar van Vlijmen:
2920
+ # Diario Co Latino, at
2921
+ # http://www.diariocolatino.com/internacionales/detalles.asp?NewsID=8079,
2922
+ # says in an article dated 2006-04-19 that the Guatemalan government had
2923
+ # decided on that date to advance official time by 60 minutes, to lessen the
2924
+ # impact of the elevated cost of oil.... Daylight saving time will last from
2925
+ # 2006-04-29 24:00 (Guatemalan standard time) to 2006-09-30 (time unspecified).
2926
+ # From Paul Eggert (2006-06-22):
2927
+ # The Ministry of Energy and Mines, press release CP-15/2006
2928
+ # (2006-04-19), says DST ends at 24:00. See
2929
+ # <http://www.sieca.org.gt/Sitio_publico/Energeticos/Doc/Medidas/Cambio_Horario_Nac_190406.pdf>.
2930
+
2931
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
2932
+ Rule Guat 1973 only - Nov 25 0:00 1:00 D
2933
+ Rule Guat 1974 only - Feb 24 0:00 0 S
2934
+ Rule Guat 1983 only - May 21 0:00 1:00 D
2935
+ Rule Guat 1983 only - Sep 22 0:00 0 S
2936
+ Rule Guat 1991 only - Mar 23 0:00 1:00 D
2937
+ Rule Guat 1991 only - Sep 7 0:00 0 S
2938
+ Rule Guat 2006 only - Apr 30 0:00 1:00 D
2939
+ Rule Guat 2006 only - Oct 1 0:00 0 S
2940
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
2941
+ Zone America/Guatemala -6:02:04 - LMT 1918 Oct 5
2942
+ -6:00 Guat C%sT
2943
+
2944
+ # Haiti
2945
+ # From Gwillim Law (2005-04-15):
2946
+ # Risto O. Nykanen wrote me that Haiti is now on DST.
2947
+ # I searched for confirmation, and I found a
2948
+ # <a href="http://www.haitianconsulate.org/time.doc"> press release
2949
+ # on the Web page of the Haitian Consulate in Chicago (2005-03-31),
2950
+ # </a>. Translated from French, it says:
2951
+ #
2952
+ # "The Prime Minister's Communication Office notifies the public in general
2953
+ # and the press in particular that, following a decision of the Interior
2954
+ # Ministry and the Territorial Collectivities [I suppose that means the
2955
+ # provinces], Haiti will move to Eastern Daylight Time in the night from next
2956
+ # Saturday the 2nd to Sunday the 3rd.
2957
+ #
2958
+ # "Consequently, the Prime Minister's Communication Office wishes to inform
2959
+ # the population that the country's clocks will be set forward one hour
2960
+ # starting at midnight. This provision will hold until the last Saturday in
2961
+ # October 2005.
2962
+ #
2963
+ # "Port-au-Prince, March 31, 2005"
2964
+ #
2965
+ # From Steffen Thorsen (2006-04-04):
2966
+ # I have been informed by users that Haiti observes DST this year like
2967
+ # last year, so the current "only" rule for 2005 might be changed to a
2968
+ # "max" rule or to last until 2006. (Who knows if they will observe DST
2969
+ # next year or if they will extend their DST like US/Canada next year).
2970
+ #
2971
+ # I have found this article about it (in French):
2972
+ # http://www.haitipressnetwork.com/news.cfm?articleID=7612
2973
+ #
2974
+ # The reason seems to be an energy crisis.
2975
+
2976
+ # From Stephen Colebourne (2007-02-22):
2977
+ # Some IATA info: Haiti won't be having DST in 2007.
2978
+
2979
+ # From Steffen Thorsen (2012-03-11):
2980
+ # According to several news sources, Haiti will observe DST this year,
2981
+ # apparently using the same start and end date as USA/Canada.
2982
+ # So this means they have already changed their time.
2983
+ #
2984
+ # (Sources in French):
2985
+ # <a href="http://www.alterpresse.org/spip.php?article12510">
2986
+ # http://www.alterpresse.org/spip.php?article12510
2987
+ # </a>
2988
+ # <a href="http://radiovision2000haiti.net/home/?p=13253">
2989
+ # http://radiovision2000haiti.net/home/?p=13253
2990
+ # </a>
2991
+ #
2992
+ # Our coverage:
2993
+ # <a href="http://www.timeanddate.com/news/time/haiti-dst-2012.html">
2994
+ # http://www.timeanddate.com/news/time/haiti-dst-2012.html
2995
+ # </a>
2996
+
2997
+ # From Arthur David Olson (2012-03-11):
2998
+ # The alterpresse.org source seems to show a US-style leap from 2:00 a.m. to
2999
+ # 3:00 a.m. rather than the traditional Haitian jump at midnight.
3000
+ # Assume a US-style fall back as well XXX.
3001
+ # Do not yet assume that the change carries forward past 2012 XXX.
3002
+
3003
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
3004
+ Rule Haiti 1983 only - May 8 0:00 1:00 D
3005
+ Rule Haiti 1984 1987 - Apr lastSun 0:00 1:00 D
3006
+ Rule Haiti 1983 1987 - Oct lastSun 0:00 0 S
3007
+ # Shanks & Pottenger say AT is 2:00, but IATA SSIM (1991/1997) says 1:00s.
3008
+ # Go with IATA.
3009
+ Rule Haiti 1988 1997 - Apr Sun>=1 1:00s 1:00 D
3010
+ Rule Haiti 1988 1997 - Oct lastSun 1:00s 0 S
3011
+ Rule Haiti 2005 2006 - Apr Sun>=1 0:00 1:00 D
3012
+ Rule Haiti 2005 2006 - Oct lastSun 0:00 0 S
3013
+ Rule Haiti 2012 only - Mar Sun>=8 2:00 1:00 D
3014
+ Rule Haiti 2012 only - Nov Sun>=1 2:00 0 S
3015
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
3016
+ Zone America/Port-au-Prince -4:49:20 - LMT 1890
3017
+ -4:49 - PPMT 1917 Jan 24 12:00 # P-a-P MT
3018
+ -5:00 Haiti E%sT
3019
+
3020
+ # Honduras
3021
+ # Shanks & Pottenger say 1921 Jan 1; go with Whitman's more precise Apr 1.
3022
+
3023
+ # From Paul Eggert (2006-05-05):
3024
+ # worldtimezone.com reports a 2006-05-02 Spanish-language AP article
3025
+ # saying Honduras will start using DST midnight Saturday, effective 4
3026
+ # months until September. La Tribuna reported today
3027
+ # <http://www.latribuna.hn/99299.html> that Manuel Zelaya, the president
3028
+ # of Honduras, refused to back down on this.
3029
+
3030
+ # From Jesper Norgaard Welen (2006-08-08):
3031
+ # It seems that Honduras has returned from DST to standard time this Monday at
3032
+ # 00:00 hours (prolonging Sunday to 25 hours duration).
3033
+ # http://www.worldtimezone.com/dst_news/dst_news_honduras04.html
3034
+
3035
+ # From Paul Eggert (2006-08-08):
3036
+ # Also see Diario El Heraldo, The country returns to standard time (2006-08-08)
3037
+ # <http://www.elheraldo.hn/nota.php?nid=54941&sec=12>.
3038
+ # It mentions executive decree 18-2006.
3039
+
3040
+ # From Steffen Thorsen (2006-08-17):
3041
+ # Honduras will observe DST from 2007 to 2009, exact dates are not
3042
+ # published, I have located this authoritative source:
3043
+ # http://www.presidencia.gob.hn/noticia.aspx?nId=47
3044
+
3045
+ # From Steffen Thorsen (2007-03-30):
3046
+ # http://www.laprensahn.com/pais_nota.php?id04962=7386
3047
+ # So it seems that Honduras will not enter DST this year....
3048
+
3049
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
3050
+ Rule Hond 1987 1988 - May Sun>=1 0:00 1:00 D
3051
+ Rule Hond 1987 1988 - Sep lastSun 0:00 0 S
3052
+ Rule Hond 2006 only - May Sun>=1 0:00 1:00 D
3053
+ Rule Hond 2006 only - Aug Mon>=1 0:00 0 S
3054
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
3055
+ Zone America/Tegucigalpa -5:48:52 - LMT 1921 Apr
3056
+ -6:00 Hond C%sT
3057
+ #
3058
+ # Great Swan I ceded by US to Honduras in 1972
3059
+
3060
+ # Jamaica
3061
+
3062
+ # From Bob Devine (1988-01-28):
3063
+ # Follows US rules.
3064
+
3065
+ # From U. S. Naval Observatory (1989-01-19):
3066
+ # JAMAICA 5 H BEHIND UTC
3067
+
3068
+ # From Shanks & Pottenger:
3069
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
3070
+ Zone America/Jamaica -5:07:12 - LMT 1890 # Kingston
3071
+ -5:07:12 - KMT 1912 Feb # Kingston Mean Time
3072
+ -5:00 - EST 1974 Apr 28 2:00
3073
+ -5:00 US E%sT 1984
3074
+ -5:00 - EST
3075
+
3076
+ # Martinique
3077
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
3078
+ Zone America/Martinique -4:04:20 - LMT 1890 # Fort-de-France
3079
+ -4:04:20 - FFMT 1911 May # Fort-de-France MT
3080
+ -4:00 - AST 1980 Apr 6
3081
+ -4:00 1:00 ADT 1980 Sep 28
3082
+ -4:00 - AST
3083
+
3084
+ # Montserrat
3085
+ # From Paul Eggert (2006-03-22):
3086
+ # In 1995 volcanic eruptions forced evacuation of Plymouth, the capital.
3087
+ # world.gazetteer.com says Cork Hill is the most populous location now.
3088
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
3089
+ Zone America/Montserrat -4:08:52 - LMT 1911 Jul 1 0:01 # Cork Hill
3090
+ -4:00 - AST
3091
+
3092
+ # Nicaragua
3093
+ #
3094
+ # This uses Shanks & Pottenger for times before 2005.
3095
+ #
3096
+ # From Steffen Thorsen (2005-04-12):
3097
+ # I've got reports from 8 different people that Nicaragua just started
3098
+ # DST on Sunday 2005-04-10, in order to save energy because of
3099
+ # expensive petroleum. The exact end date for DST is not yet
3100
+ # announced, only "September" but some sites also say "mid-September".
3101
+ # Some background information is available on the President's official site:
3102
+ # http://www.presidencia.gob.ni/Presidencia/Files_index/Secretaria/Notas%20de%20Prensa/Presidente/2005/ABRIL/Gobierno-de-nicaragua-adelanta-hora-oficial-06abril.htm
3103
+ # The Decree, no 23-2005 is available here:
3104
+ # http://www.presidencia.gob.ni/buscador_gaceta/BD/DECRETOS/2005/Decreto%2023-2005%20Se%20adelanta%20en%20una%20hora%20en%20todo%20el%20territorio%20nacional%20apartir%20de%20las%2024horas%20del%2009%20de%20Abril.pdf
3105
+ #
3106
+ # From Paul Eggert (2005-05-01):
3107
+ # The decree doesn't say anything about daylight saving, but for now let's
3108
+ # assume that it is daylight saving....
3109
+ #
3110
+ # From Gwillim Law (2005-04-21):
3111
+ # The Associated Press story on the time change, which can be found at
3112
+ # http://www.lapalmainteractivo.com/guias/content/gen/ap/America_Latina/AMC_GEN_NICARAGUA_HORA.html
3113
+ # and elsewhere, says (fifth paragraph, translated from Spanish): "The last
3114
+ # time that a change of clocks was applied to save energy was in the year 2000
3115
+ # during the Arnoldo Aleman administration."...
3116
+ # The northamerica file says that Nicaragua has been on UTC-6 continuously
3117
+ # since December 1998. I wasn't able to find any details of Nicaraguan time
3118
+ # changes in 2000. Perhaps a note could be added to the northamerica file, to
3119
+ # the effect that we have indirect evidence that DST was observed in 2000.
3120
+ #
3121
+ # From Jesper Norgaard Welen (2005-11-02):
3122
+ # Nicaragua left DST the 2005-10-02 at 00:00 (local time).
3123
+ # http://www.presidencia.gob.ni/presidencia/files_index/secretaria/comunicados/2005/septiembre/26septiembre-cambio-hora.htm
3124
+ # (2005-09-26)
3125
+ #
3126
+ # From Jesper Norgaard Welen (2006-05-05):
3127
+ # http://www.elnuevodiario.com.ni/2006/05/01/nacionales/18410
3128
+ # (my informal translation)
3129
+ # By order of the president of the republic, Enrique Bolanos, Nicaragua
3130
+ # advanced by sixty minutes their official time, yesterday at 2 in the
3131
+ # morning, and will stay that way until 30.th. of september.
3132
+ #
3133
+ # From Jesper Norgaard Welen (2006-09-30):
3134
+ # http://www.presidencia.gob.ni/buscador_gaceta/BD/DECRETOS/2006/D-063-2006P-PRN-Cambio-Hora.pdf
3135
+ # My informal translation runs:
3136
+ # The natural sun time is restored in all the national territory, in that the
3137
+ # time is returned one hour at 01:00 am of October 1 of 2006.
3138
+ #
3139
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
3140
+ Rule Nic 1979 1980 - Mar Sun>=16 0:00 1:00 D
3141
+ Rule Nic 1979 1980 - Jun Mon>=23 0:00 0 S
3142
+ Rule Nic 2005 only - Apr 10 0:00 1:00 D
3143
+ Rule Nic 2005 only - Oct Sun>=1 0:00 0 S
3144
+ Rule Nic 2006 only - Apr 30 2:00 1:00 D
3145
+ Rule Nic 2006 only - Oct Sun>=1 1:00 0 S
3146
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
3147
+ Zone America/Managua -5:45:08 - LMT 1890
3148
+ -5:45:12 - MMT 1934 Jun 23 # Managua Mean Time?
3149
+ -6:00 - CST 1973 May
3150
+ -5:00 - EST 1975 Feb 16
3151
+ -6:00 Nic C%sT 1992 Jan 1 4:00
3152
+ -5:00 - EST 1992 Sep 24
3153
+ -6:00 - CST 1993
3154
+ -5:00 - EST 1997
3155
+ -6:00 Nic C%sT
3156
+
3157
+ # Panama
3158
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
3159
+ Zone America/Panama -5:18:08 - LMT 1890
3160
+ -5:19:36 - CMT 1908 Apr 22 # Colon Mean Time
3161
+ -5:00 - EST
3162
+
3163
+ # Puerto Rico
3164
+ # There are too many San Juans elsewhere, so we'll use `Puerto_Rico'.
3165
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
3166
+ Zone America/Puerto_Rico -4:24:25 - LMT 1899 Mar 28 12:00 # San Juan
3167
+ -4:00 - AST 1942 May 3
3168
+ -4:00 US A%sT 1946
3169
+ -4:00 - AST
3170
+
3171
+ # St Kitts-Nevis
3172
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
3173
+ Zone America/St_Kitts -4:10:52 - LMT 1912 Mar 2 # Basseterre
3174
+ -4:00 - AST
3175
+
3176
+ # St Lucia
3177
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
3178
+ Zone America/St_Lucia -4:04:00 - LMT 1890 # Castries
3179
+ -4:04:00 - CMT 1912 # Castries Mean Time
3180
+ -4:00 - AST
3181
+
3182
+ # St Pierre and Miquelon
3183
+ # There are too many St Pierres elsewhere, so we'll use `Miquelon'.
3184
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
3185
+ Zone America/Miquelon -3:44:40 - LMT 1911 May 15 # St Pierre
3186
+ -4:00 - AST 1980 May
3187
+ -3:00 - PMST 1987 # Pierre & Miquelon Time
3188
+ -3:00 Canada PM%sT
3189
+
3190
+ # St Vincent and the Grenadines
3191
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
3192
+ Zone America/St_Vincent -4:04:56 - LMT 1890 # Kingstown
3193
+ -4:04:56 - KMT 1912 # Kingstown Mean Time
3194
+ -4:00 - AST
3195
+
3196
+ # Turks and Caicos
3197
+ #
3198
+ # From Chris Dunn in
3199
+ # <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=415007>
3200
+ # (2007-03-15): In the Turks & Caicos Islands (America/Grand_Turk) the
3201
+ # daylight saving dates for time changes have been adjusted to match
3202
+ # the recent U.S. change of dates.
3203
+ #
3204
+ # From Brian Inglis (2007-04-28):
3205
+ # http://www.turksandcaicos.tc/calendar/index.htm [2007-04-26]
3206
+ # there is an entry for Nov 4 "Daylight Savings Time Ends 2007" and three
3207
+ # rows before that there is an out of date entry for Oct:
3208
+ # "Eastern Standard Times Begins 2007
3209
+ # Clocks are set back one hour at 2:00 a.m. local Daylight Saving Time"
3210
+ # indicating that the normal ET rules are followed.
3211
+ #
3212
+ # From Paul Eggert (2006-05-01):
3213
+ # Shanks & Pottenger say they use US DST rules, but IATA SSIM (1991/1998)
3214
+ # says they switch at midnight. Go with Shanks & Pottenger.
3215
+ #
3216
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
3217
+ Rule TC 1979 1986 - Apr lastSun 2:00 1:00 D
3218
+ Rule TC 1979 2006 - Oct lastSun 2:00 0 S
3219
+ Rule TC 1987 2006 - Apr Sun>=1 2:00 1:00 D
3220
+ Rule TC 2007 max - Mar Sun>=8 2:00 1:00 D
3221
+ Rule TC 2007 max - Nov Sun>=1 2:00 0 S
3222
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
3223
+ Zone America/Grand_Turk -4:44:32 - LMT 1890
3224
+ -5:07:12 - KMT 1912 Feb # Kingston Mean Time
3225
+ -5:00 TC E%sT
3226
+
3227
+ # British Virgin Is
3228
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
3229
+ Zone America/Tortola -4:18:28 - LMT 1911 Jul # Road Town
3230
+ -4:00 - AST
3231
+
3232
+ # Virgin Is
3233
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
3234
+ Zone America/St_Thomas -4:19:44 - LMT 1911 Jul # Charlotte Amalie
3235
+ -4:00 - AST
js/jquery-flot/examples/axes-time-zones/tz/pacificnew ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # <pre>
2
+ # This file is in the public domain, so clarified as of
3
+ # 2009-05-17 by Arthur David Olson.
4
+
5
+ # From Arthur David Olson (1989-04-05):
6
+ # On 1989-04-05, the U. S. House of Representatives passed (238-154) a bill
7
+ # establishing "Pacific Presidential Election Time"; it was not acted on
8
+ # by the Senate or signed into law by the President.
9
+ # You might want to change the "PE" (Presidential Election) below to
10
+ # "Q" (Quadrennial) to maintain three-character zone abbreviations.
11
+ # If you're really conservative, you might want to change it to "D".
12
+ # Avoid "L" (Leap Year), which won't be true in 2100.
13
+
14
+ # If Presidential Election Time is ever established, replace "XXXX" below
15
+ # with the year the law takes effect and uncomment the "##" lines.
16
+
17
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
18
+ ## Rule Twilite XXXX max - Apr Sun>=1 2:00 1:00 D
19
+ ## Rule Twilite XXXX max uspres Oct lastSun 2:00 1:00 PE
20
+ ## Rule Twilite XXXX max uspres Nov Sun>=7 2:00 0 S
21
+ ## Rule Twilite XXXX max nonpres Oct lastSun 2:00 0 S
22
+
23
+ # Zone NAME GMTOFF RULES/SAVE FORMAT [UNTIL]
24
+ ## Zone America/Los_Angeles-PET -8:00 US P%sT XXXX
25
+ ## -8:00 Twilite P%sT
26
+
27
+ # For now...
28
+ Link America/Los_Angeles US/Pacific-New ##
js/jquery-flot/examples/axes-time-zones/tz/solar87 ADDED
@@ -0,0 +1,390 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # <pre>
2
+ # This file is in the public domain, so clarified as of
3
+ # 2009-05-17 by Arthur David Olson.
4
+
5
+ # So much for footnotes about Saudi Arabia.
6
+ # Apparent noon times below are for Riyadh; your mileage will vary.
7
+ # Times were computed using formulas in the U.S. Naval Observatory's
8
+ # Almanac for Computers 1987; the formulas "will give EqT to an accuracy of
9
+ # [plus or minus two] seconds during the current year."
10
+ #
11
+ # Rounding to the nearest five seconds results in fewer than
12
+ # 256 different "time types"--a limit that's faced because time types are
13
+ # stored on disk as unsigned chars.
14
+
15
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
16
+ Rule sol87 1987 only - Jan 1 12:03:20s -0:03:20 -
17
+ Rule sol87 1987 only - Jan 2 12:03:50s -0:03:50 -
18
+ Rule sol87 1987 only - Jan 3 12:04:15s -0:04:15 -
19
+ Rule sol87 1987 only - Jan 4 12:04:45s -0:04:45 -
20
+ Rule sol87 1987 only - Jan 5 12:05:10s -0:05:10 -
21
+ Rule sol87 1987 only - Jan 6 12:05:40s -0:05:40 -
22
+ Rule sol87 1987 only - Jan 7 12:06:05s -0:06:05 -
23
+ Rule sol87 1987 only - Jan 8 12:06:30s -0:06:30 -
24
+ Rule sol87 1987 only - Jan 9 12:06:55s -0:06:55 -
25
+ Rule sol87 1987 only - Jan 10 12:07:20s -0:07:20 -
26
+ Rule sol87 1987 only - Jan 11 12:07:45s -0:07:45 -
27
+ Rule sol87 1987 only - Jan 12 12:08:10s -0:08:10 -
28
+ Rule sol87 1987 only - Jan 13 12:08:30s -0:08:30 -
29
+ Rule sol87 1987 only - Jan 14 12:08:55s -0:08:55 -
30
+ Rule sol87 1987 only - Jan 15 12:09:15s -0:09:15 -
31
+ Rule sol87 1987 only - Jan 16 12:09:35s -0:09:35 -
32
+ Rule sol87 1987 only - Jan 17 12:09:55s -0:09:55 -
33
+ Rule sol87 1987 only - Jan 18 12:10:15s -0:10:15 -
34
+ Rule sol87 1987 only - Jan 19 12:10:35s -0:10:35 -
35
+ Rule sol87 1987 only - Jan 20 12:10:55s -0:10:55 -
36
+ Rule sol87 1987 only - Jan 21 12:11:10s -0:11:10 -
37
+ Rule sol87 1987 only - Jan 22 12:11:30s -0:11:30 -
38
+ Rule sol87 1987 only - Jan 23 12:11:45s -0:11:45 -
39
+ Rule sol87 1987 only - Jan 24 12:12:00s -0:12:00 -
40
+ Rule sol87 1987 only - Jan 25 12:12:15s -0:12:15 -
41
+ Rule sol87 1987 only - Jan 26 12:12:30s -0:12:30 -
42
+ Rule sol87 1987 only - Jan 27 12:12:40s -0:12:40 -
43
+ Rule sol87 1987 only - Jan 28 12:12:55s -0:12:55 -
44
+ Rule sol87 1987 only - Jan 29 12:13:05s -0:13:05 -
45
+ Rule sol87 1987 only - Jan 30 12:13:15s -0:13:15 -
46
+ Rule sol87 1987 only - Jan 31 12:13:25s -0:13:25 -
47
+ Rule sol87 1987 only - Feb 1 12:13:35s -0:13:35 -
48
+ Rule sol87 1987 only - Feb 2 12:13:40s -0:13:40 -
49
+ Rule sol87 1987 only - Feb 3 12:13:50s -0:13:50 -
50
+ Rule sol87 1987 only - Feb 4 12:13:55s -0:13:55 -
51
+ Rule sol87 1987 only - Feb 5 12:14:00s -0:14:00 -
52
+ Rule sol87 1987 only - Feb 6 12:14:05s -0:14:05 -
53
+ Rule sol87 1987 only - Feb 7 12:14:10s -0:14:10 -
54
+ Rule sol87 1987 only - Feb 8 12:14:10s -0:14:10 -
55
+ Rule sol87 1987 only - Feb 9 12:14:15s -0:14:15 -
56
+ Rule sol87 1987 only - Feb 10 12:14:15s -0:14:15 -
57
+ Rule sol87 1987 only - Feb 11 12:14:15s -0:14:15 -
58
+ Rule sol87 1987 only - Feb 12 12:14:15s -0:14:15 -
59
+ Rule sol87 1987 only - Feb 13 12:14:15s -0:14:15 -
60
+ Rule sol87 1987 only - Feb 14 12:14:15s -0:14:15 -
61
+ Rule sol87 1987 only - Feb 15 12:14:10s -0:14:10 -
62
+ Rule sol87 1987 only - Feb 16 12:14:10s -0:14:10 -
63
+ Rule sol87 1987 only - Feb 17 12:14:05s -0:14:05 -
64
+ Rule sol87 1987 only - Feb 18 12:14:00s -0:14:00 -
65
+ Rule sol87 1987 only - Feb 19 12:13:55s -0:13:55 -
66
+ Rule sol87 1987 only - Feb 20 12:13:50s -0:13:50 -
67
+ Rule sol87 1987 only - Feb 21 12:13:45s -0:13:45 -
68
+ Rule sol87 1987 only - Feb 22 12:13:35s -0:13:35 -
69
+ Rule sol87 1987 only - Feb 23 12:13:30s -0:13:30 -
70
+ Rule sol87 1987 only - Feb 24 12:13:20s -0:13:20 -
71
+ Rule sol87 1987 only - Feb 25 12:13:10s -0:13:10 -
72
+ Rule sol87 1987 only - Feb 26 12:13:00s -0:13:00 -
73
+ Rule sol87 1987 only - Feb 27 12:12:50s -0:12:50 -
74
+ Rule sol87 1987 only - Feb 28 12:12:40s -0:12:40 -
75
+ Rule sol87 1987 only - Mar 1 12:12:30s -0:12:30 -
76
+ Rule sol87 1987 only - Mar 2 12:12:20s -0:12:20 -
77
+ Rule sol87 1987 only - Mar 3 12:12:05s -0:12:05 -
78
+ Rule sol87 1987 only - Mar 4 12:11:55s -0:11:55 -
79
+ Rule sol87 1987 only - Mar 5 12:11:40s -0:11:40 -
80
+ Rule sol87 1987 only - Mar 6 12:11:25s -0:11:25 -
81
+ Rule sol87 1987 only - Mar 7 12:11:15s -0:11:15 -
82
+ Rule sol87 1987 only - Mar 8 12:11:00s -0:11:00 -
83
+ Rule sol87 1987 only - Mar 9 12:10:45s -0:10:45 -
84
+ Rule sol87 1987 only - Mar 10 12:10:30s -0:10:30 -
85
+ Rule sol87 1987 only - Mar 11 12:10:15s -0:10:15 -
86
+ Rule sol87 1987 only - Mar 12 12:09:55s -0:09:55 -
87
+ Rule sol87 1987 only - Mar 13 12:09:40s -0:09:40 -
88
+ Rule sol87 1987 only - Mar 14 12:09:25s -0:09:25 -
89
+ Rule sol87 1987 only - Mar 15 12:09:10s -0:09:10 -
90
+ Rule sol87 1987 only - Mar 16 12:08:50s -0:08:50 -
91
+ Rule sol87 1987 only - Mar 17 12:08:35s -0:08:35 -
92
+ Rule sol87 1987 only - Mar 18 12:08:15s -0:08:15 -
93
+ Rule sol87 1987 only - Mar 19 12:08:00s -0:08:00 -
94
+ Rule sol87 1987 only - Mar 20 12:07:40s -0:07:40 -
95
+ Rule sol87 1987 only - Mar 21 12:07:25s -0:07:25 -
96
+ Rule sol87 1987 only - Mar 22 12:07:05s -0:07:05 -
97
+ Rule sol87 1987 only - Mar 23 12:06:50s -0:06:50 -
98
+ Rule sol87 1987 only - Mar 24 12:06:30s -0:06:30 -
99
+ Rule sol87 1987 only - Mar 25 12:06:10s -0:06:10 -
100
+ Rule sol87 1987 only - Mar 26 12:05:55s -0:05:55 -
101
+ Rule sol87 1987 only - Mar 27 12:05:35s -0:05:35 -
102
+ Rule sol87 1987 only - Mar 28 12:05:15s -0:05:15 -
103
+ Rule sol87 1987 only - Mar 29 12:05:00s -0:05:00 -
104
+ Rule sol87 1987 only - Mar 30 12:04:40s -0:04:40 -
105
+ Rule sol87 1987 only - Mar 31 12:04:25s -0:04:25 -
106
+ Rule sol87 1987 only - Apr 1 12:04:05s -0:04:05 -
107
+ Rule sol87 1987 only - Apr 2 12:03:45s -0:03:45 -
108
+ Rule sol87 1987 only - Apr 3 12:03:30s -0:03:30 -
109
+ Rule sol87 1987 only - Apr 4 12:03:10s -0:03:10 -
110
+ Rule sol87 1987 only - Apr 5 12:02:55s -0:02:55 -
111
+ Rule sol87 1987 only - Apr 6 12:02:35s -0:02:35 -
112
+ Rule sol87 1987 only - Apr 7 12:02:20s -0:02:20 -
113
+ Rule sol87 1987 only - Apr 8 12:02:05s -0:02:05 -
114
+ Rule sol87 1987 only - Apr 9 12:01:45s -0:01:45 -
115
+ Rule sol87 1987 only - Apr 10 12:01:30s -0:01:30 -
116
+ Rule sol87 1987 only - Apr 11 12:01:15s -0:01:15 -
117
+ Rule sol87 1987 only - Apr 12 12:00:55s -0:00:55 -
118
+ Rule sol87 1987 only - Apr 13 12:00:40s -0:00:40 -
119
+ Rule sol87 1987 only - Apr 14 12:00:25s -0:00:25 -
120
+ Rule sol87 1987 only - Apr 15 12:00:10s -0:00:10 -
121
+ Rule sol87 1987 only - Apr 16 11:59:55s 0:00:05 -
122
+ Rule sol87 1987 only - Apr 17 11:59:45s 0:00:15 -
123
+ Rule sol87 1987 only - Apr 18 11:59:30s 0:00:30 -
124
+ Rule sol87 1987 only - Apr 19 11:59:15s 0:00:45 -
125
+ Rule sol87 1987 only - Apr 20 11:59:05s 0:00:55 -
126
+ Rule sol87 1987 only - Apr 21 11:58:50s 0:01:10 -
127
+ Rule sol87 1987 only - Apr 22 11:58:40s 0:01:20 -
128
+ Rule sol87 1987 only - Apr 23 11:58:25s 0:01:35 -
129
+ Rule sol87 1987 only - Apr 24 11:58:15s 0:01:45 -
130
+ Rule sol87 1987 only - Apr 25 11:58:05s 0:01:55 -
131
+ Rule sol87 1987 only - Apr 26 11:57:55s 0:02:05 -
132
+ Rule sol87 1987 only - Apr 27 11:57:45s 0:02:15 -
133
+ Rule sol87 1987 only - Apr 28 11:57:35s 0:02:25 -
134
+ Rule sol87 1987 only - Apr 29 11:57:25s 0:02:35 -
135
+ Rule sol87 1987 only - Apr 30 11:57:15s 0:02:45 -
136
+ Rule sol87 1987 only - May 1 11:57:10s 0:02:50 -
137
+ Rule sol87 1987 only - May 2 11:57:00s 0:03:00 -
138
+ Rule sol87 1987 only - May 3 11:56:55s 0:03:05 -
139
+ Rule sol87 1987 only - May 4 11:56:50s 0:03:10 -
140
+ Rule sol87 1987 only - May 5 11:56:45s 0:03:15 -
141
+ Rule sol87 1987 only - May 6 11:56:40s 0:03:20 -
142
+ Rule sol87 1987 only - May 7 11:56:35s 0:03:25 -
143
+ Rule sol87 1987 only - May 8 11:56:30s 0:03:30 -
144
+ Rule sol87 1987 only - May 9 11:56:25s 0:03:35 -
145
+ Rule sol87 1987 only - May 10 11:56:25s 0:03:35 -
146
+ Rule sol87 1987 only - May 11 11:56:20s 0:03:40 -
147
+ Rule sol87 1987 only - May 12 11:56:20s 0:03:40 -
148
+ Rule sol87 1987 only - May 13 11:56:20s 0:03:40 -
149
+ Rule sol87 1987 only - May 14 11:56:20s 0:03:40 -
150
+ Rule sol87 1987 only - May 15 11:56:20s 0:03:40 -
151
+ Rule sol87 1987 only - May 16 11:56:20s 0:03:40 -
152
+ Rule sol87 1987 only - May 17 11:56:20s 0:03:40 -
153
+ Rule sol87 1987 only - May 18 11:56:20s 0:03:40 -
154
+ Rule sol87 1987 only - May 19 11:56:25s 0:03:35 -
155
+ Rule sol87 1987 only - May 20 11:56:25s 0:03:35 -
156
+ Rule sol87 1987 only - May 21 11:56:30s 0:03:30 -
157
+ Rule sol87 1987 only - May 22 11:56:35s 0:03:25 -
158
+ Rule sol87 1987 only - May 23 11:56:40s 0:03:20 -
159
+ Rule sol87 1987 only - May 24 11:56:45s 0:03:15 -
160
+ Rule sol87 1987 only - May 25 11:56:50s 0:03:10 -
161
+ Rule sol87 1987 only - May 26 11:56:55s 0:03:05 -
162
+ Rule sol87 1987 only - May 27 11:57:00s 0:03:00 -
163
+ Rule sol87 1987 only - May 28 11:57:10s 0:02:50 -
164
+ Rule sol87 1987 only - May 29 11:57:15s 0:02:45 -
165
+ Rule sol87 1987 only - May 30 11:57:25s 0:02:35 -
166
+ Rule sol87 1987 only - May 31 11:57:30s 0:02:30 -
167
+ Rule sol87 1987 only - Jun 1 11:57:40s 0:02:20 -
168
+ Rule sol87 1987 only - Jun 2 11:57:50s 0:02:10 -
169
+ Rule sol87 1987 only - Jun 3 11:58:00s 0:02:00 -
170
+ Rule sol87 1987 only - Jun 4 11:58:10s 0:01:50 -
171
+ Rule sol87 1987 only - Jun 5 11:58:20s 0:01:40 -
172
+ Rule sol87 1987 only - Jun 6 11:58:30s 0:01:30 -
173
+ Rule sol87 1987 only - Jun 7 11:58:40s 0:01:20 -
174
+ Rule sol87 1987 only - Jun 8 11:58:50s 0:01:10 -
175
+ Rule sol87 1987 only - Jun 9 11:59:05s 0:00:55 -
176
+ Rule sol87 1987 only - Jun 10 11:59:15s 0:00:45 -
177
+ Rule sol87 1987 only - Jun 11 11:59:30s 0:00:30 -
178
+ Rule sol87 1987 only - Jun 12 11:59:40s 0:00:20 -
179
+ Rule sol87 1987 only - Jun 13 11:59:50s 0:00:10 -
180
+ Rule sol87 1987 only - Jun 14 12:00:05s -0:00:05 -
181
+ Rule sol87 1987 only - Jun 15 12:00:15s -0:00:15 -
182
+ Rule sol87 1987 only - Jun 16 12:00:30s -0:00:30 -
183
+ Rule sol87 1987 only - Jun 17 12:00:45s -0:00:45 -
184
+ Rule sol87 1987 only - Jun 18 12:00:55s -0:00:55 -
185
+ Rule sol87 1987 only - Jun 19 12:01:10s -0:01:10 -
186
+ Rule sol87 1987 only - Jun 20 12:01:20s -0:01:20 -
187
+ Rule sol87 1987 only - Jun 21 12:01:35s -0:01:35 -
188
+ Rule sol87 1987 only - Jun 22 12:01:50s -0:01:50 -
189
+ Rule sol87 1987 only - Jun 23 12:02:00s -0:02:00 -
190
+ Rule sol87 1987 only - Jun 24 12:02:15s -0:02:15 -
191
+ Rule sol87 1987 only - Jun 25 12:02:25s -0:02:25 -
192
+ Rule sol87 1987 only - Jun 26 12:02:40s -0:02:40 -
193
+ Rule sol87 1987 only - Jun 27 12:02:50s -0:02:50 -
194
+ Rule sol87 1987 only - Jun 28 12:03:05s -0:03:05 -
195
+ Rule sol87 1987 only - Jun 29 12:03:15s -0:03:15 -
196
+ Rule sol87 1987 only - Jun 30 12:03:30s -0:03:30 -
197
+ Rule sol87 1987 only - Jul 1 12:03:40s -0:03:40 -
198
+ Rule sol87 1987 only - Jul 2 12:03:50s -0:03:50 -
199
+ Rule sol87 1987 only - Jul 3 12:04:05s -0:04:05 -
200
+ Rule sol87 1987 only - Jul 4 12:04:15s -0:04:15 -
201
+ Rule sol87 1987 only - Jul 5 12:04:25s -0:04:25 -
202
+ Rule sol87 1987 only - Jul 6 12:04:35s -0:04:35 -
203
+ Rule sol87 1987 only - Jul 7 12:04:45s -0:04:45 -
204
+ Rule sol87 1987 only - Jul 8 12:04:55s -0:04:55 -
205
+ Rule sol87 1987 only - Jul 9 12:05:05s -0:05:05 -
206
+ Rule sol87 1987 only - Jul 10 12:05:15s -0:05:15 -
207
+ Rule sol87 1987 only - Jul 11 12:05:20s -0:05:20 -
208
+ Rule sol87 1987 only - Jul 12 12:05:30s -0:05:30 -
209
+ Rule sol87 1987 only - Jul 13 12:05:40s -0:05:40 -
210
+ Rule sol87 1987 only - Jul 14 12:05:45s -0:05:45 -
211
+ Rule sol87 1987 only - Jul 15 12:05:50s -0:05:50 -
212
+ Rule sol87 1987 only - Jul 16 12:06:00s -0:06:00 -
213
+ Rule sol87 1987 only - Jul 17 12:06:05s -0:06:05 -
214
+ Rule sol87 1987 only - Jul 18 12:06:10s -0:06:10 -
215
+ Rule sol87 1987 only - Jul 19 12:06:15s -0:06:15 -
216
+ Rule sol87 1987 only - Jul 20 12:06:15s -0:06:15 -
217
+ Rule sol87 1987 only - Jul 21 12:06:20s -0:06:20 -
218
+ Rule sol87 1987 only - Jul 22 12:06:25s -0:06:25 -
219
+ Rule sol87 1987 only - Jul 23 12:06:25s -0:06:25 -
220
+ Rule sol87 1987 only - Jul 24 12:06:25s -0:06:25 -
221
+ Rule sol87 1987 only - Jul 25 12:06:30s -0:06:30 -
222
+ Rule sol87 1987 only - Jul 26 12:06:30s -0:06:30 -
223
+ Rule sol87 1987 only - Jul 27 12:06:30s -0:06:30 -
224
+ Rule sol87 1987 only - Jul 28 12:06:30s -0:06:30 -
225
+ Rule sol87 1987 only - Jul 29 12:06:25s -0:06:25 -
226
+ Rule sol87 1987 only - Jul 30 12:06:25s -0:06:25 -
227
+ Rule sol87 1987 only - Jul 31 12:06:25s -0:06:25 -
228
+ Rule sol87 1987 only - Aug 1 12:06:20s -0:06:20 -
229
+ Rule sol87 1987 only - Aug 2 12:06:15s -0:06:15 -
230
+ Rule sol87 1987 only - Aug 3 12:06:10s -0:06:10 -
231
+ Rule sol87 1987 only - Aug 4 12:06:05s -0:06:05 -
232
+ Rule sol87 1987 only - Aug 5 12:06:00s -0:06:00 -
233
+ Rule sol87 1987 only - Aug 6 12:05:55s -0:05:55 -
234
+ Rule sol87 1987 only - Aug 7 12:05:50s -0:05:50 -
235
+ Rule sol87 1987 only - Aug 8 12:05:40s -0:05:40 -
236
+ Rule sol87 1987 only - Aug 9 12:05:35s -0:05:35 -
237
+ Rule sol87 1987 only - Aug 10 12:05:25s -0:05:25 -
238
+ Rule sol87 1987 only - Aug 11 12:05:15s -0:05:15 -
239
+ Rule sol87 1987 only - Aug 12 12:05:05s -0:05:05 -
240
+ Rule sol87 1987 only - Aug 13 12:04:55s -0:04:55 -
241
+ Rule sol87 1987 only - Aug 14 12:04:45s -0:04:45 -
242
+ Rule sol87 1987 only - Aug 15 12:04:35s -0:04:35 -
243
+ Rule sol87 1987 only - Aug 16 12:04:25s -0:04:25 -
244
+ Rule sol87 1987 only - Aug 17 12:04:10s -0:04:10 -
245
+ Rule sol87 1987 only - Aug 18 12:04:00s -0:04:00 -
246
+ Rule sol87 1987 only - Aug 19 12:03:45s -0:03:45 -
247
+ Rule sol87 1987 only - Aug 20 12:03:30s -0:03:30 -
248
+ Rule sol87 1987 only - Aug 21 12:03:15s -0:03:15 -
249
+ Rule sol87 1987 only - Aug 22 12:03:00s -0:03:00 -
250
+ Rule sol87 1987 only - Aug 23 12:02:45s -0:02:45 -
251
+ Rule sol87 1987 only - Aug 24 12:02:30s -0:02:30 -
252
+ Rule sol87 1987 only - Aug 25 12:02:15s -0:02:15 -
253
+ Rule sol87 1987 only - Aug 26 12:02:00s -0:02:00 -
254
+ Rule sol87 1987 only - Aug 27 12:01:40s -0:01:40 -
255
+ Rule sol87 1987 only - Aug 28 12:01:25s -0:01:25 -
256
+ Rule sol87 1987 only - Aug 29 12:01:05s -0:01:05 -
257
+ Rule sol87 1987 only - Aug 30 12:00:50s -0:00:50 -
258
+ Rule sol87 1987 only - Aug 31 12:00:30s -0:00:30 -
259
+ Rule sol87 1987 only - Sep 1 12:00:10s -0:00:10 -
260
+ Rule sol87 1987 only - Sep 2 11:59:50s 0:00:10 -
261
+ Rule sol87 1987 only - Sep 3 11:59:35s 0:00:25 -
262
+ Rule sol87 1987 only - Sep 4 11:59:15s 0:00:45 -
263
+ Rule sol87 1987 only - Sep 5 11:58:55s 0:01:05 -
264
+ Rule sol87 1987 only - Sep 6 11:58:35s 0:01:25 -
265
+ Rule sol87 1987 only - Sep 7 11:58:15s 0:01:45 -
266
+ Rule sol87 1987 only - Sep 8 11:57:55s 0:02:05 -
267
+ Rule sol87 1987 only - Sep 9 11:57:30s 0:02:30 -
268
+ Rule sol87 1987 only - Sep 10 11:57:10s 0:02:50 -
269
+ Rule sol87 1987 only - Sep 11 11:56:50s 0:03:10 -
270
+ Rule sol87 1987 only - Sep 12 11:56:30s 0:03:30 -
271
+ Rule sol87 1987 only - Sep 13 11:56:10s 0:03:50 -
272
+ Rule sol87 1987 only - Sep 14 11:55:45s 0:04:15 -
273
+ Rule sol87 1987 only - Sep 15 11:55:25s 0:04:35 -
274
+ Rule sol87 1987 only - Sep 16 11:55:05s 0:04:55 -
275
+ Rule sol87 1987 only - Sep 17 11:54:45s 0:05:15 -
276
+ Rule sol87 1987 only - Sep 18 11:54:20s 0:05:40 -
277
+ Rule sol87 1987 only - Sep 19 11:54:00s 0:06:00 -
278
+ Rule sol87 1987 only - Sep 20 11:53:40s 0:06:20 -
279
+ Rule sol87 1987 only - Sep 21 11:53:15s 0:06:45 -
280
+ Rule sol87 1987 only - Sep 22 11:52:55s 0:07:05 -
281
+ Rule sol87 1987 only - Sep 23 11:52:35s 0:07:25 -
282
+ Rule sol87 1987 only - Sep 24 11:52:15s 0:07:45 -
283
+ Rule sol87 1987 only - Sep 25 11:51:55s 0:08:05 -
284
+ Rule sol87 1987 only - Sep 26 11:51:35s 0:08:25 -
285
+ Rule sol87 1987 only - Sep 27 11:51:10s 0:08:50 -
286
+ Rule sol87 1987 only - Sep 28 11:50:50s 0:09:10 -
287
+ Rule sol87 1987 only - Sep 29 11:50:30s 0:09:30 -
288
+ Rule sol87 1987 only - Sep 30 11:50:10s 0:09:50 -
289
+ Rule sol87 1987 only - Oct 1 11:49:50s 0:10:10 -
290
+ Rule sol87 1987 only - Oct 2 11:49:35s 0:10:25 -
291
+ Rule sol87 1987 only - Oct 3 11:49:15s 0:10:45 -
292
+ Rule sol87 1987 only - Oct 4 11:48:55s 0:11:05 -
293
+ Rule sol87 1987 only - Oct 5 11:48:35s 0:11:25 -
294
+ Rule sol87 1987 only - Oct 6 11:48:20s 0:11:40 -
295
+ Rule sol87 1987 only - Oct 7 11:48:00s 0:12:00 -
296
+ Rule sol87 1987 only - Oct 8 11:47:45s 0:12:15 -
297
+ Rule sol87 1987 only - Oct 9 11:47:25s 0:12:35 -
298
+ Rule sol87 1987 only - Oct 10 11:47:10s 0:12:50 -
299
+ Rule sol87 1987 only - Oct 11 11:46:55s 0:13:05 -
300
+ Rule sol87 1987 only - Oct 12 11:46:40s 0:13:20 -
301
+ Rule sol87 1987 only - Oct 13 11:46:25s 0:13:35 -
302
+ Rule sol87 1987 only - Oct 14 11:46:10s 0:13:50 -
303
+ Rule sol87 1987 only - Oct 15 11:45:55s 0:14:05 -
304
+ Rule sol87 1987 only - Oct 16 11:45:45s 0:14:15 -
305
+ Rule sol87 1987 only - Oct 17 11:45:30s 0:14:30 -
306
+ Rule sol87 1987 only - Oct 18 11:45:20s 0:14:40 -
307
+ Rule sol87 1987 only - Oct 19 11:45:05s 0:14:55 -
308
+ Rule sol87 1987 only - Oct 20 11:44:55s 0:15:05 -
309
+ Rule sol87 1987 only - Oct 21 11:44:45s 0:15:15 -
310
+ Rule sol87 1987 only - Oct 22 11:44:35s 0:15:25 -
311
+ Rule sol87 1987 only - Oct 23 11:44:25s 0:15:35 -
312
+ Rule sol87 1987 only - Oct 24 11:44:20s 0:15:40 -
313
+ Rule sol87 1987 only - Oct 25 11:44:10s 0:15:50 -
314
+ Rule sol87 1987 only - Oct 26 11:44:05s 0:15:55 -
315
+ Rule sol87 1987 only - Oct 27 11:43:55s 0:16:05 -
316
+ Rule sol87 1987 only - Oct 28 11:43:50s 0:16:10 -
317
+ Rule sol87 1987 only - Oct 29 11:43:45s 0:16:15 -
318
+ Rule sol87 1987 only - Oct 30 11:43:45s 0:16:15 -
319
+ Rule sol87 1987 only - Oct 31 11:43:40s 0:16:20 -
320
+ Rule sol87 1987 only - Nov 1 11:43:40s 0:16:20 -
321
+ Rule sol87 1987 only - Nov 2 11:43:35s 0:16:25 -
322
+ Rule sol87 1987 only - Nov 3 11:43:35s 0:16:25 -
323
+ Rule sol87 1987 only - Nov 4 11:43:35s 0:16:25 -
324
+ Rule sol87 1987 only - Nov 5 11:43:35s 0:16:25 -
325
+ Rule sol87 1987 only - Nov 6 11:43:40s 0:16:20 -
326
+ Rule sol87 1987 only - Nov 7 11:43:40s 0:16:20 -
327
+ Rule sol87 1987 only - Nov 8 11:43:45s 0:16:15 -
328
+ Rule sol87 1987 only - Nov 9 11:43:50s 0:16:10 -
329
+ Rule sol87 1987 only - Nov 10 11:43:55s 0:16:05 -
330
+ Rule sol87 1987 only - Nov 11 11:44:00s 0:16:00 -
331
+ Rule sol87 1987 only - Nov 12 11:44:05s 0:15:55 -
332
+ Rule sol87 1987 only - Nov 13 11:44:15s 0:15:45 -
333
+ Rule sol87 1987 only - Nov 14 11:44:20s 0:15:40 -
334
+ Rule sol87 1987 only - Nov 15 11:44:30s 0:15:30 -
335
+ Rule sol87 1987 only - Nov 16 11:44:40s 0:15:20 -
336
+ Rule sol87 1987 only - Nov 17 11:44:50s 0:15:10 -
337
+ Rule sol87 1987 only - Nov 18 11:45:05s 0:14:55 -
338
+ Rule sol87 1987 only - Nov 19 11:45:15s 0:14:45 -
339
+ Rule sol87 1987 only - Nov 20 11:45:30s 0:14:30 -
340
+ Rule sol87 1987 only - Nov 21 11:45:45s 0:14:15 -
341
+ Rule sol87 1987 only - Nov 22 11:46:00s 0:14:00 -
342
+ Rule sol87 1987 only - Nov 23 11:46:15s 0:13:45 -
343
+ Rule sol87 1987 only - Nov 24 11:46:30s 0:13:30 -
344
+ Rule sol87 1987 only - Nov 25 11:46:50s 0:13:10 -
345
+ Rule sol87 1987 only - Nov 26 11:47:10s 0:12:50 -
346
+ Rule sol87 1987 only - Nov 27 11:47:25s 0:12:35 -
347
+ Rule sol87 1987 only - Nov 28 11:47:45s 0:12:15 -
348
+ Rule sol87 1987 only - Nov 29 11:48:05s 0:11:55 -
349
+ Rule sol87 1987 only - Nov 30 11:48:30s 0:11:30 -
350
+ Rule sol87 1987 only - Dec 1 11:48:50s 0:11:10 -
351
+ Rule sol87 1987 only - Dec 2 11:49:10s 0:10:50 -
352
+ Rule sol87 1987 only - Dec 3 11:49:35s 0:10:25 -
353
+ Rule sol87 1987 only - Dec 4 11:50:00s 0:10:00 -
354
+ Rule sol87 1987 only - Dec 5 11:50:25s 0:09:35 -
355
+ Rule sol87 1987 only - Dec 6 11:50:50s 0:09:10 -
356
+ Rule sol87 1987 only - Dec 7 11:51:15s 0:08:45 -
357
+ Rule sol87 1987 only - Dec 8 11:51:40s 0:08:20 -
358
+ Rule sol87 1987 only - Dec 9 11:52:05s 0:07:55 -
359
+ Rule sol87 1987 only - Dec 10 11:52:30s 0:07:30 -
360
+ Rule sol87 1987 only - Dec 11 11:53:00s 0:07:00 -
361
+ Rule sol87 1987 only - Dec 12 11:53:25s 0:06:35 -
362
+ Rule sol87 1987 only - Dec 13 11:53:55s 0:06:05 -
363
+ Rule sol87 1987 only - Dec 14 11:54:25s 0:05:35 -
364
+ Rule sol87 1987 only - Dec 15 11:54:50s 0:05:10 -
365
+ Rule sol87 1987 only - Dec 16 11:55:20s 0:04:40 -
366
+ Rule sol87 1987 only - Dec 17 11:55:50s 0:04:10 -
367
+ Rule sol87 1987 only - Dec 18 11:56:20s 0:03:40 -
368
+ Rule sol87 1987 only - Dec 19 11:56:50s 0:03:10 -
369
+ Rule sol87 1987 only - Dec 20 11:57:20s 0:02:40 -
370
+ Rule sol87 1987 only - Dec 21 11:57:50s 0:02:10 -
371
+ Rule sol87 1987 only - Dec 22 11:58:20s 0:01:40 -
372
+ Rule sol87 1987 only - Dec 23 11:58:50s 0:01:10 -
373
+ Rule sol87 1987 only - Dec 24 11:59:20s 0:00:40 -
374
+ Rule sol87 1987 only - Dec 25 11:59:50s 0:00:10 -
375
+ Rule sol87 1987 only - Dec 26 12:00:20s -0:00:20 -
376
+ Rule sol87 1987 only - Dec 27 12:00:45s -0:00:45 -
377
+ Rule sol87 1987 only - Dec 28 12:01:15s -0:01:15 -
378
+ Rule sol87 1987 only - Dec 29 12:01:45s -0:01:45 -
379
+ Rule sol87 1987 only - Dec 30 12:02:15s -0:02:15 -
380
+ Rule sol87 1987 only - Dec 31 12:02:45s -0:02:45 -
381
+
382
+ # Riyadh is at about 46 degrees 46 minutes East: 3 hrs, 7 mins, 4 secs
383
+ # Before and after 1987, we'll operate on local mean solar time.
384
+
385
+ # Zone NAME GMTOFF RULES/SAVE FORMAT [UNTIL]
386
+ Zone Asia/Riyadh87 3:07:04 - zzz 1987
387
+ 3:07:04 sol87 zzz 1988
388
+ 3:07:04 - zzz
389
+ # For backward compatibility...
390
+ Link Asia/Riyadh87 Mideast/Riyadh87
js/jquery-flot/examples/axes-time-zones/tz/solar88 ADDED
@@ -0,0 +1,390 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # <pre>
2
+ # This file is in the public domain, so clarified as of
3
+ # 2009-05-17 by Arthur David Olson.
4
+
5
+ # Apparent noon times below are for Riyadh; they're a bit off for other places.
6
+ # Times were computed using formulas in the U.S. Naval Observatory's
7
+ # Almanac for Computers 1988; the formulas "will give EqT to an accuracy of
8
+ # [plus or minus two] seconds during the current year."
9
+ #
10
+ # Rounding to the nearest five seconds results in fewer than
11
+ # 256 different "time types"--a limit that's faced because time types are
12
+ # stored on disk as unsigned chars.
13
+
14
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
15
+ Rule sol88 1988 only - Jan 1 12:03:15s -0:03:15 -
16
+ Rule sol88 1988 only - Jan 2 12:03:40s -0:03:40 -
17
+ Rule sol88 1988 only - Jan 3 12:04:10s -0:04:10 -
18
+ Rule sol88 1988 only - Jan 4 12:04:40s -0:04:40 -
19
+ Rule sol88 1988 only - Jan 5 12:05:05s -0:05:05 -
20
+ Rule sol88 1988 only - Jan 6 12:05:30s -0:05:30 -
21
+ Rule sol88 1988 only - Jan 7 12:06:00s -0:06:00 -
22
+ Rule sol88 1988 only - Jan 8 12:06:25s -0:06:25 -
23
+ Rule sol88 1988 only - Jan 9 12:06:50s -0:06:50 -
24
+ Rule sol88 1988 only - Jan 10 12:07:15s -0:07:15 -
25
+ Rule sol88 1988 only - Jan 11 12:07:40s -0:07:40 -
26
+ Rule sol88 1988 only - Jan 12 12:08:05s -0:08:05 -
27
+ Rule sol88 1988 only - Jan 13 12:08:25s -0:08:25 -
28
+ Rule sol88 1988 only - Jan 14 12:08:50s -0:08:50 -
29
+ Rule sol88 1988 only - Jan 15 12:09:10s -0:09:10 -
30
+ Rule sol88 1988 only - Jan 16 12:09:30s -0:09:30 -
31
+ Rule sol88 1988 only - Jan 17 12:09:50s -0:09:50 -
32
+ Rule sol88 1988 only - Jan 18 12:10:10s -0:10:10 -
33
+ Rule sol88 1988 only - Jan 19 12:10:30s -0:10:30 -
34
+ Rule sol88 1988 only - Jan 20 12:10:50s -0:10:50 -
35
+ Rule sol88 1988 only - Jan 21 12:11:05s -0:11:05 -
36
+ Rule sol88 1988 only - Jan 22 12:11:25s -0:11:25 -
37
+ Rule sol88 1988 only - Jan 23 12:11:40s -0:11:40 -
38
+ Rule sol88 1988 only - Jan 24 12:11:55s -0:11:55 -
39
+ Rule sol88 1988 only - Jan 25 12:12:10s -0:12:10 -
40
+ Rule sol88 1988 only - Jan 26 12:12:25s -0:12:25 -
41
+ Rule sol88 1988 only - Jan 27 12:12:40s -0:12:40 -
42
+ Rule sol88 1988 only - Jan 28 12:12:50s -0:12:50 -
43
+ Rule sol88 1988 only - Jan 29 12:13:00s -0:13:00 -
44
+ Rule sol88 1988 only - Jan 30 12:13:10s -0:13:10 -
45
+ Rule sol88 1988 only - Jan 31 12:13:20s -0:13:20 -
46
+ Rule sol88 1988 only - Feb 1 12:13:30s -0:13:30 -
47
+ Rule sol88 1988 only - Feb 2 12:13:40s -0:13:40 -
48
+ Rule sol88 1988 only - Feb 3 12:13:45s -0:13:45 -
49
+ Rule sol88 1988 only - Feb 4 12:13:55s -0:13:55 -
50
+ Rule sol88 1988 only - Feb 5 12:14:00s -0:14:00 -
51
+ Rule sol88 1988 only - Feb 6 12:14:05s -0:14:05 -
52
+ Rule sol88 1988 only - Feb 7 12:14:10s -0:14:10 -
53
+ Rule sol88 1988 only - Feb 8 12:14:10s -0:14:10 -
54
+ Rule sol88 1988 only - Feb 9 12:14:15s -0:14:15 -
55
+ Rule sol88 1988 only - Feb 10 12:14:15s -0:14:15 -
56
+ Rule sol88 1988 only - Feb 11 12:14:15s -0:14:15 -
57
+ Rule sol88 1988 only - Feb 12 12:14:15s -0:14:15 -
58
+ Rule sol88 1988 only - Feb 13 12:14:15s -0:14:15 -
59
+ Rule sol88 1988 only - Feb 14 12:14:15s -0:14:15 -
60
+ Rule sol88 1988 only - Feb 15 12:14:10s -0:14:10 -
61
+ Rule sol88 1988 only - Feb 16 12:14:10s -0:14:10 -
62
+ Rule sol88 1988 only - Feb 17 12:14:05s -0:14:05 -
63
+ Rule sol88 1988 only - Feb 18 12:14:00s -0:14:00 -
64
+ Rule sol88 1988 only - Feb 19 12:13:55s -0:13:55 -
65
+ Rule sol88 1988 only - Feb 20 12:13:50s -0:13:50 -
66
+ Rule sol88 1988 only - Feb 21 12:13:45s -0:13:45 -
67
+ Rule sol88 1988 only - Feb 22 12:13:40s -0:13:40 -
68
+ Rule sol88 1988 only - Feb 23 12:13:30s -0:13:30 -
69
+ Rule sol88 1988 only - Feb 24 12:13:20s -0:13:20 -
70
+ Rule sol88 1988 only - Feb 25 12:13:15s -0:13:15 -
71
+ Rule sol88 1988 only - Feb 26 12:13:05s -0:13:05 -
72
+ Rule sol88 1988 only - Feb 27 12:12:55s -0:12:55 -
73
+ Rule sol88 1988 only - Feb 28 12:12:45s -0:12:45 -
74
+ Rule sol88 1988 only - Feb 29 12:12:30s -0:12:30 -
75
+ Rule sol88 1988 only - Mar 1 12:12:20s -0:12:20 -
76
+ Rule sol88 1988 only - Mar 2 12:12:10s -0:12:10 -
77
+ Rule sol88 1988 only - Mar 3 12:11:55s -0:11:55 -
78
+ Rule sol88 1988 only - Mar 4 12:11:45s -0:11:45 -
79
+ Rule sol88 1988 only - Mar 5 12:11:30s -0:11:30 -
80
+ Rule sol88 1988 only - Mar 6 12:11:15s -0:11:15 -
81
+ Rule sol88 1988 only - Mar 7 12:11:00s -0:11:00 -
82
+ Rule sol88 1988 only - Mar 8 12:10:45s -0:10:45 -
83
+ Rule sol88 1988 only - Mar 9 12:10:30s -0:10:30 -
84
+ Rule sol88 1988 only - Mar 10 12:10:15s -0:10:15 -
85
+ Rule sol88 1988 only - Mar 11 12:10:00s -0:10:00 -
86
+ Rule sol88 1988 only - Mar 12 12:09:45s -0:09:45 -
87
+ Rule sol88 1988 only - Mar 13 12:09:30s -0:09:30 -
88
+ Rule sol88 1988 only - Mar 14 12:09:10s -0:09:10 -
89
+ Rule sol88 1988 only - Mar 15 12:08:55s -0:08:55 -
90
+ Rule sol88 1988 only - Mar 16 12:08:40s -0:08:40 -
91
+ Rule sol88 1988 only - Mar 17 12:08:20s -0:08:20 -
92
+ Rule sol88 1988 only - Mar 18 12:08:05s -0:08:05 -
93
+ Rule sol88 1988 only - Mar 19 12:07:45s -0:07:45 -
94
+ Rule sol88 1988 only - Mar 20 12:07:30s -0:07:30 -
95
+ Rule sol88 1988 only - Mar 21 12:07:10s -0:07:10 -
96
+ Rule sol88 1988 only - Mar 22 12:06:50s -0:06:50 -
97
+ Rule sol88 1988 only - Mar 23 12:06:35s -0:06:35 -
98
+ Rule sol88 1988 only - Mar 24 12:06:15s -0:06:15 -
99
+ Rule sol88 1988 only - Mar 25 12:06:00s -0:06:00 -
100
+ Rule sol88 1988 only - Mar 26 12:05:40s -0:05:40 -
101
+ Rule sol88 1988 only - Mar 27 12:05:20s -0:05:20 -
102
+ Rule sol88 1988 only - Mar 28 12:05:05s -0:05:05 -
103
+ Rule sol88 1988 only - Mar 29 12:04:45s -0:04:45 -
104
+ Rule sol88 1988 only - Mar 30 12:04:25s -0:04:25 -
105
+ Rule sol88 1988 only - Mar 31 12:04:10s -0:04:10 -
106
+ Rule sol88 1988 only - Apr 1 12:03:50s -0:03:50 -
107
+ Rule sol88 1988 only - Apr 2 12:03:35s -0:03:35 -
108
+ Rule sol88 1988 only - Apr 3 12:03:15s -0:03:15 -
109
+ Rule sol88 1988 only - Apr 4 12:03:00s -0:03:00 -
110
+ Rule sol88 1988 only - Apr 5 12:02:40s -0:02:40 -
111
+ Rule sol88 1988 only - Apr 6 12:02:25s -0:02:25 -
112
+ Rule sol88 1988 only - Apr 7 12:02:05s -0:02:05 -
113
+ Rule sol88 1988 only - Apr 8 12:01:50s -0:01:50 -
114
+ Rule sol88 1988 only - Apr 9 12:01:35s -0:01:35 -
115
+ Rule sol88 1988 only - Apr 10 12:01:15s -0:01:15 -
116
+ Rule sol88 1988 only - Apr 11 12:01:00s -0:01:00 -
117
+ Rule sol88 1988 only - Apr 12 12:00:45s -0:00:45 -
118
+ Rule sol88 1988 only - Apr 13 12:00:30s -0:00:30 -
119
+ Rule sol88 1988 only - Apr 14 12:00:15s -0:00:15 -
120
+ Rule sol88 1988 only - Apr 15 12:00:00s 0:00:00 -
121
+ Rule sol88 1988 only - Apr 16 11:59:45s 0:00:15 -
122
+ Rule sol88 1988 only - Apr 17 11:59:30s 0:00:30 -
123
+ Rule sol88 1988 only - Apr 18 11:59:20s 0:00:40 -
124
+ Rule sol88 1988 only - Apr 19 11:59:05s 0:00:55 -
125
+ Rule sol88 1988 only - Apr 20 11:58:55s 0:01:05 -
126
+ Rule sol88 1988 only - Apr 21 11:58:40s 0:01:20 -
127
+ Rule sol88 1988 only - Apr 22 11:58:30s 0:01:30 -
128
+ Rule sol88 1988 only - Apr 23 11:58:15s 0:01:45 -
129
+ Rule sol88 1988 only - Apr 24 11:58:05s 0:01:55 -
130
+ Rule sol88 1988 only - Apr 25 11:57:55s 0:02:05 -
131
+ Rule sol88 1988 only - Apr 26 11:57:45s 0:02:15 -
132
+ Rule sol88 1988 only - Apr 27 11:57:35s 0:02:25 -
133
+ Rule sol88 1988 only - Apr 28 11:57:30s 0:02:30 -
134
+ Rule sol88 1988 only - Apr 29 11:57:20s 0:02:40 -
135
+ Rule sol88 1988 only - Apr 30 11:57:10s 0:02:50 -
136
+ Rule sol88 1988 only - May 1 11:57:05s 0:02:55 -
137
+ Rule sol88 1988 only - May 2 11:56:55s 0:03:05 -
138
+ Rule sol88 1988 only - May 3 11:56:50s 0:03:10 -
139
+ Rule sol88 1988 only - May 4 11:56:45s 0:03:15 -
140
+ Rule sol88 1988 only - May 5 11:56:40s 0:03:20 -
141
+ Rule sol88 1988 only - May 6 11:56:35s 0:03:25 -
142
+ Rule sol88 1988 only - May 7 11:56:30s 0:03:30 -
143
+ Rule sol88 1988 only - May 8 11:56:25s 0:03:35 -
144
+ Rule sol88 1988 only - May 9 11:56:25s 0:03:35 -
145
+ Rule sol88 1988 only - May 10 11:56:20s 0:03:40 -
146
+ Rule sol88 1988 only - May 11 11:56:20s 0:03:40 -
147
+ Rule sol88 1988 only - May 12 11:56:20s 0:03:40 -
148
+ Rule sol88 1988 only - May 13 11:56:20s 0:03:40 -
149
+ Rule sol88 1988 only - May 14 11:56:20s 0:03:40 -
150
+ Rule sol88 1988 only - May 15 11:56:20s 0:03:40 -
151
+ Rule sol88 1988 only - May 16 11:56:20s 0:03:40 -
152
+ Rule sol88 1988 only - May 17 11:56:20s 0:03:40 -
153
+ Rule sol88 1988 only - May 18 11:56:25s 0:03:35 -
154
+ Rule sol88 1988 only - May 19 11:56:25s 0:03:35 -
155
+ Rule sol88 1988 only - May 20 11:56:30s 0:03:30 -
156
+ Rule sol88 1988 only - May 21 11:56:35s 0:03:25 -
157
+ Rule sol88 1988 only - May 22 11:56:40s 0:03:20 -
158
+ Rule sol88 1988 only - May 23 11:56:45s 0:03:15 -
159
+ Rule sol88 1988 only - May 24 11:56:50s 0:03:10 -
160
+ Rule sol88 1988 only - May 25 11:56:55s 0:03:05 -
161
+ Rule sol88 1988 only - May 26 11:57:00s 0:03:00 -
162
+ Rule sol88 1988 only - May 27 11:57:05s 0:02:55 -
163
+ Rule sol88 1988 only - May 28 11:57:15s 0:02:45 -
164
+ Rule sol88 1988 only - May 29 11:57:20s 0:02:40 -
165
+ Rule sol88 1988 only - May 30 11:57:30s 0:02:30 -
166
+ Rule sol88 1988 only - May 31 11:57:40s 0:02:20 -
167
+ Rule sol88 1988 only - Jun 1 11:57:50s 0:02:10 -
168
+ Rule sol88 1988 only - Jun 2 11:57:55s 0:02:05 -
169
+ Rule sol88 1988 only - Jun 3 11:58:05s 0:01:55 -
170
+ Rule sol88 1988 only - Jun 4 11:58:15s 0:01:45 -
171
+ Rule sol88 1988 only - Jun 5 11:58:30s 0:01:30 -
172
+ Rule sol88 1988 only - Jun 6 11:58:40s 0:01:20 -
173
+ Rule sol88 1988 only - Jun 7 11:58:50s 0:01:10 -
174
+ Rule sol88 1988 only - Jun 8 11:59:00s 0:01:00 -
175
+ Rule sol88 1988 only - Jun 9 11:59:15s 0:00:45 -
176
+ Rule sol88 1988 only - Jun 10 11:59:25s 0:00:35 -
177
+ Rule sol88 1988 only - Jun 11 11:59:35s 0:00:25 -
178
+ Rule sol88 1988 only - Jun 12 11:59:50s 0:00:10 -
179
+ Rule sol88 1988 only - Jun 13 12:00:00s 0:00:00 -
180
+ Rule sol88 1988 only - Jun 14 12:00:15s -0:00:15 -
181
+ Rule sol88 1988 only - Jun 15 12:00:25s -0:00:25 -
182
+ Rule sol88 1988 only - Jun 16 12:00:40s -0:00:40 -
183
+ Rule sol88 1988 only - Jun 17 12:00:55s -0:00:55 -
184
+ Rule sol88 1988 only - Jun 18 12:01:05s -0:01:05 -
185
+ Rule sol88 1988 only - Jun 19 12:01:20s -0:01:20 -
186
+ Rule sol88 1988 only - Jun 20 12:01:30s -0:01:30 -
187
+ Rule sol88 1988 only - Jun 21 12:01:45s -0:01:45 -
188
+ Rule sol88 1988 only - Jun 22 12:02:00s -0:02:00 -
189
+ Rule sol88 1988 only - Jun 23 12:02:10s -0:02:10 -
190
+ Rule sol88 1988 only - Jun 24 12:02:25s -0:02:25 -
191
+ Rule sol88 1988 only - Jun 25 12:02:35s -0:02:35 -
192
+ Rule sol88 1988 only - Jun 26 12:02:50s -0:02:50 -
193
+ Rule sol88 1988 only - Jun 27 12:03:00s -0:03:00 -
194
+ Rule sol88 1988 only - Jun 28 12:03:15s -0:03:15 -
195
+ Rule sol88 1988 only - Jun 29 12:03:25s -0:03:25 -
196
+ Rule sol88 1988 only - Jun 30 12:03:40s -0:03:40 -
197
+ Rule sol88 1988 only - Jul 1 12:03:50s -0:03:50 -
198
+ Rule sol88 1988 only - Jul 2 12:04:00s -0:04:00 -
199
+ Rule sol88 1988 only - Jul 3 12:04:10s -0:04:10 -
200
+ Rule sol88 1988 only - Jul 4 12:04:25s -0:04:25 -
201
+ Rule sol88 1988 only - Jul 5 12:04:35s -0:04:35 -
202
+ Rule sol88 1988 only - Jul 6 12:04:45s -0:04:45 -
203
+ Rule sol88 1988 only - Jul 7 12:04:55s -0:04:55 -
204
+ Rule sol88 1988 only - Jul 8 12:05:05s -0:05:05 -
205
+ Rule sol88 1988 only - Jul 9 12:05:10s -0:05:10 -
206
+ Rule sol88 1988 only - Jul 10 12:05:20s -0:05:20 -
207
+ Rule sol88 1988 only - Jul 11 12:05:30s -0:05:30 -
208
+ Rule sol88 1988 only - Jul 12 12:05:35s -0:05:35 -
209
+ Rule sol88 1988 only - Jul 13 12:05:45s -0:05:45 -
210
+ Rule sol88 1988 only - Jul 14 12:05:50s -0:05:50 -
211
+ Rule sol88 1988 only - Jul 15 12:05:55s -0:05:55 -
212
+ Rule sol88 1988 only - Jul 16 12:06:00s -0:06:00 -
213
+ Rule sol88 1988 only - Jul 17 12:06:05s -0:06:05 -
214
+ Rule sol88 1988 only - Jul 18 12:06:10s -0:06:10 -
215
+ Rule sol88 1988 only - Jul 19 12:06:15s -0:06:15 -
216
+ Rule sol88 1988 only - Jul 20 12:06:20s -0:06:20 -
217
+ Rule sol88 1988 only - Jul 21 12:06:25s -0:06:25 -
218
+ Rule sol88 1988 only - Jul 22 12:06:25s -0:06:25 -
219
+ Rule sol88 1988 only - Jul 23 12:06:25s -0:06:25 -
220
+ Rule sol88 1988 only - Jul 24 12:06:30s -0:06:30 -
221
+ Rule sol88 1988 only - Jul 25 12:06:30s -0:06:30 -
222
+ Rule sol88 1988 only - Jul 26 12:06:30s -0:06:30 -
223
+ Rule sol88 1988 only - Jul 27 12:06:30s -0:06:30 -
224
+ Rule sol88 1988 only - Jul 28 12:06:30s -0:06:30 -
225
+ Rule sol88 1988 only - Jul 29 12:06:25s -0:06:25 -
226
+ Rule sol88 1988 only - Jul 30 12:06:25s -0:06:25 -
227
+ Rule sol88 1988 only - Jul 31 12:06:20s -0:06:20 -
228
+ Rule sol88 1988 only - Aug 1 12:06:15s -0:06:15 -
229
+ Rule sol88 1988 only - Aug 2 12:06:15s -0:06:15 -
230
+ Rule sol88 1988 only - Aug 3 12:06:10s -0:06:10 -
231
+ Rule sol88 1988 only - Aug 4 12:06:05s -0:06:05 -
232
+ Rule sol88 1988 only - Aug 5 12:05:55s -0:05:55 -
233
+ Rule sol88 1988 only - Aug 6 12:05:50s -0:05:50 -
234
+ Rule sol88 1988 only - Aug 7 12:05:45s -0:05:45 -
235
+ Rule sol88 1988 only - Aug 8 12:05:35s -0:05:35 -
236
+ Rule sol88 1988 only - Aug 9 12:05:25s -0:05:25 -
237
+ Rule sol88 1988 only - Aug 10 12:05:20s -0:05:20 -
238
+ Rule sol88 1988 only - Aug 11 12:05:10s -0:05:10 -
239
+ Rule sol88 1988 only - Aug 12 12:05:00s -0:05:00 -
240
+ Rule sol88 1988 only - Aug 13 12:04:50s -0:04:50 -
241
+ Rule sol88 1988 only - Aug 14 12:04:35s -0:04:35 -
242
+ Rule sol88 1988 only - Aug 15 12:04:25s -0:04:25 -
243
+ Rule sol88 1988 only - Aug 16 12:04:15s -0:04:15 -
244
+ Rule sol88 1988 only - Aug 17 12:04:00s -0:04:00 -
245
+ Rule sol88 1988 only - Aug 18 12:03:50s -0:03:50 -
246
+ Rule sol88 1988 only - Aug 19 12:03:35s -0:03:35 -
247
+ Rule sol88 1988 only - Aug 20 12:03:20s -0:03:20 -
248
+ Rule sol88 1988 only - Aug 21 12:03:05s -0:03:05 -
249
+ Rule sol88 1988 only - Aug 22 12:02:50s -0:02:50 -
250
+ Rule sol88 1988 only - Aug 23 12:02:35s -0:02:35 -
251
+ Rule sol88 1988 only - Aug 24 12:02:20s -0:02:20 -
252
+ Rule sol88 1988 only - Aug 25 12:02:00s -0:02:00 -
253
+ Rule sol88 1988 only - Aug 26 12:01:45s -0:01:45 -
254
+ Rule sol88 1988 only - Aug 27 12:01:30s -0:01:30 -
255
+ Rule sol88 1988 only - Aug 28 12:01:10s -0:01:10 -
256
+ Rule sol88 1988 only - Aug 29 12:00:50s -0:00:50 -
257
+ Rule sol88 1988 only - Aug 30 12:00:35s -0:00:35 -
258
+ Rule sol88 1988 only - Aug 31 12:00:15s -0:00:15 -
259
+ Rule sol88 1988 only - Sep 1 11:59:55s 0:00:05 -
260
+ Rule sol88 1988 only - Sep 2 11:59:35s 0:00:25 -
261
+ Rule sol88 1988 only - Sep 3 11:59:20s 0:00:40 -
262
+ Rule sol88 1988 only - Sep 4 11:59:00s 0:01:00 -
263
+ Rule sol88 1988 only - Sep 5 11:58:40s 0:01:20 -
264
+ Rule sol88 1988 only - Sep 6 11:58:20s 0:01:40 -
265
+ Rule sol88 1988 only - Sep 7 11:58:00s 0:02:00 -
266
+ Rule sol88 1988 only - Sep 8 11:57:35s 0:02:25 -
267
+ Rule sol88 1988 only - Sep 9 11:57:15s 0:02:45 -
268
+ Rule sol88 1988 only - Sep 10 11:56:55s 0:03:05 -
269
+ Rule sol88 1988 only - Sep 11 11:56:35s 0:03:25 -
270
+ Rule sol88 1988 only - Sep 12 11:56:15s 0:03:45 -
271
+ Rule sol88 1988 only - Sep 13 11:55:50s 0:04:10 -
272
+ Rule sol88 1988 only - Sep 14 11:55:30s 0:04:30 -
273
+ Rule sol88 1988 only - Sep 15 11:55:10s 0:04:50 -
274
+ Rule sol88 1988 only - Sep 16 11:54:50s 0:05:10 -
275
+ Rule sol88 1988 only - Sep 17 11:54:25s 0:05:35 -
276
+ Rule sol88 1988 only - Sep 18 11:54:05s 0:05:55 -
277
+ Rule sol88 1988 only - Sep 19 11:53:45s 0:06:15 -
278
+ Rule sol88 1988 only - Sep 20 11:53:25s 0:06:35 -
279
+ Rule sol88 1988 only - Sep 21 11:53:00s 0:07:00 -
280
+ Rule sol88 1988 only - Sep 22 11:52:40s 0:07:20 -
281
+ Rule sol88 1988 only - Sep 23 11:52:20s 0:07:40 -
282
+ Rule sol88 1988 only - Sep 24 11:52:00s 0:08:00 -
283
+ Rule sol88 1988 only - Sep 25 11:51:40s 0:08:20 -
284
+ Rule sol88 1988 only - Sep 26 11:51:15s 0:08:45 -
285
+ Rule sol88 1988 only - Sep 27 11:50:55s 0:09:05 -
286
+ Rule sol88 1988 only - Sep 28 11:50:35s 0:09:25 -
287
+ Rule sol88 1988 only - Sep 29 11:50:15s 0:09:45 -
288
+ Rule sol88 1988 only - Sep 30 11:49:55s 0:10:05 -
289
+ Rule sol88 1988 only - Oct 1 11:49:35s 0:10:25 -
290
+ Rule sol88 1988 only - Oct 2 11:49:20s 0:10:40 -
291
+ Rule sol88 1988 only - Oct 3 11:49:00s 0:11:00 -
292
+ Rule sol88 1988 only - Oct 4 11:48:40s 0:11:20 -
293
+ Rule sol88 1988 only - Oct 5 11:48:25s 0:11:35 -
294
+ Rule sol88 1988 only - Oct 6 11:48:05s 0:11:55 -
295
+ Rule sol88 1988 only - Oct 7 11:47:50s 0:12:10 -
296
+ Rule sol88 1988 only - Oct 8 11:47:30s 0:12:30 -
297
+ Rule sol88 1988 only - Oct 9 11:47:15s 0:12:45 -
298
+ Rule sol88 1988 only - Oct 10 11:47:00s 0:13:00 -
299
+ Rule sol88 1988 only - Oct 11 11:46:45s 0:13:15 -
300
+ Rule sol88 1988 only - Oct 12 11:46:30s 0:13:30 -
301
+ Rule sol88 1988 only - Oct 13 11:46:15s 0:13:45 -
302
+ Rule sol88 1988 only - Oct 14 11:46:00s 0:14:00 -
303
+ Rule sol88 1988 only - Oct 15 11:45:45s 0:14:15 -
304
+ Rule sol88 1988 only - Oct 16 11:45:35s 0:14:25 -
305
+ Rule sol88 1988 only - Oct 17 11:45:20s 0:14:40 -
306
+ Rule sol88 1988 only - Oct 18 11:45:10s 0:14:50 -
307
+ Rule sol88 1988 only - Oct 19 11:45:00s 0:15:00 -
308
+ Rule sol88 1988 only - Oct 20 11:44:45s 0:15:15 -
309
+ Rule sol88 1988 only - Oct 21 11:44:40s 0:15:20 -
310
+ Rule sol88 1988 only - Oct 22 11:44:30s 0:15:30 -
311
+ Rule sol88 1988 only - Oct 23 11:44:20s 0:15:40 -
312
+ Rule sol88 1988 only - Oct 24 11:44:10s 0:15:50 -
313
+ Rule sol88 1988 only - Oct 25 11:44:05s 0:15:55 -
314
+ Rule sol88 1988 only - Oct 26 11:44:00s 0:16:00 -
315
+ Rule sol88 1988 only - Oct 27 11:43:55s 0:16:05 -
316
+ Rule sol88 1988 only - Oct 28 11:43:50s 0:16:10 -
317
+ Rule sol88 1988 only - Oct 29 11:43:45s 0:16:15 -
318
+ Rule sol88 1988 only - Oct 30 11:43:40s 0:16:20 -
319
+ Rule sol88 1988 only - Oct 31 11:43:40s 0:16:20 -
320
+ Rule sol88 1988 only - Nov 1 11:43:35s 0:16:25 -
321
+ Rule sol88 1988 only - Nov 2 11:43:35s 0:16:25 -
322
+ Rule sol88 1988 only - Nov 3 11:43:35s 0:16:25 -
323
+ Rule sol88 1988 only - Nov 4 11:43:35s 0:16:25 -
324
+ Rule sol88 1988 only - Nov 5 11:43:40s 0:16:20 -
325
+ Rule sol88 1988 only - Nov 6 11:43:40s 0:16:20 -
326
+ Rule sol88 1988 only - Nov 7 11:43:45s 0:16:15 -
327
+ Rule sol88 1988 only - Nov 8 11:43:45s 0:16:15 -
328
+ Rule sol88 1988 only - Nov 9 11:43:50s 0:16:10 -
329
+ Rule sol88 1988 only - Nov 10 11:44:00s 0:16:00 -
330
+ Rule sol88 1988 only - Nov 11 11:44:05s 0:15:55 -
331
+ Rule sol88 1988 only - Nov 12 11:44:10s 0:15:50 -
332
+ Rule sol88 1988 only - Nov 13 11:44:20s 0:15:40 -
333
+ Rule sol88 1988 only - Nov 14 11:44:30s 0:15:30 -
334
+ Rule sol88 1988 only - Nov 15 11:44:40s 0:15:20 -
335
+ Rule sol88 1988 only - Nov 16 11:44:50s 0:15:10 -
336
+ Rule sol88 1988 only - Nov 17 11:45:00s 0:15:00 -
337
+ Rule sol88 1988 only - Nov 18 11:45:15s 0:14:45 -
338
+ Rule sol88 1988 only - Nov 19 11:45:25s 0:14:35 -
339
+ Rule sol88 1988 only - Nov 20 11:45:40s 0:14:20 -
340
+ Rule sol88 1988 only - Nov 21 11:45:55s 0:14:05 -
341
+ Rule sol88 1988 only - Nov 22 11:46:10s 0:13:50 -
342
+ Rule sol88 1988 only - Nov 23 11:46:30s 0:13:30 -
343
+ Rule sol88 1988 only - Nov 24 11:46:45s 0:13:15 -
344
+ Rule sol88 1988 only - Nov 25 11:47:05s 0:12:55 -
345
+ Rule sol88 1988 only - Nov 26 11:47:20s 0:12:40 -
346
+ Rule sol88 1988 only - Nov 27 11:47:40s 0:12:20 -
347
+ Rule sol88 1988 only - Nov 28 11:48:00s 0:12:00 -
348
+ Rule sol88 1988 only - Nov 29 11:48:25s 0:11:35 -
349
+ Rule sol88 1988 only - Nov 30 11:48:45s 0:11:15 -
350
+ Rule sol88 1988 only - Dec 1 11:49:05s 0:10:55 -
351
+ Rule sol88 1988 only - Dec 2 11:49:30s 0:10:30 -
352
+ Rule sol88 1988 only - Dec 3 11:49:55s 0:10:05 -
353
+ Rule sol88 1988 only - Dec 4 11:50:15s 0:09:45 -
354
+ Rule sol88 1988 only - Dec 5 11:50:40s 0:09:20 -
355
+ Rule sol88 1988 only - Dec 6 11:51:05s 0:08:55 -
356
+ Rule sol88 1988 only - Dec 7 11:51:35s 0:08:25 -
357
+ Rule sol88 1988 only - Dec 8 11:52:00s 0:08:00 -
358
+ Rule sol88 1988 only - Dec 9 11:52:25s 0:07:35 -
359
+ Rule sol88 1988 only - Dec 10 11:52:55s 0:07:05 -
360
+ Rule sol88 1988 only - Dec 11 11:53:20s 0:06:40 -
361
+ Rule sol88 1988 only - Dec 12 11:53:50s 0:06:10 -
362
+ Rule sol88 1988 only - Dec 13 11:54:15s 0:05:45 -
363
+ Rule sol88 1988 only - Dec 14 11:54:45s 0:05:15 -
364
+ Rule sol88 1988 only - Dec 15 11:55:15s 0:04:45 -
365
+ Rule sol88 1988 only - Dec 16 11:55:45s 0:04:15 -
366
+ Rule sol88 1988 only - Dec 17 11:56:15s 0:03:45 -
367
+ Rule sol88 1988 only - Dec 18 11:56:40s 0:03:20 -
368
+ Rule sol88 1988 only - Dec 19 11:57:10s 0:02:50 -
369
+ Rule sol88 1988 only - Dec 20 11:57:40s 0:02:20 -
370
+ Rule sol88 1988 only - Dec 21 11:58:10s 0:01:50 -
371
+ Rule sol88 1988 only - Dec 22 11:58:40s 0:01:20 -
372
+ Rule sol88 1988 only - Dec 23 11:59:10s 0:00:50 -
373
+ Rule sol88 1988 only - Dec 24 11:59:40s 0:00:20 -
374
+ Rule sol88 1988 only - Dec 25 12:00:10s -0:00:10 -
375
+ Rule sol88 1988 only - Dec 26 12:00:40s -0:00:40 -
376
+ Rule sol88 1988 only - Dec 27 12:01:10s -0:01:10 -
377
+ Rule sol88 1988 only - Dec 28 12:01:40s -0:01:40 -
378
+ Rule sol88 1988 only - Dec 29 12:02:10s -0:02:10 -
379
+ Rule sol88 1988 only - Dec 30 12:02:35s -0:02:35 -
380
+ Rule sol88 1988 only - Dec 31 12:03:05s -0:03:05 -
381
+
382
+ # Riyadh is at about 46 degrees 46 minutes East: 3 hrs, 7 mins, 4 secs
383
+ # Before and after 1988, we'll operate on local mean solar time.
384
+
385
+ # Zone NAME GMTOFF RULES/SAVE FORMAT [UNTIL]
386
+ Zone Asia/Riyadh88 3:07:04 - zzz 1988
387
+ 3:07:04 sol88 zzz 1989
388
+ 3:07:04 - zzz
389
+ # For backward compatibility...
390
+ Link Asia/Riyadh88 Mideast/Riyadh88
js/jquery-flot/examples/axes-time-zones/tz/solar89 ADDED
@@ -0,0 +1,395 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # <pre>
2
+ # This file is in the public domain, so clarified as of
3
+ # 2009-05-17 by Arthur David Olson.
4
+
5
+ # Apparent noon times below are for Riyadh; they're a bit off for other places.
6
+ # Times were computed using a formula provided by the U. S. Naval Observatory:
7
+ # eqt = -105.8 * sin(l) + 596.2 * sin(2 * l) + 4.4 * sin(3 * l)
8
+ # -12.7 * sin(4 * l) - 429.0 * cos(l) - 2.1 * cos (2 * l)
9
+ # + 19.3 * cos(3 * l);
10
+ # where l is the "mean longitude of the Sun" given by
11
+ # l = 279.642 degrees + 0.985647 * d
12
+ # and d is the interval in days from January 0, 0 hours Universal Time
13
+ # (equaling the day of the year plus the fraction of a day from zero hours).
14
+ # The accuracy of the formula is plus or minus three seconds.
15
+ #
16
+ # Rounding to the nearest five seconds results in fewer than
17
+ # 256 different "time types"--a limit that's faced because time types are
18
+ # stored on disk as unsigned chars.
19
+
20
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
21
+ Rule sol89 1989 only - Jan 1 12:03:35s -0:03:35 -
22
+ Rule sol89 1989 only - Jan 2 12:04:05s -0:04:05 -
23
+ Rule sol89 1989 only - Jan 3 12:04:30s -0:04:30 -
24
+ Rule sol89 1989 only - Jan 4 12:05:00s -0:05:00 -
25
+ Rule sol89 1989 only - Jan 5 12:05:25s -0:05:25 -
26
+ Rule sol89 1989 only - Jan 6 12:05:50s -0:05:50 -
27
+ Rule sol89 1989 only - Jan 7 12:06:15s -0:06:15 -
28
+ Rule sol89 1989 only - Jan 8 12:06:45s -0:06:45 -
29
+ Rule sol89 1989 only - Jan 9 12:07:10s -0:07:10 -
30
+ Rule sol89 1989 only - Jan 10 12:07:35s -0:07:35 -
31
+ Rule sol89 1989 only - Jan 11 12:07:55s -0:07:55 -
32
+ Rule sol89 1989 only - Jan 12 12:08:20s -0:08:20 -
33
+ Rule sol89 1989 only - Jan 13 12:08:45s -0:08:45 -
34
+ Rule sol89 1989 only - Jan 14 12:09:05s -0:09:05 -
35
+ Rule sol89 1989 only - Jan 15 12:09:25s -0:09:25 -
36
+ Rule sol89 1989 only - Jan 16 12:09:45s -0:09:45 -
37
+ Rule sol89 1989 only - Jan 17 12:10:05s -0:10:05 -
38
+ Rule sol89 1989 only - Jan 18 12:10:25s -0:10:25 -
39
+ Rule sol89 1989 only - Jan 19 12:10:45s -0:10:45 -
40
+ Rule sol89 1989 only - Jan 20 12:11:05s -0:11:05 -
41
+ Rule sol89 1989 only - Jan 21 12:11:20s -0:11:20 -
42
+ Rule sol89 1989 only - Jan 22 12:11:35s -0:11:35 -
43
+ Rule sol89 1989 only - Jan 23 12:11:55s -0:11:55 -
44
+ Rule sol89 1989 only - Jan 24 12:12:10s -0:12:10 -
45
+ Rule sol89 1989 only - Jan 25 12:12:20s -0:12:20 -
46
+ Rule sol89 1989 only - Jan 26 12:12:35s -0:12:35 -
47
+ Rule sol89 1989 only - Jan 27 12:12:50s -0:12:50 -
48
+ Rule sol89 1989 only - Jan 28 12:13:00s -0:13:00 -
49
+ Rule sol89 1989 only - Jan 29 12:13:10s -0:13:10 -
50
+ Rule sol89 1989 only - Jan 30 12:13:20s -0:13:20 -
51
+ Rule sol89 1989 only - Jan 31 12:13:30s -0:13:30 -
52
+ Rule sol89 1989 only - Feb 1 12:13:40s -0:13:40 -
53
+ Rule sol89 1989 only - Feb 2 12:13:45s -0:13:45 -
54
+ Rule sol89 1989 only - Feb 3 12:13:55s -0:13:55 -
55
+ Rule sol89 1989 only - Feb 4 12:14:00s -0:14:00 -
56
+ Rule sol89 1989 only - Feb 5 12:14:05s -0:14:05 -
57
+ Rule sol89 1989 only - Feb 6 12:14:10s -0:14:10 -
58
+ Rule sol89 1989 only - Feb 7 12:14:10s -0:14:10 -
59
+ Rule sol89 1989 only - Feb 8 12:14:15s -0:14:15 -
60
+ Rule sol89 1989 only - Feb 9 12:14:15s -0:14:15 -
61
+ Rule sol89 1989 only - Feb 10 12:14:20s -0:14:20 -
62
+ Rule sol89 1989 only - Feb 11 12:14:20s -0:14:20 -
63
+ Rule sol89 1989 only - Feb 12 12:14:20s -0:14:20 -
64
+ Rule sol89 1989 only - Feb 13 12:14:15s -0:14:15 -
65
+ Rule sol89 1989 only - Feb 14 12:14:15s -0:14:15 -
66
+ Rule sol89 1989 only - Feb 15 12:14:10s -0:14:10 -
67
+ Rule sol89 1989 only - Feb 16 12:14:10s -0:14:10 -
68
+ Rule sol89 1989 only - Feb 17 12:14:05s -0:14:05 -
69
+ Rule sol89 1989 only - Feb 18 12:14:00s -0:14:00 -
70
+ Rule sol89 1989 only - Feb 19 12:13:55s -0:13:55 -
71
+ Rule sol89 1989 only - Feb 20 12:13:50s -0:13:50 -
72
+ Rule sol89 1989 only - Feb 21 12:13:40s -0:13:40 -
73
+ Rule sol89 1989 only - Feb 22 12:13:35s -0:13:35 -
74
+ Rule sol89 1989 only - Feb 23 12:13:25s -0:13:25 -
75
+ Rule sol89 1989 only - Feb 24 12:13:15s -0:13:15 -
76
+ Rule sol89 1989 only - Feb 25 12:13:05s -0:13:05 -
77
+ Rule sol89 1989 only - Feb 26 12:12:55s -0:12:55 -
78
+ Rule sol89 1989 only - Feb 27 12:12:45s -0:12:45 -
79
+ Rule sol89 1989 only - Feb 28 12:12:35s -0:12:35 -
80
+ Rule sol89 1989 only - Mar 1 12:12:25s -0:12:25 -
81
+ Rule sol89 1989 only - Mar 2 12:12:10s -0:12:10 -
82
+ Rule sol89 1989 only - Mar 3 12:12:00s -0:12:00 -
83
+ Rule sol89 1989 only - Mar 4 12:11:45s -0:11:45 -
84
+ Rule sol89 1989 only - Mar 5 12:11:35s -0:11:35 -
85
+ Rule sol89 1989 only - Mar 6 12:11:20s -0:11:20 -
86
+ Rule sol89 1989 only - Mar 7 12:11:05s -0:11:05 -
87
+ Rule sol89 1989 only - Mar 8 12:10:50s -0:10:50 -
88
+ Rule sol89 1989 only - Mar 9 12:10:35s -0:10:35 -
89
+ Rule sol89 1989 only - Mar 10 12:10:20s -0:10:20 -
90
+ Rule sol89 1989 only - Mar 11 12:10:05s -0:10:05 -
91
+ Rule sol89 1989 only - Mar 12 12:09:50s -0:09:50 -
92
+ Rule sol89 1989 only - Mar 13 12:09:30s -0:09:30 -
93
+ Rule sol89 1989 only - Mar 14 12:09:15s -0:09:15 -
94
+ Rule sol89 1989 only - Mar 15 12:09:00s -0:09:00 -
95
+ Rule sol89 1989 only - Mar 16 12:08:40s -0:08:40 -
96
+ Rule sol89 1989 only - Mar 17 12:08:25s -0:08:25 -
97
+ Rule sol89 1989 only - Mar 18 12:08:05s -0:08:05 -
98
+ Rule sol89 1989 only - Mar 19 12:07:50s -0:07:50 -
99
+ Rule sol89 1989 only - Mar 20 12:07:30s -0:07:30 -
100
+ Rule sol89 1989 only - Mar 21 12:07:15s -0:07:15 -
101
+ Rule sol89 1989 only - Mar 22 12:06:55s -0:06:55 -
102
+ Rule sol89 1989 only - Mar 23 12:06:35s -0:06:35 -
103
+ Rule sol89 1989 only - Mar 24 12:06:20s -0:06:20 -
104
+ Rule sol89 1989 only - Mar 25 12:06:00s -0:06:00 -
105
+ Rule sol89 1989 only - Mar 26 12:05:40s -0:05:40 -
106
+ Rule sol89 1989 only - Mar 27 12:05:25s -0:05:25 -
107
+ Rule sol89 1989 only - Mar 28 12:05:05s -0:05:05 -
108
+ Rule sol89 1989 only - Mar 29 12:04:50s -0:04:50 -
109
+ Rule sol89 1989 only - Mar 30 12:04:30s -0:04:30 -
110
+ Rule sol89 1989 only - Mar 31 12:04:10s -0:04:10 -
111
+ Rule sol89 1989 only - Apr 1 12:03:55s -0:03:55 -
112
+ Rule sol89 1989 only - Apr 2 12:03:35s -0:03:35 -
113
+ Rule sol89 1989 only - Apr 3 12:03:20s -0:03:20 -
114
+ Rule sol89 1989 only - Apr 4 12:03:00s -0:03:00 -
115
+ Rule sol89 1989 only - Apr 5 12:02:45s -0:02:45 -
116
+ Rule sol89 1989 only - Apr 6 12:02:25s -0:02:25 -
117
+ Rule sol89 1989 only - Apr 7 12:02:10s -0:02:10 -
118
+ Rule sol89 1989 only - Apr 8 12:01:50s -0:01:50 -
119
+ Rule sol89 1989 only - Apr 9 12:01:35s -0:01:35 -
120
+ Rule sol89 1989 only - Apr 10 12:01:20s -0:01:20 -
121
+ Rule sol89 1989 only - Apr 11 12:01:05s -0:01:05 -
122
+ Rule sol89 1989 only - Apr 12 12:00:50s -0:00:50 -
123
+ Rule sol89 1989 only - Apr 13 12:00:35s -0:00:35 -
124
+ Rule sol89 1989 only - Apr 14 12:00:20s -0:00:20 -
125
+ Rule sol89 1989 only - Apr 15 12:00:05s -0:00:05 -
126
+ Rule sol89 1989 only - Apr 16 11:59:50s 0:00:10 -
127
+ Rule sol89 1989 only - Apr 17 11:59:35s 0:00:25 -
128
+ Rule sol89 1989 only - Apr 18 11:59:20s 0:00:40 -
129
+ Rule sol89 1989 only - Apr 19 11:59:10s 0:00:50 -
130
+ Rule sol89 1989 only - Apr 20 11:58:55s 0:01:05 -
131
+ Rule sol89 1989 only - Apr 21 11:58:45s 0:01:15 -
132
+ Rule sol89 1989 only - Apr 22 11:58:30s 0:01:30 -
133
+ Rule sol89 1989 only - Apr 23 11:58:20s 0:01:40 -
134
+ Rule sol89 1989 only - Apr 24 11:58:10s 0:01:50 -
135
+ Rule sol89 1989 only - Apr 25 11:58:00s 0:02:00 -
136
+ Rule sol89 1989 only - Apr 26 11:57:50s 0:02:10 -
137
+ Rule sol89 1989 only - Apr 27 11:57:40s 0:02:20 -
138
+ Rule sol89 1989 only - Apr 28 11:57:30s 0:02:30 -
139
+ Rule sol89 1989 only - Apr 29 11:57:20s 0:02:40 -
140
+ Rule sol89 1989 only - Apr 30 11:57:15s 0:02:45 -
141
+ Rule sol89 1989 only - May 1 11:57:05s 0:02:55 -
142
+ Rule sol89 1989 only - May 2 11:57:00s 0:03:00 -
143
+ Rule sol89 1989 only - May 3 11:56:50s 0:03:10 -
144
+ Rule sol89 1989 only - May 4 11:56:45s 0:03:15 -
145
+ Rule sol89 1989 only - May 5 11:56:40s 0:03:20 -
146
+ Rule sol89 1989 only - May 6 11:56:35s 0:03:25 -
147
+ Rule sol89 1989 only - May 7 11:56:30s 0:03:30 -
148
+ Rule sol89 1989 only - May 8 11:56:30s 0:03:30 -
149
+ Rule sol89 1989 only - May 9 11:56:25s 0:03:35 -
150
+ Rule sol89 1989 only - May 10 11:56:25s 0:03:35 -
151
+ Rule sol89 1989 only - May 11 11:56:20s 0:03:40 -
152
+ Rule sol89 1989 only - May 12 11:56:20s 0:03:40 -
153
+ Rule sol89 1989 only - May 13 11:56:20s 0:03:40 -
154
+ Rule sol89 1989 only - May 14 11:56:20s 0:03:40 -
155
+ Rule sol89 1989 only - May 15 11:56:20s 0:03:40 -
156
+ Rule sol89 1989 only - May 16 11:56:20s 0:03:40 -
157
+ Rule sol89 1989 only - May 17 11:56:20s 0:03:40 -
158
+ Rule sol89 1989 only - May 18 11:56:25s 0:03:35 -
159
+ Rule sol89 1989 only - May 19 11:56:25s 0:03:35 -
160
+ Rule sol89 1989 only - May 20 11:56:30s 0:03:30 -
161
+ Rule sol89 1989 only - May 21 11:56:35s 0:03:25 -
162
+ Rule sol89 1989 only - May 22 11:56:35s 0:03:25 -
163
+ Rule sol89 1989 only - May 23 11:56:40s 0:03:20 -
164
+ Rule sol89 1989 only - May 24 11:56:45s 0:03:15 -
165
+ Rule sol89 1989 only - May 25 11:56:55s 0:03:05 -
166
+ Rule sol89 1989 only - May 26 11:57:00s 0:03:00 -
167
+ Rule sol89 1989 only - May 27 11:57:05s 0:02:55 -
168
+ Rule sol89 1989 only - May 28 11:57:15s 0:02:45 -
169
+ Rule sol89 1989 only - May 29 11:57:20s 0:02:40 -
170
+ Rule sol89 1989 only - May 30 11:57:30s 0:02:30 -
171
+ Rule sol89 1989 only - May 31 11:57:35s 0:02:25 -
172
+ Rule sol89 1989 only - Jun 1 11:57:45s 0:02:15 -
173
+ Rule sol89 1989 only - Jun 2 11:57:55s 0:02:05 -
174
+ Rule sol89 1989 only - Jun 3 11:58:05s 0:01:55 -
175
+ Rule sol89 1989 only - Jun 4 11:58:15s 0:01:45 -
176
+ Rule sol89 1989 only - Jun 5 11:58:25s 0:01:35 -
177
+ Rule sol89 1989 only - Jun 6 11:58:35s 0:01:25 -
178
+ Rule sol89 1989 only - Jun 7 11:58:45s 0:01:15 -
179
+ Rule sol89 1989 only - Jun 8 11:59:00s 0:01:00 -
180
+ Rule sol89 1989 only - Jun 9 11:59:10s 0:00:50 -
181
+ Rule sol89 1989 only - Jun 10 11:59:20s 0:00:40 -
182
+ Rule sol89 1989 only - Jun 11 11:59:35s 0:00:25 -
183
+ Rule sol89 1989 only - Jun 12 11:59:45s 0:00:15 -
184
+ Rule sol89 1989 only - Jun 13 12:00:00s 0:00:00 -
185
+ Rule sol89 1989 only - Jun 14 12:00:10s -0:00:10 -
186
+ Rule sol89 1989 only - Jun 15 12:00:25s -0:00:25 -
187
+ Rule sol89 1989 only - Jun 16 12:00:35s -0:00:35 -
188
+ Rule sol89 1989 only - Jun 17 12:00:50s -0:00:50 -
189
+ Rule sol89 1989 only - Jun 18 12:01:05s -0:01:05 -
190
+ Rule sol89 1989 only - Jun 19 12:01:15s -0:01:15 -
191
+ Rule sol89 1989 only - Jun 20 12:01:30s -0:01:30 -
192
+ Rule sol89 1989 only - Jun 21 12:01:40s -0:01:40 -
193
+ Rule sol89 1989 only - Jun 22 12:01:55s -0:01:55 -
194
+ Rule sol89 1989 only - Jun 23 12:02:10s -0:02:10 -
195
+ Rule sol89 1989 only - Jun 24 12:02:20s -0:02:20 -
196
+ Rule sol89 1989 only - Jun 25 12:02:35s -0:02:35 -
197
+ Rule sol89 1989 only - Jun 26 12:02:45s -0:02:45 -
198
+ Rule sol89 1989 only - Jun 27 12:03:00s -0:03:00 -
199
+ Rule sol89 1989 only - Jun 28 12:03:10s -0:03:10 -
200
+ Rule sol89 1989 only - Jun 29 12:03:25s -0:03:25 -
201
+ Rule sol89 1989 only - Jun 30 12:03:35s -0:03:35 -
202
+ Rule sol89 1989 only - Jul 1 12:03:45s -0:03:45 -
203
+ Rule sol89 1989 only - Jul 2 12:04:00s -0:04:00 -
204
+ Rule sol89 1989 only - Jul 3 12:04:10s -0:04:10 -
205
+ Rule sol89 1989 only - Jul 4 12:04:20s -0:04:20 -
206
+ Rule sol89 1989 only - Jul 5 12:04:30s -0:04:30 -
207
+ Rule sol89 1989 only - Jul 6 12:04:40s -0:04:40 -
208
+ Rule sol89 1989 only - Jul 7 12:04:50s -0:04:50 -
209
+ Rule sol89 1989 only - Jul 8 12:05:00s -0:05:00 -
210
+ Rule sol89 1989 only - Jul 9 12:05:10s -0:05:10 -
211
+ Rule sol89 1989 only - Jul 10 12:05:20s -0:05:20 -
212
+ Rule sol89 1989 only - Jul 11 12:05:25s -0:05:25 -
213
+ Rule sol89 1989 only - Jul 12 12:05:35s -0:05:35 -
214
+ Rule sol89 1989 only - Jul 13 12:05:40s -0:05:40 -
215
+ Rule sol89 1989 only - Jul 14 12:05:50s -0:05:50 -
216
+ Rule sol89 1989 only - Jul 15 12:05:55s -0:05:55 -
217
+ Rule sol89 1989 only - Jul 16 12:06:00s -0:06:00 -
218
+ Rule sol89 1989 only - Jul 17 12:06:05s -0:06:05 -
219
+ Rule sol89 1989 only - Jul 18 12:06:10s -0:06:10 -
220
+ Rule sol89 1989 only - Jul 19 12:06:15s -0:06:15 -
221
+ Rule sol89 1989 only - Jul 20 12:06:20s -0:06:20 -
222
+ Rule sol89 1989 only - Jul 21 12:06:20s -0:06:20 -
223
+ Rule sol89 1989 only - Jul 22 12:06:25s -0:06:25 -
224
+ Rule sol89 1989 only - Jul 23 12:06:25s -0:06:25 -
225
+ Rule sol89 1989 only - Jul 24 12:06:30s -0:06:30 -
226
+ Rule sol89 1989 only - Jul 25 12:06:30s -0:06:30 -
227
+ Rule sol89 1989 only - Jul 26 12:06:30s -0:06:30 -
228
+ Rule sol89 1989 only - Jul 27 12:06:30s -0:06:30 -
229
+ Rule sol89 1989 only - Jul 28 12:06:30s -0:06:30 -
230
+ Rule sol89 1989 only - Jul 29 12:06:25s -0:06:25 -
231
+ Rule sol89 1989 only - Jul 30 12:06:25s -0:06:25 -
232
+ Rule sol89 1989 only - Jul 31 12:06:20s -0:06:20 -
233
+ Rule sol89 1989 only - Aug 1 12:06:20s -0:06:20 -
234
+ Rule sol89 1989 only - Aug 2 12:06:15s -0:06:15 -
235
+ Rule sol89 1989 only - Aug 3 12:06:10s -0:06:10 -
236
+ Rule sol89 1989 only - Aug 4 12:06:05s -0:06:05 -
237
+ Rule sol89 1989 only - Aug 5 12:06:00s -0:06:00 -
238
+ Rule sol89 1989 only - Aug 6 12:05:50s -0:05:50 -
239
+ Rule sol89 1989 only - Aug 7 12:05:45s -0:05:45 -
240
+ Rule sol89 1989 only - Aug 8 12:05:35s -0:05:35 -
241
+ Rule sol89 1989 only - Aug 9 12:05:30s -0:05:30 -
242
+ Rule sol89 1989 only - Aug 10 12:05:20s -0:05:20 -
243
+ Rule sol89 1989 only - Aug 11 12:05:10s -0:05:10 -
244
+ Rule sol89 1989 only - Aug 12 12:05:00s -0:05:00 -
245
+ Rule sol89 1989 only - Aug 13 12:04:50s -0:04:50 -
246
+ Rule sol89 1989 only - Aug 14 12:04:40s -0:04:40 -
247
+ Rule sol89 1989 only - Aug 15 12:04:30s -0:04:30 -
248
+ Rule sol89 1989 only - Aug 16 12:04:15s -0:04:15 -
249
+ Rule sol89 1989 only - Aug 17 12:04:05s -0:04:05 -
250
+ Rule sol89 1989 only - Aug 18 12:03:50s -0:03:50 -
251
+ Rule sol89 1989 only - Aug 19 12:03:35s -0:03:35 -
252
+ Rule sol89 1989 only - Aug 20 12:03:25s -0:03:25 -
253
+ Rule sol89 1989 only - Aug 21 12:03:10s -0:03:10 -
254
+ Rule sol89 1989 only - Aug 22 12:02:55s -0:02:55 -
255
+ Rule sol89 1989 only - Aug 23 12:02:40s -0:02:40 -
256
+ Rule sol89 1989 only - Aug 24 12:02:20s -0:02:20 -
257
+ Rule sol89 1989 only - Aug 25 12:02:05s -0:02:05 -
258
+ Rule sol89 1989 only - Aug 26 12:01:50s -0:01:50 -
259
+ Rule sol89 1989 only - Aug 27 12:01:30s -0:01:30 -
260
+ Rule sol89 1989 only - Aug 28 12:01:15s -0:01:15 -
261
+ Rule sol89 1989 only - Aug 29 12:00:55s -0:00:55 -
262
+ Rule sol89 1989 only - Aug 30 12:00:40s -0:00:40 -
263
+ Rule sol89 1989 only - Aug 31 12:00:20s -0:00:20 -
264
+ Rule sol89 1989 only - Sep 1 12:00:00s 0:00:00 -
265
+ Rule sol89 1989 only - Sep 2 11:59:45s 0:00:15 -
266
+ Rule sol89 1989 only - Sep 3 11:59:25s 0:00:35 -
267
+ Rule sol89 1989 only - Sep 4 11:59:05s 0:00:55 -
268
+ Rule sol89 1989 only - Sep 5 11:58:45s 0:01:15 -
269
+ Rule sol89 1989 only - Sep 6 11:58:25s 0:01:35 -
270
+ Rule sol89 1989 only - Sep 7 11:58:05s 0:01:55 -
271
+ Rule sol89 1989 only - Sep 8 11:57:45s 0:02:15 -
272
+ Rule sol89 1989 only - Sep 9 11:57:20s 0:02:40 -
273
+ Rule sol89 1989 only - Sep 10 11:57:00s 0:03:00 -
274
+ Rule sol89 1989 only - Sep 11 11:56:40s 0:03:20 -
275
+ Rule sol89 1989 only - Sep 12 11:56:20s 0:03:40 -
276
+ Rule sol89 1989 only - Sep 13 11:56:00s 0:04:00 -
277
+ Rule sol89 1989 only - Sep 14 11:55:35s 0:04:25 -
278
+ Rule sol89 1989 only - Sep 15 11:55:15s 0:04:45 -
279
+ Rule sol89 1989 only - Sep 16 11:54:55s 0:05:05 -
280
+ Rule sol89 1989 only - Sep 17 11:54:35s 0:05:25 -
281
+ Rule sol89 1989 only - Sep 18 11:54:10s 0:05:50 -
282
+ Rule sol89 1989 only - Sep 19 11:53:50s 0:06:10 -
283
+ Rule sol89 1989 only - Sep 20 11:53:30s 0:06:30 -
284
+ Rule sol89 1989 only - Sep 21 11:53:10s 0:06:50 -
285
+ Rule sol89 1989 only - Sep 22 11:52:45s 0:07:15 -
286
+ Rule sol89 1989 only - Sep 23 11:52:25s 0:07:35 -
287
+ Rule sol89 1989 only - Sep 24 11:52:05s 0:07:55 -
288
+ Rule sol89 1989 only - Sep 25 11:51:45s 0:08:15 -
289
+ Rule sol89 1989 only - Sep 26 11:51:25s 0:08:35 -
290
+ Rule sol89 1989 only - Sep 27 11:51:05s 0:08:55 -
291
+ Rule sol89 1989 only - Sep 28 11:50:40s 0:09:20 -
292
+ Rule sol89 1989 only - Sep 29 11:50:20s 0:09:40 -
293
+ Rule sol89 1989 only - Sep 30 11:50:00s 0:10:00 -
294
+ Rule sol89 1989 only - Oct 1 11:49:45s 0:10:15 -
295
+ Rule sol89 1989 only - Oct 2 11:49:25s 0:10:35 -
296
+ Rule sol89 1989 only - Oct 3 11:49:05s 0:10:55 -
297
+ Rule sol89 1989 only - Oct 4 11:48:45s 0:11:15 -
298
+ Rule sol89 1989 only - Oct 5 11:48:30s 0:11:30 -
299
+ Rule sol89 1989 only - Oct 6 11:48:10s 0:11:50 -
300
+ Rule sol89 1989 only - Oct 7 11:47:50s 0:12:10 -
301
+ Rule sol89 1989 only - Oct 8 11:47:35s 0:12:25 -
302
+ Rule sol89 1989 only - Oct 9 11:47:20s 0:12:40 -
303
+ Rule sol89 1989 only - Oct 10 11:47:00s 0:13:00 -
304
+ Rule sol89 1989 only - Oct 11 11:46:45s 0:13:15 -
305
+ Rule sol89 1989 only - Oct 12 11:46:30s 0:13:30 -
306
+ Rule sol89 1989 only - Oct 13 11:46:15s 0:13:45 -
307
+ Rule sol89 1989 only - Oct 14 11:46:00s 0:14:00 -
308
+ Rule sol89 1989 only - Oct 15 11:45:50s 0:14:10 -
309
+ Rule sol89 1989 only - Oct 16 11:45:35s 0:14:25 -
310
+ Rule sol89 1989 only - Oct 17 11:45:20s 0:14:40 -
311
+ Rule sol89 1989 only - Oct 18 11:45:10s 0:14:50 -
312
+ Rule sol89 1989 only - Oct 19 11:45:00s 0:15:00 -
313
+ Rule sol89 1989 only - Oct 20 11:44:50s 0:15:10 -
314
+ Rule sol89 1989 only - Oct 21 11:44:40s 0:15:20 -
315
+ Rule sol89 1989 only - Oct 22 11:44:30s 0:15:30 -
316
+ Rule sol89 1989 only - Oct 23 11:44:20s 0:15:40 -
317
+ Rule sol89 1989 only - Oct 24 11:44:10s 0:15:50 -
318
+ Rule sol89 1989 only - Oct 25 11:44:05s 0:15:55 -
319
+ Rule sol89 1989 only - Oct 26 11:44:00s 0:16:00 -
320
+ Rule sol89 1989 only - Oct 27 11:43:50s 0:16:10 -
321
+ Rule sol89 1989 only - Oct 28 11:43:45s 0:16:15 -
322
+ Rule sol89 1989 only - Oct 29 11:43:40s 0:16:20 -
323
+ Rule sol89 1989 only - Oct 30 11:43:40s 0:16:20 -
324
+ Rule sol89 1989 only - Oct 31 11:43:35s 0:16:25 -
325
+ Rule sol89 1989 only - Nov 1 11:43:35s 0:16:25 -
326
+ Rule sol89 1989 only - Nov 2 11:43:35s 0:16:25 -
327
+ Rule sol89 1989 only - Nov 3 11:43:30s 0:16:30 -
328
+ Rule sol89 1989 only - Nov 4 11:43:35s 0:16:25 -
329
+ Rule sol89 1989 only - Nov 5 11:43:35s 0:16:25 -
330
+ Rule sol89 1989 only - Nov 6 11:43:35s 0:16:25 -
331
+ Rule sol89 1989 only - Nov 7 11:43:40s 0:16:20 -
332
+ Rule sol89 1989 only - Nov 8 11:43:45s 0:16:15 -
333
+ Rule sol89 1989 only - Nov 9 11:43:50s 0:16:10 -
334
+ Rule sol89 1989 only - Nov 10 11:43:55s 0:16:05 -
335
+ Rule sol89 1989 only - Nov 11 11:44:00s 0:16:00 -
336
+ Rule sol89 1989 only - Nov 12 11:44:05s 0:15:55 -
337
+ Rule sol89 1989 only - Nov 13 11:44:15s 0:15:45 -
338
+ Rule sol89 1989 only - Nov 14 11:44:25s 0:15:35 -
339
+ Rule sol89 1989 only - Nov 15 11:44:35s 0:15:25 -
340
+ Rule sol89 1989 only - Nov 16 11:44:45s 0:15:15 -
341
+ Rule sol89 1989 only - Nov 17 11:44:55s 0:15:05 -
342
+ Rule sol89 1989 only - Nov 18 11:45:10s 0:14:50 -
343
+ Rule sol89 1989 only - Nov 19 11:45:20s 0:14:40 -
344
+ Rule sol89 1989 only - Nov 20 11:45:35s 0:14:25 -
345
+ Rule sol89 1989 only - Nov 21 11:45:50s 0:14:10 -
346
+ Rule sol89 1989 only - Nov 22 11:46:05s 0:13:55 -
347
+ Rule sol89 1989 only - Nov 23 11:46:25s 0:13:35 -
348
+ Rule sol89 1989 only - Nov 24 11:46:40s 0:13:20 -
349
+ Rule sol89 1989 only - Nov 25 11:47:00s 0:13:00 -
350
+ Rule sol89 1989 only - Nov 26 11:47:20s 0:12:40 -
351
+ Rule sol89 1989 only - Nov 27 11:47:35s 0:12:25 -
352
+ Rule sol89 1989 only - Nov 28 11:47:55s 0:12:05 -
353
+ Rule sol89 1989 only - Nov 29 11:48:20s 0:11:40 -
354
+ Rule sol89 1989 only - Nov 30 11:48:40s 0:11:20 -
355
+ Rule sol89 1989 only - Dec 1 11:49:00s 0:11:00 -
356
+ Rule sol89 1989 only - Dec 2 11:49:25s 0:10:35 -
357
+ Rule sol89 1989 only - Dec 3 11:49:50s 0:10:10 -
358
+ Rule sol89 1989 only - Dec 4 11:50:15s 0:09:45 -
359
+ Rule sol89 1989 only - Dec 5 11:50:35s 0:09:25 -
360
+ Rule sol89 1989 only - Dec 6 11:51:00s 0:09:00 -
361
+ Rule sol89 1989 only - Dec 7 11:51:30s 0:08:30 -
362
+ Rule sol89 1989 only - Dec 8 11:51:55s 0:08:05 -
363
+ Rule sol89 1989 only - Dec 9 11:52:20s 0:07:40 -
364
+ Rule sol89 1989 only - Dec 10 11:52:50s 0:07:10 -
365
+ Rule sol89 1989 only - Dec 11 11:53:15s 0:06:45 -
366
+ Rule sol89 1989 only - Dec 12 11:53:45s 0:06:15 -
367
+ Rule sol89 1989 only - Dec 13 11:54:10s 0:05:50 -
368
+ Rule sol89 1989 only - Dec 14 11:54:40s 0:05:20 -
369
+ Rule sol89 1989 only - Dec 15 11:55:10s 0:04:50 -
370
+ Rule sol89 1989 only - Dec 16 11:55:40s 0:04:20 -
371
+ Rule sol89 1989 only - Dec 17 11:56:05s 0:03:55 -
372
+ Rule sol89 1989 only - Dec 18 11:56:35s 0:03:25 -
373
+ Rule sol89 1989 only - Dec 19 11:57:05s 0:02:55 -
374
+ Rule sol89 1989 only - Dec 20 11:57:35s 0:02:25 -
375
+ Rule sol89 1989 only - Dec 21 11:58:05s 0:01:55 -
376
+ Rule sol89 1989 only - Dec 22 11:58:35s 0:01:25 -
377
+ Rule sol89 1989 only - Dec 23 11:59:05s 0:00:55 -
378
+ Rule sol89 1989 only - Dec 24 11:59:35s 0:00:25 -
379
+ Rule sol89 1989 only - Dec 25 12:00:05s -0:00:05 -
380
+ Rule sol89 1989 only - Dec 26 12:00:35s -0:00:35 -
381
+ Rule sol89 1989 only - Dec 27 12:01:05s -0:01:05 -
382
+ Rule sol89 1989 only - Dec 28 12:01:35s -0:01:35 -
383
+ Rule sol89 1989 only - Dec 29 12:02:00s -0:02:00 -
384
+ Rule sol89 1989 only - Dec 30 12:02:30s -0:02:30 -
385
+ Rule sol89 1989 only - Dec 31 12:03:00s -0:03:00 -
386
+
387
+ # Riyadh is at about 46 degrees 46 minutes East: 3 hrs, 7 mins, 4 secs
388
+ # Before and after 1989, we'll operate on local mean solar time.
389
+
390
+ # Zone NAME GMTOFF RULES/SAVE FORMAT [UNTIL]
391
+ Zone Asia/Riyadh89 3:07:04 - zzz 1989
392
+ 3:07:04 sol89 zzz 1990
393
+ 3:07:04 - zzz
394
+ # For backward compatibility...
395
+ Link Asia/Riyadh89 Mideast/Riyadh89
js/jquery-flot/examples/axes-time-zones/tz/southamerica ADDED
@@ -0,0 +1,1711 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # <pre>
2
+ # This file is in the public domain, so clarified as of
3
+ # 2009-05-17 by Arthur David Olson.
4
+
5
+ # This data is by no means authoritative; if you think you know better,
6
+ # go ahead and edit the file (and please send any changes to
7
+ # tz@iana.org for general use in the future).
8
+
9
+ # From Paul Eggert (2006-03-22):
10
+ # A good source for time zone historical data outside the U.S. is
11
+ # Thomas G. Shanks and Rique Pottenger, The International Atlas (6th edition),
12
+ # San Diego: ACS Publications, Inc. (2003).
13
+ #
14
+ # Gwillim Law writes that a good source
15
+ # for recent time zone data is the International Air Transport
16
+ # Association's Standard Schedules Information Manual (IATA SSIM),
17
+ # published semiannually. Law sent in several helpful summaries
18
+ # of the IATA's data after 1990.
19
+ #
20
+ # Except where otherwise noted, Shanks & Pottenger is the source for
21
+ # entries through 1990, and IATA SSIM is the source for entries afterwards.
22
+ #
23
+ # Earlier editions of these tables used the North American style (e.g. ARST and
24
+ # ARDT for Argentine Standard and Daylight Time), but the following quote
25
+ # suggests that it's better to use European style (e.g. ART and ARST).
26
+ # I suggest the use of _Summer time_ instead of the more cumbersome
27
+ # _daylight-saving time_. _Summer time_ seems to be in general use
28
+ # in Europe and South America.
29
+ # -- E O Cutler, _New York Times_ (1937-02-14), quoted in
30
+ # H L Mencken, _The American Language: Supplement I_ (1960), p 466
31
+ #
32
+ # Earlier editions of these tables also used the North American style
33
+ # for time zones in Brazil, but this was incorrect, as Brazilians say
34
+ # "summer time". Reinaldo Goulart, a Sao Paulo businessman active in
35
+ # the railroad sector, writes (1999-07-06):
36
+ # The subject of time zones is currently a matter of discussion/debate in
37
+ # Brazil. Let's say that "the Brasilia time" is considered the
38
+ # "official time" because Brasilia is the capital city.
39
+ # The other three time zones are called "Brasilia time "minus one" or
40
+ # "plus one" or "plus two". As far as I know there is no such
41
+ # name/designation as "Eastern Time" or "Central Time".
42
+ # So I invented the following (English-language) abbreviations for now.
43
+ # Corrections are welcome!
44
+ # std dst
45
+ # -2:00 FNT FNST Fernando de Noronha
46
+ # -3:00 BRT BRST Brasilia
47
+ # -4:00 AMT AMST Amazon
48
+ # -5:00 ACT ACST Acre
49
+
50
+ ###############################################################################
51
+
52
+ ###############################################################################
53
+
54
+ # Argentina
55
+
56
+ # From Bob Devine (1988-01-28):
57
+ # Argentina: first Sunday in October to first Sunday in April since 1976.
58
+ # Double Summer time from 1969 to 1974. Switches at midnight.
59
+
60
+ # From U. S. Naval Observatory (1988-01-199):
61
+ # ARGENTINA 3 H BEHIND UTC
62
+
63
+ # From Hernan G. Otero (1995-06-26):
64
+ # I am sending modifications to the Argentine time zone table...
65
+ # AR was chosen because they are the ISO letters that represent Argentina.
66
+
67
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
68
+ Rule Arg 1930 only - Dec 1 0:00 1:00 S
69
+ Rule Arg 1931 only - Apr 1 0:00 0 -
70
+ Rule Arg 1931 only - Oct 15 0:00 1:00 S
71
+ Rule Arg 1932 1940 - Mar 1 0:00 0 -
72
+ Rule Arg 1932 1939 - Nov 1 0:00 1:00 S
73
+ Rule Arg 1940 only - Jul 1 0:00 1:00 S
74
+ Rule Arg 1941 only - Jun 15 0:00 0 -
75
+ Rule Arg 1941 only - Oct 15 0:00 1:00 S
76
+ Rule Arg 1943 only - Aug 1 0:00 0 -
77
+ Rule Arg 1943 only - Oct 15 0:00 1:00 S
78
+ Rule Arg 1946 only - Mar 1 0:00 0 -
79
+ Rule Arg 1946 only - Oct 1 0:00 1:00 S
80
+ Rule Arg 1963 only - Oct 1 0:00 0 -
81
+ Rule Arg 1963 only - Dec 15 0:00 1:00 S
82
+ Rule Arg 1964 1966 - Mar 1 0:00 0 -
83
+ Rule Arg 1964 1966 - Oct 15 0:00 1:00 S
84
+ Rule Arg 1967 only - Apr 2 0:00 0 -
85
+ Rule Arg 1967 1968 - Oct Sun>=1 0:00 1:00 S
86
+ Rule Arg 1968 1969 - Apr Sun>=1 0:00 0 -
87
+ Rule Arg 1974 only - Jan 23 0:00 1:00 S
88
+ Rule Arg 1974 only - May 1 0:00 0 -
89
+ Rule Arg 1988 only - Dec 1 0:00 1:00 S
90
+ #
91
+ # From Hernan G. Otero (1995-06-26):
92
+ # These corrections were contributed by InterSoft Argentina S.A.,
93
+ # obtaining the data from the:
94
+ # Talleres de Hidrografia Naval Argentina
95
+ # (Argentine Naval Hydrography Institute)
96
+ Rule Arg 1989 1993 - Mar Sun>=1 0:00 0 -
97
+ Rule Arg 1989 1992 - Oct Sun>=15 0:00 1:00 S
98
+ #
99
+ # From Hernan G. Otero (1995-06-26):
100
+ # From this moment on, the law that mandated the daylight saving
101
+ # time corrections was derogated and no more modifications
102
+ # to the time zones (for daylight saving) are now made.
103
+ #
104
+ # From Rives McDow (2000-01-10):
105
+ # On October 3, 1999, 0:00 local, Argentina implemented daylight savings time,
106
+ # which did not result in the switch of a time zone, as they stayed 9 hours
107
+ # from the International Date Line.
108
+ Rule Arg 1999 only - Oct Sun>=1 0:00 1:00 S
109
+ # From Paul Eggert (2007-12-28):
110
+ # DST was set to expire on March 5, not March 3, but since it was converted
111
+ # to standard time on March 3 it's more convenient for us to pretend that
112
+ # it ended on March 3.
113
+ Rule Arg 2000 only - Mar 3 0:00 0 -
114
+ #
115
+ # From Peter Gradelski via Steffen Thorsen (2000-03-01):
116
+ # We just checked with our Sao Paulo office and they say the government of
117
+ # Argentina decided not to become one of the countries that go on or off DST.
118
+ # So Buenos Aires should be -3 hours from GMT at all times.
119
+ #
120
+ # From Fabian L. Arce Jofre (2000-04-04):
121
+ # The law that claimed DST for Argentina was derogated by President Fernando
122
+ # de la Rua on March 2, 2000, because it would make people spend more energy
123
+ # in the winter time, rather than less. The change took effect on March 3.
124
+ #
125
+ # From Mariano Absatz (2001-06-06):
126
+ # one of the major newspapers here in Argentina said that the 1999
127
+ # Timezone Law (which never was effectively applied) will (would?) be
128
+ # in effect.... The article is at
129
+ # http://ar.clarin.com/diario/2001-06-06/e-01701.htm
130
+ # ... The Law itself is "Ley No 25155", sanctioned on 1999-08-25, enacted
131
+ # 1999-09-17, and published 1999-09-21. The official publication is at:
132
+ # http://www.boletin.jus.gov.ar/BON/Primera/1999/09-Septiembre/21/PDF/BO21-09-99LEG.PDF
133
+ # Regretfully, you have to subscribe (and pay) for the on-line version....
134
+ #
135
+ # (2001-06-12):
136
+ # the timezone for Argentina will not change next Sunday.
137
+ # Apparently it will do so on Sunday 24th....
138
+ # http://ar.clarin.com/diario/2001-06-12/s-03501.htm
139
+ #
140
+ # (2001-06-25):
141
+ # Last Friday (yes, the last working day before the date of the change), the
142
+ # Senate annulled the 1999 law that introduced the changes later postponed.
143
+ # http://www.clarin.com.ar/diario/2001-06-22/s-03601.htm
144
+ # It remains the vote of the Deputies..., but it will be the same....
145
+ # This kind of things had always been done this way in Argentina.
146
+ # We are still -03:00 all year round in all of the country.
147
+ #
148
+ # From Steffen Thorsen (2007-12-21):
149
+ # A user (Leonardo Chaim) reported that Argentina will adopt DST....
150
+ # all of the country (all Zone-entries) are affected. News reports like
151
+ # http://www.lanacion.com.ar/opinion/nota.asp?nota_id=973037 indicate
152
+ # that Argentina will use DST next year as well, from October to
153
+ # March, although exact rules are not given.
154
+ #
155
+ # From Jesper Norgaard Welen (2007-12-26)
156
+ # The last hurdle of Argentina DST is over, the proposal was approved in
157
+ # the lower chamber too (Deputados) with a vote 192 for and 2 against.
158
+ # By the way thanks to Mariano Absatz and Daniel Mario Vega for the link to
159
+ # the original scanned proposal, where the dates and the zero hours are
160
+ # clear and unambiguous...This is the article about final approval:
161
+ # <a href="http://www.lanacion.com.ar/politica/nota.asp?nota_id=973996">
162
+ # http://www.lanacion.com.ar/politica/nota.asp?nota_id=973996
163
+ # </a>
164
+ #
165
+ # From Paul Eggert (2007-12-22):
166
+ # For dates after mid-2008, the following rules are my guesses and
167
+ # are quite possibly wrong, but are more likely than no DST at all.
168
+
169
+ # From Alexander Krivenyshev (2008-09-05):
170
+ # As per message from Carlos Alberto Fonseca Arauz (Nicaragua),
171
+ # Argentina will start DST on Sunday October 19, 2008.
172
+ #
173
+ # <a href="http://www.worldtimezone.com/dst_news/dst_news_argentina03.html">
174
+ # http://www.worldtimezone.com/dst_news/dst_news_argentina03.html
175
+ # </a>
176
+ # OR
177
+ # <a href="http://www.impulsobaires.com.ar/nota.php?id=57832 (in spanish)">
178
+ # http://www.impulsobaires.com.ar/nota.php?id=57832 (in spanish)
179
+ # </a>
180
+
181
+ # From Rodrigo Severo (2008-10-06):
182
+ # Here is some info available at a Gentoo bug related to TZ on Argentina's DST:
183
+ # ...
184
+ # ------- Comment #1 from [jmdocile] 2008-10-06 16:28 0000 -------
185
+ # Hi, there is a problem with timezone-data-2008e and maybe with
186
+ # timezone-data-2008f
187
+ # Argentinian law [Number] 25.155 is no longer valid.
188
+ # <a href="http://www.infoleg.gov.ar/infolegInternet/anexos/60000-64999/60036/norma.htm">
189
+ # http://www.infoleg.gov.ar/infolegInternet/anexos/60000-64999/60036/norma.htm
190
+ # </a>
191
+ # The new one is law [Number] 26.350
192
+ # <a href="http://www.infoleg.gov.ar/infolegInternet/anexos/135000-139999/136191/norma.htm">
193
+ # http://www.infoleg.gov.ar/infolegInternet/anexos/135000-139999/136191/norma.htm
194
+ # </a>
195
+ # So there is no summer time in Argentina for now.
196
+
197
+ # From Mariano Absatz (2008-10-20):
198
+ # Decree 1693/2008 applies Law 26.350 for the summer 2008/2009 establishing DST in Argentina
199
+ # From 2008-10-19 until 2009-03-15
200
+ # <a href="http://www.boletinoficial.gov.ar/Bora.Portal/CustomControls/PdfContent.aspx?fp=16102008&pi=3&pf=4&s=0&sec=01">
201
+ # http://www.boletinoficial.gov.ar/Bora.Portal/CustomControls/PdfContent.aspx?fp=16102008&pi=3&pf=4&s=0&sec=01
202
+ # </a>
203
+ #
204
+ # Decree 1705/2008 excepting 12 Provinces from applying DST in the summer 2008/2009:
205
+ # Catamarca, La Rioja, Mendoza, Salta, San Juan, San Luis, La Pampa, Neuquen, Rio Negro, Chubut, Santa Cruz
206
+ # and Tierra del Fuego
207
+ # <a href="http://www.boletinoficial.gov.ar/Bora.Portal/CustomControls/PdfContent.aspx?fp=17102008&pi=1&pf=1&s=0&sec=01">
208
+ # http://www.boletinoficial.gov.ar/Bora.Portal/CustomControls/PdfContent.aspx?fp=17102008&pi=1&pf=1&s=0&sec=01
209
+ # </a>
210
+ #
211
+ # Press release 235 dated Saturday October 18th, from the Government of the Province of Jujuy saying
212
+ # it will not apply DST either (even when it was not included in Decree 1705/2008)
213
+ # <a href="http://www.jujuy.gov.ar/index2/partes_prensa/18_10_08/235-181008.doc">
214
+ # http://www.jujuy.gov.ar/index2/partes_prensa/18_10_08/235-181008.doc
215
+ # </a>
216
+
217
+ # From fullinet (2009-10-18):
218
+ # As announced in
219
+ # <a hef="http://www.argentina.gob.ar/argentina/portal/paginas.dhtml?pagina=356">
220
+ # http://www.argentina.gob.ar/argentina/portal/paginas.dhtml?pagina=356
221
+ # </a>
222
+ # (an official .gob.ar) under title: "Sin Cambio de Hora" (english: "No hour change")
223
+ #
224
+ # "Por el momento, el Gobierno Nacional resolvio no modificar la hora
225
+ # oficial, decision que estaba en estudio para su implementacion el
226
+ # domingo 18 de octubre. Desde el Ministerio de Planificacion se anuncio
227
+ # que la Argentina hoy, en estas condiciones meteorologicas, no necesita
228
+ # la modificacion del huso horario, ya que 2009 nos encuentra con
229
+ # crecimiento en la produccion y distribucion energetica."
230
+
231
+ Rule Arg 2007 only - Dec 30 0:00 1:00 S
232
+ Rule Arg 2008 2009 - Mar Sun>=15 0:00 0 -
233
+ Rule Arg 2008 only - Oct Sun>=15 0:00 1:00 S
234
+
235
+ # From Mariano Absatz (2004-05-21):
236
+ # Today it was officially published that the Province of Mendoza is changing
237
+ # its timezone this winter... starting tomorrow night....
238
+ # http://www.gobernac.mendoza.gov.ar/boletin/pdf/20040521-27158-normas.pdf
239
+ # From Paul Eggert (2004-05-24):
240
+ # It's Law No. 7,210. This change is due to a public power emergency, so for
241
+ # now we'll assume it's for this year only.
242
+ #
243
+ # From Paul Eggert (2006-03-22):
244
+ # <a href="http://www.spicasc.net/horvera.html">
245
+ # Hora de verano para la Republica Argentina (2003-06-08)
246
+ # </a> says that standard time in Argentina from 1894-10-31
247
+ # to 1920-05-01 was -4:16:48.25. Go with this more-precise value
248
+ # over Shanks & Pottenger.
249
+ #
250
+ # From Mariano Absatz (2004-06-05):
251
+ # These media articles from a major newspaper mostly cover the current state:
252
+ # http://www.lanacion.com.ar/04/05/27/de_604825.asp
253
+ # http://www.lanacion.com.ar/04/05/28/de_605203.asp
254
+ #
255
+ # The following eight (8) provinces pulled clocks back to UTC-04:00 at
256
+ # midnight Monday May 31st. (that is, the night between 05/31 and 06/01).
257
+ # Apparently, all nine provinces would go back to UTC-03:00 at the same
258
+ # time in October 17th.
259
+ #
260
+ # Catamarca, Chubut, La Rioja, San Juan, San Luis, Santa Cruz,
261
+ # Tierra del Fuego, Tucuman.
262
+ #
263
+ # From Mariano Absatz (2004-06-14):
264
+ # ... this weekend, the Province of Tucuman decided it'd go back to UTC-03:00
265
+ # yesterday midnight (that is, at 24:00 Saturday 12th), since the people's
266
+ # annoyance with the change is much higher than the power savings obtained....
267
+ #
268
+ # From Gwillim Law (2004-06-14):
269
+ # http://www.lanacion.com.ar/04/06/10/de_609078.asp ...
270
+ # "The time change in Tierra del Fuego was a conflicted decision from
271
+ # the start. The government had decreed that the measure would take
272
+ # effect on June 1, but a normative error forced the new time to begin
273
+ # three days earlier, from a Saturday to a Sunday....
274
+ # Our understanding was that the change was originally scheduled to take place
275
+ # on June 1 at 00:00 in Chubut, Santa Cruz, Tierra del Fuego (and some other
276
+ # provinces). Sunday was May 30, only two days earlier. So the article
277
+ # contains a contradiction. I would give more credence to the Saturday/Sunday
278
+ # date than the "three days earlier" phrase, and conclude that Tierra del
279
+ # Fuego set its clocks back at 2004-05-30 00:00.
280
+ #
281
+ # From Steffen Thorsen (2004-10-05):
282
+ # The previous law 7210 which changed the province of Mendoza's time zone
283
+ # back in May have been modified slightly in a new law 7277, which set the
284
+ # new end date to 2004-09-26 (original date was 2004-10-17).
285
+ # http://www.gobernac.mendoza.gov.ar/boletin/pdf/20040924-27244-normas.pdf
286
+ #
287
+ # From Mariano Absatz (2004-10-05):
288
+ # San Juan changed from UTC-03:00 to UTC-04:00 at midnight between
289
+ # Sunday, May 30th and Monday, May 31st. It changed back to UTC-03:00
290
+ # at midnight between Saturday, July 24th and Sunday, July 25th....
291
+ # http://www.sanjuan.gov.ar/prensa/archivo/000329.html
292
+ # http://www.sanjuan.gov.ar/prensa/archivo/000426.html
293
+ # http://www.sanjuan.gov.ar/prensa/archivo/000441.html
294
+
295
+ # From Alex Krivenyshev (2008-01-17):
296
+ # Here are articles that Argentina Province San Luis is planning to end DST
297
+ # as earlier as upcoming Monday January 21, 2008 or February 2008:
298
+ #
299
+ # Provincia argentina retrasa reloj y marca diferencia con resto del pais
300
+ # (Argentine Province delayed clock and mark difference with the rest of the
301
+ # country)
302
+ # <a href="http://cl.invertia.com/noticias/noticia.aspx?idNoticia=200801171849_EFE_ET4373&idtel">
303
+ # http://cl.invertia.com/noticias/noticia.aspx?idNoticia=200801171849_EFE_ET4373&idtel
304
+ # </a>
305
+ #
306
+ # Es inminente que en San Luis atrasen una hora los relojes
307
+ # (It is imminent in San Luis clocks one hour delay)
308
+ # <a href="http://www.lagaceta.com.ar/vernotae.asp?id_nota=253414">
309
+ # http://www.lagaceta.com.ar/vernotae.asp?id_nota=253414
310
+ # </a>
311
+ #
312
+ # <a href="http://www.worldtimezone.net/dst_news/dst_news_argentina02.html">
313
+ # http://www.worldtimezone.net/dst_news/dst_news_argentina02.html
314
+ # </a>
315
+
316
+ # From Jesper Norgaard Welen (2008-01-18):
317
+ # The page of the San Luis provincial government
318
+ # <a href="http://www.sanluis.gov.ar/notas.asp?idCanal=0&id=22812">
319
+ # http://www.sanluis.gov.ar/notas.asp?idCanal=0&id=22812
320
+ # </a>
321
+ # confirms what Alex Krivenyshev has earlier sent to the tz
322
+ # emailing list about that San Luis plans to return to standard
323
+ # time much earlier than the rest of the country. It also
324
+ # confirms that upon request the provinces San Juan and Mendoza
325
+ # refused to follow San Luis in this change.
326
+ #
327
+ # The change is supposed to take place Monday the 21.st at 0:00
328
+ # hours. As far as I understand it if this goes ahead, we need
329
+ # a new timezone for San Luis (although there are also documented
330
+ # independent changes in the southamerica file of San Luis in
331
+ # 1990 and 1991 which has not been confirmed).
332
+
333
+ # From Jesper Norgaard Welen (2008-01-25):
334
+ # Unfortunately the below page has become defunct, about the San Luis
335
+ # time change. Perhaps because it now is part of a group of pages "Most
336
+ # important pages of 2008."
337
+ #
338
+ # You can use
339
+ # <a href="http://www.sanluis.gov.ar/notas.asp?idCanal=8141&id=22834">
340
+ # http://www.sanluis.gov.ar/notas.asp?idCanal=8141&id=22834
341
+ # </a>
342
+ # instead it seems. Or use "Buscador" from the main page of the San Luis
343
+ # government, and fill in "huso" and click OK, and you will get 3 pages
344
+ # from which the first one is identical to the above.
345
+
346
+ # From Mariano Absatz (2008-01-28):
347
+ # I can confirm that the Province of San Luis (and so far only that
348
+ # province) decided to go back to UTC-3 effective midnight Jan 20th 2008
349
+ # (that is, Monday 21st at 0:00 is the time the clocks were delayed back
350
+ # 1 hour), and they intend to keep UTC-3 as their timezone all year round
351
+ # (that is, unless they change their mind any minute now).
352
+ #
353
+ # So we'll have to add yet another city to 'southamerica' (I think San
354
+ # Luis city is the mos populated city in the Province, so it'd be
355
+ # America/Argentina/San_Luis... of course I can't remember if San Luis's
356
+ # history of particular changes goes along with Mendoza or San Juan :-(
357
+ # (I only remember not being able to collect hard facts about San Luis
358
+ # back in 2004, when these provinces changed to UTC-4 for a few days, I
359
+ # mailed them personally and never got an answer).
360
+
361
+ # From Paul Eggert (2008-06-30):
362
+ # Unless otherwise specified, data are from Shanks & Pottenger through 1992,
363
+ # from the IATA otherwise. As noted below, Shanks & Pottenger say that
364
+ # America/Cordoba split into 6 subregions during 1991/1992, one of which
365
+ # was America/San_Luis, but we haven't verified this yet so for now we'll
366
+ # keep America/Cordoba a single region rather than splitting it into the
367
+ # other 5 subregions.
368
+
369
+ # From Mariano Absatz (2009-03-13):
370
+ # Yesterday (with our usual 2-day notice) the Province of San Luis
371
+ # decided that next Sunday instead of "staying" @utc-03:00 they will go
372
+ # to utc-04:00 until the second Saturday in October...
373
+ #
374
+ # The press release is at
375
+ # <a href="http://www.sanluis.gov.ar/SL/Paginas/NoticiaDetalle.asp?TemaId=1&InfoPrensaId=3102">
376
+ # http://www.sanluis.gov.ar/SL/Paginas/NoticiaDetalle.asp?TemaId=1&InfoPrensaId=3102
377
+ # </a>
378
+ # (I couldn't find the decree, but
379
+ # <a href="http://www.sanluis.gov.ar">
380
+ # www.sanluis.gov.ar
381
+ # <a/>
382
+ # is the official page for the Province Government).
383
+ #
384
+ # There's also a note in only one of the major national papers (La Naci�n) at
385
+ # <a href="http://www.lanacion.com.ar/nota.asp?nota_id=1107912">
386
+ # http://www.lanacion.com.ar/nota.asp?nota_id=1107912
387
+ # </a>
388
+ #
389
+ # The press release says:
390
+ # (...) anunci� que el pr�ximo domingo a las 00:00 los puntanos deber�n
391
+ # atrasar una hora sus relojes.
392
+ #
393
+ # A partir de entonces, San Luis establecer� el huso horario propio de
394
+ # la Provincia. De esta manera, durante el periodo del calendario anual
395
+ # 2009, el cambio horario quedar� comprendido entre las 00:00 del tercer
396
+ # domingo de marzo y las 24:00 del segundo s�bado de octubre.
397
+ # Quick&dirty translation
398
+ # (...) announced that next Sunday, at 00:00, Puntanos (the San Luis
399
+ # inhabitants) will have to turn back one hour their clocks
400
+ #
401
+ # Since then, San Luis will establish its own Province timezone. Thus,
402
+ # during 2009, this timezone change will run from 00:00 the third Sunday
403
+ # in March until 24:00 of the second Saturday in October.
404
+
405
+ # From Mariano Absatz (2009-10-16):
406
+ # ...the Province of San Luis is a case in itself.
407
+ #
408
+ # The Law at
409
+ # <a href="http://www.diputadossanluis.gov.ar/diputadosasp/paginas/verNorma.asp?NormaID=276>"
410
+ # http://www.diputadossanluis.gov.ar/diputadosasp/paginas/verNorma.asp?NormaID=276
411
+ # </a>
412
+ # is ambiguous because establishes a calendar from the 2nd Sunday in
413
+ # October at 0:00 thru the 2nd Saturday in March at 24:00 and the
414
+ # complement of that starting on the 2nd Sunday of March at 0:00 and
415
+ # ending on the 2nd Saturday of March at 24:00.
416
+ #
417
+ # This clearly breaks every time the 1st of March or October is a Sunday.
418
+ #
419
+ # IMHO, the "spirit of the Law" is to make the changes at 0:00 on the 2nd
420
+ # Sunday of October and March.
421
+ #
422
+ # The problem is that the changes in the rest of the Provinces that did
423
+ # change in 2007/2008, were made according to the Federal Law and Decrees
424
+ # that did so on the 3rd Sunday of October and March.
425
+ #
426
+ # In fact, San Luis actually switched from UTC-4 to UTC-3 last Sunday
427
+ # (October 11th) at 0:00.
428
+ #
429
+ # So I guess a new set of rules, besides "Arg", must be made and the last
430
+ # America/Argentina/San_Luis entries should change to use these...
431
+ #
432
+ # I'm enclosing a patch that does what I say... regretfully, the San Luis
433
+ # timezone must be called "WART/WARST" even when most of the time (like,
434
+ # right now) WARST == ART... that is, since last Sunday, all the country
435
+ # is using UTC-3, but in my patch, San Luis calls it "WARST" and the rest
436
+ # of the country calls it "ART".
437
+ # ...
438
+
439
+ # From Alexander Krivenyshev (2010-04-09):
440
+ # According to news reports from El Diario de la Republica Province San
441
+ # Luis, Argentina (standard time UTC-04) will keep Daylight Saving Time
442
+ # after April 11, 2010--will continue to have same time as rest of
443
+ # Argentina (UTC-3) (no DST).
444
+ #
445
+ # Confirmaron la pr&oacute;rroga del huso horario de verano (Spanish)
446
+ # <a href="http://www.eldiariodelarepublica.com/index.php?option=com_content&task=view&id=29383&Itemid=9">
447
+ # http://www.eldiariodelarepublica.com/index.php?option=com_content&task=view&id=29383&Itemid=9
448
+ # </a>
449
+ # or (some English translation):
450
+ # <a href="http://www.worldtimezone.com/dst_news/dst_news_argentina08.html">
451
+ # http://www.worldtimezone.com/dst_news/dst_news_argentina08.html
452
+ # </a>
453
+
454
+ # From Mariano Absatz (2010-04-12):
455
+ # yes...I can confirm this...and given that San Luis keeps calling
456
+ # UTC-03:00 "summer time", we should't just let San Luis go back to "Arg"
457
+ # rules...San Luis is still using "Western ARgentina Time" and it got
458
+ # stuck on Summer daylight savings time even though the summer is over.
459
+
460
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
461
+ #
462
+ # Buenos Aires (BA), Capital Federal (CF),
463
+ Zone America/Argentina/Buenos_Aires -3:53:48 - LMT 1894 Oct 31
464
+ -4:16:48 - CMT 1920 May # Cordoba Mean Time
465
+ -4:00 - ART 1930 Dec
466
+ -4:00 Arg AR%sT 1969 Oct 5
467
+ -3:00 Arg AR%sT 1999 Oct 3
468
+ -4:00 Arg AR%sT 2000 Mar 3
469
+ -3:00 Arg AR%sT
470
+ #
471
+ # Cordoba (CB), Santa Fe (SF), Entre Rios (ER), Corrientes (CN), Misiones (MN),
472
+ # Chaco (CC), Formosa (FM), Santiago del Estero (SE)
473
+ #
474
+ # Shanks & Pottenger also make the following claims, which we haven't verified:
475
+ # - Formosa switched to -3:00 on 1991-01-07.
476
+ # - Misiones switched to -3:00 on 1990-12-29.
477
+ # - Chaco switched to -3:00 on 1991-01-04.
478
+ # - Santiago del Estero switched to -4:00 on 1991-04-01,
479
+ # then to -3:00 on 1991-04-26.
480
+ #
481
+ Zone America/Argentina/Cordoba -4:16:48 - LMT 1894 Oct 31
482
+ -4:16:48 - CMT 1920 May
483
+ -4:00 - ART 1930 Dec
484
+ -4:00 Arg AR%sT 1969 Oct 5
485
+ -3:00 Arg AR%sT 1991 Mar 3
486
+ -4:00 - WART 1991 Oct 20
487
+ -3:00 Arg AR%sT 1999 Oct 3
488
+ -4:00 Arg AR%sT 2000 Mar 3
489
+ -3:00 Arg AR%sT
490
+ #
491
+ # Salta (SA), La Pampa (LP), Neuquen (NQ), Rio Negro (RN)
492
+ Zone America/Argentina/Salta -4:21:40 - LMT 1894 Oct 31
493
+ -4:16:48 - CMT 1920 May
494
+ -4:00 - ART 1930 Dec
495
+ -4:00 Arg AR%sT 1969 Oct 5
496
+ -3:00 Arg AR%sT 1991 Mar 3
497
+ -4:00 - WART 1991 Oct 20
498
+ -3:00 Arg AR%sT 1999 Oct 3
499
+ -4:00 Arg AR%sT 2000 Mar 3
500
+ -3:00 Arg AR%sT 2008 Oct 18
501
+ -3:00 - ART
502
+ #
503
+ # Tucuman (TM)
504
+ Zone America/Argentina/Tucuman -4:20:52 - LMT 1894 Oct 31
505
+ -4:16:48 - CMT 1920 May
506
+ -4:00 - ART 1930 Dec
507
+ -4:00 Arg AR%sT 1969 Oct 5
508
+ -3:00 Arg AR%sT 1991 Mar 3
509
+ -4:00 - WART 1991 Oct 20
510
+ -3:00 Arg AR%sT 1999 Oct 3
511
+ -4:00 Arg AR%sT 2000 Mar 3
512
+ -3:00 - ART 2004 Jun 1
513
+ -4:00 - WART 2004 Jun 13
514
+ -3:00 Arg AR%sT
515
+ #
516
+ # La Rioja (LR)
517
+ Zone America/Argentina/La_Rioja -4:27:24 - LMT 1894 Oct 31
518
+ -4:16:48 - CMT 1920 May
519
+ -4:00 - ART 1930 Dec
520
+ -4:00 Arg AR%sT 1969 Oct 5
521
+ -3:00 Arg AR%sT 1991 Mar 1
522
+ -4:00 - WART 1991 May 7
523
+ -3:00 Arg AR%sT 1999 Oct 3
524
+ -4:00 Arg AR%sT 2000 Mar 3
525
+ -3:00 - ART 2004 Jun 1
526
+ -4:00 - WART 2004 Jun 20
527
+ -3:00 Arg AR%sT 2008 Oct 18
528
+ -3:00 - ART
529
+ #
530
+ # San Juan (SJ)
531
+ Zone America/Argentina/San_Juan -4:34:04 - LMT 1894 Oct 31
532
+ -4:16:48 - CMT 1920 May
533
+ -4:00 - ART 1930 Dec
534
+ -4:00 Arg AR%sT 1969 Oct 5
535
+ -3:00 Arg AR%sT 1991 Mar 1
536
+ -4:00 - WART 1991 May 7
537
+ -3:00 Arg AR%sT 1999 Oct 3
538
+ -4:00 Arg AR%sT 2000 Mar 3
539
+ -3:00 - ART 2004 May 31
540
+ -4:00 - WART 2004 Jul 25
541
+ -3:00 Arg AR%sT 2008 Oct 18
542
+ -3:00 - ART
543
+ #
544
+ # Jujuy (JY)
545
+ Zone America/Argentina/Jujuy -4:21:12 - LMT 1894 Oct 31
546
+ -4:16:48 - CMT 1920 May
547
+ -4:00 - ART 1930 Dec
548
+ -4:00 Arg AR%sT 1969 Oct 5
549
+ -3:00 Arg AR%sT 1990 Mar 4
550
+ -4:00 - WART 1990 Oct 28
551
+ -4:00 1:00 WARST 1991 Mar 17
552
+ -4:00 - WART 1991 Oct 6
553
+ -3:00 1:00 ARST 1992
554
+ -3:00 Arg AR%sT 1999 Oct 3
555
+ -4:00 Arg AR%sT 2000 Mar 3
556
+ -3:00 Arg AR%sT 2008 Oct 18
557
+ -3:00 - ART
558
+ #
559
+ # Catamarca (CT), Chubut (CH)
560
+ Zone America/Argentina/Catamarca -4:23:08 - LMT 1894 Oct 31
561
+ -4:16:48 - CMT 1920 May
562
+ -4:00 - ART 1930 Dec
563
+ -4:00 Arg AR%sT 1969 Oct 5
564
+ -3:00 Arg AR%sT 1991 Mar 3
565
+ -4:00 - WART 1991 Oct 20
566
+ -3:00 Arg AR%sT 1999 Oct 3
567
+ -4:00 Arg AR%sT 2000 Mar 3
568
+ -3:00 - ART 2004 Jun 1
569
+ -4:00 - WART 2004 Jun 20
570
+ -3:00 Arg AR%sT 2008 Oct 18
571
+ -3:00 - ART
572
+ #
573
+ # Mendoza (MZ)
574
+ Zone America/Argentina/Mendoza -4:35:16 - LMT 1894 Oct 31
575
+ -4:16:48 - CMT 1920 May
576
+ -4:00 - ART 1930 Dec
577
+ -4:00 Arg AR%sT 1969 Oct 5
578
+ -3:00 Arg AR%sT 1990 Mar 4
579
+ -4:00 - WART 1990 Oct 15
580
+ -4:00 1:00 WARST 1991 Mar 1
581
+ -4:00 - WART 1991 Oct 15
582
+ -4:00 1:00 WARST 1992 Mar 1
583
+ -4:00 - WART 1992 Oct 18
584
+ -3:00 Arg AR%sT 1999 Oct 3
585
+ -4:00 Arg AR%sT 2000 Mar 3
586
+ -3:00 - ART 2004 May 23
587
+ -4:00 - WART 2004 Sep 26
588
+ -3:00 Arg AR%sT 2008 Oct 18
589
+ -3:00 - ART
590
+ #
591
+ # San Luis (SL)
592
+
593
+ Rule SanLuis 2008 2009 - Mar Sun>=8 0:00 0 -
594
+ Rule SanLuis 2007 2009 - Oct Sun>=8 0:00 1:00 S
595
+
596
+ Zone America/Argentina/San_Luis -4:25:24 - LMT 1894 Oct 31
597
+ -4:16:48 - CMT 1920 May
598
+ -4:00 - ART 1930 Dec
599
+ -4:00 Arg AR%sT 1969 Oct 5
600
+ -3:00 Arg AR%sT 1990
601
+ -3:00 1:00 ARST 1990 Mar 14
602
+ -4:00 - WART 1990 Oct 15
603
+ -4:00 1:00 WARST 1991 Mar 1
604
+ -4:00 - WART 1991 Jun 1
605
+ -3:00 - ART 1999 Oct 3
606
+ -4:00 1:00 WARST 2000 Mar 3
607
+ -3:00 - ART 2004 May 31
608
+ -4:00 - WART 2004 Jul 25
609
+ -3:00 Arg AR%sT 2008 Jan 21
610
+ -4:00 SanLuis WAR%sT
611
+ #
612
+ # Santa Cruz (SC)
613
+ Zone America/Argentina/Rio_Gallegos -4:36:52 - LMT 1894 Oct 31
614
+ -4:16:48 - CMT 1920 May # Cordoba Mean Time
615
+ -4:00 - ART 1930 Dec
616
+ -4:00 Arg AR%sT 1969 Oct 5
617
+ -3:00 Arg AR%sT 1999 Oct 3
618
+ -4:00 Arg AR%sT 2000 Mar 3
619
+ -3:00 - ART 2004 Jun 1
620
+ -4:00 - WART 2004 Jun 20
621
+ -3:00 Arg AR%sT 2008 Oct 18
622
+ -3:00 - ART
623
+ #
624
+ # Tierra del Fuego, Antartida e Islas del Atlantico Sur (TF)
625
+ Zone America/Argentina/Ushuaia -4:33:12 - LMT 1894 Oct 31
626
+ -4:16:48 - CMT 1920 May # Cordoba Mean Time
627
+ -4:00 - ART 1930 Dec
628
+ -4:00 Arg AR%sT 1969 Oct 5
629
+ -3:00 Arg AR%sT 1999 Oct 3
630
+ -4:00 Arg AR%sT 2000 Mar 3
631
+ -3:00 - ART 2004 May 30
632
+ -4:00 - WART 2004 Jun 20
633
+ -3:00 Arg AR%sT 2008 Oct 18
634
+ -3:00 - ART
635
+
636
+ # Aruba
637
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
638
+ Zone America/Aruba -4:40:24 - LMT 1912 Feb 12 # Oranjestad
639
+ -4:30 - ANT 1965 # Netherlands Antilles Time
640
+ -4:00 - AST
641
+
642
+ # Bolivia
643
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
644
+ Zone America/La_Paz -4:32:36 - LMT 1890
645
+ -4:32:36 - CMT 1931 Oct 15 # Calamarca MT
646
+ -4:32:36 1:00 BOST 1932 Mar 21 # Bolivia ST
647
+ -4:00 - BOT # Bolivia Time
648
+
649
+ # Brazil
650
+
651
+ # From Paul Eggert (1993-11-18):
652
+ # The mayor of Rio recently attempted to change the time zone rules
653
+ # just in his city, in order to leave more summer time for the tourist trade.
654
+ # The rule change lasted only part of the day;
655
+ # the federal government refused to follow the city's rules, and business
656
+ # was in a chaos, so the mayor backed down that afternoon.
657
+
658
+ # From IATA SSIM (1996-02):
659
+ # _Only_ the following states in BR1 observe DST: Rio Grande do Sul (RS),
660
+ # Santa Catarina (SC), Parana (PR), Sao Paulo (SP), Rio de Janeiro (RJ),
661
+ # Espirito Santo (ES), Minas Gerais (MG), Bahia (BA), Goias (GO),
662
+ # Distrito Federal (DF), Tocantins (TO), Sergipe [SE] and Alagoas [AL].
663
+ # [The last three states are new to this issue of the IATA SSIM.]
664
+
665
+ # From Gwillim Law (1996-10-07):
666
+ # Geography, history (Tocantins was part of Goias until 1989), and other
667
+ # sources of time zone information lead me to believe that AL, SE, and TO were
668
+ # always in BR1, and so the only change was whether or not they observed DST....
669
+ # The earliest issue of the SSIM I have is 2/91. Each issue from then until
670
+ # 9/95 says that DST is observed only in the ten states I quoted from 9/95,
671
+ # along with Mato Grosso (MT) and Mato Grosso do Sul (MS), which are in BR2
672
+ # (UTC-4).... The other two time zones given for Brazil are BR3, which is
673
+ # UTC-5, no DST, and applies only in the state of Acre (AC); and BR4, which is
674
+ # UTC-2, and applies to Fernando de Noronha (formerly FN, but I believe it's
675
+ # become part of the state of Pernambuco). The boundary between BR1 and BR2
676
+ # has never been clearly stated. They've simply been called East and West.
677
+ # However, some conclusions can be drawn from another IATA manual: the Airline
678
+ # Coding Directory, which lists close to 400 airports in Brazil. For each
679
+ # airport it gives a time zone which is coded to the SSIM. From that
680
+ # information, I'm led to conclude that the states of Amapa (AP), Ceara (CE),
681
+ # Maranhao (MA), Paraiba (PR), Pernambuco (PE), Piaui (PI), and Rio Grande do
682
+ # Norte (RN), and the eastern part of Para (PA) are all in BR1 without DST.
683
+
684
+ # From Marcos Tadeu (1998-09-27):
685
+ # <a href="http://pcdsh01.on.br/verao1.html">
686
+ # Brazilian official page
687
+ # </a>
688
+
689
+ # From Jesper Norgaard (2000-11-03):
690
+ # [For an official list of which regions in Brazil use which time zones, see:]
691
+ # http://pcdsh01.on.br/Fusbr.htm
692
+ # http://pcdsh01.on.br/Fusbrhv.htm
693
+
694
+ # From Celso Doria via David Madeo (2002-10-09):
695
+ # The reason for the delay this year has to do with elections in Brazil.
696
+ #
697
+ # Unlike in the United States, elections in Brazil are 100% computerized and
698
+ # the results are known almost immediately. Yesterday, it was the first
699
+ # round of the elections when 115 million Brazilians voted for President,
700
+ # Governor, Senators, Federal Deputies, and State Deputies. Nobody is
701
+ # counting (or re-counting) votes anymore and we know there will be a second
702
+ # round for the Presidency and also for some Governors. The 2nd round will
703
+ # take place on October 27th.
704
+ #
705
+ # The reason why the DST will only begin November 3rd is that the thousands
706
+ # of electoral machines used cannot have their time changed, and since the
707
+ # Constitution says the elections must begin at 8:00 AM and end at 5:00 PM,
708
+ # the Government decided to postpone DST, instead of changing the Constitution
709
+ # (maybe, for the next elections, it will be possible to change the clock)...
710
+
711
+ # From Rodrigo Severo (2004-10-04):
712
+ # It's just the biannual change made necessary by the much hyped, supposedly
713
+ # modern Brazilian eletronic voting machines which, apparently, can't deal
714
+ # with a time change between the first and the second rounds of the elections.
715
+
716
+ # From Steffen Thorsen (2007-09-20):
717
+ # Brazil will start DST on 2007-10-14 00:00 and end on 2008-02-17 00:00:
718
+ # http://www.mme.gov.br/site/news/detail.do;jsessionid=BBA06811AFCAAC28F0285210913513DA?newsId=13975
719
+
720
+ # From Paul Schulze (2008-06-24):
721
+ # ...by law number 11.662 of April 24, 2008 (published in the "Diario
722
+ # Oficial da Uniao"...) in Brazil there are changes in the timezones,
723
+ # effective today (00:00am at June 24, 2008) as follows:
724
+ #
725
+ # a) The timezone UTC+5 is e[x]tinguished, with all the Acre state and the
726
+ # part of the Amazonas state that had this timezone now being put to the
727
+ # timezone UTC+4
728
+ # b) The whole Para state now is put at timezone UTC+3, instead of just
729
+ # part of it, as was before.
730
+ #
731
+ # This change follows a proposal of senator Tiao Viana of Acre state, that
732
+ # proposed it due to concerns about open television channels displaying
733
+ # programs inappropriate to youths in the states that had the timezone
734
+ # UTC+5 too early in the night. In the occasion, some more corrections
735
+ # were proposed, trying to unify the timezones of any given state. This
736
+ # change modifies timezone rules defined in decree 2.784 of 18 June,
737
+ # 1913.
738
+
739
+ # From Rodrigo Severo (2008-06-24):
740
+ # Just correcting the URL:
741
+ # <a href="https://www.in.gov.br/imprensa/visualiza/index.jsp?jornal=do&secao=1&pagina=1&data=25/04/2008">
742
+ # https://www.in.gov.br/imprensa/visualiza/index.jsp?jornal=do&secao=1&pagina=1&data=25/04/2008
743
+ # </a>
744
+ #
745
+ # As a result of the above Decree I believe the America/Rio_Branco
746
+ # timezone shall be modified from UTC-5 to UTC-4 and a new timezone shall
747
+ # be created to represent the...west side of the Para State. I
748
+ # suggest this new timezone be called Santarem as the most
749
+ # important/populated city in the affected area.
750
+ #
751
+ # This new timezone would be the same as the Rio_Branco timezone up to
752
+ # the 2008/06/24 change which would be to UTC-3 instead of UTC-4.
753
+
754
+ # From Alex Krivenyshev (2008-06-24):
755
+ # This is a quick reference page for New and Old Brazil Time Zones map.
756
+ # <a href="http://www.worldtimezone.com/brazil-time-new-old.php">
757
+ # http://www.worldtimezone.com/brazil-time-new-old.php
758
+ # </a>
759
+ #
760
+ # - 4 time zones replaced by 3 time zones-eliminating time zone UTC- 05
761
+ # (state Acre and the part of the Amazonas will be UTC/GMT- 04) - western
762
+ # part of Par state is moving to one timezone UTC- 03 (from UTC -04).
763
+
764
+ # From Paul Eggert (2002-10-10):
765
+ # The official decrees referenced below are mostly taken from
766
+ # <a href="http://pcdsh01.on.br/DecHV.html">
767
+ # Decretos sobre o Horario de Verao no Brasil
768
+ # </a>.
769
+
770
+ # From Steffen Thorsen (2008-08-29):
771
+ # As announced by the government and many newspapers in Brazil late
772
+ # yesterday, Brazil will start DST on 2008-10-19 (need to change rule) and
773
+ # it will end on 2009-02-15 (current rule for Brazil is fine). Based on
774
+ # past years experience with the elections, there was a good chance that
775
+ # the start was postponed to November, but it did not happen this year.
776
+ #
777
+ # It has not yet been posted to http://pcdsh01.on.br/DecHV.html
778
+ #
779
+ # An official page about it:
780
+ # <a href="http://www.mme.gov.br/site/news/detail.do?newsId=16722">
781
+ # http://www.mme.gov.br/site/news/detail.do?newsId=16722
782
+ # </a>
783
+ # Note that this link does not always work directly, but must be accessed
784
+ # by going to
785
+ # <a href="http://www.mme.gov.br/first">
786
+ # http://www.mme.gov.br/first
787
+ # </a>
788
+ #
789
+ # One example link that works directly:
790
+ # <a href="http://jornale.com.br/index.php?option=com_content&task=view&id=13530&Itemid=54">
791
+ # http://jornale.com.br/index.php?option=com_content&task=view&id=13530&Itemid=54
792
+ # (Portuguese)
793
+ # </a>
794
+ #
795
+ # We have a written a short article about it as well:
796
+ # <a href="http://www.timeanddate.com/news/time/brazil-dst-2008-2009.html">
797
+ # http://www.timeanddate.com/news/time/brazil-dst-2008-2009.html
798
+ # </a>
799
+ #
800
+ # From Alexander Krivenyshev (2011-10-04):
801
+ # State Bahia will return to Daylight savings time this year after 8 years off.
802
+ # The announcement was made by Governor Jaques Wagner in an interview to a
803
+ # television station in Salvador.
804
+
805
+ # In Portuguese:
806
+ # <a href="http://g1.globo.com/bahia/noticia/2011/10/governador-jaques-wagner-confirma-horario-de-verao-na-bahia.html">
807
+ # http://g1.globo.com/bahia/noticia/2011/10/governador-jaques-wagner-confirma-horario-de-verao-na-bahia.html
808
+ # </a> and
809
+ # <a href="http://noticias.terra.com.br/brasil/noticias/0,,OI5390887-EI8139,00-Bahia+volta+a+ter+horario+de+verao+apos+oito+anos.html">
810
+ # http://noticias.terra.com.br/brasil/noticias/0,,OI5390887-EI8139,00-Bahia+volta+a+ter+horario+de+verao+apos+oito+anos.html
811
+ # </a>
812
+
813
+ # From Guilherme Bernardes Rodrigues (2011-10-07):
814
+ # There is news in the media, however there is still no decree about it.
815
+ # I just send a e-mail to Zulmira Brand�o at
816
+ # <a href="http://pcdsh01.on.br/">http://pcdsh01.on.br/</a> the
817
+ # oficial agency about time in Brazil, and she confirmed that the old rule is
818
+ # still in force.
819
+
820
+ # From Guilherme Bernardes Rodrigues (2011-10-14)
821
+ # It's official, the President signed a decree that includes Bahia in summer
822
+ # time.
823
+ # [ and in a second message (same day): ]
824
+ # I found the decree.
825
+ #
826
+ # DECRETO No- 7.584, DE 13 DE OUTUBRO DE 2011
827
+ # Link :
828
+ # <a href="http://www.in.gov.br/visualiza/index.jsp?data=13/10/2011&jornal=1000&pagina=6&totalArquivos=6">
829
+ # http://www.in.gov.br/visualiza/index.jsp?data=13/10/2011&jornal=1000&pagina=6&totalArquivos=6
830
+ # </a>
831
+
832
+ # From Kelley Cook (2012-10-16):
833
+ # The governor of state of Bahia in Brazil announced on Thursday that
834
+ # due to public pressure, he is reversing the DST policy they implemented
835
+ # last year and will not be going to Summer Time on October 21st....
836
+ # http://www.correio24horas.com.br/r/artigo/apos-pressoes-wagner-suspende-horario-de-verao-na-bahia
837
+
838
+ # From Rodrigo Severo (2012-10-16):
839
+ # Tocantins state will have DST.
840
+ # http://noticias.terra.com.br/brasil/noticias/0,,OI6232536-EI306.html
841
+
842
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
843
+ # Decree <a href="http://pcdsh01.on.br/HV20466.htm">20,466</a> (1931-10-01)
844
+ # Decree <a href="http://pcdsh01.on.br/HV21896.htm">21,896</a> (1932-01-10)
845
+ Rule Brazil 1931 only - Oct 3 11:00 1:00 S
846
+ Rule Brazil 1932 1933 - Apr 1 0:00 0 -
847
+ Rule Brazil 1932 only - Oct 3 0:00 1:00 S
848
+ # Decree <a href="http://pcdsh01.on.br/HV23195.htm">23,195</a> (1933-10-10)
849
+ # revoked DST.
850
+ # Decree <a href="http://pcdsh01.on.br/HV27496.htm">27,496</a> (1949-11-24)
851
+ # Decree <a href="http://pcdsh01.on.br/HV27998.htm">27,998</a> (1950-04-13)
852
+ Rule Brazil 1949 1952 - Dec 1 0:00 1:00 S
853
+ Rule Brazil 1950 only - Apr 16 1:00 0 -
854
+ Rule Brazil 1951 1952 - Apr 1 0:00 0 -
855
+ # Decree <a href="http://pcdsh01.on.br/HV32308.htm">32,308</a> (1953-02-24)
856
+ Rule Brazil 1953 only - Mar 1 0:00 0 -
857
+ # Decree <a href="http://pcdsh01.on.br/HV34724.htm">34,724</a> (1953-11-30)
858
+ # revoked DST.
859
+ # Decree <a href="http://pcdsh01.on.br/HV52700.htm">52,700</a> (1963-10-18)
860
+ # established DST from 1963-10-23 00:00 to 1964-02-29 00:00
861
+ # in SP, RJ, GB, MG, ES, due to the prolongation of the drought.
862
+ # Decree <a href="http://pcdsh01.on.br/HV53071.htm">53,071</a> (1963-12-03)
863
+ # extended the above decree to all of the national territory on 12-09.
864
+ Rule Brazil 1963 only - Dec 9 0:00 1:00 S
865
+ # Decree <a href="http://pcdsh01.on.br/HV53604.htm">53,604</a> (1964-02-25)
866
+ # extended summer time by one day to 1964-03-01 00:00 (start of school).
867
+ Rule Brazil 1964 only - Mar 1 0:00 0 -
868
+ # Decree <a href="http://pcdsh01.on.br/HV55639.htm">55,639</a> (1965-01-27)
869
+ Rule Brazil 1965 only - Jan 31 0:00 1:00 S
870
+ Rule Brazil 1965 only - Mar 31 0:00 0 -
871
+ # Decree <a href="http://pcdsh01.on.br/HV57303.htm">57,303</a> (1965-11-22)
872
+ Rule Brazil 1965 only - Dec 1 0:00 1:00 S
873
+ # Decree <a href="http://pcdsh01.on.br/HV57843.htm">57,843</a> (1966-02-18)
874
+ Rule Brazil 1966 1968 - Mar 1 0:00 0 -
875
+ Rule Brazil 1966 1967 - Nov 1 0:00 1:00 S
876
+ # Decree <a href="http://pcdsh01.on.br/HV63429.htm">63,429</a> (1968-10-15)
877
+ # revoked DST.
878
+ # Decree <a href="http://pcdsh01.on.br/HV91698.htm">91,698</a> (1985-09-27)
879
+ Rule Brazil 1985 only - Nov 2 0:00 1:00 S
880
+ # Decree 92,310 (1986-01-21)
881
+ # Decree 92,463 (1986-03-13)
882
+ Rule Brazil 1986 only - Mar 15 0:00 0 -
883
+ # Decree 93,316 (1986-10-01)
884
+ Rule Brazil 1986 only - Oct 25 0:00 1:00 S
885
+ Rule Brazil 1987 only - Feb 14 0:00 0 -
886
+ # Decree <a href="http://pcdsh01.on.br/HV94922.htm">94,922</a> (1987-09-22)
887
+ Rule Brazil 1987 only - Oct 25 0:00 1:00 S
888
+ Rule Brazil 1988 only - Feb 7 0:00 0 -
889
+ # Decree <a href="http://pcdsh01.on.br/HV96676.htm">96,676</a> (1988-09-12)
890
+ # except for the states of AC, AM, PA, RR, RO, and AP (then a territory)
891
+ Rule Brazil 1988 only - Oct 16 0:00 1:00 S
892
+ Rule Brazil 1989 only - Jan 29 0:00 0 -
893
+ # Decree <a href="http://pcdsh01.on.br/HV98077.htm">98,077</a> (1989-08-21)
894
+ # with the same exceptions
895
+ Rule Brazil 1989 only - Oct 15 0:00 1:00 S
896
+ Rule Brazil 1990 only - Feb 11 0:00 0 -
897
+ # Decree <a href="http://pcdsh01.on.br/HV99530.htm">99,530</a> (1990-09-17)
898
+ # adopted by RS, SC, PR, SP, RJ, ES, MG, GO, MS, DF.
899
+ # Decree 99,629 (1990-10-19) adds BA, MT.
900
+ Rule Brazil 1990 only - Oct 21 0:00 1:00 S
901
+ Rule Brazil 1991 only - Feb 17 0:00 0 -
902
+ # <a href="http://pcdsh01.on.br/HV1991.htm">Unnumbered decree</a> (1991-09-25)
903
+ # adopted by RS, SC, PR, SP, RJ, ES, MG, BA, GO, MT, MS, DF.
904
+ Rule Brazil 1991 only - Oct 20 0:00 1:00 S
905
+ Rule Brazil 1992 only - Feb 9 0:00 0 -
906
+ # <a href="http://pcdsh01.on.br/HV1992.htm">Unnumbered decree</a> (1992-10-16)
907
+ # adopted by same states.
908
+ Rule Brazil 1992 only - Oct 25 0:00 1:00 S
909
+ Rule Brazil 1993 only - Jan 31 0:00 0 -
910
+ # Decree <a href="http://pcdsh01.on.br/HV942.htm">942</a> (1993-09-28)
911
+ # adopted by same states, plus AM.
912
+ # Decree <a href="http://pcdsh01.on.br/HV1252.htm">1,252</a> (1994-09-22;
913
+ # web page corrected 2004-01-07) adopted by same states, minus AM.
914
+ # Decree <a href="http://pcdsh01.on.br/HV1636.htm">1,636</a> (1995-09-14)
915
+ # adopted by same states, plus MT and TO.
916
+ # Decree <a href="http://pcdsh01.on.br/HV1674.htm">1,674</a> (1995-10-13)
917
+ # adds AL, SE.
918
+ Rule Brazil 1993 1995 - Oct Sun>=11 0:00 1:00 S
919
+ Rule Brazil 1994 1995 - Feb Sun>=15 0:00 0 -
920
+ Rule Brazil 1996 only - Feb 11 0:00 0 -
921
+ # Decree <a href="http://pcdsh01.on.br/HV2000.htm">2,000</a> (1996-09-04)
922
+ # adopted by same states, minus AL, SE.
923
+ Rule Brazil 1996 only - Oct 6 0:00 1:00 S
924
+ Rule Brazil 1997 only - Feb 16 0:00 0 -
925
+ # From Daniel C. Sobral (1998-02-12):
926
+ # In 1997, the DS began on October 6. The stated reason was that
927
+ # because international television networks ignored Brazil's policy on DS,
928
+ # they bought the wrong times on satellite for coverage of Pope's visit.
929
+ # This year, the ending date of DS was postponed to March 1
930
+ # to help dealing with the shortages of electric power.
931
+ #
932
+ # Decree 2,317 (1997-09-04), adopted by same states.
933
+ Rule Brazil 1997 only - Oct 6 0:00 1:00 S
934
+ # Decree <a href="http://pcdsh01.on.br/figuras/HV2495.JPG">2,495</a>
935
+ # (1998-02-10)
936
+ Rule Brazil 1998 only - Mar 1 0:00 0 -
937
+ # Decree <a href="http://pcdsh01.on.br/figuras/Hv98.jpg">2,780</a> (1998-09-11)
938
+ # adopted by the same states as before.
939
+ Rule Brazil 1998 only - Oct 11 0:00 1:00 S
940
+ Rule Brazil 1999 only - Feb 21 0:00 0 -
941
+ # Decree <a href="http://pcdsh01.on.br/figuras/HV3150.gif">3,150</a>
942
+ # (1999-08-23) adopted by same states.
943
+ # Decree <a href="http://pcdsh01.on.br/DecHV99.gif">3,188</a> (1999-09-30)
944
+ # adds SE, AL, PB, PE, RN, CE, PI, MA and RR.
945
+ Rule Brazil 1999 only - Oct 3 0:00 1:00 S
946
+ Rule Brazil 2000 only - Feb 27 0:00 0 -
947
+ # Decree <a href="http://pcdsh01.on.br/DEC3592.htm">3,592</a> (2000-09-06)
948
+ # adopted by the same states as before.
949
+ # Decree <a href="http://pcdsh01.on.br/Dec3630.jpg">3,630</a> (2000-10-13)
950
+ # repeals DST in PE and RR, effective 2000-10-15 00:00.
951
+ # Decree <a href="http://pcdsh01.on.br/Dec3632.jpg">3,632</a> (2000-10-17)
952
+ # repeals DST in SE, AL, PB, RN, CE, PI and MA, effective 2000-10-22 00:00.
953
+ # Decree <a href="http://pcdsh01.on.br/figuras/HV3916.gif">3,916</a>
954
+ # (2001-09-13) reestablishes DST in AL, CE, MA, PB, PE, PI, RN, SE.
955
+ Rule Brazil 2000 2001 - Oct Sun>=8 0:00 1:00 S
956
+ Rule Brazil 2001 2006 - Feb Sun>=15 0:00 0 -
957
+ # Decree 4,399 (2002-10-01) repeals DST in AL, CE, MA, PB, PE, PI, RN, SE.
958
+ # <a href="http://www.presidencia.gov.br/CCIVIL/decreto/2002/D4399.htm">4,399</a>
959
+ Rule Brazil 2002 only - Nov 3 0:00 1:00 S
960
+ # Decree 4,844 (2003-09-24; corrected 2003-09-26) repeals DST in BA, MT, TO.
961
+ # <a href="http://www.presidencia.gov.br/CCIVIL/decreto/2003/D4844.htm">4,844</a>
962
+ Rule Brazil 2003 only - Oct 19 0:00 1:00 S
963
+ # Decree 5,223 (2004-10-01) reestablishes DST in MT.
964
+ # <a href="http://www.planalto.gov.br/ccivil_03/_Ato2004-2006/2004/Decreto/D5223.htm">5,223</a>
965
+ Rule Brazil 2004 only - Nov 2 0:00 1:00 S
966
+ # Decree <a href="http://pcdsh01.on.br/DecHV5539.gif">5,539</a> (2005-09-19),
967
+ # adopted by the same states as before.
968
+ Rule Brazil 2005 only - Oct 16 0:00 1:00 S
969
+ # Decree <a href="http://pcdsh01.on.br/DecHV5920.gif">5,920</a> (2006-10-03),
970
+ # adopted by the same states as before.
971
+ Rule Brazil 2006 only - Nov 5 0:00 1:00 S
972
+ Rule Brazil 2007 only - Feb 25 0:00 0 -
973
+ # Decree <a href="http://pcdsh01.on.br/DecHV6212.gif">6,212</a> (2007-09-26),
974
+ # adopted by the same states as before.
975
+ Rule Brazil 2007 only - Oct Sun>=8 0:00 1:00 S
976
+ # From Frederico A. C. Neves (2008-09-10):
977
+ # Acording to this decree
978
+ # <a href="http://www.planalto.gov.br/ccivil_03/_Ato2007-2010/2008/Decreto/D6558.htm">
979
+ # http://www.planalto.gov.br/ccivil_03/_Ato2007-2010/2008/Decreto/D6558.htm
980
+ # </a>
981
+ # [t]he DST period in Brazil now on will be from the 3rd Oct Sunday to the
982
+ # 3rd Feb Sunday. There is an exception on the return date when this is
983
+ # the Carnival Sunday then the return date will be the next Sunday...
984
+ Rule Brazil 2008 max - Oct Sun>=15 0:00 1:00 S
985
+ Rule Brazil 2008 2011 - Feb Sun>=15 0:00 0 -
986
+ Rule Brazil 2012 only - Feb Sun>=22 0:00 0 -
987
+ Rule Brazil 2013 2014 - Feb Sun>=15 0:00 0 -
988
+ Rule Brazil 2015 only - Feb Sun>=22 0:00 0 -
989
+ Rule Brazil 2016 2022 - Feb Sun>=15 0:00 0 -
990
+ Rule Brazil 2023 only - Feb Sun>=22 0:00 0 -
991
+ Rule Brazil 2024 2025 - Feb Sun>=15 0:00 0 -
992
+ Rule Brazil 2026 only - Feb Sun>=22 0:00 0 -
993
+ Rule Brazil 2027 2033 - Feb Sun>=15 0:00 0 -
994
+ Rule Brazil 2034 only - Feb Sun>=22 0:00 0 -
995
+ Rule Brazil 2035 2036 - Feb Sun>=15 0:00 0 -
996
+ Rule Brazil 2037 only - Feb Sun>=22 0:00 0 -
997
+ # From Arthur David Olson (2008-09-29):
998
+ # The next is wrong in some years but is better than nothing.
999
+ Rule Brazil 2038 max - Feb Sun>=15 0:00 0 -
1000
+
1001
+ # The latest ruleset listed above says that the following states observe DST:
1002
+ # DF, ES, GO, MG, MS, MT, PR, RJ, RS, SC, SP.
1003
+
1004
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
1005
+ #
1006
+ # Fernando de Noronha (administratively part of PE)
1007
+ Zone America/Noronha -2:09:40 - LMT 1914
1008
+ -2:00 Brazil FN%sT 1990 Sep 17
1009
+ -2:00 - FNT 1999 Sep 30
1010
+ -2:00 Brazil FN%sT 2000 Oct 15
1011
+ -2:00 - FNT 2001 Sep 13
1012
+ -2:00 Brazil FN%sT 2002 Oct 1
1013
+ -2:00 - FNT
1014
+ # Other Atlantic islands have no permanent settlement.
1015
+ # These include Trindade and Martin Vaz (administratively part of ES),
1016
+ # Atol das Rocas (RN), and Penedos de Sao Pedro e Sao Paulo (PE).
1017
+ # Fernando de Noronha was a separate territory from 1942-09-02 to 1989-01-01;
1018
+ # it also included the Penedos.
1019
+ #
1020
+ # Amapa (AP), east Para (PA)
1021
+ # East Para includes Belem, Maraba, Serra Norte, and Sao Felix do Xingu.
1022
+ # The division between east and west Para is the river Xingu.
1023
+ # In the north a very small part from the river Javary (now Jari I guess,
1024
+ # the border with Amapa) to the Amazon, then to the Xingu.
1025
+ Zone America/Belem -3:13:56 - LMT 1914
1026
+ -3:00 Brazil BR%sT 1988 Sep 12
1027
+ -3:00 - BRT
1028
+ #
1029
+ # west Para (PA)
1030
+ # West Para includes Altamira, Oribidos, Prainha, Oriximina, and Santarem.
1031
+ Zone America/Santarem -3:38:48 - LMT 1914
1032
+ -4:00 Brazil AM%sT 1988 Sep 12
1033
+ -4:00 - AMT 2008 Jun 24 00:00
1034
+ -3:00 - BRT
1035
+ #
1036
+ # Maranhao (MA), Piaui (PI), Ceara (CE), Rio Grande do Norte (RN),
1037
+ # Paraiba (PB)
1038
+ Zone America/Fortaleza -2:34:00 - LMT 1914
1039
+ -3:00 Brazil BR%sT 1990 Sep 17
1040
+ -3:00 - BRT 1999 Sep 30
1041
+ -3:00 Brazil BR%sT 2000 Oct 22
1042
+ -3:00 - BRT 2001 Sep 13
1043
+ -3:00 Brazil BR%sT 2002 Oct 1
1044
+ -3:00 - BRT
1045
+ #
1046
+ # Pernambuco (PE) (except Atlantic islands)
1047
+ Zone America/Recife -2:19:36 - LMT 1914
1048
+ -3:00 Brazil BR%sT 1990 Sep 17
1049
+ -3:00 - BRT 1999 Sep 30
1050
+ -3:00 Brazil BR%sT 2000 Oct 15
1051
+ -3:00 - BRT 2001 Sep 13
1052
+ -3:00 Brazil BR%sT 2002 Oct 1
1053
+ -3:00 - BRT
1054
+ #
1055
+ # Tocantins (TO)
1056
+ Zone America/Araguaina -3:12:48 - LMT 1914
1057
+ -3:00 Brazil BR%sT 1990 Sep 17
1058
+ -3:00 - BRT 1995 Sep 14
1059
+ -3:00 Brazil BR%sT 2003 Sep 24
1060
+ -3:00 - BRT 2012 Oct 21
1061
+ -3:00 Brazil BR%sT
1062
+ #
1063
+ # Alagoas (AL), Sergipe (SE)
1064
+ Zone America/Maceio -2:22:52 - LMT 1914
1065
+ -3:00 Brazil BR%sT 1990 Sep 17
1066
+ -3:00 - BRT 1995 Oct 13
1067
+ -3:00 Brazil BR%sT 1996 Sep 4
1068
+ -3:00 - BRT 1999 Sep 30
1069
+ -3:00 Brazil BR%sT 2000 Oct 22
1070
+ -3:00 - BRT 2001 Sep 13
1071
+ -3:00 Brazil BR%sT 2002 Oct 1
1072
+ -3:00 - BRT
1073
+ #
1074
+ # Bahia (BA)
1075
+ # There are too many Salvadors elsewhere, so use America/Bahia instead
1076
+ # of America/Salvador.
1077
+ Zone America/Bahia -2:34:04 - LMT 1914
1078
+ -3:00 Brazil BR%sT 2003 Sep 24
1079
+ -3:00 - BRT 2011 Oct 16
1080
+ -3:00 Brazil BR%sT 2012 Oct 21
1081
+ -3:00 - BRT
1082
+ #
1083
+ # Goias (GO), Distrito Federal (DF), Minas Gerais (MG),
1084
+ # Espirito Santo (ES), Rio de Janeiro (RJ), Sao Paulo (SP), Parana (PR),
1085
+ # Santa Catarina (SC), Rio Grande do Sul (RS)
1086
+ Zone America/Sao_Paulo -3:06:28 - LMT 1914
1087
+ -3:00 Brazil BR%sT 1963 Oct 23 00:00
1088
+ -3:00 1:00 BRST 1964
1089
+ -3:00 Brazil BR%sT
1090
+ #
1091
+ # Mato Grosso do Sul (MS)
1092
+ Zone America/Campo_Grande -3:38:28 - LMT 1914
1093
+ -4:00 Brazil AM%sT
1094
+ #
1095
+ # Mato Grosso (MT)
1096
+ Zone America/Cuiaba -3:44:20 - LMT 1914
1097
+ -4:00 Brazil AM%sT 2003 Sep 24
1098
+ -4:00 - AMT 2004 Oct 1
1099
+ -4:00 Brazil AM%sT
1100
+ #
1101
+ # Rondonia (RO)
1102
+ Zone America/Porto_Velho -4:15:36 - LMT 1914
1103
+ -4:00 Brazil AM%sT 1988 Sep 12
1104
+ -4:00 - AMT
1105
+ #
1106
+ # Roraima (RR)
1107
+ Zone America/Boa_Vista -4:02:40 - LMT 1914
1108
+ -4:00 Brazil AM%sT 1988 Sep 12
1109
+ -4:00 - AMT 1999 Sep 30
1110
+ -4:00 Brazil AM%sT 2000 Oct 15
1111
+ -4:00 - AMT
1112
+ #
1113
+ # east Amazonas (AM): Boca do Acre, Jutai, Manaus, Floriano Peixoto
1114
+ # The great circle line from Tabatinga to Porto Acre divides
1115
+ # east from west Amazonas.
1116
+ Zone America/Manaus -4:00:04 - LMT 1914
1117
+ -4:00 Brazil AM%sT 1988 Sep 12
1118
+ -4:00 - AMT 1993 Sep 28
1119
+ -4:00 Brazil AM%sT 1994 Sep 22
1120
+ -4:00 - AMT
1121
+ #
1122
+ # west Amazonas (AM): Atalaia do Norte, Boca do Maoco, Benjamin Constant,
1123
+ # Eirunepe, Envira, Ipixuna
1124
+ Zone America/Eirunepe -4:39:28 - LMT 1914
1125
+ -5:00 Brazil AC%sT 1988 Sep 12
1126
+ -5:00 - ACT 1993 Sep 28
1127
+ -5:00 Brazil AC%sT 1994 Sep 22
1128
+ -5:00 - ACT 2008 Jun 24 00:00
1129
+ -4:00 - AMT
1130
+ #
1131
+ # Acre (AC)
1132
+ Zone America/Rio_Branco -4:31:12 - LMT 1914
1133
+ -5:00 Brazil AC%sT 1988 Sep 12
1134
+ -5:00 - ACT 2008 Jun 24 00:00
1135
+ -4:00 - AMT
1136
+
1137
+ # Chile
1138
+
1139
+ # From Eduardo Krell (1995-10-19):
1140
+ # The law says to switch to DST at midnight [24:00] on the second SATURDAY
1141
+ # of October.... The law is the same for March and October.
1142
+ # (1998-09-29):
1143
+ # Because of the drought this year, the government decided to go into
1144
+ # DST earlier (saturday 9/26 at 24:00). This is a one-time change only ...
1145
+ # (unless there's another dry season next year, I guess).
1146
+
1147
+ # From Julio I. Pacheco Troncoso (1999-03-18):
1148
+ # Because of the same drought, the government decided to end DST later,
1149
+ # on April 3, (one-time change).
1150
+
1151
+ # From Oscar van Vlijmen (2006-10-08):
1152
+ # http://www.horaoficial.cl/cambio.htm
1153
+
1154
+ # From Jesper Norgaard Welen (2006-10-08):
1155
+ # I think that there are some obvious mistakes in the suggested link
1156
+ # from Oscar van Vlijmen,... for instance entry 66 says that GMT-4
1157
+ # ended 1990-09-12 while entry 67 only begins GMT-3 at 1990-09-15
1158
+ # (they should have been 1990-09-15 and 1990-09-16 respectively), but
1159
+ # anyhow it clears up some doubts too.
1160
+
1161
+ # From Paul Eggert (2006-12-27):
1162
+ # The following data for Chile and America/Santiago are from
1163
+ # <http://www.horaoficial.cl/horaof.htm> (2006-09-20), transcribed by
1164
+ # Jesper Norgaard Welen. The data for Pacific/Easter are from Shanks
1165
+ # & Pottenger, except with DST transitions after 1932 cloned from
1166
+ # America/Santiago. The pre-1980 Pacific/Easter data are dubious,
1167
+ # but we have no other source.
1168
+
1169
+ # From German Poo-Caaman~o (2008-03-03):
1170
+ # Due to drought, Chile extends Daylight Time in three weeks. This
1171
+ # is one-time change (Saturday 3/29 at 24:00 for America/Santiago
1172
+ # and Saturday 3/29 at 22:00 for Pacific/Easter)
1173
+ # The Supreme Decree is located at
1174
+ # <a href="http://www.shoa.cl/servicios/supremo316.pdf">
1175
+ # http://www.shoa.cl/servicios/supremo316.pdf
1176
+ # </a>
1177
+ # and the instructions for 2008 are located in:
1178
+ # <a href="http://www.horaoficial.cl/cambio.htm">
1179
+ # http://www.horaoficial.cl/cambio.htm
1180
+ # </a>.
1181
+
1182
+ # From Jose Miguel Garrido (2008-03-05):
1183
+ # ...
1184
+ # You could see the announces of the change on
1185
+ # <a href="http://www.shoa.cl/noticias/2008/04hora/hora.htm">
1186
+ # http://www.shoa.cl/noticias/2008/04hora/hora.htm
1187
+ # </a>.
1188
+
1189
+ # From Angel Chiang (2010-03-04):
1190
+ # Subject: DST in Chile exceptionally extended to 3 April due to earthquake
1191
+ # <a href="http://www.gobiernodechile.cl/viewNoticia.aspx?idArticulo=30098">
1192
+ # http://www.gobiernodechile.cl/viewNoticia.aspx?idArticulo=30098
1193
+ # </a>
1194
+ # (in Spanish, last paragraph).
1195
+ #
1196
+ # This is breaking news. There should be more information available later.
1197
+
1198
+ # From Arthur Daivd Olson (2010-03-06):
1199
+ # Angel Chiang's message confirmed by Julio Pacheco; Julio provided a patch.
1200
+
1201
+ # From Glenn Eychaner (2011-03-02): [geychaner@mac.com]
1202
+ # It appears that the Chilean government has decided to postpone the
1203
+ # change from summer time to winter time again, by three weeks to April
1204
+ # 2nd:
1205
+ # <a href="http://www.emol.com/noticias/nacional/detalle/detallenoticias.asp?idnoticia=467651">
1206
+ # http://www.emol.com/noticias/nacional/detalle/detallenoticias.asp?idnoticia=467651
1207
+ # </a>
1208
+ #
1209
+ # This is not yet reflected in the offical "cambio de hora" site, but
1210
+ # probably will be soon:
1211
+ # <a href="http://www.horaoficial.cl/cambio.htm">
1212
+ # http://www.horaoficial.cl/cambio.htm
1213
+ # </a>
1214
+
1215
+ # From Arthur David Olson (2011-03-02):
1216
+ # The emol.com article mentions a water shortage as the cause of the
1217
+ # postponement, which may mean that it's not a permanent change.
1218
+
1219
+ # From Glenn Eychaner (2011-03-28):
1220
+ # The article:
1221
+ # <a href="http://diario.elmercurio.com/2011/03/28/_portada/_portada/noticias/7565897A-CA86-49E6-9E03-660B21A4883E.htm?id=3D{7565897A-CA86-49E6-9E03-660B21A4883E}">
1222
+ # http://diario.elmercurio.com/2011/03/28/_portada/_portada/noticias/7565897A-CA86-49E6-9E03-660B21A4883E.htm?id=3D{7565897A-CA86-49E6-9E03-660B21A4883E}
1223
+ # </a>
1224
+ #
1225
+ # In English:
1226
+ # Chile's clocks will go back an hour this year on the 7th of May instead
1227
+ # of this Saturday. They will go forward again the 3rd Saturday in
1228
+ # August, not in October as they have since 1968. This is a pilot plan
1229
+ # which will be reevaluated in 2012.
1230
+
1231
+ # From Mauricio Parada (2012-02-22), translated by Glenn Eychaner (2012-02-23):
1232
+ # As stated in the website of the Chilean Energy Ministry
1233
+ # http://www.minenergia.cl/ministerio/noticias/generales/gobierno-anuncia-fechas-de-cambio-de.html
1234
+ # The Chilean Government has decided to postpone the entrance into winter time
1235
+ # (to leave DST) from March 11 2012 to April 28th 2012. The decision has not
1236
+ # been yet formalized but it will within the next days.
1237
+ # Quote from the website communication:
1238
+ #
1239
+ # 6. For the year 2012, the dates of entry into winter time will be as follows:
1240
+ # a. Saturday April 28, 2012, clocks should go back 60 minutes; that is, at
1241
+ # 23:59:59, instead of passing to 0:00, the time should be adjusted to be 23:00
1242
+ # of the same day.
1243
+ # b. Saturday, September 1, 2012, clocks should go forward 60 minutes; that is,
1244
+ # at 23:59:59, instead of passing to 0:00, the time should be adjusted to be
1245
+ # 01:00 on September 2.
1246
+ #
1247
+ # Note that...this is yet another "temporary" change that will be reevaluated
1248
+ # AGAIN in 2013.
1249
+
1250
+ # NOTE: ChileAQ rules for Antarctic bases are stored separately in the
1251
+ # 'antarctica' file.
1252
+
1253
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
1254
+ Rule Chile 1927 1932 - Sep 1 0:00 1:00 S
1255
+ Rule Chile 1928 1932 - Apr 1 0:00 0 -
1256
+ Rule Chile 1942 only - Jun 1 4:00u 0 -
1257
+ Rule Chile 1942 only - Aug 1 5:00u 1:00 S
1258
+ Rule Chile 1946 only - Jul 15 4:00u 1:00 S
1259
+ Rule Chile 1946 only - Sep 1 3:00u 0:00 -
1260
+ Rule Chile 1947 only - Apr 1 4:00u 0 -
1261
+ Rule Chile 1968 only - Nov 3 4:00u 1:00 S
1262
+ Rule Chile 1969 only - Mar 30 3:00u 0 -
1263
+ Rule Chile 1969 only - Nov 23 4:00u 1:00 S
1264
+ Rule Chile 1970 only - Mar 29 3:00u 0 -
1265
+ Rule Chile 1971 only - Mar 14 3:00u 0 -
1266
+ Rule Chile 1970 1972 - Oct Sun>=9 4:00u 1:00 S
1267
+ Rule Chile 1972 1986 - Mar Sun>=9 3:00u 0 -
1268
+ Rule Chile 1973 only - Sep 30 4:00u 1:00 S
1269
+ Rule Chile 1974 1987 - Oct Sun>=9 4:00u 1:00 S
1270
+ Rule Chile 1987 only - Apr 12 3:00u 0 -
1271
+ Rule Chile 1988 1989 - Mar Sun>=9 3:00u 0 -
1272
+ Rule Chile 1988 only - Oct Sun>=1 4:00u 1:00 S
1273
+ Rule Chile 1989 only - Oct Sun>=9 4:00u 1:00 S
1274
+ Rule Chile 1990 only - Mar 18 3:00u 0 -
1275
+ Rule Chile 1990 only - Sep 16 4:00u 1:00 S
1276
+ Rule Chile 1991 1996 - Mar Sun>=9 3:00u 0 -
1277
+ Rule Chile 1991 1997 - Oct Sun>=9 4:00u 1:00 S
1278
+ Rule Chile 1997 only - Mar 30 3:00u 0 -
1279
+ Rule Chile 1998 only - Mar Sun>=9 3:00u 0 -
1280
+ Rule Chile 1998 only - Sep 27 4:00u 1:00 S
1281
+ Rule Chile 1999 only - Apr 4 3:00u 0 -
1282
+ Rule Chile 1999 2010 - Oct Sun>=9 4:00u 1:00 S
1283
+ Rule Chile 2000 2007 - Mar Sun>=9 3:00u 0 -
1284
+ # N.B.: the end of March 29 in Chile is March 30 in Universal time,
1285
+ # which is used below in specifying the transition.
1286
+ Rule Chile 2008 only - Mar 30 3:00u 0 -
1287
+ Rule Chile 2009 only - Mar Sun>=9 3:00u 0 -
1288
+ Rule Chile 2010 only - Apr Sun>=1 3:00u 0 -
1289
+ Rule Chile 2011 only - May Sun>=2 3:00u 0 -
1290
+ Rule Chile 2011 only - Aug Sun>=16 4:00u 1:00 S
1291
+ Rule Chile 2012 only - Apr Sun>=23 3:00u 0 -
1292
+ Rule Chile 2012 only - Sep Sun>=2 4:00u 1:00 S
1293
+ Rule Chile 2013 max - Mar Sun>=9 3:00u 0 -
1294
+ Rule Chile 2013 max - Oct Sun>=9 4:00u 1:00 S
1295
+ # IATA SSIM anomalies: (1992-02) says 1992-03-14;
1296
+ # (1996-09) says 1998-03-08. Ignore these.
1297
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
1298
+ Zone America/Santiago -4:42:46 - LMT 1890
1299
+ -4:42:46 - SMT 1910 # Santiago Mean Time
1300
+ -5:00 - CLT 1916 Jul 1 # Chile Time
1301
+ -4:42:46 - SMT 1918 Sep 1 # Santiago Mean Time
1302
+ -4:00 - CLT 1919 Jul 1 # Chile Time
1303
+ -4:42:46 - SMT 1927 Sep 1 # Santiago Mean Time
1304
+ -5:00 Chile CL%sT 1947 May 22 # Chile Time
1305
+ -4:00 Chile CL%sT
1306
+ Zone Pacific/Easter -7:17:44 - LMT 1890
1307
+ -7:17:28 - EMT 1932 Sep # Easter Mean Time
1308
+ -7:00 Chile EAS%sT 1982 Mar 13 21:00 # Easter I Time
1309
+ -6:00 Chile EAS%sT
1310
+ #
1311
+ # Sala y Gomez Island is like Pacific/Easter.
1312
+ # Other Chilean locations, including Juan Fernandez Is, San Ambrosio,
1313
+ # San Felix, and Antarctic bases, are like America/Santiago.
1314
+
1315
+ # Colombia
1316
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
1317
+ Rule CO 1992 only - May 3 0:00 1:00 S
1318
+ Rule CO 1993 only - Apr 4 0:00 0 -
1319
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
1320
+ Zone America/Bogota -4:56:20 - LMT 1884 Mar 13
1321
+ -4:56:20 - BMT 1914 Nov 23 # Bogota Mean Time
1322
+ -5:00 CO CO%sT # Colombia Time
1323
+ # Malpelo, Providencia, San Andres
1324
+ # no information; probably like America/Bogota
1325
+
1326
+ # Curacao
1327
+ #
1328
+ # From Paul Eggert (2006-03-22):
1329
+ # Shanks & Pottenger say that The Bottom and Philipsburg have been at
1330
+ # -4:00 since standard time was introduced on 1912-03-02; and that
1331
+ # Kralendijk and Rincon used Kralendijk Mean Time (-4:33:08) from
1332
+ # 1912-02-02 to 1965-01-01. The former is dubious, since S&P also say
1333
+ # Saba Island has been like Curacao.
1334
+ # This all predates our 1970 cutoff, though.
1335
+ #
1336
+ # By July 2007 Curacao and St Maarten are planned to become
1337
+ # associated states within the Netherlands, much like Aruba;
1338
+ # Bonaire, Saba and St Eustatius would become directly part of the
1339
+ # Netherlands as Kingdom Islands. This won't affect their time zones
1340
+ # though, as far as we know.
1341
+ #
1342
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
1343
+ Zone America/Curacao -4:35:44 - LMT 1912 Feb 12 # Willemstad
1344
+ -4:30 - ANT 1965 # Netherlands Antilles Time
1345
+ -4:00 - AST
1346
+
1347
+ # From Arthur David Olson (2011-06-15):
1348
+ # At least for now, use links for places with new iso3166 codes.
1349
+ # The name "Lower Prince's Quarter" is both longer than fourteen charaters
1350
+ # and contains an apostrophe; use "Lower_Princes" below.
1351
+
1352
+ Link America/Curacao America/Lower_Princes # Sint Maarten
1353
+ Link America/Curacao America/Kralendijk # Bonaire, Sint Estatius and Saba
1354
+
1355
+ # Ecuador
1356
+ #
1357
+ # From Paul Eggert (2007-03-04):
1358
+ # Apparently Ecuador had a failed experiment with DST in 1992.
1359
+ # <http://midena.gov.ec/content/view/1261/208/> (2007-02-27) and
1360
+ # <http://www.hoy.com.ec/NoticiaNue.asp?row_id=249856> (2006-11-06) both
1361
+ # talk about "hora Sixto". Leave this alone for now, as we have no data.
1362
+ #
1363
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
1364
+ Zone America/Guayaquil -5:19:20 - LMT 1890
1365
+ -5:14:00 - QMT 1931 # Quito Mean Time
1366
+ -5:00 - ECT # Ecuador Time
1367
+ Zone Pacific/Galapagos -5:58:24 - LMT 1931 # Puerto Baquerizo Moreno
1368
+ -5:00 - ECT 1986
1369
+ -6:00 - GALT # Galapagos Time
1370
+
1371
+ # Falklands
1372
+
1373
+ # From Paul Eggert (2006-03-22):
1374
+ # Between 1990 and 2000 inclusive, Shanks & Pottenger and the IATA agree except
1375
+ # the IATA gives 1996-09-08. Go with Shanks & Pottenger.
1376
+
1377
+ # From Falkland Islands Government Office, London (2001-01-22)
1378
+ # via Jesper Norgaard:
1379
+ # ... the clocks revert back to Local Mean Time at 2 am on Sunday 15
1380
+ # April 2001 and advance one hour to summer time at 2 am on Sunday 2
1381
+ # September. It is anticipated that the clocks will revert back at 2
1382
+ # am on Sunday 21 April 2002 and advance to summer time at 2 am on
1383
+ # Sunday 1 September.
1384
+
1385
+ # From Rives McDow (2001-02-13):
1386
+ #
1387
+ # I have communicated several times with people there, and the last
1388
+ # time I had communications that was helpful was in 1998. Here is
1389
+ # what was said then:
1390
+ #
1391
+ # "The general rule was that Stanley used daylight saving and the Camp
1392
+ # did not. However for various reasons many people in the Camp have
1393
+ # started to use daylight saving (known locally as 'Stanley Time')
1394
+ # There is no rule as to who uses daylight saving - it is a matter of
1395
+ # personal choice and so it is impossible to draw a map showing who
1396
+ # uses it and who does not. Any list would be out of date as soon as
1397
+ # it was produced. This year daylight saving ended on April 18/19th
1398
+ # and started again on September 12/13th. I do not know what the rule
1399
+ # is, but can find out if you like. We do not change at the same time
1400
+ # as UK or Chile."
1401
+ #
1402
+ # I did have in my notes that the rule was "Second Saturday in Sep at
1403
+ # 0:00 until third Saturday in Apr at 0:00". I think that this does
1404
+ # not agree in some cases with Shanks; is this true?
1405
+ #
1406
+ # Also, there is no mention in the list that some areas in the
1407
+ # Falklands do not use DST. I have found in my communications there
1408
+ # that these areas are on the western half of East Falkland and all of
1409
+ # West Falkland. Stanley is the only place that consistently observes
1410
+ # DST. Again, as in other places in the world, the farmers don't like
1411
+ # it. West Falkland is almost entirely sheep farmers.
1412
+ #
1413
+ # I know one lady there that keeps a list of which farm keeps DST and
1414
+ # which doesn't each year. She runs a shop in Stanley, and says that
1415
+ # the list changes each year. She uses it to communicate to her
1416
+ # customers, catching them when they are home for lunch or dinner.
1417
+
1418
+ # From Paul Eggert (2001-03-05):
1419
+ # For now, we'll just record the time in Stanley, since we have no
1420
+ # better info.
1421
+
1422
+ # From Steffen Thorsen (2011-04-01):
1423
+ # The Falkland Islands will not turn back clocks this winter, but stay on
1424
+ # daylight saving time.
1425
+ #
1426
+ # One source:
1427
+ # <a href="http://www.falklandnews.com/public/story.cfm?get=5914&source=3">
1428
+ # http://www.falklandnews.com/public/story.cfm?get=5914&source=3
1429
+ # </a>
1430
+ #
1431
+ # We have gotten this confirmed by a clerk of the legislative assembly:
1432
+ # Normally the clocks revert to Local Mean Time (UTC/GMT -4 hours) on the
1433
+ # third Sunday of April at 0200hrs and advance to Summer Time (UTC/GMT -3
1434
+ # hours) on the first Sunday of September at 0200hrs.
1435
+ #
1436
+ # IMPORTANT NOTE: During 2011, on a trial basis, the Falkland Islands
1437
+ # will not revert to local mean time, but clocks will remain on Summer
1438
+ # time (UTC/GMT - 3 hours) throughout the whole of 2011. Any long term
1439
+ # change to local time following the trial period will be notified.
1440
+ #
1441
+ # From Andrew Newman (2012-02-24)
1442
+ # A letter from Justin McPhee, Chief Executive,
1443
+ # Cable & Wireless Falkland Islands (dated 2012-02-22)
1444
+ # states...
1445
+ # The current Atlantic/Stanley entry under South America expects the
1446
+ # clocks to go back to standard Falklands Time (FKT) on the 15th April.
1447
+ # The database entry states that in 2011 Stanley was staying on fixed
1448
+ # summer time on a trial basis only. FIG need to contact IANA and/or
1449
+ # the maintainers of the database to inform them we're adopting
1450
+ # the same policy this year and suggest recommendations for future years.
1451
+ #
1452
+ # For now we will assume permanent summer time for the Falklands
1453
+ # until advised differently (to apply for 2012 and beyond, after the 2011
1454
+ # experiment was apparently successful.)
1455
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
1456
+ Rule Falk 1937 1938 - Sep lastSun 0:00 1:00 S
1457
+ Rule Falk 1938 1942 - Mar Sun>=19 0:00 0 -
1458
+ Rule Falk 1939 only - Oct 1 0:00 1:00 S
1459
+ Rule Falk 1940 1942 - Sep lastSun 0:00 1:00 S
1460
+ Rule Falk 1943 only - Jan 1 0:00 0 -
1461
+ Rule Falk 1983 only - Sep lastSun 0:00 1:00 S
1462
+ Rule Falk 1984 1985 - Apr lastSun 0:00 0 -
1463
+ Rule Falk 1984 only - Sep 16 0:00 1:00 S
1464
+ Rule Falk 1985 2000 - Sep Sun>=9 0:00 1:00 S
1465
+ Rule Falk 1986 2000 - Apr Sun>=16 0:00 0 -
1466
+ Rule Falk 2001 2010 - Apr Sun>=15 2:00 0 -
1467
+ Rule Falk 2001 2010 - Sep Sun>=1 2:00 1:00 S
1468
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
1469
+ Zone Atlantic/Stanley -3:51:24 - LMT 1890
1470
+ -3:51:24 - SMT 1912 Mar 12 # Stanley Mean Time
1471
+ -4:00 Falk FK%sT 1983 May # Falkland Is Time
1472
+ -3:00 Falk FK%sT 1985 Sep 15
1473
+ -4:00 Falk FK%sT 2010 Sep 5 02:00
1474
+ -3:00 - FKST
1475
+
1476
+ # French Guiana
1477
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
1478
+ Zone America/Cayenne -3:29:20 - LMT 1911 Jul
1479
+ -4:00 - GFT 1967 Oct # French Guiana Time
1480
+ -3:00 - GFT
1481
+
1482
+ # Guyana
1483
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
1484
+ Zone America/Guyana -3:52:40 - LMT 1915 Mar # Georgetown
1485
+ -3:45 - GBGT 1966 May 26 # Br Guiana Time
1486
+ -3:45 - GYT 1975 Jul 31 # Guyana Time
1487
+ -3:00 - GYT 1991
1488
+ # IATA SSIM (1996-06) says -4:00. Assume a 1991 switch.
1489
+ -4:00 - GYT
1490
+
1491
+ # Paraguay
1492
+ # From Paul Eggert (2006-03-22):
1493
+ # Shanks & Pottenger say that spring transitions are from 01:00 -> 02:00,
1494
+ # and autumn transitions are from 00:00 -> 23:00. Go with pre-1999
1495
+ # editions of Shanks, and with the IATA, who say transitions occur at 00:00.
1496
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
1497
+ Rule Para 1975 1988 - Oct 1 0:00 1:00 S
1498
+ Rule Para 1975 1978 - Mar 1 0:00 0 -
1499
+ Rule Para 1979 1991 - Apr 1 0:00 0 -
1500
+ Rule Para 1989 only - Oct 22 0:00 1:00 S
1501
+ Rule Para 1990 only - Oct 1 0:00 1:00 S
1502
+ Rule Para 1991 only - Oct 6 0:00 1:00 S
1503
+ Rule Para 1992 only - Mar 1 0:00 0 -
1504
+ Rule Para 1992 only - Oct 5 0:00 1:00 S
1505
+ Rule Para 1993 only - Mar 31 0:00 0 -
1506
+ Rule Para 1993 1995 - Oct 1 0:00 1:00 S
1507
+ Rule Para 1994 1995 - Feb lastSun 0:00 0 -
1508
+ Rule Para 1996 only - Mar 1 0:00 0 -
1509
+ # IATA SSIM (2000-02) says 1999-10-10; ignore this for now.
1510
+ # From Steffen Thorsen (2000-10-02):
1511
+ # I have three independent reports that Paraguay changed to DST this Sunday
1512
+ # (10-01).
1513
+ #
1514
+ # Translated by Gwillim Law (2001-02-27) from
1515
+ # <a href="http://www.diarionoticias.com.py/011000/nacional/naciona1.htm">
1516
+ # Noticias, a daily paper in Asuncion, Paraguay (2000-10-01)
1517
+ # </a>:
1518
+ # Starting at 0:00 today, the clock will be set forward 60 minutes, in
1519
+ # fulfillment of Decree No. 7,273 of the Executive Power.... The time change
1520
+ # system has been operating for several years. Formerly there was a separate
1521
+ # decree each year; the new law has the same effect, but permanently. Every
1522
+ # year, the time will change on the first Sunday of October; likewise, the
1523
+ # clock will be set back on the first Sunday of March.
1524
+ #
1525
+ Rule Para 1996 2001 - Oct Sun>=1 0:00 1:00 S
1526
+ # IATA SSIM (1997-09) says Mar 1; go with Shanks & Pottenger.
1527
+ Rule Para 1997 only - Feb lastSun 0:00 0 -
1528
+ # Shanks & Pottenger say 1999-02-28; IATA SSIM (1999-02) says 1999-02-27, but
1529
+ # (1999-09) reports no date; go with above sources and Gerd Knops (2001-02-27).
1530
+ Rule Para 1998 2001 - Mar Sun>=1 0:00 0 -
1531
+ # From Rives McDow (2002-02-28):
1532
+ # A decree was issued in Paraguay (no. 16350) on 2002-02-26 that changed the
1533
+ # dst method to be from the first Sunday in September to the first Sunday in
1534
+ # April.
1535
+ Rule Para 2002 2004 - Apr Sun>=1 0:00 0 -
1536
+ Rule Para 2002 2003 - Sep Sun>=1 0:00 1:00 S
1537
+ #
1538
+ # From Jesper Norgaard Welen (2005-01-02):
1539
+ # There are several sources that claim that Paraguay made
1540
+ # a timezone rule change in autumn 2004.
1541
+ # From Steffen Thorsen (2005-01-05):
1542
+ # Decree 1,867 (2004-03-05)
1543
+ # From Carlos Raul Perasso via Jesper Norgaard Welen (2006-10-13)
1544
+ # <http://www.presidencia.gov.py/decretos/D1867.pdf>
1545
+ Rule Para 2004 2009 - Oct Sun>=15 0:00 1:00 S
1546
+ Rule Para 2005 2009 - Mar Sun>=8 0:00 0 -
1547
+ # From Carlos Raul Perasso (2010-02-18):
1548
+ # By decree number 3958 issued yesterday (
1549
+ # <a href="http://www.presidencia.gov.py/v1/wp-content/uploads/2010/02/decreto3958.pdf">
1550
+ # http://www.presidencia.gov.py/v1/wp-content/uploads/2010/02/decreto3958.pdf
1551
+ # </a>
1552
+ # )
1553
+ # Paraguay changes its DST schedule, postponing the March rule to April and
1554
+ # modifying the October date. The decree reads:
1555
+ # ...
1556
+ # Art. 1. It is hereby established that from the second Sunday of the month of
1557
+ # April of this year (2010), the official time is to be set back 60 minutes,
1558
+ # and that on the first Sunday of the month of October, it is to be set
1559
+ # forward 60 minutes, in all the territory of the Paraguayan Republic.
1560
+ # ...
1561
+ Rule Para 2010 max - Oct Sun>=1 0:00 1:00 S
1562
+ Rule Para 2010 max - Apr Sun>=8 0:00 0 -
1563
+
1564
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
1565
+ Zone America/Asuncion -3:50:40 - LMT 1890
1566
+ -3:50:40 - AMT 1931 Oct 10 # Asuncion Mean Time
1567
+ -4:00 - PYT 1972 Oct # Paraguay Time
1568
+ -3:00 - PYT 1974 Apr
1569
+ -4:00 Para PY%sT
1570
+
1571
+ # Peru
1572
+ #
1573
+ # <a href="news:xrGmb.39935$gA1.13896113@news4.srv.hcvlny.cv.net">
1574
+ # From Evelyn C. Leeper via Mark Brader (2003-10-26):</a>
1575
+ # When we were in Peru in 1985-1986, they apparently switched over
1576
+ # sometime between December 29 and January 3 while we were on the Amazon.
1577
+ #
1578
+ # From Paul Eggert (2006-03-22):
1579
+ # Shanks & Pottenger don't have this transition. Assume 1986 was like 1987.
1580
+
1581
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
1582
+ Rule Peru 1938 only - Jan 1 0:00 1:00 S
1583
+ Rule Peru 1938 only - Apr 1 0:00 0 -
1584
+ Rule Peru 1938 1939 - Sep lastSun 0:00 1:00 S
1585
+ Rule Peru 1939 1940 - Mar Sun>=24 0:00 0 -
1586
+ Rule Peru 1986 1987 - Jan 1 0:00 1:00 S
1587
+ Rule Peru 1986 1987 - Apr 1 0:00 0 -
1588
+ Rule Peru 1990 only - Jan 1 0:00 1:00 S
1589
+ Rule Peru 1990 only - Apr 1 0:00 0 -
1590
+ # IATA is ambiguous for 1993/1995; go with Shanks & Pottenger.
1591
+ Rule Peru 1994 only - Jan 1 0:00 1:00 S
1592
+ Rule Peru 1994 only - Apr 1 0:00 0 -
1593
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
1594
+ Zone America/Lima -5:08:12 - LMT 1890
1595
+ -5:08:36 - LMT 1908 Jul 28 # Lima Mean Time?
1596
+ -5:00 Peru PE%sT # Peru Time
1597
+
1598
+ # South Georgia
1599
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
1600
+ Zone Atlantic/South_Georgia -2:26:08 - LMT 1890 # Grytviken
1601
+ -2:00 - GST # South Georgia Time
1602
+
1603
+ # South Sandwich Is
1604
+ # uninhabited; scientific personnel have wintered
1605
+
1606
+ # Suriname
1607
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
1608
+ Zone America/Paramaribo -3:40:40 - LMT 1911
1609
+ -3:40:52 - PMT 1935 # Paramaribo Mean Time
1610
+ -3:40:36 - PMT 1945 Oct # The capital moved?
1611
+ -3:30 - NEGT 1975 Nov 20 # Dutch Guiana Time
1612
+ -3:30 - SRT 1984 Oct # Suriname Time
1613
+ -3:00 - SRT
1614
+
1615
+ # Trinidad and Tobago
1616
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
1617
+ Zone America/Port_of_Spain -4:06:04 - LMT 1912 Mar 2
1618
+ -4:00 - AST
1619
+
1620
+ # Uruguay
1621
+ # From Paul Eggert (1993-11-18):
1622
+ # Uruguay wins the prize for the strangest peacetime manipulation of the rules.
1623
+ # From Shanks & Pottenger:
1624
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
1625
+ # Whitman gives 1923 Oct 1; go with Shanks & Pottenger.
1626
+ Rule Uruguay 1923 only - Oct 2 0:00 0:30 HS
1627
+ Rule Uruguay 1924 1926 - Apr 1 0:00 0 -
1628
+ Rule Uruguay 1924 1925 - Oct 1 0:00 0:30 HS
1629
+ Rule Uruguay 1933 1935 - Oct lastSun 0:00 0:30 HS
1630
+ # Shanks & Pottenger give 1935 Apr 1 0:00 & 1936 Mar 30 0:00; go with Whitman.
1631
+ Rule Uruguay 1934 1936 - Mar Sat>=25 23:30s 0 -
1632
+ Rule Uruguay 1936 only - Nov 1 0:00 0:30 HS
1633
+ Rule Uruguay 1937 1941 - Mar lastSun 0:00 0 -
1634
+ # Whitman gives 1937 Oct 3; go with Shanks & Pottenger.
1635
+ Rule Uruguay 1937 1940 - Oct lastSun 0:00 0:30 HS
1636
+ # Whitman gives 1941 Oct 24 - 1942 Mar 27, 1942 Dec 14 - 1943 Apr 13,
1637
+ # and 1943 Apr 13 ``to present time''; go with Shanks & Pottenger.
1638
+ Rule Uruguay 1941 only - Aug 1 0:00 0:30 HS
1639
+ Rule Uruguay 1942 only - Jan 1 0:00 0 -
1640
+ Rule Uruguay 1942 only - Dec 14 0:00 1:00 S
1641
+ Rule Uruguay 1943 only - Mar 14 0:00 0 -
1642
+ Rule Uruguay 1959 only - May 24 0:00 1:00 S
1643
+ Rule Uruguay 1959 only - Nov 15 0:00 0 -
1644
+ Rule Uruguay 1960 only - Jan 17 0:00 1:00 S
1645
+ Rule Uruguay 1960 only - Mar 6 0:00 0 -
1646
+ Rule Uruguay 1965 1967 - Apr Sun>=1 0:00 1:00 S
1647
+ Rule Uruguay 1965 only - Sep 26 0:00 0 -
1648
+ Rule Uruguay 1966 1967 - Oct 31 0:00 0 -
1649
+ Rule Uruguay 1968 1970 - May 27 0:00 0:30 HS
1650
+ Rule Uruguay 1968 1970 - Dec 2 0:00 0 -
1651
+ Rule Uruguay 1972 only - Apr 24 0:00 1:00 S
1652
+ Rule Uruguay 1972 only - Aug 15 0:00 0 -
1653
+ Rule Uruguay 1974 only - Mar 10 0:00 0:30 HS
1654
+ Rule Uruguay 1974 only - Dec 22 0:00 1:00 S
1655
+ Rule Uruguay 1976 only - Oct 1 0:00 0 -
1656
+ Rule Uruguay 1977 only - Dec 4 0:00 1:00 S
1657
+ Rule Uruguay 1978 only - Apr 1 0:00 0 -
1658
+ Rule Uruguay 1979 only - Oct 1 0:00 1:00 S
1659
+ Rule Uruguay 1980 only - May 1 0:00 0 -
1660
+ Rule Uruguay 1987 only - Dec 14 0:00 1:00 S
1661
+ Rule Uruguay 1988 only - Mar 14 0:00 0 -
1662
+ Rule Uruguay 1988 only - Dec 11 0:00 1:00 S
1663
+ Rule Uruguay 1989 only - Mar 12 0:00 0 -
1664
+ Rule Uruguay 1989 only - Oct 29 0:00 1:00 S
1665
+ # Shanks & Pottenger say no DST was observed in 1990/1 and 1991/2,
1666
+ # and that 1992/3's DST was from 10-25 to 03-01. Go with IATA.
1667
+ Rule Uruguay 1990 1992 - Mar Sun>=1 0:00 0 -
1668
+ Rule Uruguay 1990 1991 - Oct Sun>=21 0:00 1:00 S
1669
+ Rule Uruguay 1992 only - Oct 18 0:00 1:00 S
1670
+ Rule Uruguay 1993 only - Feb 28 0:00 0 -
1671
+ # From Eduardo Cota (2004-09-20):
1672
+ # The uruguayan government has decreed a change in the local time....
1673
+ # http://www.presidencia.gub.uy/decretos/2004091502.htm
1674
+ Rule Uruguay 2004 only - Sep 19 0:00 1:00 S
1675
+ # From Steffen Thorsen (2005-03-11):
1676
+ # Uruguay's DST was scheduled to end on Sunday, 2005-03-13, but in order to
1677
+ # save energy ... it was postponed two weeks....
1678
+ # http://www.presidencia.gub.uy/_Web/noticias/2005/03/2005031005.htm
1679
+ Rule Uruguay 2005 only - Mar 27 2:00 0 -
1680
+ # From Eduardo Cota (2005-09-27):
1681
+ # http://www.presidencia.gub.uy/_Web/decretos/2005/09/CM%20119_09%2009%202005_00001.PDF
1682
+ # This means that from 2005-10-09 at 02:00 local time, until 2006-03-12 at
1683
+ # 02:00 local time, official time in Uruguay will be at GMT -2.
1684
+ Rule Uruguay 2005 only - Oct 9 2:00 1:00 S
1685
+ Rule Uruguay 2006 only - Mar 12 2:00 0 -
1686
+ # From Jesper Norgaard Welen (2006-09-06):
1687
+ # http://www.presidencia.gub.uy/_web/decretos/2006/09/CM%20210_08%2006%202006_00001.PDF
1688
+ Rule Uruguay 2006 max - Oct Sun>=1 2:00 1:00 S
1689
+ Rule Uruguay 2007 max - Mar Sun>=8 2:00 0 -
1690
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
1691
+ Zone America/Montevideo -3:44:44 - LMT 1898 Jun 28
1692
+ -3:44:44 - MMT 1920 May 1 # Montevideo MT
1693
+ -3:30 Uruguay UY%sT 1942 Dec 14 # Uruguay Time
1694
+ -3:00 Uruguay UY%sT
1695
+
1696
+ # Venezuela
1697
+ #
1698
+ # From John Stainforth (2007-11-28):
1699
+ # ... the change for Venezuela originally expected for 2007-12-31 has
1700
+ # been brought forward to 2007-12-09. The official announcement was
1701
+ # published today in the "Gaceta Oficial de la Republica Bolivariana
1702
+ # de Venezuela, numero 38.819" (official document for all laws or
1703
+ # resolution publication)
1704
+ # http://www.globovision.com/news.php?nid=72208
1705
+
1706
+ # Zone NAME GMTOFF RULES FORMAT [UNTIL]
1707
+ Zone America/Caracas -4:27:44 - LMT 1890
1708
+ -4:27:40 - CMT 1912 Feb 12 # Caracas Mean Time?
1709
+ -4:30 - VET 1965 # Venezuela Time
1710
+ -4:00 - VET 2007 Dec 9 03:00
1711
+ -4:30 - VET
js/jquery-flot/examples/axes-time-zones/tz/systemv ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # <pre>
2
+ # This file is in the public domain, so clarified as of
3
+ # 2009-05-17 by Arthur David Olson.
4
+
5
+ # Old rules, should the need arise.
6
+ # No attempt is made to handle Newfoundland, since it cannot be expressed
7
+ # using the System V "TZ" scheme (half-hour offset), or anything outside
8
+ # North America (no support for non-standard DST start/end dates), nor
9
+ # the changes in the DST rules in the US after 1976 (which occurred after
10
+ # the old rules were written).
11
+ #
12
+ # If you need the old rules, uncomment ## lines.
13
+ # Compile this *without* leap second correction for true conformance.
14
+
15
+ # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
16
+ Rule SystemV min 1973 - Apr lastSun 2:00 1:00 D
17
+ Rule SystemV min 1973 - Oct lastSun 2:00 0 S
18
+ Rule SystemV 1974 only - Jan 6 2:00 1:00 D
19
+ Rule SystemV 1974 only - Nov lastSun 2:00 0 S
20
+ Rule SystemV 1975 only - Feb 23 2:00 1:00 D
21
+ Rule SystemV 1975 only - Oct lastSun 2:00 0 S
22
+ Rule SystemV 1976 max - Apr lastSun 2:00 1:00 D
23
+ Rule SystemV 1976 max - Oct lastSun 2:00 0 S
24
+
25
+ # Zone NAME GMTOFF RULES/SAVE FORMAT [UNTIL]
26
+ ## Zone SystemV/AST4ADT -4:00 SystemV A%sT
27
+ ## Zone SystemV/EST5EDT -5:00 SystemV E%sT
28
+ ## Zone SystemV/CST6CDT -6:00 SystemV C%sT
29
+ ## Zone SystemV/MST7MDT -7:00 SystemV M%sT
30
+ ## Zone SystemV/PST8PDT -8:00 SystemV P%sT
31
+ ## Zone SystemV/YST9YDT -9:00 SystemV Y%sT
32
+ ## Zone SystemV/AST4 -4:00 - AST
33
+ ## Zone SystemV/EST5 -5:00 - EST
34
+ ## Zone SystemV/CST6 -6:00 - CST
35
+ ## Zone SystemV/MST7 -7:00 - MST
36
+ ## Zone SystemV/PST8 -8:00 - PST
37
+ ## Zone SystemV/YST9 -9:00 - YST
38
+ ## Zone SystemV/HST10 -10:00 - HST
js/jquery-flot/examples/axes-time-zones/tz/yearistype.sh ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #! /bin/sh
2
+
3
+ : 'This file is in the public domain, so clarified as of'
4
+ : '2006-07-17 by Arthur David Olson.'
5
+
6
+ case $#-$1 in
7
+ 2-|2-0*|2-*[!0-9]*)
8
+ echo "$0: wild year - $1" >&2
9
+ exit 1 ;;
10
+ esac
11
+
12
+ case $#-$2 in
13
+ 2-even)
14
+ case $1 in
15
+ *[24680]) exit 0 ;;
16
+ *) exit 1 ;;
17
+ esac ;;
18
+ 2-nonpres|2-nonuspres)
19
+ case $1 in
20
+ *[02468][048]|*[13579][26]) exit 1 ;;
21
+ *) exit 0 ;;
22
+ esac ;;
23
+ 2-odd)
24
+ case $1 in
25
+ *[13579]) exit 0 ;;
26
+ *) exit 1 ;;
27
+ esac ;;
28
+ 2-uspres)
29
+ case $1 in
30
+ *[02468][048]|*[13579][26]) exit 0 ;;
31
+ *) exit 1 ;;
32
+ esac ;;
33
+ 2-*)
34
+ echo "$0: wild type - $2" >&2 ;;
35
+ esac
36
+
37
+ echo "$0: usage is $0 year even|odd|uspres|nonpres|nonuspres" >&2
38
+ exit 1
js/jquery-flot/examples/axes-time-zones/tz/zone.tab ADDED
@@ -0,0 +1,441 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # <pre>
2
+ # This file is in the public domain, so clarified as of
3
+ # 2009-05-17 by Arthur David Olson.
4
+ #
5
+ # TZ zone descriptions
6
+ #
7
+ # From Paul Eggert (1996-08-05):
8
+ #
9
+ # This file contains a table with the following columns:
10
+ # 1. ISO 3166 2-character country code. See the file `iso3166.tab'.
11
+ # 2. Latitude and longitude of the zone's principal location
12
+ # in ISO 6709 sign-degrees-minutes-seconds format,
13
+ # either +-DDMM+-DDDMM or +-DDMMSS+-DDDMMSS,
14
+ # first latitude (+ is north), then longitude (+ is east).
15
+ # 3. Zone name used in value of TZ environment variable.
16
+ # 4. Comments; present if and only if the country has multiple rows.
17
+ #
18
+ # Columns are separated by a single tab.
19
+ # The table is sorted first by country, then an order within the country that
20
+ # (1) makes some geographical sense, and
21
+ # (2) puts the most populous zones first, where that does not contradict (1).
22
+ #
23
+ # Lines beginning with `#' are comments.
24
+ #
25
+ #country-
26
+ #code coordinates TZ comments
27
+ AD +4230+00131 Europe/Andorra
28
+ AE +2518+05518 Asia/Dubai
29
+ AF +3431+06912 Asia/Kabul
30
+ AG +1703-06148 America/Antigua
31
+ AI +1812-06304 America/Anguilla
32
+ AL +4120+01950 Europe/Tirane
33
+ AM +4011+04430 Asia/Yerevan
34
+ AO -0848+01314 Africa/Luanda
35
+ AQ -7750+16636 Antarctica/McMurdo McMurdo Station, Ross Island
36
+ AQ -9000+00000 Antarctica/South_Pole Amundsen-Scott Station, South Pole
37
+ AQ -6734-06808 Antarctica/Rothera Rothera Station, Adelaide Island
38
+ AQ -6448-06406 Antarctica/Palmer Palmer Station, Anvers Island
39
+ AQ -6736+06253 Antarctica/Mawson Mawson Station, Holme Bay
40
+ AQ -6835+07758 Antarctica/Davis Davis Station, Vestfold Hills
41
+ AQ -6617+11031 Antarctica/Casey Casey Station, Bailey Peninsula
42
+ AQ -7824+10654 Antarctica/Vostok Vostok Station, Lake Vostok
43
+ AQ -6640+14001 Antarctica/DumontDUrville Dumont-d'Urville Station, Terre Adelie
44
+ AQ -690022+0393524 Antarctica/Syowa Syowa Station, E Ongul I
45
+ AQ -5430+15857 Antarctica/Macquarie Macquarie Island Station, Macquarie Island
46
+ AR -3436-05827 America/Argentina/Buenos_Aires Buenos Aires (BA, CF)
47
+ AR -3124-06411 America/Argentina/Cordoba most locations (CB, CC, CN, ER, FM, MN, SE, SF)
48
+ AR -2447-06525 America/Argentina/Salta (SA, LP, NQ, RN)
49
+ AR -2411-06518 America/Argentina/Jujuy Jujuy (JY)
50
+ AR -2649-06513 America/Argentina/Tucuman Tucuman (TM)
51
+ AR -2828-06547 America/Argentina/Catamarca Catamarca (CT), Chubut (CH)
52
+ AR -2926-06651 America/Argentina/La_Rioja La Rioja (LR)
53
+ AR -3132-06831 America/Argentina/San_Juan San Juan (SJ)
54
+ AR -3253-06849 America/Argentina/Mendoza Mendoza (MZ)
55
+ AR -3319-06621 America/Argentina/San_Luis San Luis (SL)
56
+ AR -5138-06913 America/Argentina/Rio_Gallegos Santa Cruz (SC)
57
+ AR -5448-06818 America/Argentina/Ushuaia Tierra del Fuego (TF)
58
+ AS -1416-17042 Pacific/Pago_Pago
59
+ AT +4813+01620 Europe/Vienna
60
+ AU -3133+15905 Australia/Lord_Howe Lord Howe Island
61
+ AU -4253+14719 Australia/Hobart Tasmania - most locations
62
+ AU -3956+14352 Australia/Currie Tasmania - King Island
63
+ AU -3749+14458 Australia/Melbourne Victoria
64
+ AU -3352+15113 Australia/Sydney New South Wales - most locations
65
+ AU -3157+14127 Australia/Broken_Hill New South Wales - Yancowinna
66
+ AU -2728+15302 Australia/Brisbane Queensland - most locations
67
+ AU -2016+14900 Australia/Lindeman Queensland - Holiday Islands
68
+ AU -3455+13835 Australia/Adelaide South Australia
69
+ AU -1228+13050 Australia/Darwin Northern Territory
70
+ AU -3157+11551 Australia/Perth Western Australia - most locations
71
+ AU -3143+12852 Australia/Eucla Western Australia - Eucla area
72
+ AW +1230-06958 America/Aruba
73
+ AX +6006+01957 Europe/Mariehamn
74
+ AZ +4023+04951 Asia/Baku
75
+ BA +4352+01825 Europe/Sarajevo
76
+ BB +1306-05937 America/Barbados
77
+ BD +2343+09025 Asia/Dhaka
78
+ BE +5050+00420 Europe/Brussels
79
+ BF +1222-00131 Africa/Ouagadougou
80
+ BG +4241+02319 Europe/Sofia
81
+ BH +2623+05035 Asia/Bahrain
82
+ BI -0323+02922 Africa/Bujumbura
83
+ BJ +0629+00237 Africa/Porto-Novo
84
+ BL +1753-06251 America/St_Barthelemy
85
+ BM +3217-06446 Atlantic/Bermuda
86
+ BN +0456+11455 Asia/Brunei
87
+ BO -1630-06809 America/La_Paz
88
+ BQ +120903-0681636 America/Kralendijk
89
+ BR -0351-03225 America/Noronha Atlantic islands
90
+ BR -0127-04829 America/Belem Amapa, E Para
91
+ BR -0343-03830 America/Fortaleza NE Brazil (MA, PI, CE, RN, PB)
92
+ BR -0803-03454 America/Recife Pernambuco
93
+ BR -0712-04812 America/Araguaina Tocantins
94
+ BR -0940-03543 America/Maceio Alagoas, Sergipe
95
+ BR -1259-03831 America/Bahia Bahia
96
+ BR -2332-04637 America/Sao_Paulo S & SE Brazil (GO, DF, MG, ES, RJ, SP, PR, SC, RS)
97
+ BR -2027-05437 America/Campo_Grande Mato Grosso do Sul
98
+ BR -1535-05605 America/Cuiaba Mato Grosso
99
+ BR -0226-05452 America/Santarem W Para
100
+ BR -0846-06354 America/Porto_Velho Rondonia
101
+ BR +0249-06040 America/Boa_Vista Roraima
102
+ BR -0308-06001 America/Manaus E Amazonas
103
+ BR -0640-06952 America/Eirunepe W Amazonas
104
+ BR -0958-06748 America/Rio_Branco Acre
105
+ BS +2505-07721 America/Nassau
106
+ BT +2728+08939 Asia/Thimphu
107
+ BW -2439+02555 Africa/Gaborone
108
+ BY +5354+02734 Europe/Minsk
109
+ BZ +1730-08812 America/Belize
110
+ CA +4734-05243 America/St_Johns Newfoundland Time, including SE Labrador
111
+ CA +4439-06336 America/Halifax Atlantic Time - Nova Scotia (most places), PEI
112
+ CA +4612-05957 America/Glace_Bay Atlantic Time - Nova Scotia - places that did not observe DST 1966-1971
113
+ CA +4606-06447 America/Moncton Atlantic Time - New Brunswick
114
+ CA +5320-06025 America/Goose_Bay Atlantic Time - Labrador - most locations
115
+ CA +5125-05707 America/Blanc-Sablon Atlantic Standard Time - Quebec - Lower North Shore
116
+ CA +4531-07334 America/Montreal Eastern Time - Quebec - most locations
117
+ CA +4339-07923 America/Toronto Eastern Time - Ontario - most locations
118
+ CA +4901-08816 America/Nipigon Eastern Time - Ontario & Quebec - places that did not observe DST 1967-1973
119
+ CA +4823-08915 America/Thunder_Bay Eastern Time - Thunder Bay, Ontario
120
+ CA +6344-06828 America/Iqaluit Eastern Time - east Nunavut - most locations
121
+ CA +6608-06544 America/Pangnirtung Eastern Time - Pangnirtung, Nunavut
122
+ CA +744144-0944945 America/Resolute Central Standard Time - Resolute, Nunavut
123
+ CA +484531-0913718 America/Atikokan Eastern Standard Time - Atikokan, Ontario and Southampton I, Nunavut
124
+ CA +624900-0920459 America/Rankin_Inlet Central Time - central Nunavut
125
+ CA +4953-09709 America/Winnipeg Central Time - Manitoba & west Ontario
126
+ CA +4843-09434 America/Rainy_River Central Time - Rainy River & Fort Frances, Ontario
127
+ CA +5024-10439 America/Regina Central Standard Time - Saskatchewan - most locations
128
+ CA +5017-10750 America/Swift_Current Central Standard Time - Saskatchewan - midwest
129
+ CA +5333-11328 America/Edmonton Mountain Time - Alberta, east British Columbia & west Saskatchewan
130
+ CA +690650-1050310 America/Cambridge_Bay Mountain Time - west Nunavut
131
+ CA +6227-11421 America/Yellowknife Mountain Time - central Northwest Territories
132
+ CA +682059-1334300 America/Inuvik Mountain Time - west Northwest Territories
133
+ CA +4906-11631 America/Creston Mountain Standard Time - Creston, British Columbia
134
+ CA +5946-12014 America/Dawson_Creek Mountain Standard Time - Dawson Creek & Fort Saint John, British Columbia
135
+ CA +4916-12307 America/Vancouver Pacific Time - west British Columbia
136
+ CA +6043-13503 America/Whitehorse Pacific Time - south Yukon
137
+ CA +6404-13925 America/Dawson Pacific Time - north Yukon
138
+ CC -1210+09655 Indian/Cocos
139
+ CD -0418+01518 Africa/Kinshasa west Dem. Rep. of Congo
140
+ CD -1140+02728 Africa/Lubumbashi east Dem. Rep. of Congo
141
+ CF +0422+01835 Africa/Bangui
142
+ CG -0416+01517 Africa/Brazzaville
143
+ CH +4723+00832 Europe/Zurich
144
+ CI +0519-00402 Africa/Abidjan
145
+ CK -2114-15946 Pacific/Rarotonga
146
+ CL -3327-07040 America/Santiago most locations
147
+ CL -2709-10926 Pacific/Easter Easter Island & Sala y Gomez
148
+ CM +0403+00942 Africa/Douala
149
+ CN +3114+12128 Asia/Shanghai east China - Beijing, Guangdong, Shanghai, etc.
150
+ CN +4545+12641 Asia/Harbin Heilongjiang (except Mohe), Jilin
151
+ CN +2934+10635 Asia/Chongqing central China - Sichuan, Yunnan, Guangxi, Shaanxi, Guizhou, etc.
152
+ CN +4348+08735 Asia/Urumqi most of Tibet & Xinjiang
153
+ CN +3929+07559 Asia/Kashgar west Tibet & Xinjiang
154
+ CO +0436-07405 America/Bogota
155
+ CR +0956-08405 America/Costa_Rica
156
+ CU +2308-08222 America/Havana
157
+ CV +1455-02331 Atlantic/Cape_Verde
158
+ CW +1211-06900 America/Curacao
159
+ CX -1025+10543 Indian/Christmas
160
+ CY +3510+03322 Asia/Nicosia
161
+ CZ +5005+01426 Europe/Prague
162
+ DE +5230+01322 Europe/Berlin
163
+ DJ +1136+04309 Africa/Djibouti
164
+ DK +5540+01235 Europe/Copenhagen
165
+ DM +1518-06124 America/Dominica
166
+ DO +1828-06954 America/Santo_Domingo
167
+ DZ +3647+00303 Africa/Algiers
168
+ EC -0210-07950 America/Guayaquil mainland
169
+ EC -0054-08936 Pacific/Galapagos Galapagos Islands
170
+ EE +5925+02445 Europe/Tallinn
171
+ EG +3003+03115 Africa/Cairo
172
+ EH +2709-01312 Africa/El_Aaiun
173
+ ER +1520+03853 Africa/Asmara
174
+ ES +4024-00341 Europe/Madrid mainland
175
+ ES +3553-00519 Africa/Ceuta Ceuta & Melilla
176
+ ES +2806-01524 Atlantic/Canary Canary Islands
177
+ ET +0902+03842 Africa/Addis_Ababa
178
+ FI +6010+02458 Europe/Helsinki
179
+ FJ -1808+17825 Pacific/Fiji
180
+ FK -5142-05751 Atlantic/Stanley
181
+ FM +0725+15147 Pacific/Chuuk Chuuk (Truk) and Yap
182
+ FM +0658+15813 Pacific/Pohnpei Pohnpei (Ponape)
183
+ FM +0519+16259 Pacific/Kosrae Kosrae
184
+ FO +6201-00646 Atlantic/Faroe
185
+ FR +4852+00220 Europe/Paris
186
+ GA +0023+00927 Africa/Libreville
187
+ GB +513030-0000731 Europe/London
188
+ GD +1203-06145 America/Grenada
189
+ GE +4143+04449 Asia/Tbilisi
190
+ GF +0456-05220 America/Cayenne
191
+ GG +4927-00232 Europe/Guernsey
192
+ GH +0533-00013 Africa/Accra
193
+ GI +3608-00521 Europe/Gibraltar
194
+ GL +6411-05144 America/Godthab most locations
195
+ GL +7646-01840 America/Danmarkshavn east coast, north of Scoresbysund
196
+ GL +7029-02158 America/Scoresbysund Scoresbysund / Ittoqqortoormiit
197
+ GL +7634-06847 America/Thule Thule / Pituffik
198
+ GM +1328-01639 Africa/Banjul
199
+ GN +0931-01343 Africa/Conakry
200
+ GP +1614-06132 America/Guadeloupe
201
+ GQ +0345+00847 Africa/Malabo
202
+ GR +3758+02343 Europe/Athens
203
+ GS -5416-03632 Atlantic/South_Georgia
204
+ GT +1438-09031 America/Guatemala
205
+ GU +1328+14445 Pacific/Guam
206
+ GW +1151-01535 Africa/Bissau
207
+ GY +0648-05810 America/Guyana
208
+ HK +2217+11409 Asia/Hong_Kong
209
+ HN +1406-08713 America/Tegucigalpa
210
+ HR +4548+01558 Europe/Zagreb
211
+ HT +1832-07220 America/Port-au-Prince
212
+ HU +4730+01905 Europe/Budapest
213
+ ID -0610+10648 Asia/Jakarta Java & Sumatra
214
+ ID -0002+10920 Asia/Pontianak west & central Borneo
215
+ ID -0507+11924 Asia/Makassar east & south Borneo, Sulawesi (Celebes), Bali, Nusa Tengarra, west Timor
216
+ ID -0232+14042 Asia/Jayapura west New Guinea (Irian Jaya) & Malukus (Moluccas)
217
+ IE +5320-00615 Europe/Dublin
218
+ IL +3146+03514 Asia/Jerusalem
219
+ IM +5409-00428 Europe/Isle_of_Man
220
+ IN +2232+08822 Asia/Kolkata
221
+ IO -0720+07225 Indian/Chagos
222
+ IQ +3321+04425 Asia/Baghdad
223
+ IR +3540+05126 Asia/Tehran
224
+ IS +6409-02151 Atlantic/Reykjavik
225
+ IT +4154+01229 Europe/Rome
226
+ JE +4912-00207 Europe/Jersey
227
+ JM +1800-07648 America/Jamaica
228
+ JO +3157+03556 Asia/Amman
229
+ JP +353916+1394441 Asia/Tokyo
230
+ KE -0117+03649 Africa/Nairobi
231
+ KG +4254+07436 Asia/Bishkek
232
+ KH +1133+10455 Asia/Phnom_Penh
233
+ KI +0125+17300 Pacific/Tarawa Gilbert Islands
234
+ KI -0308-17105 Pacific/Enderbury Phoenix Islands
235
+ KI +0152-15720 Pacific/Kiritimati Line Islands
236
+ KM -1141+04316 Indian/Comoro
237
+ KN +1718-06243 America/St_Kitts
238
+ KP +3901+12545 Asia/Pyongyang
239
+ KR +3733+12658 Asia/Seoul
240
+ KW +2920+04759 Asia/Kuwait
241
+ KY +1918-08123 America/Cayman
242
+ KZ +4315+07657 Asia/Almaty most locations
243
+ KZ +4448+06528 Asia/Qyzylorda Qyzylorda (Kyzylorda, Kzyl-Orda)
244
+ KZ +5017+05710 Asia/Aqtobe Aqtobe (Aktobe)
245
+ KZ +4431+05016 Asia/Aqtau Atyrau (Atirau, Gur'yev), Mangghystau (Mankistau)
246
+ KZ +5113+05121 Asia/Oral West Kazakhstan
247
+ LA +1758+10236 Asia/Vientiane
248
+ LB +3353+03530 Asia/Beirut
249
+ LC +1401-06100 America/St_Lucia
250
+ LI +4709+00931 Europe/Vaduz
251
+ LK +0656+07951 Asia/Colombo
252
+ LR +0618-01047 Africa/Monrovia
253
+ LS -2928+02730 Africa/Maseru
254
+ LT +5441+02519 Europe/Vilnius
255
+ LU +4936+00609 Europe/Luxembourg
256
+ LV +5657+02406 Europe/Riga
257
+ LY +3254+01311 Africa/Tripoli
258
+ MA +3339-00735 Africa/Casablanca
259
+ MC +4342+00723 Europe/Monaco
260
+ MD +4700+02850 Europe/Chisinau
261
+ ME +4226+01916 Europe/Podgorica
262
+ MF +1804-06305 America/Marigot
263
+ MG -1855+04731 Indian/Antananarivo
264
+ MH +0709+17112 Pacific/Majuro most locations
265
+ MH +0905+16720 Pacific/Kwajalein Kwajalein
266
+ MK +4159+02126 Europe/Skopje
267
+ ML +1239-00800 Africa/Bamako
268
+ MM +1647+09610 Asia/Rangoon
269
+ MN +4755+10653 Asia/Ulaanbaatar most locations
270
+ MN +4801+09139 Asia/Hovd Bayan-Olgiy, Govi-Altai, Hovd, Uvs, Zavkhan
271
+ MN +4804+11430 Asia/Choibalsan Dornod, Sukhbaatar
272
+ MO +2214+11335 Asia/Macau
273
+ MP +1512+14545 Pacific/Saipan
274
+ MQ +1436-06105 America/Martinique
275
+ MR +1806-01557 Africa/Nouakchott
276
+ MS +1643-06213 America/Montserrat
277
+ MT +3554+01431 Europe/Malta
278
+ MU -2010+05730 Indian/Mauritius
279
+ MV +0410+07330 Indian/Maldives
280
+ MW -1547+03500 Africa/Blantyre
281
+ MX +1924-09909 America/Mexico_City Central Time - most locations
282
+ MX +2105-08646 America/Cancun Central Time - Quintana Roo
283
+ MX +2058-08937 America/Merida Central Time - Campeche, Yucatan
284
+ MX +2540-10019 America/Monterrey Mexican Central Time - Coahuila, Durango, Nuevo Leon, Tamaulipas away from US border
285
+ MX +2550-09730 America/Matamoros US Central Time - Coahuila, Durango, Nuevo Leon, Tamaulipas near US border
286
+ MX +2313-10625 America/Mazatlan Mountain Time - S Baja, Nayarit, Sinaloa
287
+ MX +2838-10605 America/Chihuahua Mexican Mountain Time - Chihuahua away from US border
288
+ MX +2934-10425 America/Ojinaga US Mountain Time - Chihuahua near US border
289
+ MX +2904-11058 America/Hermosillo Mountain Standard Time - Sonora
290
+ MX +3232-11701 America/Tijuana US Pacific Time - Baja California near US border
291
+ MX +3018-11452 America/Santa_Isabel Mexican Pacific Time - Baja California away from US border
292
+ MX +2048-10515 America/Bahia_Banderas Mexican Central Time - Bahia de Banderas
293
+ MY +0310+10142 Asia/Kuala_Lumpur peninsular Malaysia
294
+ MY +0133+11020 Asia/Kuching Sabah & Sarawak
295
+ MZ -2558+03235 Africa/Maputo
296
+ NA -2234+01706 Africa/Windhoek
297
+ NC -2216+16627 Pacific/Noumea
298
+ NE +1331+00207 Africa/Niamey
299
+ NF -2903+16758 Pacific/Norfolk
300
+ NG +0627+00324 Africa/Lagos
301
+ NI +1209-08617 America/Managua
302
+ NL +5222+00454 Europe/Amsterdam
303
+ NO +5955+01045 Europe/Oslo
304
+ NP +2743+08519 Asia/Kathmandu
305
+ NR -0031+16655 Pacific/Nauru
306
+ NU -1901-16955 Pacific/Niue
307
+ NZ -3652+17446 Pacific/Auckland most locations
308
+ NZ -4357-17633 Pacific/Chatham Chatham Islands
309
+ OM +2336+05835 Asia/Muscat
310
+ PA +0858-07932 America/Panama
311
+ PE -1203-07703 America/Lima
312
+ PF -1732-14934 Pacific/Tahiti Society Islands
313
+ PF -0900-13930 Pacific/Marquesas Marquesas Islands
314
+ PF -2308-13457 Pacific/Gambier Gambier Islands
315
+ PG -0930+14710 Pacific/Port_Moresby
316
+ PH +1435+12100 Asia/Manila
317
+ PK +2452+06703 Asia/Karachi
318
+ PL +5215+02100 Europe/Warsaw
319
+ PM +4703-05620 America/Miquelon
320
+ PN -2504-13005 Pacific/Pitcairn
321
+ PR +182806-0660622 America/Puerto_Rico
322
+ PS +3130+03428 Asia/Gaza Gaza Strip
323
+ PS +313200+0350542 Asia/Hebron West Bank
324
+ PT +3843-00908 Europe/Lisbon mainland
325
+ PT +3238-01654 Atlantic/Madeira Madeira Islands
326
+ PT +3744-02540 Atlantic/Azores Azores
327
+ PW +0720+13429 Pacific/Palau
328
+ PY -2516-05740 America/Asuncion
329
+ QA +2517+05132 Asia/Qatar
330
+ RE -2052+05528 Indian/Reunion
331
+ RO +4426+02606 Europe/Bucharest
332
+ RS +4450+02030 Europe/Belgrade
333
+ RU +5443+02030 Europe/Kaliningrad Moscow-01 - Kaliningrad
334
+ RU +5545+03735 Europe/Moscow Moscow+00 - west Russia
335
+ RU +4844+04425 Europe/Volgograd Moscow+00 - Caspian Sea
336
+ RU +5312+05009 Europe/Samara Moscow+00 - Samara, Udmurtia
337
+ RU +5651+06036 Asia/Yekaterinburg Moscow+02 - Urals
338
+ RU +5500+07324 Asia/Omsk Moscow+03 - west Siberia
339
+ RU +5502+08255 Asia/Novosibirsk Moscow+03 - Novosibirsk
340
+ RU +5345+08707 Asia/Novokuznetsk Moscow+03 - Novokuznetsk
341
+ RU +5601+09250 Asia/Krasnoyarsk Moscow+04 - Yenisei River
342
+ RU +5216+10420 Asia/Irkutsk Moscow+05 - Lake Baikal
343
+ RU +6200+12940 Asia/Yakutsk Moscow+06 - Lena River
344
+ RU +4310+13156 Asia/Vladivostok Moscow+07 - Amur River
345
+ RU +4658+14242 Asia/Sakhalin Moscow+07 - Sakhalin Island
346
+ RU +5934+15048 Asia/Magadan Moscow+08 - Magadan
347
+ RU +5301+15839 Asia/Kamchatka Moscow+08 - Kamchatka
348
+ RU +6445+17729 Asia/Anadyr Moscow+08 - Bering Sea
349
+ RW -0157+03004 Africa/Kigali
350
+ SA +2438+04643 Asia/Riyadh
351
+ SB -0932+16012 Pacific/Guadalcanal
352
+ SC -0440+05528 Indian/Mahe
353
+ SD +1536+03232 Africa/Khartoum
354
+ SE +5920+01803 Europe/Stockholm
355
+ SG +0117+10351 Asia/Singapore
356
+ SH -1555-00542 Atlantic/St_Helena
357
+ SI +4603+01431 Europe/Ljubljana
358
+ SJ +7800+01600 Arctic/Longyearbyen
359
+ SK +4809+01707 Europe/Bratislava
360
+ SL +0830-01315 Africa/Freetown
361
+ SM +4355+01228 Europe/San_Marino
362
+ SN +1440-01726 Africa/Dakar
363
+ SO +0204+04522 Africa/Mogadishu
364
+ SR +0550-05510 America/Paramaribo
365
+ SS +0451+03136 Africa/Juba
366
+ ST +0020+00644 Africa/Sao_Tome
367
+ SV +1342-08912 America/El_Salvador
368
+ SX +180305-0630250 America/Lower_Princes
369
+ SY +3330+03618 Asia/Damascus
370
+ SZ -2618+03106 Africa/Mbabane
371
+ TC +2128-07108 America/Grand_Turk
372
+ TD +1207+01503 Africa/Ndjamena
373
+ TF -492110+0701303 Indian/Kerguelen
374
+ TG +0608+00113 Africa/Lome
375
+ TH +1345+10031 Asia/Bangkok
376
+ TJ +3835+06848 Asia/Dushanbe
377
+ TK -0922-17114 Pacific/Fakaofo
378
+ TL -0833+12535 Asia/Dili
379
+ TM +3757+05823 Asia/Ashgabat
380
+ TN +3648+01011 Africa/Tunis
381
+ TO -2110-17510 Pacific/Tongatapu
382
+ TR +4101+02858 Europe/Istanbul
383
+ TT +1039-06131 America/Port_of_Spain
384
+ TV -0831+17913 Pacific/Funafuti
385
+ TW +2503+12130 Asia/Taipei
386
+ TZ -0648+03917 Africa/Dar_es_Salaam
387
+ UA +5026+03031 Europe/Kiev most locations
388
+ UA +4837+02218 Europe/Uzhgorod Ruthenia
389
+ UA +4750+03510 Europe/Zaporozhye Zaporozh'ye, E Lugansk / Zaporizhia, E Luhansk
390
+ UA +4457+03406 Europe/Simferopol central Crimea
391
+ UG +0019+03225 Africa/Kampala
392
+ UM +1645-16931 Pacific/Johnston Johnston Atoll
393
+ UM +2813-17722 Pacific/Midway Midway Islands
394
+ UM +1917+16637 Pacific/Wake Wake Island
395
+ US +404251-0740023 America/New_York Eastern Time
396
+ US +421953-0830245 America/Detroit Eastern Time - Michigan - most locations
397
+ US +381515-0854534 America/Kentucky/Louisville Eastern Time - Kentucky - Louisville area
398
+ US +364947-0845057 America/Kentucky/Monticello Eastern Time - Kentucky - Wayne County
399
+ US +394606-0860929 America/Indiana/Indianapolis Eastern Time - Indiana - most locations
400
+ US +384038-0873143 America/Indiana/Vincennes Eastern Time - Indiana - Daviess, Dubois, Knox & Martin Counties
401
+ US +410305-0863611 America/Indiana/Winamac Eastern Time - Indiana - Pulaski County
402
+ US +382232-0862041 America/Indiana/Marengo Eastern Time - Indiana - Crawford County
403
+ US +382931-0871643 America/Indiana/Petersburg Eastern Time - Indiana - Pike County
404
+ US +384452-0850402 America/Indiana/Vevay Eastern Time - Indiana - Switzerland County
405
+ US +415100-0873900 America/Chicago Central Time
406
+ US +375711-0864541 America/Indiana/Tell_City Central Time - Indiana - Perry County
407
+ US +411745-0863730 America/Indiana/Knox Central Time - Indiana - Starke County
408
+ US +450628-0873651 America/Menominee Central Time - Michigan - Dickinson, Gogebic, Iron & Menominee Counties
409
+ US +470659-1011757 America/North_Dakota/Center Central Time - North Dakota - Oliver County
410
+ US +465042-1012439 America/North_Dakota/New_Salem Central Time - North Dakota - Morton County (except Mandan area)
411
+ US +471551-1014640 America/North_Dakota/Beulah Central Time - North Dakota - Mercer County
412
+ US +394421-1045903 America/Denver Mountain Time
413
+ US +433649-1161209 America/Boise Mountain Time - south Idaho & east Oregon
414
+ US +364708-1084111 America/Shiprock Mountain Time - Navajo
415
+ US +332654-1120424 America/Phoenix Mountain Standard Time - Arizona
416
+ US +340308-1181434 America/Los_Angeles Pacific Time
417
+ US +611305-1495401 America/Anchorage Alaska Time
418
+ US +581807-1342511 America/Juneau Alaska Time - Alaska panhandle
419
+ US +571035-1351807 America/Sitka Alaska Time - southeast Alaska panhandle
420
+ US +593249-1394338 America/Yakutat Alaska Time - Alaska panhandle neck
421
+ US +643004-1652423 America/Nome Alaska Time - west Alaska
422
+ US +515248-1763929 America/Adak Aleutian Islands
423
+ US +550737-1313435 America/Metlakatla Metlakatla Time - Annette Island
424
+ US +211825-1575130 Pacific/Honolulu Hawaii
425
+ UY -3453-05611 America/Montevideo
426
+ UZ +3940+06648 Asia/Samarkand west Uzbekistan
427
+ UZ +4120+06918 Asia/Tashkent east Uzbekistan
428
+ VA +415408+0122711 Europe/Vatican
429
+ VC +1309-06114 America/St_Vincent
430
+ VE +1030-06656 America/Caracas
431
+ VG +1827-06437 America/Tortola
432
+ VI +1821-06456 America/St_Thomas
433
+ VN +1045+10640 Asia/Ho_Chi_Minh
434
+ VU -1740+16825 Pacific/Efate
435
+ WF -1318-17610 Pacific/Wallis
436
+ WS -1350-17144 Pacific/Apia
437
+ YE +1245+04512 Asia/Aden
438
+ YT -1247+04514 Indian/Mayotte
439
+ ZA -2615+02800 Africa/Johannesburg
440
+ ZM -1525+02817 Africa/Lusaka
441
+ ZW -1750+03103 Africa/Harare
js/jquery-flot/examples/axes-time/index.html ADDED
@@ -0,0 +1,137 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2
+ <html>
3
+ <head>
4
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5
+ <title>Flot Examples: Time Axes</title>
6
+ <link href="../examples.css" rel="stylesheet" type="text/css">
7
+ <!--[if lte IE 8]><script language="javascript" type="text/javascript" src="../../excanvas.min.js"></script><![endif]-->
8
+ <script language="javascript" type="text/javascript" src="../../jquery.js"></script>
9
+ <script language="javascript" type="text/javascript" src="../../jquery.flot.js"></script>
10
+ <script language="javascript" type="text/javascript" src="../../jquery.flot.time.js"></script>
11
+ <script type="text/javascript">
12
+
13
+ $(function() {
14
+
15
+ var d = [[-373597200000, 315.71], [-370918800000, 317.45], [-368326800000, 317.50], [-363056400000, 315.86], [-360378000000, 314.93], [-357699600000, 313.19], [-352429200000, 313.34], [-349837200000, 314.67], [-347158800000, 315.58], [-344480400000, 316.47], [-342061200000, 316.65], [-339382800000, 317.71], [-336790800000, 318.29], [-334112400000, 318.16], [-331520400000, 316.55], [-328842000000, 314.80], [-326163600000, 313.84], [-323571600000, 313.34], [-320893200000, 314.81], [-318301200000, 315.59], [-315622800000, 316.43], [-312944400000, 316.97], [-310438800000, 317.58], [-307760400000, 319.03], [-305168400000, 320.03], [-302490000000, 319.59], [-299898000000, 318.18], [-297219600000, 315.91], [-294541200000, 314.16], [-291949200000, 313.83], [-289270800000, 315.00], [-286678800000, 316.19], [-284000400000, 316.89], [-281322000000, 317.70], [-278902800000, 318.54], [-276224400000, 319.48], [-273632400000, 320.58], [-270954000000, 319.78], [-268362000000, 318.58], [-265683600000, 316.79], [-263005200000, 314.99], [-260413200000, 315.31], [-257734800000, 316.10], [-255142800000, 317.01], [-252464400000, 317.94], [-249786000000, 318.56], [-247366800000, 319.69], [-244688400000, 320.58], [-242096400000, 321.01], [-239418000000, 320.61], [-236826000000, 319.61], [-234147600000, 317.40], [-231469200000, 316.26], [-228877200000, 315.42], [-226198800000, 316.69], [-223606800000, 317.69], [-220928400000, 318.74], [-218250000000, 319.08], [-215830800000, 319.86], [-213152400000, 321.39], [-210560400000, 322.24], [-207882000000, 321.47], [-205290000000, 319.74], [-202611600000, 317.77], [-199933200000, 316.21], [-197341200000, 315.99], [-194662800000, 317.07], [-192070800000, 318.36], [-189392400000, 319.57], [-178938000000, 322.23], [-176259600000, 321.89], [-173667600000, 320.44], [-170989200000, 318.70], [-168310800000, 316.70], [-165718800000, 316.87], [-163040400000, 317.68], [-160448400000, 318.71], [-157770000000, 319.44], [-155091600000, 320.44], [-152672400000, 320.89], [-149994000000, 322.13], [-147402000000, 322.16], [-144723600000, 321.87], [-142131600000, 321.21], [-139453200000, 318.87], [-136774800000, 317.81], [-134182800000, 317.30], [-131504400000, 318.87], [-128912400000, 319.42], [-126234000000, 320.62], [-123555600000, 321.59], [-121136400000, 322.39], [-118458000000, 323.70], [-115866000000, 324.07], [-113187600000, 323.75], [-110595600000, 322.40], [-107917200000, 320.37], [-105238800000, 318.64], [-102646800000, 318.10], [-99968400000, 319.79], [-97376400000, 321.03], [-94698000000, 322.33], [-92019600000, 322.50], [-89600400000, 323.04], [-86922000000, 324.42], [-84330000000, 325.00], [-81651600000, 324.09], [-79059600000, 322.55], [-76381200000, 320.92], [-73702800000, 319.26], [-71110800000, 319.39], [-68432400000, 320.72], [-65840400000, 321.96], [-63162000000, 322.57], [-60483600000, 323.15], [-57978000000, 323.89], [-55299600000, 325.02], [-52707600000, 325.57], [-50029200000, 325.36], [-47437200000, 324.14], [-44758800000, 322.11], [-42080400000, 320.33], [-39488400000, 320.25], [-36810000000, 321.32], [-34218000000, 322.90], [-31539600000, 324.00], [-28861200000, 324.42], [-26442000000, 325.64], [-23763600000, 326.66], [-21171600000, 327.38], [-18493200000, 326.70], [-15901200000, 325.89], [-13222800000, 323.67], [-10544400000, 322.38], [-7952400000, 321.78], [-5274000000, 322.85], [-2682000000, 324.12], [-3600000, 325.06], [2674800000, 325.98], [5094000000, 326.93], [7772400000, 328.13], [10364400000, 328.07], [13042800000, 327.66], [15634800000, 326.35], [18313200000, 324.69], [20991600000, 323.10], [23583600000, 323.07], [26262000000, 324.01], [28854000000, 325.13], [31532400000, 326.17], [34210800000, 326.68], [36630000000, 327.18], [39308400000, 327.78], [41900400000, 328.92], [44578800000, 328.57], [47170800000, 327.37], [49849200000, 325.43], [52527600000, 323.36], [55119600000, 323.56], [57798000000, 324.80], [60390000000, 326.01], [63068400000, 326.77], [65746800000, 327.63], [68252400000, 327.75], [70930800000, 329.72], [73522800000, 330.07], [76201200000, 329.09], [78793200000, 328.05], [81471600000, 326.32], [84150000000, 324.84], [86742000000, 325.20], [89420400000, 326.50], [92012400000, 327.55], [94690800000, 328.54], [97369200000, 329.56], [99788400000, 330.30], [102466800000, 331.50], [105058800000, 332.48], [107737200000, 332.07], [110329200000, 330.87], [113007600000, 329.31], [115686000000, 327.51], [118278000000, 327.18], [120956400000, 328.16], [123548400000, 328.64], [126226800000, 329.35], [128905200000, 330.71], [131324400000, 331.48], [134002800000, 332.65], [136594800000, 333.16], [139273200000, 332.06], [141865200000, 330.99], [144543600000, 329.17], [147222000000, 327.41], [149814000000, 327.20], [152492400000, 328.33], [155084400000, 329.50], [157762800000, 330.68], [160441200000, 331.41], [162860400000, 331.85], [165538800000, 333.29], [168130800000, 333.91], [170809200000, 333.40], [173401200000, 331.78], [176079600000, 329.88], [178758000000, 328.57], [181350000000, 328.46], [184028400000, 329.26], [189298800000, 331.71], [191977200000, 332.76], [194482800000, 333.48], [197161200000, 334.78], [199753200000, 334.78], [202431600000, 334.17], [205023600000, 332.78], [207702000000, 330.64], [210380400000, 328.95], [212972400000, 328.77], [215650800000, 330.23], [218242800000, 331.69], [220921200000, 332.70], [223599600000, 333.24], [226018800000, 334.96], [228697200000, 336.04], [231289200000, 336.82], [233967600000, 336.13], [236559600000, 334.73], [239238000000, 332.52], [241916400000, 331.19], [244508400000, 331.19], [247186800000, 332.35], [249778800000, 333.47], [252457200000, 335.11], [255135600000, 335.26], [257554800000, 336.60], [260233200000, 337.77], [262825200000, 338.00], [265503600000, 337.99], [268095600000, 336.48], [270774000000, 334.37], [273452400000, 332.27], [276044400000, 332.41], [278722800000, 333.76], [281314800000, 334.83], [283993200000, 336.21], [286671600000, 336.64], [289090800000, 338.12], [291769200000, 339.02], [294361200000, 339.02], [297039600000, 339.20], [299631600000, 337.58], [302310000000, 335.55], [304988400000, 333.89], [307580400000, 334.14], [310258800000, 335.26], [312850800000, 336.71], [315529200000, 337.81], [318207600000, 338.29], [320713200000, 340.04], [323391600000, 340.86], [325980000000, 341.47], [328658400000, 341.26], [331250400000, 339.29], [333928800000, 337.60], [336607200000, 336.12], [339202800000, 336.08], [341881200000, 337.22], [344473200000, 338.34], [347151600000, 339.36], [349830000000, 340.51], [352249200000, 341.57], [354924000000, 342.56], [357516000000, 343.01], [360194400000, 342.47], [362786400000, 340.71], [365464800000, 338.52], [368143200000, 336.96], [370738800000, 337.13], [373417200000, 338.58], [376009200000, 339.89], [378687600000, 340.93], [381366000000, 341.69], [383785200000, 342.69], [389052000000, 344.30], [391730400000, 343.43], [394322400000, 341.88], [397000800000, 339.89], [399679200000, 337.95], [402274800000, 338.10], [404953200000, 339.27], [407545200000, 340.67], [410223600000, 341.42], [412902000000, 342.68], [415321200000, 343.46], [417996000000, 345.10], [420588000000, 345.76], [423266400000, 345.36], [425858400000, 343.91], [428536800000, 342.05], [431215200000, 340.00], [433810800000, 340.12], [436489200000, 341.33], [439081200000, 342.94], [441759600000, 343.87], [444438000000, 344.60], [446943600000, 345.20], [452210400000, 347.36], [454888800000, 346.74], [457480800000, 345.41], [460159200000, 343.01], [462837600000, 341.23], [465433200000, 341.52], [468111600000, 342.86], [470703600000, 344.41], [473382000000, 345.09], [476060400000, 345.89], [478479600000, 347.49], [481154400000, 348.00], [483746400000, 348.75], [486424800000, 348.19], [489016800000, 346.54], [491695200000, 344.63], [494373600000, 343.03], [496969200000, 342.92], [499647600000, 344.24], [502239600000, 345.62], [504918000000, 346.43], [507596400000, 346.94], [510015600000, 347.88], [512690400000, 349.57], [515282400000, 350.35], [517960800000, 349.72], [520552800000, 347.78], [523231200000, 345.86], [525909600000, 344.84], [528505200000, 344.32], [531183600000, 345.67], [533775600000, 346.88], [536454000000, 348.19], [539132400000, 348.55], [541551600000, 349.52], [544226400000, 351.12], [546818400000, 351.84], [549496800000, 351.49], [552088800000, 349.82], [554767200000, 347.63], [557445600000, 346.38], [560041200000, 346.49], [562719600000, 347.75], [565311600000, 349.03], [567990000000, 350.20], [570668400000, 351.61], [573174000000, 352.22], [575848800000, 353.53], [578440800000, 354.14], [581119200000, 353.62], [583711200000, 352.53], [586389600000, 350.41], [589068000000, 348.84], [591663600000, 348.94], [594342000000, 350.04], [596934000000, 351.29], [599612400000, 352.72], [602290800000, 353.10], [604710000000, 353.65], [607384800000, 355.43], [609976800000, 355.70], [612655200000, 355.11], [615247200000, 353.79], [617925600000, 351.42], [620604000000, 349.81], [623199600000, 350.11], [625878000000, 351.26], [628470000000, 352.63], [631148400000, 353.64], [633826800000, 354.72], [636246000000, 355.49], [638920800000, 356.09], [641512800000, 357.08], [644191200000, 356.11], [646783200000, 354.70], [649461600000, 352.68], [652140000000, 351.05], [654735600000, 351.36], [657414000000, 352.81], [660006000000, 354.22], [662684400000, 354.85], [665362800000, 355.66], [667782000000, 357.04], [670456800000, 358.40], [673048800000, 359.00], [675727200000, 357.99], [678319200000, 356.00], [680997600000, 353.78], [683676000000, 352.20], [686271600000, 352.22], [688950000000, 353.70], [691542000000, 354.98], [694220400000, 356.09], [696898800000, 356.85], [699404400000, 357.73], [702079200000, 358.91], [704671200000, 359.45], [707349600000, 359.19], [709941600000, 356.72], [712620000000, 354.79], [715298400000, 352.79], [717894000000, 353.20], [720572400000, 354.15], [723164400000, 355.39], [725842800000, 356.77], [728521200000, 357.17], [730940400000, 358.26], [733615200000, 359.16], [736207200000, 360.07], [738885600000, 359.41], [741477600000, 357.44], [744156000000, 355.30], [746834400000, 353.87], [749430000000, 354.04], [752108400000, 355.27], [754700400000, 356.70], [757378800000, 358.00], [760057200000, 358.81], [762476400000, 359.68], [765151200000, 361.13], [767743200000, 361.48], [770421600000, 360.60], [773013600000, 359.20], [775692000000, 357.23], [778370400000, 355.42], [780966000000, 355.89], [783644400000, 357.41], [786236400000, 358.74], [788914800000, 359.73], [791593200000, 360.61], [794012400000, 361.58], [796687200000, 363.05], [799279200000, 363.62], [801957600000, 363.03], [804549600000, 361.55], [807228000000, 358.94], [809906400000, 357.93], [812502000000, 357.80], [815180400000, 359.22], [817772400000, 360.44], [820450800000, 361.83], [823129200000, 362.95], [825634800000, 363.91], [828309600000, 364.28], [830901600000, 364.94], [833580000000, 364.70], [836172000000, 363.31], [838850400000, 361.15], [841528800000, 359.40], [844120800000, 359.34], [846802800000, 360.62], [849394800000, 361.96], [852073200000, 362.81], [854751600000, 363.87], [857170800000, 364.25], [859845600000, 366.02], [862437600000, 366.46], [865116000000, 365.32], [867708000000, 364.07], [870386400000, 361.95], [873064800000, 360.06], [875656800000, 360.49], [878338800000, 362.19], [880930800000, 364.12], [883609200000, 364.99], [886287600000, 365.82], [888706800000, 366.95], [891381600000, 368.42], [893973600000, 369.33], [896652000000, 368.78], [899244000000, 367.59], [901922400000, 365.84], [904600800000, 363.83], [907192800000, 364.18], [909874800000, 365.34], [912466800000, 366.93], [915145200000, 367.94], [917823600000, 368.82], [920242800000, 369.46], [922917600000, 370.77], [925509600000, 370.66], [928188000000, 370.10], [930780000000, 369.08], [933458400000, 366.66], [936136800000, 364.60], [938728800000, 365.17], [941410800000, 366.51], [944002800000, 367.89], [946681200000, 369.04], [949359600000, 369.35], [951865200000, 370.38], [954540000000, 371.63], [957132000000, 371.32], [959810400000, 371.53], [962402400000, 369.75], [965080800000, 368.23], [967759200000, 366.87], [970351200000, 366.94], [973033200000, 368.27], [975625200000, 369.64], [978303600000, 370.46], [980982000000, 371.44], [983401200000, 372.37], [986076000000, 373.33], [988668000000, 373.77], [991346400000, 373.09], [993938400000, 371.51], [996616800000, 369.55], [999295200000, 368.12], [1001887200000, 368.38], [1004569200000, 369.66], [1007161200000, 371.11], [1009839600000, 372.36], [1012518000000, 373.09], [1014937200000, 373.81], [1017612000000, 374.93], [1020204000000, 375.58], [1022882400000, 375.44], [1025474400000, 373.86], [1028152800000, 371.77], [1030831200000, 370.73], [1033423200000, 370.50], [1036105200000, 372.18], [1038697200000, 373.70], [1041375600000, 374.92], [1044054000000, 375.62], [1046473200000, 376.51], [1049148000000, 377.75], [1051740000000, 378.54], [1054418400000, 378.20], [1057010400000, 376.68], [1059688800000, 374.43], [1062367200000, 373.11], [1064959200000, 373.10], [1067641200000, 374.77], [1070233200000, 375.97], [1072911600000, 377.03], [1075590000000, 377.87], [1078095600000, 378.88], [1080770400000, 380.42], [1083362400000, 380.62], [1086040800000, 379.70], [1088632800000, 377.43], [1091311200000, 376.32], [1093989600000, 374.19], [1096581600000, 374.47], [1099263600000, 376.15], [1101855600000, 377.51], [1104534000000, 378.43], [1107212400000, 379.70], [1109631600000, 380.92], [1112306400000, 382.18], [1114898400000, 382.45], [1117576800000, 382.14], [1120168800000, 380.60], [1122847200000, 378.64], [1125525600000, 376.73], [1128117600000, 376.84], [1130799600000, 378.29], [1133391600000, 380.06], [1136070000000, 381.40], [1138748400000, 382.20], [1141167600000, 382.66], [1143842400000, 384.69], [1146434400000, 384.94], [1149112800000, 384.01], [1151704800000, 382.14], [1154383200000, 380.31], [1157061600000, 378.81], [1159653600000, 379.03], [1162335600000, 380.17], [1164927600000, 381.85], [1167606000000, 382.94], [1170284400000, 383.86], [1172703600000, 384.49], [1175378400000, 386.37], [1177970400000, 386.54], [1180648800000, 385.98], [1183240800000, 384.36], [1185919200000, 381.85], [1188597600000, 380.74], [1191189600000, 381.15], [1193871600000, 382.38], [1196463600000, 383.94], [1199142000000, 385.44]];
16
+
17
+ $.plot("#placeholder", [d], {
18
+ xaxis: { mode: "time" }
19
+ });
20
+
21
+ $("#whole").click(function () {
22
+ $.plot("#placeholder", [d], {
23
+ xaxis: { mode: "time" }
24
+ });
25
+ });
26
+
27
+ $("#nineties").click(function () {
28
+ $.plot("#placeholder", [d], {
29
+ xaxis: {
30
+ mode: "time",
31
+ min: (new Date(1990, 0, 1)).getTime(),
32
+ max: (new Date(2000, 0, 1)).getTime()
33
+ }
34
+ });
35
+ });
36
+
37
+ $("#latenineties").click(function () {
38
+ $.plot("#placeholder", [d], {
39
+ xaxis: {
40
+ mode: "time",
41
+ minTickSize: [1, "year"],
42
+ min: (new Date(1996, 0, 1)).getTime(),
43
+ max: (new Date(2000, 0, 1)).getTime()
44
+ }
45
+ });
46
+ });
47
+
48
+ $("#ninetyninequarters").click(function () {
49
+ $.plot("#placeholder", [d], {
50
+ xaxis: {
51
+ mode: "time",
52
+ minTickSize: [1, "quarter"],
53
+ min: (new Date(1999, 0, 1)).getTime(),
54
+ max: (new Date(2000, 0, 1)).getTime()
55
+ }
56
+ });
57
+ });
58
+
59
+ $("#ninetynine").click(function () {
60
+ $.plot("#placeholder", [d], {
61
+ xaxis: {
62
+ mode: "time",
63
+ minTickSize: [1, "month"],
64
+ min: (new Date(1999, 0, 1)).getTime(),
65
+ max: (new Date(2000, 0, 1)).getTime()
66
+ }
67
+ });
68
+ });
69
+
70
+ $("#lastweekninetynine").click(function () {
71
+ $.plot("#placeholder", [d], {
72
+ xaxis: {
73
+ mode: "time",
74
+ minTickSize: [1, "day"],
75
+ min: (new Date(1999, 11, 25)).getTime(),
76
+ max: (new Date(2000, 0, 1)).getTime(),
77
+ timeformat: "%a"
78
+ }
79
+ });
80
+ });
81
+
82
+ $("#lastdayninetynine").click(function () {
83
+ $.plot("#placeholder", [d], {
84
+ xaxis: {
85
+ mode: "time",
86
+ minTickSize: [1, "hour"],
87
+ min: (new Date(1999, 11, 31)).getTime(),
88
+ max: (new Date(2000, 0, 1)).getTime(),
89
+ twelveHourClock: true
90
+ }
91
+ });
92
+ });
93
+
94
+ // Add the Flot version string to the footer
95
+
96
+ $("#footer").prepend("Flot " + $.plot.version + " &ndash; ");
97
+ });
98
+
99
+ </script>
100
+ </head>
101
+ <body>
102
+
103
+ <div id="header">
104
+ <h2>Time Axes</h2>
105
+ </div>
106
+
107
+ <div id="content">
108
+
109
+ <div class="demo-container">
110
+ <div id="placeholder" class="demo-placeholder"></div>
111
+ </div>
112
+
113
+ <p>Monthly mean atmospheric CO<sub>2</sub> in PPM at Mauna Loa, Hawaii (source: <a href="http://www.esrl.noaa.gov/gmd/ccgg/trends/">NOAA/ESRL</a>).</p>
114
+
115
+ <p>If you tell Flot that an axis represents time, the data will be interpreted as timestamps and the ticks adjusted and formatted accordingly.</p>
116
+
117
+ <p>Zoom to: <button id="whole">Whole period</button>
118
+ <button id="nineties">1990-2000</button>
119
+ <button id="latenineties">1996-2000</button></p>
120
+
121
+ <p>Zoom to: <button id="ninetyninequarters">1999 by quarter</button>
122
+ <button id="ninetynine">1999 by month</button>
123
+ <button id="lastweekninetynine">Last week of 1999</button>
124
+ <button id="lastdayninetynine">Dec. 31, 1999</button></p>
125
+
126
+ <p>The timestamps must be specified as Javascript timestamps, as milliseconds since January 1, 1970 00:00. This is like Unix timestamps, but in milliseconds instead of seconds (remember to multiply with 1000!).</p>
127
+
128
+ <p>As an extra caveat, the timestamps are interpreted according to UTC and, by default, displayed as such. You can set the axis "timezone" option to "browser" to display the timestamps in the user's timezone, or, if you use timezoneJS, you can specify a time zone.</p>
129
+
130
+ </div>
131
+
132
+ <div id="footer">
133
+ Copyright &copy; 2007 - 2014 IOLA and Ole Laursen
134
+ </div>
135
+
136
+ </body>
137
+ </html>
js/jquery-flot/examples/background.png ADDED
Binary file
js/jquery-flot/examples/basic-options/index.html ADDED
@@ -0,0 +1,91 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2
+ <html>
3
+ <head>
4
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5
+ <title>Flot Examples: Basic Options</title>
6
+ <link href="../examples.css" rel="stylesheet" type="text/css">
7
+ <!--[if lte IE 8]><script language="javascript" type="text/javascript" src="../../excanvas.min.js"></script><![endif]-->
8
+ <script language="javascript" type="text/javascript" src="../../jquery.js"></script>
9
+ <script language="javascript" type="text/javascript" src="../../jquery.flot.js"></script>
10
+ <script type="text/javascript">
11
+
12
+ $(function () {
13
+
14
+ var d1 = [];
15
+ for (var i = 0; i < Math.PI * 2; i += 0.25) {
16
+ d1.push([i, Math.sin(i)]);
17
+ }
18
+
19
+ var d2 = [];
20
+ for (var i = 0; i < Math.PI * 2; i += 0.25) {
21
+ d2.push([i, Math.cos(i)]);
22
+ }
23
+
24
+ var d3 = [];
25
+ for (var i = 0; i < Math.PI * 2; i += 0.1) {
26
+ d3.push([i, Math.tan(i)]);
27
+ }
28
+
29
+ $.plot("#placeholder", [
30
+ { label: "sin(x)", data: d1 },
31
+ { label: "cos(x)", data: d2 },
32
+ { label: "tan(x)", data: d3 }
33
+ ], {
34
+ series: {
35
+ lines: { show: true },
36
+ points: { show: true }
37
+ },
38
+ xaxis: {
39
+ ticks: [
40
+ 0, [ Math.PI/2, "\u03c0/2" ], [ Math.PI, "\u03c0" ],
41
+ [ Math.PI * 3/2, "3\u03c0/2" ], [ Math.PI * 2, "2\u03c0" ]
42
+ ]
43
+ },
44
+ yaxis: {
45
+ ticks: 10,
46
+ min: -2,
47
+ max: 2,
48
+ tickDecimals: 3
49
+ },
50
+ grid: {
51
+ backgroundColor: { colors: [ "#fff", "#eee" ] },
52
+ borderWidth: {
53
+ top: 1,
54
+ right: 1,
55
+ bottom: 2,
56
+ left: 2
57
+ }
58
+ }
59
+ });
60
+
61
+ // Add the Flot version string to the footer
62
+
63
+ $("#footer").prepend("Flot " + $.plot.version + " &ndash; ");
64
+ });
65
+
66
+ </script>
67
+ </head>
68
+ <body>
69
+
70
+ <div id="header">
71
+ <h2>Basic Options</h2>
72
+ </div>
73
+
74
+ <div id="content">
75
+
76
+ <div class="demo-container">
77
+ <div id="placeholder" class="demo-placeholder"></div>
78
+ </div>
79
+
80
+ <p>There are plenty of options you can set to control the precise looks of your plot. You can control the ticks on the axes, the legend, the graph type, etc.</p>
81
+
82
+ <p>Flot goes to great lengths to provide sensible defaults so that you don't have to customize much for a good-looking result.</p>
83
+
84
+ </div>
85
+
86
+ <div id="footer">
87
+ Copyright &copy; 2007 - 2014 IOLA and Ole Laursen
88
+ </div>
89
+
90
+ </body>
91
+ </html>
js/jquery-flot/examples/basic-usage/index.html ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2
+ <html>
3
+ <head>
4
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5
+ <title>Flot Examples: Basic Usage</title>
6
+ <link href="../examples.css" rel="stylesheet" type="text/css">
7
+ <!--[if lte IE 8]><script language="javascript" type="text/javascript" src="../../excanvas.min.js"></script><![endif]-->
8
+ <script language="javascript" type="text/javascript" src="../../jquery.js"></script>
9
+ <script language="javascript" type="text/javascript" src="../../jquery.flot.js"></script>
10
+ <script type="text/javascript">
11
+
12
+ $(function() {
13
+
14
+ var d1 = [];
15
+ for (var i = 0; i < 14; i += 0.5) {
16
+ d1.push([i, Math.sin(i)]);
17
+ }
18
+
19
+ var d2 = [[0, 3], [4, 8], [8, 5], [9, 13]];
20
+
21
+ // A null signifies separate line segments
22
+
23
+ var d3 = [[0, 12], [7, 12], null, [7, 2.5], [12, 2.5]];
24
+
25
+ $.plot("#placeholder", [ d1, d2, d3 ]);
26
+
27
+ // Add the Flot version string to the footer
28
+
29
+ $("#footer").prepend("Flot " + $.plot.version + " &ndash; ");
30
+ });
31
+
32
+ </script>
33
+ </head>
34
+ <body>
35
+
36
+ <div id="header">
37
+ <h2>Basic Usage</h2>
38
+ </div>
39
+
40
+ <div id="content">
41
+
42
+ <div class="demo-container">
43
+ <div id="placeholder" class="demo-placeholder"></div>
44
+ </div>
45
+
46
+ <p>You don't have to do much to get an attractive plot. Create a placeholder, make sure it has dimensions (so Flot knows at what size to draw the plot), then call the plot function with your data.</p>
47
+
48
+ <p>The axes are automatically scaled.</p>
49
+
50
+ </div>
51
+
52
+ <div id="footer">
53
+ Copyright &copy; 2007 - 2014 IOLA and Ole Laursen
54
+ </div>
55
+
56
+ </body>
57
+ </html>
js/jquery-flot/examples/canvas/index.html ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2
+ <html>
3
+ <head>
4
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5
+ <title>Flot Examples: Canvas text</title>
6
+ <link href="../examples.css" rel="stylesheet" type="text/css">
7
+ <!--[if lte IE 8]><script language="javascript" type="text/javascript" src="../../excanvas.min.js"></script><![endif]-->
8
+ <script language="javascript" type="text/javascript" src="../../jquery.js"></script>
9
+ <script language="javascript" type="text/javascript" src="../../jquery.flot.js"></script>
10
+ <script language="javascript" type="text/javascript" src="../../jquery.flot.time.js"></script>
11
+ <script language="javascript" type="text/javascript" src="../../jquery.flot.canvas.js"></script>
12
+ <script type="text/javascript">
13
+
14
+ $(function() {
15
+
16
+ var oilPrices = [[1167692400000,61.05], [1167778800000,58.32], [1167865200000,57.35], [1167951600000,56.31], [1168210800000,55.55], [1168297200000,55.64], [1168383600000,54.02], [1168470000000,51.88], [1168556400000,52.99], [1168815600000,52.99], [1168902000000,51.21], [1168988400000,52.24], [1169074800000,50.48], [1169161200000,51.99], [1169420400000,51.13], [1169506800000,55.04], [1169593200000,55.37], [1169679600000,54.23], [1169766000000,55.42], [1170025200000,54.01], [1170111600000,56.97], [1170198000000,58.14], [1170284400000,58.14], [1170370800000,59.02], [1170630000000,58.74], [1170716400000,58.88], [1170802800000,57.71], [1170889200000,59.71], [1170975600000,59.89], [1171234800000,57.81], [1171321200000,59.06], [1171407600000,58.00], [1171494000000,57.99], [1171580400000,59.39], [1171839600000,59.39], [1171926000000,58.07], [1172012400000,60.07], [1172098800000,61.14], [1172444400000,61.39], [1172530800000,61.46], [1172617200000,61.79], [1172703600000,62.00], [1172790000000,60.07], [1173135600000,60.69], [1173222000000,61.82], [1173308400000,60.05], [1173654000000,58.91], [1173740400000,57.93], [1173826800000,58.16], [1173913200000,57.55], [1173999600000,57.11], [1174258800000,56.59], [1174345200000,59.61], [1174518000000,61.69], [1174604400000,62.28], [1174860000000,62.91], [1174946400000,62.93], [1175032800000,64.03], [1175119200000,66.03], [1175205600000,65.87], [1175464800000,64.64], [1175637600000,64.38], [1175724000000,64.28], [1175810400000,64.28], [1176069600000,61.51], [1176156000000,61.89], [1176242400000,62.01], [1176328800000,63.85], [1176415200000,63.63], [1176674400000,63.61], [1176760800000,63.10], [1176847200000,63.13], [1176933600000,61.83], [1177020000000,63.38], [1177279200000,64.58], [1177452000000,65.84], [1177538400000,65.06], [1177624800000,66.46], [1177884000000,64.40], [1178056800000,63.68], [1178143200000,63.19], [1178229600000,61.93], [1178488800000,61.47], [1178575200000,61.55], [1178748000000,61.81], [1178834400000,62.37], [1179093600000,62.46], [1179180000000,63.17], [1179266400000,62.55], [1179352800000,64.94], [1179698400000,66.27], [1179784800000,65.50], [1179871200000,65.77], [1179957600000,64.18], [1180044000000,65.20], [1180389600000,63.15], [1180476000000,63.49], [1180562400000,65.08], [1180908000000,66.30], [1180994400000,65.96], [1181167200000,66.93], [1181253600000,65.98], [1181599200000,65.35], [1181685600000,66.26], [1181858400000,68.00], [1182117600000,69.09], [1182204000000,69.10], [1182290400000,68.19], [1182376800000,68.19], [1182463200000,69.14], [1182722400000,68.19], [1182808800000,67.77], [1182895200000,68.97], [1182981600000,69.57], [1183068000000,70.68], [1183327200000,71.09], [1183413600000,70.92], [1183586400000,71.81], [1183672800000,72.81], [1183932000000,72.19], [1184018400000,72.56], [1184191200000,72.50], [1184277600000,74.15], [1184623200000,75.05], [1184796000000,75.92], [1184882400000,75.57], [1185141600000,74.89], [1185228000000,73.56], [1185314400000,75.57], [1185400800000,74.95], [1185487200000,76.83], [1185832800000,78.21], [1185919200000,76.53], [1186005600000,76.86], [1186092000000,76.00], [1186437600000,71.59], [1186696800000,71.47], [1186956000000,71.62], [1187042400000,71.00], [1187301600000,71.98], [1187560800000,71.12], [1187647200000,69.47], [1187733600000,69.26], [1187820000000,69.83], [1187906400000,71.09], [1188165600000,71.73], [1188338400000,73.36], [1188511200000,74.04], [1188856800000,76.30], [1189116000000,77.49], [1189461600000,78.23], [1189548000000,79.91], [1189634400000,80.09], [1189720800000,79.10], [1189980000000,80.57], [1190066400000,81.93], [1190239200000,83.32], [1190325600000,81.62], [1190584800000,80.95], [1190671200000,79.53], [1190757600000,80.30], [1190844000000,82.88], [1190930400000,81.66], [1191189600000,80.24], [1191276000000,80.05], [1191362400000,79.94], [1191448800000,81.44], [1191535200000,81.22], [1191794400000,79.02], [1191880800000,80.26], [1191967200000,80.30], [1192053600000,83.08], [1192140000000,83.69], [1192399200000,86.13], [1192485600000,87.61], [1192572000000,87.40], [1192658400000,89.47], [1192744800000,88.60], [1193004000000,87.56], [1193090400000,87.56], [1193176800000,87.10], [1193263200000,91.86], [1193612400000,93.53], [1193698800000,94.53], [1193871600000,95.93], [1194217200000,93.98], [1194303600000,96.37], [1194476400000,95.46], [1194562800000,96.32], [1195081200000,93.43], [1195167600000,95.10], [1195426800000,94.64], [1195513200000,95.10], [1196031600000,97.70], [1196118000000,94.42], [1196204400000,90.62], [1196290800000,91.01], [1196377200000,88.71], [1196636400000,88.32], [1196809200000,90.23], [1196982000000,88.28], [1197241200000,87.86], [1197327600000,90.02], [1197414000000,92.25], [1197586800000,90.63], [1197846000000,90.63], [1197932400000,90.49], [1198018800000,91.24], [1198105200000,91.06], [1198191600000,90.49], [1198710000000,96.62], [1198796400000,96.00], [1199142000000,99.62], [1199314800000,99.18], [1199401200000,95.09], [1199660400000,96.33], [1199833200000,95.67], [1200351600000,91.90], [1200438000000,90.84], [1200524400000,90.13], [1200610800000,90.57], [1200956400000,89.21], [1201042800000,86.99], [1201129200000,89.85], [1201474800000,90.99], [1201561200000,91.64], [1201647600000,92.33], [1201734000000,91.75], [1202079600000,90.02], [1202166000000,88.41], [1202252400000,87.14], [1202338800000,88.11], [1202425200000,91.77], [1202770800000,92.78], [1202857200000,93.27], [1202943600000,95.46], [1203030000000,95.46], [1203289200000,101.74], [1203462000000,98.81], [1203894000000,100.88], [1204066800000,99.64], [1204153200000,102.59], [1204239600000,101.84], [1204498800000,99.52], [1204585200000,99.52], [1204671600000,104.52], [1204758000000,105.47], [1204844400000,105.15], [1205103600000,108.75], [1205276400000,109.92], [1205362800000,110.33], [1205449200000,110.21], [1205708400000,105.68], [1205967600000,101.84], [1206313200000,100.86], [1206399600000,101.22], [1206486000000,105.90], [1206572400000,107.58], [1206658800000,105.62], [1206914400000,101.58], [1207000800000,100.98], [1207173600000,103.83], [1207260000000,106.23], [1207605600000,108.50], [1207778400000,110.11], [1207864800000,110.14], [1208210400000,113.79], [1208296800000,114.93], [1208383200000,114.86], [1208728800000,117.48], [1208815200000,118.30], [1208988000000,116.06], [1209074400000,118.52], [1209333600000,118.75], [1209420000000,113.46], [1209592800000,112.52], [1210024800000,121.84], [1210111200000,123.53], [1210197600000,123.69], [1210543200000,124.23], [1210629600000,125.80], [1210716000000,126.29], [1211148000000,127.05], [1211320800000,129.07], [1211493600000,132.19], [1211839200000,128.85], [1212357600000,127.76], [1212703200000,138.54], [1212962400000,136.80], [1213135200000,136.38], [1213308000000,134.86], [1213653600000,134.01], [1213740000000,136.68], [1213912800000,135.65], [1214172000000,134.62], [1214258400000,134.62], [1214344800000,134.62], [1214431200000,139.64], [1214517600000,140.21], [1214776800000,140.00], [1214863200000,140.97], [1214949600000,143.57], [1215036000000,145.29], [1215381600000,141.37], [1215468000000,136.04], [1215727200000,146.40], [1215986400000,145.18], [1216072800000,138.74], [1216159200000,134.60], [1216245600000,129.29], [1216332000000,130.65], [1216677600000,127.95], [1216850400000,127.95], [1217282400000,122.19], [1217455200000,124.08], [1217541600000,125.10], [1217800800000,121.41], [1217887200000,119.17], [1217973600000,118.58], [1218060000000,120.02], [1218405600000,114.45], [1218492000000,113.01], [1218578400000,116.00], [1218751200000,113.77], [1219010400000,112.87], [1219096800000,114.53], [1219269600000,114.98], [1219356000000,114.98], [1219701600000,116.27], [1219788000000,118.15], [1219874400000,115.59], [1219960800000,115.46], [1220306400000,109.71], [1220392800000,109.35], [1220565600000,106.23], [1220824800000,106.34]];
17
+
18
+ var exchangeRates = [[1167606000000,0.7580], [1167692400000,0.7580], [1167778800000,0.75470], [1167865200000,0.75490], [1167951600000,0.76130], [1168038000000,0.76550], [1168124400000,0.76930], [1168210800000,0.76940], [1168297200000,0.76880], [1168383600000,0.76780], [1168470000000,0.77080], [1168556400000,0.77270], [1168642800000,0.77490], [1168729200000,0.77410], [1168815600000,0.77410], [1168902000000,0.77320], [1168988400000,0.77270], [1169074800000,0.77370], [1169161200000,0.77240], [1169247600000,0.77120], [1169334000000,0.7720], [1169420400000,0.77210], [1169506800000,0.77170], [1169593200000,0.77040], [1169679600000,0.7690], [1169766000000,0.77110], [1169852400000,0.7740], [1169938800000,0.77450], [1170025200000,0.77450], [1170111600000,0.7740], [1170198000000,0.77160], [1170284400000,0.77130], [1170370800000,0.76780], [1170457200000,0.76880], [1170543600000,0.77180], [1170630000000,0.77180], [1170716400000,0.77280], [1170802800000,0.77290], [1170889200000,0.76980], [1170975600000,0.76850], [1171062000000,0.76810], [1171148400000,0.7690], [1171234800000,0.7690], [1171321200000,0.76980], [1171407600000,0.76990], [1171494000000,0.76510], [1171580400000,0.76130], [1171666800000,0.76160], [1171753200000,0.76140], [1171839600000,0.76140], [1171926000000,0.76070], [1172012400000,0.76020], [1172098800000,0.76110], [1172185200000,0.76220], [1172271600000,0.76150], [1172358000000,0.75980], [1172444400000,0.75980], [1172530800000,0.75920], [1172617200000,0.75730], [1172703600000,0.75660], [1172790000000,0.75670], [1172876400000,0.75910], [1172962800000,0.75820], [1173049200000,0.75850], [1173135600000,0.76130], [1173222000000,0.76310], [1173308400000,0.76150], [1173394800000,0.760], [1173481200000,0.76130], [1173567600000,0.76270], [1173654000000,0.76270], [1173740400000,0.76080], [1173826800000,0.75830], [1173913200000,0.75750], [1173999600000,0.75620], [1174086000000,0.7520], [1174172400000,0.75120], [1174258800000,0.75120], [1174345200000,0.75170], [1174431600000,0.7520], [1174518000000,0.75110], [1174604400000,0.7480], [1174690800000,0.75090], [1174777200000,0.75310], [1174860000000,0.75310], [1174946400000,0.75270], [1175032800000,0.74980], [1175119200000,0.74930], [1175205600000,0.75040], [1175292000000,0.750], [1175378400000,0.74910], [1175464800000,0.74910], [1175551200000,0.74850], [1175637600000,0.74840], [1175724000000,0.74920], [1175810400000,0.74710], [1175896800000,0.74590], [1175983200000,0.74770], [1176069600000,0.74770], [1176156000000,0.74830], [1176242400000,0.74580], [1176328800000,0.74480], [1176415200000,0.7430], [1176501600000,0.73990], [1176588000000,0.73950], [1176674400000,0.73950], [1176760800000,0.73780], [1176847200000,0.73820], [1176933600000,0.73620], [1177020000000,0.73550], [1177106400000,0.73480], [1177192800000,0.73610], [1177279200000,0.73610], [1177365600000,0.73650], [1177452000000,0.73620], [1177538400000,0.73310], [1177624800000,0.73390], [1177711200000,0.73440], [1177797600000,0.73270], [1177884000000,0.73270], [1177970400000,0.73360], [1178056800000,0.73330], [1178143200000,0.73590], [1178229600000,0.73590], [1178316000000,0.73720], [1178402400000,0.7360], [1178488800000,0.7360], [1178575200000,0.7350], [1178661600000,0.73650], [1178748000000,0.73840], [1178834400000,0.73950], [1178920800000,0.74130], [1179007200000,0.73970], [1179093600000,0.73960], [1179180000000,0.73850], [1179266400000,0.73780], [1179352800000,0.73660], [1179439200000,0.740], [1179525600000,0.74110], [1179612000000,0.74060], [1179698400000,0.74050], [1179784800000,0.74140], [1179871200000,0.74310], [1179957600000,0.74310], [1180044000000,0.74380], [1180130400000,0.74430], [1180216800000,0.74430], [1180303200000,0.74430], [1180389600000,0.74340], [1180476000000,0.74290], [1180562400000,0.74420], [1180648800000,0.7440], [1180735200000,0.74390], [1180821600000,0.74370], [1180908000000,0.74370], [1180994400000,0.74290], [1181080800000,0.74030], [1181167200000,0.73990], [1181253600000,0.74180], [1181340000000,0.74680], [1181426400000,0.7480], [1181512800000,0.7480], [1181599200000,0.7490], [1181685600000,0.74940], [1181772000000,0.75220], [1181858400000,0.75150], [1181944800000,0.75020], [1182031200000,0.74720], [1182117600000,0.74720], [1182204000000,0.74620], [1182290400000,0.74550], [1182376800000,0.74490], [1182463200000,0.74670], [1182549600000,0.74580], [1182636000000,0.74270], [1182722400000,0.74270], [1182808800000,0.7430], [1182895200000,0.74290], [1182981600000,0.7440], [1183068000000,0.7430], [1183154400000,0.74220], [1183240800000,0.73880], [1183327200000,0.73880], [1183413600000,0.73690], [1183500000000,0.73450], [1183586400000,0.73450], [1183672800000,0.73450], [1183759200000,0.73520], [1183845600000,0.73410], [1183932000000,0.73410], [1184018400000,0.7340], [1184104800000,0.73240], [1184191200000,0.72720], [1184277600000,0.72640], [1184364000000,0.72550], [1184450400000,0.72580], [1184536800000,0.72580], [1184623200000,0.72560], [1184709600000,0.72570], [1184796000000,0.72470], [1184882400000,0.72430], [1184968800000,0.72440], [1185055200000,0.72350], [1185141600000,0.72350], [1185228000000,0.72350], [1185314400000,0.72350], [1185400800000,0.72620], [1185487200000,0.72880], [1185573600000,0.73010], [1185660000000,0.73370], [1185746400000,0.73370], [1185832800000,0.73240], [1185919200000,0.72970], [1186005600000,0.73170], [1186092000000,0.73150], [1186178400000,0.72880], [1186264800000,0.72630], [1186351200000,0.72630], [1186437600000,0.72420], [1186524000000,0.72530], [1186610400000,0.72640], [1186696800000,0.7270], [1186783200000,0.73120], [1186869600000,0.73050], [1186956000000,0.73050], [1187042400000,0.73180], [1187128800000,0.73580], [1187215200000,0.74090], [1187301600000,0.74540], [1187388000000,0.74370], [1187474400000,0.74240], [1187560800000,0.74240], [1187647200000,0.74150], [1187733600000,0.74190], [1187820000000,0.74140], [1187906400000,0.73770], [1187992800000,0.73550], [1188079200000,0.73150], [1188165600000,0.73150], [1188252000000,0.7320], [1188338400000,0.73320], [1188424800000,0.73460], [1188511200000,0.73280], [1188597600000,0.73230], [1188684000000,0.7340], [1188770400000,0.7340], [1188856800000,0.73360], [1188943200000,0.73510], [1189029600000,0.73460], [1189116000000,0.73210], [1189202400000,0.72940], [1189288800000,0.72660], [1189375200000,0.72660], [1189461600000,0.72540], [1189548000000,0.72420], [1189634400000,0.72130], [1189720800000,0.71970], [1189807200000,0.72090], [1189893600000,0.7210], [1189980000000,0.7210], [1190066400000,0.7210], [1190152800000,0.72090], [1190239200000,0.71590], [1190325600000,0.71330], [1190412000000,0.71050], [1190498400000,0.70990], [1190584800000,0.70990], [1190671200000,0.70930], [1190757600000,0.70930], [1190844000000,0.70760], [1190930400000,0.7070], [1191016800000,0.70490], [1191103200000,0.70120], [1191189600000,0.70110], [1191276000000,0.70190], [1191362400000,0.70460], [1191448800000,0.70630], [1191535200000,0.70890], [1191621600000,0.70770], [1191708000000,0.70770], [1191794400000,0.70770], [1191880800000,0.70910], [1191967200000,0.71180], [1192053600000,0.70790], [1192140000000,0.70530], [1192226400000,0.7050], [1192312800000,0.70550], [1192399200000,0.70550], [1192485600000,0.70450], [1192572000000,0.70510], [1192658400000,0.70510], [1192744800000,0.70170], [1192831200000,0.70], [1192917600000,0.69950], [1193004000000,0.69940], [1193090400000,0.70140], [1193176800000,0.70360], [1193263200000,0.70210], [1193349600000,0.70020], [1193436000000,0.69670], [1193522400000,0.6950], [1193612400000,0.6950], [1193698800000,0.69390], [1193785200000,0.6940], [1193871600000,0.69220], [1193958000000,0.69190], [1194044400000,0.69140], [1194130800000,0.68940], [1194217200000,0.68910], [1194303600000,0.69040], [1194390000000,0.6890], [1194476400000,0.68340], [1194562800000,0.68230], [1194649200000,0.68070], [1194735600000,0.68150], [1194822000000,0.68150], [1194908400000,0.68470], [1194994800000,0.68590], [1195081200000,0.68220], [1195167600000,0.68270], [1195254000000,0.68370], [1195340400000,0.68230], [1195426800000,0.68220], [1195513200000,0.68220], [1195599600000,0.67920], [1195686000000,0.67460], [1195772400000,0.67350], [1195858800000,0.67310], [1195945200000,0.67420], [1196031600000,0.67440], [1196118000000,0.67390], [1196204400000,0.67310], [1196290800000,0.67610], [1196377200000,0.67610], [1196463600000,0.67850], [1196550000000,0.68180], [1196636400000,0.68360], [1196722800000,0.68230], [1196809200000,0.68050], [1196895600000,0.67930], [1196982000000,0.68490], [1197068400000,0.68330], [1197154800000,0.68250], [1197241200000,0.68250], [1197327600000,0.68160], [1197414000000,0.67990], [1197500400000,0.68130], [1197586800000,0.68090], [1197673200000,0.68680], [1197759600000,0.69330], [1197846000000,0.69330], [1197932400000,0.69450], [1198018800000,0.69440], [1198105200000,0.69460], [1198191600000,0.69640], [1198278000000,0.69650], [1198364400000,0.69560], [1198450800000,0.69560], [1198537200000,0.6950], [1198623600000,0.69480], [1198710000000,0.69280], [1198796400000,0.68870], [1198882800000,0.68240], [1198969200000,0.67940], [1199055600000,0.67940], [1199142000000,0.68030], [1199228400000,0.68550], [1199314800000,0.68240], [1199401200000,0.67910], [1199487600000,0.67830], [1199574000000,0.67850], [1199660400000,0.67850], [1199746800000,0.67970], [1199833200000,0.680], [1199919600000,0.68030], [1200006000000,0.68050], [1200092400000,0.6760], [1200178800000,0.6770], [1200265200000,0.6770], [1200351600000,0.67360], [1200438000000,0.67260], [1200524400000,0.67640], [1200610800000,0.68210], [1200697200000,0.68310], [1200783600000,0.68420], [1200870000000,0.68420], [1200956400000,0.68870], [1201042800000,0.69030], [1201129200000,0.68480], [1201215600000,0.68240], [1201302000000,0.67880], [1201388400000,0.68140], [1201474800000,0.68140], [1201561200000,0.67970], [1201647600000,0.67690], [1201734000000,0.67650], [1201820400000,0.67330], [1201906800000,0.67290], [1201993200000,0.67580], [1202079600000,0.67580], [1202166000000,0.6750], [1202252400000,0.6780], [1202338800000,0.68330], [1202425200000,0.68560], [1202511600000,0.69030], [1202598000000,0.68960], [1202684400000,0.68960], [1202770800000,0.68820], [1202857200000,0.68790], [1202943600000,0.68620], [1203030000000,0.68520], [1203116400000,0.68230], [1203202800000,0.68130], [1203289200000,0.68130], [1203375600000,0.68220], [1203462000000,0.68020], [1203548400000,0.68020], [1203634800000,0.67840], [1203721200000,0.67480], [1203807600000,0.67470], [1203894000000,0.67470], [1203980400000,0.67480], [1204066800000,0.67330], [1204153200000,0.6650], [1204239600000,0.66110], [1204326000000,0.65830], [1204412400000,0.6590], [1204498800000,0.6590], [1204585200000,0.65810], [1204671600000,0.65780], [1204758000000,0.65740], [1204844400000,0.65320], [1204930800000,0.65020], [1205017200000,0.65140], [1205103600000,0.65140], [1205190000000,0.65070], [1205276400000,0.6510], [1205362800000,0.64890], [1205449200000,0.64240], [1205535600000,0.64060], [1205622000000,0.63820], [1205708400000,0.63820], [1205794800000,0.63410], [1205881200000,0.63440], [1205967600000,0.63780], [1206054000000,0.64390], [1206140400000,0.64780], [1206226800000,0.64810], [1206313200000,0.64810], [1206399600000,0.64940], [1206486000000,0.64380], [1206572400000,0.63770], [1206658800000,0.63290], [1206745200000,0.63360], [1206831600000,0.63330], [1206914400000,0.63330], [1207000800000,0.6330], [1207087200000,0.63710], [1207173600000,0.64030], [1207260000000,0.63960], [1207346400000,0.63640], [1207432800000,0.63560], [1207519200000,0.63560], [1207605600000,0.63680], [1207692000000,0.63570], [1207778400000,0.63540], [1207864800000,0.6320], [1207951200000,0.63320], [1208037600000,0.63280], [1208124000000,0.63310], [1208210400000,0.63420], [1208296800000,0.63210], [1208383200000,0.63020], [1208469600000,0.62780], [1208556000000,0.63080], [1208642400000,0.63240], [1208728800000,0.63240], [1208815200000,0.63070], [1208901600000,0.62770], [1208988000000,0.62690], [1209074400000,0.63350], [1209160800000,0.63920], [1209247200000,0.640], [1209333600000,0.64010], [1209420000000,0.63960], [1209506400000,0.64070], [1209592800000,0.64230], [1209679200000,0.64290], [1209765600000,0.64720], [1209852000000,0.64850], [1209938400000,0.64860], [1210024800000,0.64670], [1210111200000,0.64440], [1210197600000,0.64670], [1210284000000,0.65090], [1210370400000,0.64780], [1210456800000,0.64610], [1210543200000,0.64610], [1210629600000,0.64680], [1210716000000,0.64490], [1210802400000,0.6470], [1210888800000,0.64610], [1210975200000,0.64520], [1211061600000,0.64220], [1211148000000,0.64220], [1211234400000,0.64250], [1211320800000,0.64140], [1211407200000,0.63660], [1211493600000,0.63460], [1211580000000,0.6350], [1211666400000,0.63460], [1211752800000,0.63460], [1211839200000,0.63430], [1211925600000,0.63460], [1212012000000,0.63790], [1212098400000,0.64160], [1212184800000,0.64420], [1212271200000,0.64310], [1212357600000,0.64310], [1212444000000,0.64350], [1212530400000,0.6440], [1212616800000,0.64730], [1212703200000,0.64690], [1212789600000,0.63860], [1212876000000,0.63560], [1212962400000,0.6340], [1213048800000,0.63460], [1213135200000,0.6430], [1213221600000,0.64520], [1213308000000,0.64670], [1213394400000,0.65060], [1213480800000,0.65040], [1213567200000,0.65030], [1213653600000,0.64810], [1213740000000,0.64510], [1213826400000,0.6450], [1213912800000,0.64410], [1213999200000,0.64140], [1214085600000,0.64090], [1214172000000,0.64090], [1214258400000,0.64280], [1214344800000,0.64310], [1214431200000,0.64180], [1214517600000,0.63710], [1214604000000,0.63490], [1214690400000,0.63330], [1214776800000,0.63340], [1214863200000,0.63380], [1214949600000,0.63420], [1215036000000,0.6320], [1215122400000,0.63180], [1215208800000,0.6370], [1215295200000,0.63680], [1215381600000,0.63680], [1215468000000,0.63830], [1215554400000,0.63710], [1215640800000,0.63710], [1215727200000,0.63550], [1215813600000,0.6320], [1215900000000,0.62770], [1215986400000,0.62760], [1216072800000,0.62910], [1216159200000,0.62740], [1216245600000,0.62930], [1216332000000,0.63110], [1216418400000,0.6310], [1216504800000,0.63120], [1216591200000,0.63120], [1216677600000,0.63040], [1216764000000,0.62940], [1216850400000,0.63480], [1216936800000,0.63780], [1217023200000,0.63680], [1217109600000,0.63680], [1217196000000,0.63680], [1217282400000,0.6360], [1217368800000,0.6370], [1217455200000,0.64180], [1217541600000,0.64110], [1217628000000,0.64350], [1217714400000,0.64270], [1217800800000,0.64270], [1217887200000,0.64190], [1217973600000,0.64460], [1218060000000,0.64680], [1218146400000,0.64870], [1218232800000,0.65940], [1218319200000,0.66660], [1218405600000,0.66660], [1218492000000,0.66780], [1218578400000,0.67120], [1218664800000,0.67050], [1218751200000,0.67180], [1218837600000,0.67840], [1218924000000,0.68110], [1219010400000,0.68110], [1219096800000,0.67940], [1219183200000,0.68040], [1219269600000,0.67810], [1219356000000,0.67560], [1219442400000,0.67350], [1219528800000,0.67630], [1219615200000,0.67620], [1219701600000,0.67770], [1219788000000,0.68150], [1219874400000,0.68020], [1219960800000,0.6780], [1220047200000,0.67960], [1220133600000,0.68170], [1220220000000,0.68170], [1220306400000,0.68320], [1220392800000,0.68770], [1220479200000,0.69120], [1220565600000,0.69140], [1220652000000,0.70090], [1220738400000,0.70120], [1220824800000,0.7010], [1220911200000,0.70050]];
19
+
20
+ var data = [
21
+ { data: oilPrices, label: "Oil price ($)" },
22
+ { data: exchangeRates, label: "USD/EUR exchange rate", yaxis: 2 }
23
+ ];
24
+
25
+ var options = {
26
+ canvas: true,
27
+ xaxes: [ { mode: "time" } ],
28
+ yaxes: [ { min: 0 }, {
29
+ position: "right",
30
+ alignTicksWithAxis: 1,
31
+ tickFormatter: function(value, axis) {
32
+ return value.toFixed(axis.tickDecimals) + "€";
33
+ }
34
+ } ],
35
+ legend: { position: "sw" }
36
+ }
37
+
38
+ $.plot("#placeholder", data, options);
39
+
40
+ $("input").change(function () {
41
+ options.canvas = $(this).is(":checked");
42
+ $.plot("#placeholder", data, options);
43
+ });
44
+
45
+ // Add the Flot version string to the footer
46
+
47
+ $("#footer").prepend("Flot " + $.plot.version + " &ndash; ");
48
+ });
49
+
50
+ </script>
51
+ </head>
52
+ <body>
53
+
54
+ <div id="header">
55
+ <h2>Canvas text</h2>
56
+ </div>
57
+
58
+ <div id="content">
59
+
60
+ <div class="demo-container">
61
+ <div id="placeholder" class="demo-placeholder"></div>
62
+ </div>
63
+
64
+ <p>This example uses the same dataset (raw oil price in US $/barrel of crude oil vs. the exchange rate from US $ to €) as the multiple-axes example, but uses the canvas plugin to render axis tick labels using canvas text.</p>
65
+
66
+ <p><input type="checkbox" checked="checked">Enable canvas text</input></p>
67
+
68
+ </div>
69
+
70
+ <div id="footer">
71
+ Copyright &copy; 2007 - 2014 IOLA and Ole Laursen
72
+ </div>
73
+
74
+ </body>
75
+ </html>
js/jquery-flot/examples/categories/index.html ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2
+ <html>
3
+ <head>
4
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5
+ <title>Flot Examples: Categories</title>
6
+ <link href="../examples.css" rel="stylesheet" type="text/css">
7
+ <!--[if lte IE 8]><script language="javascript" type="text/javascript" src="../../excanvas.min.js"></script><![endif]-->
8
+ <script language="javascript" type="text/javascript" src="../../jquery.js"></script>
9
+ <script language="javascript" type="text/javascript" src="../../jquery.flot.js"></script>
10
+ <script language="javascript" type="text/javascript" src="../../jquery.flot.categories.js"></script>
11
+ <script type="text/javascript">
12
+
13
+ $(function() {
14
+
15
+ var data = [ ["January", 10], ["February", 8], ["March", 4], ["April", 13], ["May", 17], ["June", 9] ];
16
+
17
+ $.plot("#placeholder", [ data ], {
18
+ series: {
19
+ bars: {
20
+ show: true,
21
+ barWidth: 0.6,
22
+ align: "center"
23
+ }
24
+ },
25
+ xaxis: {
26
+ mode: "categories",
27
+ tickLength: 0
28
+ }
29
+ });
30
+
31
+ // Add the Flot version string to the footer
32
+
33
+ $("#footer").prepend("Flot " + $.plot.version + " &ndash; ");
34
+ });
35
+
36
+ </script>
37
+ </head>
38
+ <body>
39
+
40
+ <div id="header">
41
+ <h2>Categories</h2>
42
+ </div>
43
+
44
+ <div id="content">
45
+
46
+ <div class="demo-container">
47
+ <div id="placeholder" class="demo-placeholder"></div>
48
+ </div>
49
+
50
+ <p>With the categories plugin you can plot categories/textual data easily.</p>
51
+
52
+ </div>
53
+
54
+ <div id="footer">
55
+ Copyright &copy; 2007 - 2014 IOLA and Ole Laursen
56
+ </div>
57
+
58
+ </body>
59
+ </html>
60
+
61
+
62
+
63
+
64
+
js/jquery-flot/examples/examples.css ADDED
@@ -0,0 +1,97 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ * { padding: 0; margin: 0; vertical-align: top; }
2
+
3
+ body {
4
+ background: url(background.png) repeat-x;
5
+ font: 18px/1.5em "proxima-nova", Helvetica, Arial, sans-serif;
6
+ }
7
+
8
+ a { color: #069; }
9
+ a:hover { color: #28b; }
10
+
11
+ h2 {
12
+ margin-top: 15px;
13
+ font: normal 32px "omnes-pro", Helvetica, Arial, sans-serif;
14
+ }
15
+
16
+ h3 {
17
+ margin-left: 30px;
18
+ font: normal 26px "omnes-pro", Helvetica, Arial, sans-serif;
19
+ color: #666;
20
+ }
21
+
22
+ p {
23
+ margin-top: 10px;
24
+ }
25
+
26
+ button {
27
+ font-size: 18px;
28
+ padding: 1px 7px;
29
+ }
30
+
31
+ input {
32
+ font-size: 18px;
33
+ }
34
+
35
+ input[type=checkbox] {
36
+ margin: 7px;
37
+ }
38
+
39
+ #header {
40
+ position: relative;
41
+ width: 900px;
42
+ margin: auto;
43
+ }
44
+
45
+ #header h2 {
46
+ margin-left: 10px;
47
+ vertical-align: middle;
48
+ font-size: 42px;
49
+ font-weight: bold;
50
+ text-decoration: none;
51
+ color: #000;
52
+ }
53
+
54
+ #content {
55
+ width: 880px;
56
+ margin: 0 auto;
57
+ padding: 10px;
58
+ }
59
+
60
+ #footer {
61
+ margin-top: 25px;
62
+ margin-bottom: 10px;
63
+ text-align: center;
64
+ font-size: 12px;
65
+ color: #999;
66
+ }
67
+
68
+ .demo-container {
69
+ box-sizing: border-box;
70
+ width: 850px;
71
+ height: 450px;
72
+ padding: 20px 15px 15px 15px;
73
+ margin: 15px auto 30px auto;
74
+ border: 1px solid #ddd;
75
+ background: #fff;
76
+ background: linear-gradient(#f6f6f6 0, #fff 50px);
77
+ background: -o-linear-gradient(#f6f6f6 0, #fff 50px);
78
+ background: -ms-linear-gradient(#f6f6f6 0, #fff 50px);
79
+ background: -moz-linear-gradient(#f6f6f6 0, #fff 50px);
80
+ background: -webkit-linear-gradient(#f6f6f6 0, #fff 50px);
81
+ box-shadow: 0 3px 10px rgba(0,0,0,0.15);
82
+ -o-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
83
+ -ms-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
84
+ -moz-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
85
+ -webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
86
+ }
87
+
88
+ .demo-placeholder {
89
+ width: 100%;
90
+ height: 100%;
91
+ font-size: 14px;
92
+ line-height: 1.2em;
93
+ }
94
+
95
+ .legend table {
96
+ border-spacing: 5px;
97
+ }
js/jquery-flot/examples/image/hs-2004-27-a-large-web.jpg ADDED
Binary file
js/jquery-flot/examples/image/index.html ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2
+ <html>
3
+ <head>
4
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5
+ <title>Flot Examples: Image Plots</title>
6
+ <link href="../examples.css" rel="stylesheet" type="text/css">
7
+ <!--[if lte IE 8]><script language="javascript" type="text/javascript" src="../../excanvas.min.js"></script><![endif]-->
8
+ <script language="javascript" type="text/javascript" src="../../jquery.js"></script>
9
+ <script language="javascript" type="text/javascript" src="../../jquery.flot.js"></script>
10
+ <script language="javascript" type="text/javascript" src="../../jquery.flot.image.js"></script>
11
+ <script type="text/javascript">
12
+
13
+ $(function() {
14
+
15
+ var data = [[["hs-2004-27-a-large-web.jpg", -10, -10, 10, 10]]];
16
+
17
+ var options = {
18
+ series: {
19
+ images: {
20
+ show: true
21
+ }
22
+ },
23
+ xaxis: {
24
+ min: -8,
25
+ max: 4
26
+ },
27
+ yaxis: {
28
+ min: -8,
29
+ max: 4
30
+ }
31
+ };
32
+
33
+ $.plot.image.loadDataImages(data, options, function () {
34
+ $.plot("#placeholder", data, options);
35
+ });
36
+
37
+ // Add the Flot version string to the footer
38
+
39
+ $("#footer").prepend("Flot " + $.plot.version + " &ndash; ");
40
+ });
41
+
42
+ </script>
43
+ </head>
44
+ <body>
45
+
46
+ <div id="header">
47
+ <h2>Image Plots</h2>
48
+ </div>
49
+
50
+ <div id="content">
51
+
52
+ <div class="demo-container" style="width:600px;height:600px;">
53
+ <div id="placeholder" class="demo-placeholder"></div>
54
+ </div>
55
+
56
+ <p>The Cat's Eye Nebula (<a href="http://hubblesite.org/gallery/album/nebula/pr2004027a/">picture from Hubble</a>).</p>
57
+
58
+ <p>With the image plugin, you can plot static images against a set of axes. This is for useful for adding ticks to complex prerendered visualizations. Instead of inputting data points, you specify the images and where their two opposite corners are supposed to be in plot space.</p>
59
+
60
+ <p>Images represent a little further complication because you need to make sure they are loaded before you can use them (Flot skips incomplete images). The plugin comes with a couple of helpers for doing that.</p>
61
+
62
+ </div>
63
+
64
+ <div id="footer">
65
+ Copyright &copy; 2007 - 2014 IOLA and Ole Laursen
66
+ </div>
67
+
68
+ </body>
69
+ </html>
js/jquery-flot/examples/index.html ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2
+ <html>
3
+ <head>
4
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5
+ <title>Flot Examples</title>
6
+ <link href="examples.css" rel="stylesheet" type="text/css">
7
+ <style>
8
+
9
+ h3 {
10
+ margin-top: 30px;
11
+ margin-bottom: 5px;
12
+ }
13
+
14
+ </style>
15
+ <script language="javascript" type="text/javascript" src="../jquery.js"></script>
16
+ <script language="javascript" type="text/javascript" src="../jquery.flot.js"></script>
17
+ <script type="text/javascript">
18
+
19
+ $(function() {
20
+
21
+ // Add the Flot version string to the footer
22
+
23
+ $("#footer").prepend("Flot " + $.plot.version + " &ndash; ");
24
+ });
25
+
26
+ </script>
27
+ </head>
28
+ <body>
29
+
30
+ <div id="header">
31
+ <h2>Flot Examples</h2>
32
+ </div>
33
+
34
+ <div id="content">
35
+
36
+ <p>Here are some examples for <a href="http://www.flotcharts.org">Flot</a>, the Javascript charting library for jQuery:</p>
37
+
38
+ <h3>Basic Usage</h3>
39
+
40
+ <ul>
41
+ <li><a href="basic-usage/index.html">Basic example</a></li>
42
+ <li><a href="series-types/index.html">Different graph types</a> and <a href="categories/index.html">simple categories/textual data</a></li>
43
+ <li><a href="basic-options/index.html">Setting various options</a> and <a href="annotating/index.html">annotating a chart</a></li>
44
+ <li><a href="ajax/index.html">Updating graphs with AJAX</a> and <a href="realtime/index.html">real-time updates</a></li>
45
+ </ul>
46
+
47
+ <h3>Interactivity</h3>
48
+
49
+ <ul>
50
+ <li><a href="series-toggle/index.html">Turning series on/off</a></li>
51
+ <li><a href="selection/index.html">Rectangular selection support and zooming</a> and <a href="zooming/index.html">zooming with overview</a> (both with selection plugin)</li>
52
+ <li><a href="interacting/index.html">Interacting with the data points</a></li>
53
+ <li><a href="navigate/index.html">Panning and zooming</a> (with navigation plugin)</li>
54
+ <li><a href="resize/index.html">Automatically redraw when window is resized</a> (with resize plugin)</li>
55
+ </ul>
56
+
57
+ <h3>Additional Features</h3>
58
+
59
+ <ul>
60
+ <li><a href="symbols/index.html">Using other symbols than circles for points</a> (with symbol plugin)</li>
61
+ <li><a href="axes-time/index.html">Plotting time series</a>, <a href="visitors/index.html">visitors per day with zooming and weekends</a> (with selection plugin) and <a href="axes-time-zones/index.html">time zone support</a></li>
62
+ <li><a href="axes-multiple/index.html">Multiple axes</a> and <a href="axes-interacting/index.html">interacting with the axes</a></li>
63
+ <li><a href="threshold/index.html">Thresholding the data</a> (with threshold plugin)</li>
64
+ <li><a href="stacking/index.html">Stacked charts</a> (with stacking plugin)</li>
65
+ <li><a href="percentiles/index.html">Using filled areas to plot percentiles</a> (with fillbetween plugin)</li>
66
+ <li><a href="tracking/index.html">Tracking curves with crosshair</a> (with crosshair plugin)</li>
67
+ <li><a href="image/index.html">Plotting prerendered images</a> (with image plugin)</li>
68
+ <li><a href="series-errorbars/index.html">Plotting error bars</a> (with errorbars plugin)</li>
69
+ <li><a href="series-pie/index.html">Pie charts</a> (with pie plugin)</li>
70
+ <li><a href="canvas/index.html">Rendering text with canvas instead of HTML</a> (with canvas plugin)</li>
71
+ </ul>
72
+
73
+ </div>
74
+
75
+ <div id="footer">
76
+ Copyright &copy; 2007 - 2013 IOLA and Ole Laursen
77
+ </div>
78
+
79
+ </body>
80
+ </html>
js/jquery-flot/examples/interacting/index.html ADDED
@@ -0,0 +1,118 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2
+ <html>
3
+ <head>
4
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5
+ <title>Flot Examples: Interactivity</title>
6
+ <link href="../examples.css" rel="stylesheet" type="text/css">
7
+ <!--[if lte IE 8]><script language="javascript" type="text/javascript" src="../../excanvas.min.js"></script><![endif]-->
8
+ <script language="javascript" type="text/javascript" src="../../jquery.js"></script>
9
+ <script language="javascript" type="text/javascript" src="../../jquery.flot.js"></script>
10
+ <script type="text/javascript">
11
+
12
+ $(function() {
13
+
14
+ var sin = [],
15
+ cos = [];
16
+
17
+ for (var i = 0; i < 14; i += 0.5) {
18
+ sin.push([i, Math.sin(i)]);
19
+ cos.push([i, Math.cos(i)]);
20
+ }
21
+
22
+ var plot = $.plot("#placeholder", [
23
+ { data: sin, label: "sin(x)"},
24
+ { data: cos, label: "cos(x)"}
25
+ ], {
26
+ series: {
27
+ lines: {
28
+ show: true
29
+ },
30
+ points: {
31
+ show: true
32
+ }
33
+ },
34
+ grid: {
35
+ hoverable: true,
36
+ clickable: true
37
+ },
38
+ yaxis: {
39
+ min: -1.2,
40
+ max: 1.2
41
+ }
42
+ });
43
+
44
+ $("<div id='tooltip'></div>").css({
45
+ position: "absolute",
46
+ display: "none",
47
+ border: "1px solid #fdd",
48
+ padding: "2px",
49
+ "background-color": "#fee",
50
+ opacity: 0.80
51
+ }).appendTo("body");
52
+
53
+ $("#placeholder").bind("plothover", function (event, pos, item) {
54
+
55
+ if ($("#enablePosition:checked").length > 0) {
56
+ var str = "(" + pos.x.toFixed(2) + ", " + pos.y.toFixed(2) + ")";
57
+ $("#hoverdata").text(str);
58
+ }
59
+
60
+ if ($("#enableTooltip:checked").length > 0) {
61
+ if (item) {
62
+ var x = item.datapoint[0].toFixed(2),
63
+ y = item.datapoint[1].toFixed(2);
64
+
65
+ $("#tooltip").html(item.series.label + " of " + x + " = " + y)
66
+ .css({top: item.pageY+5, left: item.pageX+5})
67
+ .fadeIn(200);
68
+ } else {
69
+ $("#tooltip").hide();
70
+ }
71
+ }
72
+ });
73
+
74
+ $("#placeholder").bind("plotclick", function (event, pos, item) {
75
+ if (item) {
76
+ $("#clickdata").text(" - click point " + item.dataIndex + " in " + item.series.label);
77
+ plot.highlight(item.series, item.datapoint);
78
+ }
79
+ });
80
+
81
+ // Add the Flot version string to the footer
82
+
83
+ $("#footer").prepend("Flot " + $.plot.version + " &ndash; ");
84
+ });
85
+
86
+ </script>
87
+ </head>
88
+ <body>
89
+ <div id="header">
90
+ <h2>Interactivity</h2>
91
+ </div>
92
+
93
+ <div id="content">
94
+
95
+ <div class="demo-container">
96
+ <div id="placeholder" class="demo-placeholder"></div>
97
+ </div>
98
+
99
+ <p>One of the goals of Flot is to support user interactions. Try pointing and clicking on the points.</p>
100
+
101
+ <p>
102
+ <label><input id="enablePosition" type="checkbox" checked="checked"></input>Show mouse position</label>
103
+ <span id="hoverdata"></span>
104
+ <span id="clickdata"></span>
105
+ </p>
106
+
107
+ <p>A tooltip is easy to build with a bit of jQuery code and the data returned from the plot.</p>
108
+
109
+ <p><label><input id="enableTooltip" type="checkbox" checked="checked"></input>Enable tooltip</label></p>
110
+
111
+ </div>
112
+
113
+ <div id="footer">
114
+ Copyright &copy; 2007 - 2014 IOLA and Ole Laursen
115
+ </div>
116
+
117
+ </body>
118
+ </html>
js/jquery-flot/examples/navigate/arrow-down.gif ADDED
Binary file
js/jquery-flot/examples/navigate/arrow-left.gif ADDED
Binary file
js/jquery-flot/examples/navigate/arrow-right.gif ADDED
Binary file
js/jquery-flot/examples/navigate/arrow-up.gif ADDED
Binary file
js/jquery-flot/examples/navigate/index.html ADDED
@@ -0,0 +1,153 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2
+ <html>
3
+ <head>
4
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5
+ <title>Flot Examples: Navigation</title>
6
+ <link href="../examples.css" rel="stylesheet" type="text/css">
7
+ <style type="text/css">
8
+
9
+ #placeholder .button {
10
+ position: absolute;
11
+ cursor: pointer;
12
+ }
13
+
14
+ #placeholder div.button {
15
+ font-size: smaller;
16
+ color: #999;
17
+ background-color: #eee;
18
+ padding: 2px;
19
+ }
20
+ .message {
21
+ padding-left: 50px;
22
+ font-size: smaller;
23
+ }
24
+
25
+ </style>
26
+ <!--[if lte IE 8]><script language="javascript" type="text/javascript" src="../../excanvas.min.js"></script><![endif]-->
27
+ <script language="javascript" type="text/javascript" src="../../jquery.js"></script>
28
+ <script language="javascript" type="text/javascript" src="../../jquery.flot.js"></script>
29
+ <script language="javascript" type="text/javascript" src="../../jquery.flot.navigate.js"></script>
30
+ <script type="text/javascript">
31
+
32
+ $(function() {
33
+
34
+ // generate data set from a parametric function with a fractal look
35
+
36
+ function sumf(f, t, m) {
37
+ var res = 0;
38
+ for (var i = 1; i < m; ++i) {
39
+ res += f(i * i * t) / (i * i);
40
+ }
41
+ return res;
42
+ }
43
+
44
+ var d1 = [];
45
+ for (var t = 0; t <= 2 * Math.PI; t += 0.01) {
46
+ d1.push([sumf(Math.cos, t, 10), sumf(Math.sin, t, 10)]);
47
+ }
48
+
49
+ var data = [ d1 ],
50
+ placeholder = $("#placeholder");
51
+
52
+ var plot = $.plot(placeholder, data, {
53
+ series: {
54
+ lines: {
55
+ show: true
56
+ },
57
+ shadowSize: 0
58
+ },
59
+ xaxis: {
60
+ zoomRange: [0.1, 10],
61
+ panRange: [-10, 10]
62
+ },
63
+ yaxis: {
64
+ zoomRange: [0.1, 10],
65
+ panRange: [-10, 10]
66
+ },
67
+ zoom: {
68
+ interactive: true
69
+ },
70
+ pan: {
71
+ interactive: true
72
+ }
73
+ });
74
+
75
+ // show pan/zoom messages to illustrate events
76
+
77
+ placeholder.bind("plotpan", function (event, plot) {
78
+ var axes = plot.getAxes();
79
+ $(".message").html("Panning to x: " + axes.xaxis.min.toFixed(2)
80
+ + " &ndash; " + axes.xaxis.max.toFixed(2)
81
+ + " and y: " + axes.yaxis.min.toFixed(2)
82
+ + " &ndash; " + axes.yaxis.max.toFixed(2));
83
+ });
84
+
85
+ placeholder.bind("plotzoom", function (event, plot) {
86
+ var axes = plot.getAxes();
87
+ $(".message").html("Zooming to x: " + axes.xaxis.min.toFixed(2)
88
+ + " &ndash; " + axes.xaxis.max.toFixed(2)
89
+ + " and y: " + axes.yaxis.min.toFixed(2)
90
+ + " &ndash; " + axes.yaxis.max.toFixed(2));
91
+ });
92
+
93
+ // add zoom out button
94
+
95
+ $("<div class='button' style='right:20px;top:20px'>zoom out</div>")
96
+ .appendTo(placeholder)
97
+ .click(function (event) {
98
+ event.preventDefault();
99
+ plot.zoomOut();
100
+ });
101
+
102
+ // and add panning buttons
103
+
104
+ // little helper for taking the repetitive work out of placing
105
+ // panning arrows
106
+
107
+ function addArrow(dir, right, top, offset) {
108
+ $("<img class='button' src='arrow-" + dir + ".gif' style='right:" + right + "px;top:" + top + "px'>")
109
+ .appendTo(placeholder)
110
+ .click(function (e) {
111
+ e.preventDefault();
112
+ plot.pan(offset);
113
+ });
114
+ }
115
+
116
+ addArrow("left", 55, 60, { left: -100 });
117
+ addArrow("right", 25, 60, { left: 100 });
118
+ addArrow("up", 40, 45, { top: -100 });
119
+ addArrow("down", 40, 75, { top: 100 });
120
+
121
+ // Add the Flot version string to the footer
122
+
123
+ $("#footer").prepend("Flot " + $.plot.version + " &ndash; ");
124
+ });
125
+
126
+ </script>
127
+ </head>
128
+ <body>
129
+
130
+ <div id="header">
131
+ <h2>Navigation</h2>
132
+ </div>
133
+
134
+ <div id="content">
135
+
136
+ <div class="demo-container">
137
+ <div id="placeholder" class="demo-placeholder"></div>
138
+ </div>
139
+
140
+ <p class="message"></p>
141
+
142
+ <p>With the navigate plugin it is easy to add panning and zooming. Drag to pan, double click to zoom (or use the mouse scrollwheel).</p>
143
+
144
+ <p>The plugin fires events (useful for synchronizing several plots) and adds a couple of public methods so you can easily build a little user interface around it, like the little buttons at the top right in the plot.</p>
145
+
146
+ </div>
147
+
148
+ <div id="footer">
149
+ Copyright &copy; 2007 - 2014 IOLA and Ole Laursen
150
+ </div>
151
+
152
+ </body>
153
+ </html>
js/jquery-flot/examples/percentiles/index.html ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2
+ <html>
3
+ <head>
4
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5
+ <title>Flot Examples: Percentiles</title>
6
+ <link href="../examples.css" rel="stylesheet" type="text/css">
7
+ <!--[if lte IE 8]><script language="javascript" type="text/javascript" src="../../excanvas.min.js"></script><![endif]-->
8
+ <script language="javascript" type="text/javascript" src="../../jquery.js"></script>
9
+ <script language="javascript" type="text/javascript" src="../../jquery.flot.js"></script>
10
+ <script language="javascript" type="text/javascript" src="../../jquery.flot.fillbetween.js"></script>
11
+ <script type="text/javascript">
12
+
13
+ $(function() {
14
+
15
+ var males = {"15%": [[2, 88.0], [3, 93.3], [4, 102.0], [5, 108.5], [6, 115.7], [7, 115.6], [8, 124.6], [9, 130.3], [10, 134.3], [11, 141.4], [12, 146.5], [13, 151.7], [14, 159.9], [15, 165.4], [16, 167.8], [17, 168.7], [18, 169.5], [19, 168.0]], "90%": [[2, 96.8], [3, 105.2], [4, 113.9], [5, 120.8], [6, 127.0], [7, 133.1], [8, 139.1], [9, 143.9], [10, 151.3], [11, 161.1], [12, 164.8], [13, 173.5], [14, 179.0], [15, 182.0], [16, 186.9], [17, 185.2], [18, 186.3], [19, 186.6]], "25%": [[2, 89.2], [3, 94.9], [4, 104.4], [5, 111.4], [6, 117.5], [7, 120.2], [8, 127.1], [9, 132.9], [10, 136.8], [11, 144.4], [12, 149.5], [13, 154.1], [14, 163.1], [15, 169.2], [16, 170.4], [17, 171.2], [18, 172.4], [19, 170.8]], "10%": [[2, 86.9], [3, 92.6], [4, 99.9], [5, 107.0], [6, 114.0], [7, 113.5], [8, 123.6], [9, 129.2], [10, 133.0], [11, 140.6], [12, 145.2], [13, 149.7], [14, 158.4], [15, 163.5], [16, 166.9], [17, 167.5], [18, 167.1], [19, 165.3]], "mean": [[2, 91.9], [3, 98.5], [4, 107.1], [5, 114.4], [6, 120.6], [7, 124.7], [8, 131.1], [9, 136.8], [10, 142.3], [11, 150.0], [12, 154.7], [13, 161.9], [14, 168.7], [15, 173.6], [16, 175.9], [17, 176.6], [18, 176.8], [19, 176.7]], "75%": [[2, 94.5], [3, 102.1], [4, 110.8], [5, 117.9], [6, 124.0], [7, 129.3], [8, 134.6], [9, 141.4], [10, 147.0], [11, 156.1], [12, 160.3], [13, 168.3], [14, 174.7], [15, 178.0], [16, 180.2], [17, 181.7], [18, 181.3], [19, 182.5]], "85%": [[2, 96.2], [3, 103.8], [4, 111.8], [5, 119.6], [6, 125.6], [7, 131.5], [8, 138.0], [9, 143.3], [10, 149.3], [11, 159.8], [12, 162.5], [13, 171.3], [14, 177.5], [15, 180.2], [16, 183.8], [17, 183.4], [18, 183.5], [19, 185.5]], "50%": [[2, 91.9], [3, 98.2], [4, 106.8], [5, 114.6], [6, 120.8], [7, 125.2], [8, 130.3], [9, 137.1], [10, 141.5], [11, 149.4], [12, 153.9], [13, 162.2], [14, 169.0], [15, 174.8], [16, 176.0], [17, 176.8], [18, 176.4], [19, 177.4]]};
16
+
17
+ var females = {"15%": [[2, 84.8], [3, 93.7], [4, 100.6], [5, 105.8], [6, 113.3], [7, 119.3], [8, 124.3], [9, 131.4], [10, 136.9], [11, 143.8], [12, 149.4], [13, 151.2], [14, 152.3], [15, 155.9], [16, 154.7], [17, 157.0], [18, 156.1], [19, 155.4]], "90%": [[2, 95.6], [3, 104.1], [4, 111.9], [5, 119.6], [6, 127.6], [7, 133.1], [8, 138.7], [9, 147.1], [10, 152.8], [11, 161.3], [12, 166.6], [13, 167.9], [14, 169.3], [15, 170.1], [16, 172.4], [17, 169.2], [18, 171.1], [19, 172.4]], "25%": [[2, 87.2], [3, 95.9], [4, 101.9], [5, 107.4], [6, 114.8], [7, 121.4], [8, 126.8], [9, 133.4], [10, 138.6], [11, 146.2], [12, 152.0], [13, 153.8], [14, 155.7], [15, 158.4], [16, 157.0], [17, 158.5], [18, 158.4], [19, 158.1]], "10%": [[2, 84.0], [3, 91.9], [4, 99.2], [5, 105.2], [6, 112.7], [7, 118.0], [8, 123.3], [9, 130.2], [10, 135.0], [11, 141.1], [12, 148.3], [13, 150.0], [14, 150.7], [15, 154.3], [16, 153.6], [17, 155.6], [18, 154.7], [19, 153.1]], "mean": [[2, 90.2], [3, 98.3], [4, 105.2], [5, 112.2], [6, 119.0], [7, 125.8], [8, 131.3], [9, 138.6], [10, 144.2], [11, 151.3], [12, 156.7], [13, 158.6], [14, 160.5], [15, 162.1], [16, 162.9], [17, 162.2], [18, 163.0], [19, 163.1]], "75%": [[2, 93.2], [3, 101.5], [4, 107.9], [5, 116.6], [6, 122.8], [7, 129.3], [8, 135.2], [9, 143.7], [10, 148.7], [11, 156.9], [12, 160.8], [13, 163.0], [14, 165.0], [15, 165.8], [16, 168.7], [17, 166.2], [18, 167.6], [19, 168.0]], "85%": [[2, 94.5], [3, 102.8], [4, 110.4], [5, 119.0], [6, 125.7], [7, 131.5], [8, 137.9], [9, 146.0], [10, 151.3], [11, 159.9], [12, 164.0], [13, 166.5], [14, 167.5], [15, 168.5], [16, 171.5], [17, 168.0], [18, 169.8], [19, 170.3]], "50%": [[2, 90.2], [3, 98.1], [4, 105.2], [5, 111.7], [6, 118.2], [7, 125.6], [8, 130.5], [9, 138.3], [10, 143.7], [11, 151.4], [12, 156.7], [13, 157.7], [14, 161.0], [15, 162.0], [16, 162.8], [17, 162.2], [18, 162.8], [19, 163.3]]};
18
+
19
+ var dataset = [
20
+ { label: "Female mean", data: females["mean"], lines: { show: true }, color: "rgb(255,50,50)" },
21
+ { id: "f15%", data: females["15%"], lines: { show: true, lineWidth: 0, fill: false }, color: "rgb(255,50,50)" },
22
+ { id: "f25%", data: females["25%"], lines: { show: true, lineWidth: 0, fill: 0.2 }, color: "rgb(255,50,50)", fillBetween: "f15%" },
23
+ { id: "f50%", data: females["50%"], lines: { show: true, lineWidth: 0.5, fill: 0.4, shadowSize: 0 }, color: "rgb(255,50,50)", fillBetween: "f25%" },
24
+ { id: "f75%", data: females["75%"], lines: { show: true, lineWidth: 0, fill: 0.4 }, color: "rgb(255,50,50)", fillBetween: "f50%" },
25
+ { id: "f85%", data: females["85%"], lines: { show: true, lineWidth: 0, fill: 0.2 }, color: "rgb(255,50,50)", fillBetween: "f75%" },
26
+
27
+ { label: "Male mean", data: males["mean"], lines: { show: true }, color: "rgb(50,50,255)" },
28
+ { id: "m15%", data: males["15%"], lines: { show: true, lineWidth: 0, fill: false }, color: "rgb(50,50,255)" },
29
+ { id: "m25%", data: males["25%"], lines: { show: true, lineWidth: 0, fill: 0.2 }, color: "rgb(50,50,255)", fillBetween: "m15%" },
30
+ { id: "m50%", data: males["50%"], lines: { show: true, lineWidth: 0.5, fill: 0.4, shadowSize: 0 }, color: "rgb(50,50,255)", fillBetween: "m25%" },
31
+ { id: "m75%", data: males["75%"], lines: { show: true, lineWidth: 0, fill: 0.4 }, color: "rgb(50,50,255)", fillBetween: "m50%" },
32
+ { id: "m85%", data: males["85%"], lines: { show: true, lineWidth: 0, fill: 0.2 }, color: "rgb(50,50,255)", fillBetween: "m75%" }
33
+ ];
34
+
35
+ $.plot($("#placeholder"), dataset, {
36
+ xaxis: {
37
+ tickDecimals: 0
38
+ },
39
+ yaxis: {
40
+ tickFormatter: function (v) {
41
+ return v + " cm";
42
+ }
43
+ },
44
+ legend: {
45
+ position: "se"
46
+ }
47
+ });
48
+
49
+ // Add the Flot version string to the footer
50
+
51
+ $("#footer").prepend("Flot " + $.plot.version + " &ndash; ");
52
+ });
53
+
54
+ </script>
55
+ </head>
56
+ <body>
57
+
58
+ <div id="header">
59
+ <h2>Percentiles</h2>
60
+ </div>
61
+
62
+ <div id="content">
63
+
64
+ <div class="demo-container">
65
+ <div id="placeholder" class="demo-placeholder"></div>
66
+ </div>
67
+
68
+ <p>Height in centimeters of individuals from the US (2003-2006) as function of age in years (source: <a href="http://www.cdc.gov/nchs/data/nhsr/nhsr010.pdf">CDC</a>). The 15%-85%, 25%-75% and 50% percentiles are indicated.</p>
69
+
70
+ <p>For each point of a filled curve, you can specify an arbitrary bottom. As this example illustrates, this can be useful for plotting percentiles. If you have the data sets available without appropriate fill bottoms, you can use the fillbetween plugin to compute the data point bottoms automatically.</p>
71
+
72
+ </div>
73
+
74
+ <div id="footer">
75
+ Copyright &copy; 2007 - 2014 IOLA and Ole Laursen
76
+ </div>
77
+
78
+ </body>
79
+ </html>
js/jquery-flot/examples/realtime/index.html ADDED
@@ -0,0 +1,122 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2
+ <html>
3
+ <head>
4
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5
+ <title>Flot Examples: Real-time updates</title>
6
+ <link href="../examples.css" rel="stylesheet" type="text/css">
7
+ <!--[if lte IE 8]><script language="javascript" type="text/javascript" src="../../excanvas.min.js"></script><![endif]-->
8
+ <script language="javascript" type="text/javascript" src="../../jquery.js"></script>
9
+ <script language="javascript" type="text/javascript" src="../../jquery.flot.js"></script>
10
+ <script type="text/javascript">
11
+
12
+ $(function() {
13
+
14
+ // We use an inline data source in the example, usually data would
15
+ // be fetched from a server
16
+
17
+ var data = [],
18
+ totalPoints = 300;
19
+
20
+ function getRandomData() {
21
+
22
+ if (data.length > 0)
23
+ data = data.slice(1);
24
+
25
+ // Do a random walk
26
+
27
+ while (data.length < totalPoints) {
28
+
29
+ var prev = data.length > 0 ? data[data.length - 1] : 50,
30
+ y = prev + Math.random() * 10 - 5;
31
+
32
+ if (y < 0) {
33
+ y = 0;
34
+ } else if (y > 100) {
35
+ y = 100;
36
+ }
37
+
38
+ data.push(y);
39
+ }
40
+
41
+ // Zip the generated y values with the x values
42
+
43
+ var res = [];
44
+ for (var i = 0; i < data.length; ++i) {
45
+ res.push([i, data[i]])
46
+ }
47
+
48
+ return res;
49
+ }
50
+
51
+ // Set up the control widget
52
+
53
+ var updateInterval = 30;
54
+ $("#updateInterval").val(updateInterval).change(function () {
55
+ var v = $(this).val();
56
+ if (v && !isNaN(+v)) {
57
+ updateInterval = +v;
58
+ if (updateInterval < 1) {
59
+ updateInterval = 1;
60
+ } else if (updateInterval > 2000) {
61
+ updateInterval = 2000;
62
+ }
63
+ $(this).val("" + updateInterval);
64
+ }
65
+ });
66
+
67
+ var plot = $.plot("#placeholder", [ getRandomData() ], {
68
+ series: {
69
+ shadowSize: 0 // Drawing is faster without shadows
70
+ },
71
+ yaxis: {
72
+ min: 0,
73
+ max: 100
74
+ },
75
+ xaxis: {
76
+ show: false
77
+ }
78
+ });
79
+
80
+ function update() {
81
+
82
+ plot.setData([getRandomData()]);
83
+
84
+ // Since the axes don't change, we don't need to call plot.setupGrid()
85
+
86
+ plot.draw();
87
+ setTimeout(update, updateInterval);
88
+ }
89
+
90
+ update();
91
+
92
+ // Add the Flot version string to the footer
93
+
94
+ $("#footer").prepend("Flot " + $.plot.version + " &ndash; ");
95
+ });
96
+
97
+ </script>
98
+ </head>
99
+ <body>
100
+
101
+ <div id="header">
102
+ <h2>Real-time updates</h2>
103
+ </div>
104
+
105
+ <div id="content">
106
+
107
+ <div class="demo-container">
108
+ <div id="placeholder" class="demo-placeholder"></div>
109
+ </div>
110
+
111
+ <p>You can update a chart periodically to get a real-time effect by using a timer to insert the new data in the plot and redraw it.</p>
112
+
113
+ <p>Time between updates: <input id="updateInterval" type="text" value="" style="text-align: right; width:5em"> milliseconds</p>
114
+
115
+ </div>
116
+
117
+ <div id="footer">
118
+ Copyright &copy; 2007 - 2014 IOLA and Ole Laursen
119
+ </div>
120
+
121
+ </body>
122
+ </html>
js/jquery-flot/examples/resize/index.html ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2
+ <html>
3
+ <head>
4
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5
+ <title>Flot Examples: Resizing</title>
6
+ <link href="../examples.css" rel="stylesheet" type="text/css">
7
+ <link href="../shared/jquery-ui/jquery-ui.min.css" rel="stylesheet" type="text/css">
8
+ <!--[if lte IE 8]><script language="javascript" type="text/javascript" src="../../excanvas.min.js"></script><![endif]-->
9
+ <script language="javascript" type="text/javascript" src="../../jquery.js"></script>
10
+ <script language="javascript" type="text/javascript" src="../shared/jquery-ui/jquery-ui.min.js"></script>
11
+ <script language="javascript" type="text/javascript" src="../../jquery.flot.js"></script>
12
+ <script language="javascript" type="text/javascript" src="../../jquery.flot.resize.js"></script>
13
+ <script type="text/javascript">
14
+
15
+ $(function() {
16
+
17
+ var d1 = [];
18
+ for (var i = 0; i < 14; i += 0.5) {
19
+ d1.push([i, Math.sin(i)]);
20
+ }
21
+
22
+ var d2 = [[0, 3], [4, 8], [8, 5], [9, 13]];
23
+ var d3 = [[0, 12], [7, 12], null, [7, 2.5], [12, 2.5]];
24
+
25
+ var placeholder = $("#placeholder");
26
+ var plot = $.plot(placeholder, [d1, d2, d3]);
27
+
28
+ // The plugin includes a jQuery plugin for adding resize events to any
29
+ // element. Add a callback so we can display the placeholder size.
30
+
31
+ placeholder.resize(function () {
32
+ $(".message").text("Placeholder is now "
33
+ + $(this).width() + "x" + $(this).height()
34
+ + " pixels");
35
+ });
36
+
37
+ $(".demo-container").resizable({
38
+ maxWidth: 900,
39
+ maxHeight: 500,
40
+ minWidth: 450,
41
+ minHeight: 250
42
+ });
43
+
44
+ // Add the Flot version string to the footer
45
+
46
+ $("#footer").prepend("Flot " + $.plot.version + " &ndash; ");
47
+ });
48
+
49
+ </script>
50
+ </head>
51
+ <body>
52
+
53
+ <div id="header">
54
+ <h2>Resizing</h2>
55
+ </div>
56
+
57
+ <div id="content">
58
+
59
+ <div class="demo-container">
60
+ <div id="placeholder" class="demo-placeholder"></div>
61
+ </div>
62
+
63
+ <p class="message"></p>
64
+
65
+ <p>Sometimes it makes more sense to just let the plot take up the available space. In that case, we need to redraw the plot each time the placeholder changes its size. If you include the resize plugin, this is handled automatically.</p>
66
+
67
+ <p>Drag the bottom and right sides of the plot to resize it.</p>
68
+
69
+ </div>
70
+
71
+ <div id="footer">
72
+ Copyright &copy; 2007 - 2014 IOLA and Ole Laursen
73
+ </div>
74
+
75
+ </body>
76
+ </html>
js/jquery-flot/examples/selection/index.html ADDED
@@ -0,0 +1,152 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2
+ <html>
3
+ <head>
4
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5
+ <title>Flot Examples: Selection</title>
6
+ <link href="../examples.css" rel="stylesheet" type="text/css">
7
+ <!--[if lte IE 8]><script language="javascript" type="text/javascript" src="../../excanvas.min.js"></script><![endif]-->
8
+ <script language="javascript" type="text/javascript" src="../../jquery.js"></script>
9
+ <script language="javascript" type="text/javascript" src="../../jquery.flot.js"></script>
10
+ <script language="javascript" type="text/javascript" src="../../jquery.flot.selection.js"></script>
11
+ <script type="text/javascript">
12
+
13
+ $(function() {
14
+
15
+ // Shim allowing us to get the state of the check-box on jQuery versions
16
+ // prior to 1.6, when prop was added. The reason we don't just use attr
17
+ // is because it doesn't work in jQuery versions 1.9.x and later.
18
+
19
+ // TODO: Remove this once Flot's minimum supported jQuery reaches 1.6.
20
+ if (typeof $.fn.prop != 'function') {
21
+ $.fn.prop = $.fn.attr;
22
+ }
23
+
24
+ var data = [{
25
+ label: "United States",
26
+ data: [[1990, 18.9], [1991, 18.7], [1992, 18.4], [1993, 19.3], [1994, 19.5], [1995, 19.3], [1996, 19.4], [1997, 20.2], [1998, 19.8], [1999, 19.9], [2000, 20.4], [2001, 20.1], [2002, 20.0], [2003, 19.8], [2004, 20.4]]
27
+ }, {
28
+ label: "Russia",
29
+ data: [[1992, 13.4], [1993, 12.2], [1994, 10.6], [1995, 10.2], [1996, 10.1], [1997, 9.7], [1998, 9.5], [1999, 9.7], [2000, 9.9], [2001, 9.9], [2002, 9.9], [2003, 10.3], [2004, 10.5]]
30
+ }, {
31
+ label: "United Kingdom",
32
+ data: [[1990, 10.0], [1991, 11.3], [1992, 9.9], [1993, 9.6], [1994, 9.5], [1995, 9.5], [1996, 9.9], [1997, 9.3], [1998, 9.2], [1999, 9.2], [2000, 9.5], [2001, 9.6], [2002, 9.3], [2003, 9.4], [2004, 9.79]]
33
+ }, {
34
+ label: "Germany",
35
+ data: [[1990, 12.4], [1991, 11.2], [1992, 10.8], [1993, 10.5], [1994, 10.4], [1995, 10.2], [1996, 10.5], [1997, 10.2], [1998, 10.1], [1999, 9.6], [2000, 9.7], [2001, 10.0], [2002, 9.7], [2003, 9.8], [2004, 9.79]]
36
+ }, {
37
+ label: "Denmark",
38
+ data: [[1990, 9.7], [1991, 12.1], [1992, 10.3], [1993, 11.3], [1994, 11.7], [1995, 10.6], [1996, 12.8], [1997, 10.8], [1998, 10.3], [1999, 9.4], [2000, 8.7], [2001, 9.0], [2002, 8.9], [2003, 10.1], [2004, 9.80]]
39
+ }, {
40
+ label: "Sweden",
41
+ data: [[1990, 5.8], [1991, 6.0], [1992, 5.9], [1993, 5.5], [1994, 5.7], [1995, 5.3], [1996, 6.1], [1997, 5.4], [1998, 5.4], [1999, 5.1], [2000, 5.2], [2001, 5.4], [2002, 6.2], [2003, 5.9], [2004, 5.89]]
42
+ }, {
43
+ label: "Norway",
44
+ data: [[1990, 8.3], [1991, 8.3], [1992, 7.8], [1993, 8.3], [1994, 8.4], [1995, 5.9], [1996, 6.4], [1997, 6.7], [1998, 6.9], [1999, 7.6], [2000, 7.4], [2001, 8.1], [2002, 12.5], [2003, 9.9], [2004, 19.0]]
45
+ }];
46
+
47
+ var options = {
48
+ series: {
49
+ lines: {
50
+ show: true
51
+ },
52
+ points: {
53
+ show: true
54
+ }
55
+ },
56
+ legend: {
57
+ noColumns: 2
58
+ },
59
+ xaxis: {
60
+ tickDecimals: 0
61
+ },
62
+ yaxis: {
63
+ min: 0
64
+ },
65
+ selection: {
66
+ mode: "x"
67
+ }
68
+ };
69
+
70
+ var placeholder = $("#placeholder");
71
+
72
+ placeholder.bind("plotselected", function (event, ranges) {
73
+
74
+ $("#selection").text(ranges.xaxis.from.toFixed(1) + " to " + ranges.xaxis.to.toFixed(1));
75
+
76
+ var zoom = $("#zoom").prop("checked");
77
+
78
+ if (zoom) {
79
+ $.each(plot.getXAxes(), function(_, axis) {
80
+ var opts = axis.options;
81
+ opts.min = ranges.xaxis.from;
82
+ opts.max = ranges.xaxis.to;
83
+ });
84
+ plot.setupGrid();
85
+ plot.draw();
86
+ plot.clearSelection();
87
+ }
88
+ });
89
+
90
+ placeholder.bind("plotunselected", function (event) {
91
+ $("#selection").text("");
92
+ });
93
+
94
+ var plot = $.plot(placeholder, data, options);
95
+
96
+ $("#clearSelection").click(function () {
97
+ plot.clearSelection();
98
+ });
99
+
100
+ $("#setSelection").click(function () {
101
+ plot.setSelection({
102
+ xaxis: {
103
+ from: 1994,
104
+ to: 1995
105
+ }
106
+ });
107
+ });
108
+
109
+ // Add the Flot version string to the footer
110
+
111
+ $("#footer").prepend("Flot " + $.plot.version + " &ndash; ");
112
+ });
113
+
114
+ </script>
115
+ </head>
116
+ <body>
117
+
118
+ <div id="header">
119
+ <h2>Selection</h2>
120
+ </div>
121
+
122
+ <div id="content">
123
+
124
+ <div class="demo-container">
125
+ <div id="placeholder" class="demo-placeholder"></div>
126
+ </div>
127
+
128
+ <p>1000 kg. CO<sub>2</sub> emissions per year per capita for various countries (source: <a href="http://en.wikipedia.org/wiki/List_of_countries_by_carbon_dioxide_emissions_per_capita">Wikipedia</a>).</p>
129
+
130
+ <p>Flot supports selections through the selection plugin. You can enable rectangular selection or one-dimensional selection if the user should only be able to select on one axis. Try left-click and drag on the plot above where selection on the x axis is enabled.</p>
131
+
132
+ <p>You selected: <span id="selection"></span></p>
133
+
134
+ <p>The plot command returns a plot object you can use to control the selection. Click the buttons below.</p>
135
+
136
+ <p>
137
+ <button id="clearSelection">Clear selection</button>
138
+ <button id="setSelection">Select year 1994</button>
139
+ </p>
140
+
141
+ <p>Selections are really useful for zooming. Just replot the chart with min and max values for the axes set to the values in the "plotselected" event triggered. Enable the checkbox below and select a region again.</p>
142
+
143
+ <p><label><input id="zoom" type="checkbox"></input>Zoom to selection.</label></p>
144
+
145
+ </div>
146
+
147
+ <div id="footer">
148
+ Copyright &copy; 2007 - 2014 IOLA and Ole Laursen
149
+ </div>
150
+
151
+ </body>
152
+ </html>
js/jquery-flot/examples/series-errorbars/index.html ADDED
@@ -0,0 +1,150 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2
+ <html>
3
+ <head>
4
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5
+ <title>Flot Examples: Error Bars</title>
6
+ <link href="../examples.css" rel="stylesheet" type="text/css">
7
+ <!--[if lte IE 8]><script language="javascript" type="text/javascript" src="../../excanvas.min.js"></script><![endif]-->
8
+ <script language="javascript" type="text/javascript" src="../../jquery.js"></script>
9
+ <script language="javascript" type="text/javascript" src="../../jquery.flot.js"></script>
10
+ <script language="javascript" type="text/javascript" src="../../jquery.flot.errorbars.js"></script>
11
+ <script language="javascript" type="text/javascript" src="../../jquery.flot.navigate.js"></script>
12
+ <script type="text/javascript">
13
+
14
+ $(function() {
15
+
16
+ function drawArrow(ctx, x, y, radius){
17
+ ctx.beginPath();
18
+ ctx.moveTo(x + radius, y + radius);
19
+ ctx.lineTo(x, y);
20
+ ctx.lineTo(x - radius, y + radius);
21
+ ctx.stroke();
22
+ }
23
+
24
+ function drawSemiCircle(ctx, x, y, radius){
25
+ ctx.beginPath();
26
+ ctx.arc(x, y, radius, 0, Math.PI, false);
27
+ ctx.moveTo(x - radius, y);
28
+ ctx.lineTo(x + radius, y);
29
+ ctx.stroke();
30
+ }
31
+
32
+ var data1 = [
33
+ [1,1,.5,.1,.3],
34
+ [2,2,.3,.5,.2],
35
+ [3,3,.9,.5,.2],
36
+ [1.5,-.05,.5,.1,.3],
37
+ [3.15,1.,.5,.1,.3],
38
+ [2.5,-1.,.5,.1,.3]
39
+ ];
40
+
41
+ var data1_points = {
42
+ show: true,
43
+ radius: 5,
44
+ fillColor: "blue",
45
+ errorbars: "xy",
46
+ xerr: {show: true, asymmetric: true, upperCap: "-", lowerCap: "-"},
47
+ yerr: {show: true, color: "red", upperCap: "-"}
48
+ };
49
+
50
+ var data2 = [
51
+ [.7,3,.2,.4],
52
+ [1.5,2.2,.3,.4],
53
+ [2.3,1,.5,.2]
54
+ ];
55
+
56
+ var data2_points = {
57
+ show: true,
58
+ radius: 5,
59
+ errorbars: "y",
60
+ yerr: {show:true, asymmetric:true, upperCap: drawArrow, lowerCap: drawSemiCircle}
61
+ };
62
+
63
+ var data3 = [
64
+ [1,2,.4],
65
+ [2,0.5,.3],
66
+ [2.7,2,.5]
67
+ ];
68
+
69
+ var data3_points = {
70
+ //do not show points
71
+ radius: 0,
72
+ errorbars: "y",
73
+ yerr: {show:true, upperCap: "-", lowerCap: "-", radius: 5}
74
+ };
75
+
76
+ var data4 = [
77
+ [1.3, 1],
78
+ [1.75, 2.5],
79
+ [2.5, 0.5]
80
+ ];
81
+
82
+ var data4_errors = [0.1, 0.4, 0.2];
83
+ for (var i = 0; i < data4.length; i++) {
84
+ data4_errors[i] = data4[i].concat(data4_errors[i])
85
+ }
86
+
87
+ var data = [
88
+ {color: "blue", points: data1_points, data: data1, label: "data1"},
89
+ {color: "red", points: data2_points, data: data2, label: "data2"},
90
+ {color: "green", lines: {show: true}, points: data3_points, data: data3, label: "data3"},
91
+ // bars with errors
92
+ {color: "orange", bars: {show: true, align: "center", barWidth: 0.25}, data: data4, label: "data4"},
93
+ {color: "orange", points: data3_points, data: data4_errors}
94
+ ];
95
+
96
+ $.plot($("#placeholder"), data , {
97
+ legend: {
98
+ position: "sw",
99
+ show: true
100
+ },
101
+ series: {
102
+ lines: {
103
+ show: false
104
+ }
105
+ },
106
+ xaxis: {
107
+ min: 0.6,
108
+ max: 3.1
109
+ },
110
+ yaxis: {
111
+ min: 0,
112
+ max: 3.5
113
+ },
114
+ zoom: {
115
+ interactive: true
116
+ },
117
+ pan: {
118
+ interactive: true
119
+ }
120
+ });
121
+
122
+ // Add the Flot version string to the footer
123
+
124
+ $("#footer").prepend("Flot " + $.plot.version + " &ndash; ");
125
+ });
126
+
127
+ </script>
128
+ </head>
129
+ <body>
130
+
131
+ <div id="header">
132
+ <h2>Error Bars</h2>
133
+ </div>
134
+
135
+ <div id="content">
136
+
137
+ <div class="demo-container">
138
+ <div id="placeholder" class="demo-placeholder"></div>
139
+ </div>
140
+
141
+ <p>With the errorbars plugin you can plot error bars to show standard deviation and other useful statistical properties.</p>
142
+
143
+ </div>
144
+
145
+ <div id="footer">
146
+ Copyright &copy; 2007 - 2014 IOLA and Ole Laursen
147
+ </div>
148
+
149
+ </body>
150
+ </html>
js/jquery-flot/examples/series-pie/index.html ADDED
@@ -0,0 +1,818 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2
+ <html>
3
+ <head>
4
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5
+ <title>Flot Examples: Pie Charts</title>
6
+ <link href="../examples.css" rel="stylesheet" type="text/css">
7
+ <style type="text/css">
8
+
9
+ .demo-container {
10
+ position: relative;
11
+ height: 400px;
12
+ }
13
+
14
+ #placeholder {
15
+ width: 550px;
16
+ }
17
+
18
+ #menu {
19
+ position: absolute;
20
+ top: 20px;
21
+ left: 625px;
22
+ bottom: 20px;
23
+ right: 20px;
24
+ width: 200px;
25
+ }
26
+
27
+ #menu button {
28
+ display: inline-block;
29
+ width: 200px;
30
+ padding: 3px 0 2px 0;
31
+ margin-bottom: 4px;
32
+ background: #eee;
33
+ border: 1px solid #999;
34
+ border-radius: 2px;
35
+ font-size: 16px;
36
+ -o-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
37
+ -ms-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
38
+ -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
39
+ -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
40
+ box-shadow: 0 1px 2px rgba(0,0,0,0.15);
41
+ cursor: pointer;
42
+ }
43
+
44
+ #description {
45
+ margin: 15px 10px 20px 10px;
46
+ }
47
+
48
+ #code {
49
+ display: block;
50
+ width: 870px;
51
+ padding: 15px;
52
+ margin: 10px auto;
53
+ border: 1px dashed #999;
54
+ background-color: #f8f8f8;
55
+ font-size: 16px;
56
+ line-height: 20px;
57
+ color: #666;
58
+ }
59
+
60
+ ul {
61
+ font-size: 10pt;
62
+ }
63
+
64
+ ul li {
65
+ margin-bottom: 0.5em;
66
+ }
67
+
68
+ ul.options li {
69
+ list-style: none;
70
+ margin-bottom: 1em;
71
+ }
72
+
73
+ ul li i {
74
+ color: #999;
75
+ }
76
+
77
+ </style>
78
+ <!--[if lte IE 8]><script language="javascript" type="text/javascript" src="../../excanvas.min.js"></script><![endif]-->
79
+ <script language="javascript" type="text/javascript" src="../../jquery.js"></script>
80
+ <script language="javascript" type="text/javascript" src="../../jquery.flot.js"></script>
81
+ <script language="javascript" type="text/javascript" src="../../jquery.flot.pie.js"></script>
82
+ <script type="text/javascript">
83
+
84
+ $(function() {
85
+
86
+ // Example Data
87
+
88
+ //var data = [
89
+ // { label: "Series1", data: 10},
90
+ // { label: "Series2", data: 30},
91
+ // { label: "Series3", data: 90},
92
+ // { label: "Series4", data: 70},
93
+ // { label: "Series5", data: 80},
94
+ // { label: "Series6", data: 110}
95
+ //];
96
+
97
+ //var data = [
98
+ // { label: "Series1", data: [[1,10]]},
99
+ // { label: "Series2", data: [[1,30]]},
100
+ // { label: "Series3", data: [[1,90]]},
101
+ // { label: "Series4", data: [[1,70]]},
102
+ // { label: "Series5", data: [[1,80]]},
103
+ // { label: "Series6", data: [[1,0]]}
104
+ //];
105
+
106
+ //var data = [
107
+ // { label: "Series A", data: 0.2063},
108
+ // { label: "Series B", data: 38888}
109
+ //];
110
+
111
+ // Randomly Generated Data
112
+
113
+ var data = [],
114
+ series = Math.floor(Math.random() * 6) + 3;
115
+
116
+ for (var i = 0; i < series; i++) {
117
+ data[i] = {
118
+ label: "Series" + (i + 1),
119
+ data: Math.floor(Math.random() * 100) + 1
120
+ }
121
+ }
122
+
123
+ var placeholder = $("#placeholder");
124
+
125
+ $("#example-1").click(function() {
126
+
127
+ placeholder.unbind();
128
+
129
+ $("#title").text("Default pie chart");
130
+ $("#description").text("The default pie chart with no options set.");
131
+
132
+ $.plot(placeholder, data, {
133
+ series: {
134
+ pie: {
135
+ show: true
136
+ }
137
+ }
138
+ });
139
+
140
+ setCode([
141
+ "$.plot('#placeholder', data, {",
142
+ " series: {",
143
+ " pie: {",
144
+ " show: true",
145
+ " }",
146
+ " }",
147
+ "});"
148
+ ]);
149
+ });
150
+
151
+ $("#example-2").click(function() {
152
+
153
+ placeholder.unbind();
154
+
155
+ $("#title").text("Default without legend");
156
+ $("#description").text("The default pie chart when the legend is disabled. Since the labels would normally be outside the container, the chart is resized to fit.");
157
+
158
+ $.plot(placeholder, data, {
159
+ series: {
160
+ pie: {
161
+ show: true
162
+ }
163
+ },
164
+ legend: {
165
+ show: false
166
+ }
167
+ });
168
+
169
+ setCode([
170
+ "$.plot('#placeholder', data, {",
171
+ " series: {",
172
+ " pie: {",
173
+ " show: true",
174
+ " }",
175
+ " },",
176
+ " legend: {",
177
+ " show: false",
178
+ " }",
179
+ "});"
180
+ ]);
181
+ });
182
+
183
+ $("#example-3").click(function() {
184
+
185
+ placeholder.unbind();
186
+
187
+ $("#title").text("Custom Label Formatter");
188
+ $("#description").text("Added a semi-transparent background to the labels and a custom labelFormatter function.");
189
+
190
+ $.plot(placeholder, data, {
191
+ series: {
192
+ pie: {
193
+ show: true,
194
+ radius: 1,
195
+ label: {
196
+ show: true,
197
+ radius: 1,
198
+ formatter: labelFormatter,
199
+ background: {
200
+ opacity: 0.8
201
+ }
202
+ }
203
+ }
204
+ },
205
+ legend: {
206
+ show: false
207
+ }
208
+ });
209
+
210
+ setCode([
211
+ "$.plot('#placeholder', data, {",
212
+ " series: {",
213
+ " pie: {",
214
+ " show: true,",
215
+ " radius: 1,",
216
+ " label: {",
217
+ " show: true,",
218
+ " radius: 1,",
219
+ " formatter: labelFormatter,",
220
+ " background: {",
221
+ " opacity: 0.8",
222
+ " }",
223
+ " }",
224
+ " }",
225
+ " },",
226
+ " legend: {",
227
+ " show: false",
228
+ " }",
229
+ "});"
230
+ ]);
231
+ });
232
+
233
+ $("#example-4").click(function() {
234
+
235
+ placeholder.unbind();
236
+
237
+ $("#title").text("Label Radius");
238
+ $("#description").text("Slightly more transparent label backgrounds and adjusted the radius values to place them within the pie.");
239
+
240
+ $.plot(placeholder, data, {
241
+ series: {
242
+ pie: {
243
+ show: true,
244
+ radius: 1,
245
+ label: {
246
+ show: true,
247
+ radius: 3/4,
248
+ formatter: labelFormatter,
249
+ background: {
250
+ opacity: 0.5
251
+ }
252
+ }
253
+ }
254
+ },
255
+ legend: {
256
+ show: false
257
+ }
258
+ });
259
+
260
+ setCode([
261
+ "$.plot('#placeholder', data, {",
262
+ " series: {",
263
+ " pie: {",
264
+ " show: true,",
265
+ " radius: 1,",
266
+ " label: {",
267
+ " show: true,",
268
+ " radius: 3/4,",
269
+ " formatter: labelFormatter,",
270
+ " background: {",
271
+ " opacity: 0.5",
272
+ " }",
273
+ " }",
274
+ " }",
275
+ " },",
276
+ " legend: {",
277
+ " show: false",
278
+ " }",
279
+ "});"
280
+ ]);
281
+ });
282
+
283
+ $("#example-5").click(function() {
284
+
285
+ placeholder.unbind();
286
+
287
+ $("#title").text("Label Styles #1");
288
+ $("#description").text("Semi-transparent, black-colored label background.");
289
+
290
+ $.plot(placeholder, data, {
291
+ series: {
292
+ pie: {
293
+ show: true,
294
+ radius: 1,
295
+ label: {
296
+ show: true,
297
+ radius: 3/4,
298
+ formatter: labelFormatter,
299
+ background: {
300
+ opacity: 0.5,
301
+ color: "#000"
302
+ }
303
+ }
304
+ }
305
+ },
306
+ legend: {
307
+ show: false
308
+ }
309
+ });
310
+
311
+ setCode([
312
+ "$.plot('#placeholder', data, {",
313
+ " series: {",
314
+ " pie: { ",
315
+ " show: true,",
316
+ " radius: 1,",
317
+ " label: {",
318
+ " show: true,",
319
+ " radius: 3/4,",
320
+ " formatter: labelFormatter,",
321
+ " background: { ",
322
+ " opacity: 0.5,",
323
+ " color: '#000'",
324
+ " }",
325
+ " }",
326
+ " }",
327
+ " },",
328
+ " legend: {",
329
+ " show: false",
330
+ " }",
331
+ "});"
332
+ ]);
333
+ });
334
+
335
+ $("#example-6").click(function() {
336
+
337
+ placeholder.unbind();
338
+
339
+ $("#title").text("Label Styles #2");
340
+ $("#description").text("Semi-transparent, black-colored label background placed at pie edge.");
341
+
342
+ $.plot(placeholder, data, {
343
+ series: {
344
+ pie: {
345
+ show: true,
346
+ radius: 3/4,
347
+ label: {
348
+ show: true,
349
+ radius: 3/4,
350
+ formatter: labelFormatter,
351
+ background: {
352
+ opacity: 0.5,
353
+ color: "#000"
354
+ }
355
+ }
356
+ }
357
+ },
358
+ legend: {
359
+ show: false
360
+ }
361
+ });
362
+
363
+ setCode([
364
+ "$.plot('#placeholder', data, {",
365
+ " series: {",
366
+ " pie: {",
367
+ " show: true,",
368
+ " radius: 3/4,",
369
+ " label: {",
370
+ " show: true,",
371
+ " radius: 3/4,",
372
+ " formatter: labelFormatter,",
373
+ " background: {",
374
+ " opacity: 0.5,",
375
+ " color: '#000'",
376
+ " }",
377
+ " }",
378
+ " }",
379
+ " },",
380
+ " legend: {",
381
+ " show: false",
382
+ " }",
383
+ "});"
384
+ ]);
385
+ });
386
+
387
+ $("#example-7").click(function() {
388
+
389
+ placeholder.unbind();
390
+
391
+ $("#title").text("Hidden Labels");
392
+ $("#description").text("Labels can be hidden if the slice is less than a given percentage of the pie (10% in this case).");
393
+
394
+ $.plot(placeholder, data, {
395
+ series: {
396
+ pie: {
397
+ show: true,
398
+ radius: 1,
399
+ label: {
400
+ show: true,
401
+ radius: 2/3,
402
+ formatter: labelFormatter,
403
+ threshold: 0.1
404
+ }
405
+ }
406
+ },
407
+ legend: {
408
+ show: false
409
+ }
410
+ });
411
+
412
+ setCode([
413
+ "$.plot('#placeholder', data, {",
414
+ " series: {",
415
+ " pie: {",
416
+ " show: true,",
417
+ " radius: 1,",
418
+ " label: {",
419
+ " show: true,",
420
+ " radius: 2/3,",
421
+ " formatter: labelFormatter,",
422
+ " threshold: 0.1",
423
+ " }",
424
+ " }",
425
+ " },",
426
+ " legend: {",
427
+ " show: false",
428
+ " }",
429
+ "});"
430
+ ]);
431
+ });
432
+
433
+ $("#example-8").click(function() {
434
+
435
+ placeholder.unbind();
436
+
437
+ $("#title").text("Combined Slice");
438
+ $("#description").text("Multiple slices less than a given percentage (5% in this case) of the pie can be combined into a single, larger slice.");
439
+
440
+ $.plot(placeholder, data, {
441
+ series: {
442
+ pie: {
443
+ show: true,
444
+ combine: {
445
+ color: "#999",
446
+ threshold: 0.05
447
+ }
448
+ }
449
+ },
450
+ legend: {
451
+ show: false
452
+ }
453
+ });
454
+
455
+ setCode([
456
+ "$.plot('#placeholder', data, {",
457
+ " series: {",
458
+ " pie: {",
459
+ " show: true,",
460
+ " combine: {",
461
+ " color: '#999',",
462
+ " threshold: 0.1",
463
+ " }",
464
+ " }",
465
+ " },",
466
+ " legend: {",
467
+ " show: false",
468
+ " }",
469
+ "});"
470
+ ]);
471
+ });
472
+
473
+ $("#example-9").click(function() {
474
+
475
+ placeholder.unbind();
476
+
477
+ $("#title").text("Rectangular Pie");
478
+ $("#description").text("The radius can also be set to a specific size (even larger than the container itself).");
479
+
480
+ $.plot(placeholder, data, {
481
+ series: {
482
+ pie: {
483
+ show: true,
484
+ radius: 500,
485
+ label: {
486
+ show: true,
487
+ formatter: labelFormatter,
488
+ threshold: 0.1
489
+ }
490
+ }
491
+ },
492
+ legend: {
493
+ show: false
494
+ }
495
+ });
496
+
497
+ setCode([
498
+ "$.plot('#placeholder', data, {",
499
+ " series: {",
500
+ " pie: {",
501
+ " show: true,",
502
+ " radius: 500,",
503
+ " label: {",
504
+ " show: true,",
505
+ " formatter: labelFormatter,",
506
+ " threshold: 0.1",
507
+ " }",
508
+ " }",
509
+ " },",
510
+ " legend: {",
511
+ " show: false",
512
+ " }",
513
+ "});"
514
+ ]);
515
+ });
516
+
517
+ $("#example-10").click(function() {
518
+
519
+ placeholder.unbind();
520
+
521
+ $("#title").text("Tilted Pie");
522
+ $("#description").text("The pie can be tilted at an angle.");
523
+
524
+ $.plot(placeholder, data, {
525
+ series: {
526
+ pie: {
527
+ show: true,
528
+ radius: 1,
529
+ tilt: 0.5,
530
+ label: {
531
+ show: true,
532
+ radius: 1,
533
+ formatter: labelFormatter,
534
+ background: {
535
+ opacity: 0.8
536
+ }
537
+ },
538
+ combine: {
539
+ color: "#999",
540
+ threshold: 0.1
541
+ }
542
+ }
543
+ },
544
+ legend: {
545
+ show: false
546
+ }
547
+ });
548
+
549
+ setCode([
550
+ "$.plot('#placeholder', data, {",
551
+ " series: {",
552
+ " pie: {",
553
+ " show: true,",
554
+ " radius: 1,",
555
+ " tilt: 0.5,",
556
+ " label: {",
557
+ " show: true,",
558
+ " radius: 1,",
559
+ " formatter: labelFormatter,",
560
+ " background: {",
561
+ " opacity: 0.8",
562
+ " }",
563
+ " },",
564
+ " combine: {",
565
+ " color: '#999',",
566
+ " threshold: 0.1",
567
+ " }",
568
+ " }",
569
+ " },",
570
+ " legend: {",
571
+ " show: false",
572
+ " }",
573
+ "});",
574
+ ]);
575
+ });
576
+
577
+ $("#example-11").click(function() {
578
+
579
+ placeholder.unbind();
580
+
581
+ $("#title").text("Donut Hole");
582
+ $("#description").text("A donut hole can be added.");
583
+
584
+ $.plot(placeholder, data, {
585
+ series: {
586
+ pie: {
587
+ innerRadius: 0.5,
588
+ show: true
589
+ }
590
+ }
591
+ });
592
+
593
+ setCode([
594
+ "$.plot('#placeholder', data, {",
595
+ " series: {",
596
+ " pie: {",
597
+ " innerRadius: 0.5,",
598
+ " show: true",
599
+ " }",
600
+ " }",
601
+ "});"
602
+ ]);
603
+ });
604
+
605
+ $("#example-12").click(function() {
606
+
607
+ placeholder.unbind();
608
+
609
+ $("#title").text("Interactivity");
610
+ $("#description").text("The pie can be made interactive with hover and click events.");
611
+
612
+ $.plot(placeholder, data, {
613
+ series: {
614
+ pie: {
615
+ show: true
616
+ }
617
+ },
618
+ grid: {
619
+ hoverable: true,
620
+ clickable: true
621
+ }
622
+ });
623
+
624
+ setCode([
625
+ "$.plot('#placeholder', data, {",
626
+ " series: {",
627
+ " pie: {",
628
+ " show: true",
629
+ " }",
630
+ " },",
631
+ " grid: {",
632
+ " hoverable: true,",
633
+ " clickable: true",
634
+ " }",
635
+ "});"
636
+ ]);
637
+
638
+ placeholder.bind("plothover", function(event, pos, obj) {
639
+
640
+ if (!obj) {
641
+ return;
642
+ }
643
+
644
+ var percent = parseFloat(obj.series.percent).toFixed(2);
645
+ $("#hover").html("<span style='font-weight:bold; color:" + obj.series.color + "'>" + obj.series.label + " (" + percent + "%)</span>");
646
+ });
647
+
648
+ placeholder.bind("plotclick", function(event, pos, obj) {
649
+
650
+ if (!obj) {
651
+ return;
652
+ }
653
+
654
+ percent = parseFloat(obj.series.percent).toFixed(2);
655
+ alert("" + obj.series.label + ": " + percent + "%");
656
+ });
657
+ });
658
+
659
+ // Show the initial default chart
660
+
661
+ $("#example-1").click();
662
+
663
+ // Add the Flot version string to the footer
664
+
665
+ $("#footer").prepend("Flot " + $.plot.version + " &ndash; ");
666
+ });
667
+
668
+ // A custom label formatter used by several of the plots
669
+
670
+ function labelFormatter(label, series) {
671
+ return "<div style='font-size:8pt; text-align:center; padding:2px; color:white;'>" + label + "<br/>" + Math.round(series.percent) + "%</div>";
672
+ }
673
+
674
+ //
675
+
676
+ function setCode(lines) {
677
+ $("#code").text(lines.join("\n"));
678
+ }
679
+
680
+ </script>
681
+ </head>
682
+ <body>
683
+
684
+ <div id="header">
685
+ <h2>Pie Charts</h2>
686
+ </div>
687
+
688
+ <div id="content">
689
+
690
+ <h3 id="title"></h3>
691
+ <div class="demo-container">
692
+ <div id="placeholder" class="demo-placeholder"></div>
693
+ <div id="menu">
694
+ <button id="example-1">Default Options</button>
695
+ <button id="example-2">Without Legend</button>
696
+ <button id="example-3">Label Formatter</button>
697
+ <button id="example-4">Label Radius</button>
698
+ <button id="example-5">Label Styles #1</button>
699
+ <button id="example-6">Label Styles #2</button>
700
+ <button id="example-7">Hidden Labels</button>
701
+ <button id="example-8">Combined Slice</button>
702
+ <button id="example-9">Rectangular Pie</button>
703
+ <button id="example-10">Tilted Pie</button>
704
+ <button id="example-11">Donut Hole</button>
705
+ <button id="example-12">Interactivity</button>
706
+ </div>
707
+ </div>
708
+
709
+ <p id="description"></p>
710
+
711
+ <h3>Source Code</h3>
712
+ <pre><code id="code"></code></pre>
713
+
714
+ <br/>
715
+
716
+ <h2>Pie Options</h2>
717
+
718
+ <ul class="options">
719
+ <li style="border-bottom: 1px dotted #ccc;"><b>option:</b> <i>default value</i> - Description of option</li>
720
+ <li><b>show:</b> <i>false</i> - Enable the plugin and draw as a pie.</li>
721
+ <li><b>radius:</b> <i>'auto'</i> - Sets the radius of the pie. If value is between 0 and 1 (inclusive) then it will use that as a percentage of the available space (size of the container), otherwise it will use the value as a direct pixel length. If set to 'auto', it will be set to 1 if the legend is enabled and 3/4 if not.</li>
722
+ <li><b>innerRadius:</b> <i>0</i> - Sets the radius of the donut hole. If value is between 0 and 1 (inclusive) then it will use that as a percentage of the radius, otherwise it will use the value as a direct pixel length.</li>
723
+ <li><b>startAngle:</b> <i>3/2</i> - Factor of PI used for the starting angle (in radians) It can range between 0 and 2 (where 0 and 2 have the same result).</li>
724
+ <li><b>tilt:</b> <i>1</i> - Percentage of tilt ranging from 0 and 1, where 1 has no change (fully vertical) and 0 is completely flat (fully horizontal -- in which case nothing actually gets drawn).</li>
725
+ <li><b>shadow:</b> <ul>
726
+ <li><b>top:</b> <i>5</i> - Vertical distance in pixel of the tilted pie shadow.</li>
727
+ <li><b>left:</b> <i>15</i> - Horizontal distance in pixel of the tilted pie shadow.</li>
728
+ <li><b>alpha:</b> <i>0.02</i> - Alpha value of the tilted pie shadow.</li>
729
+ </ul>
730
+ <li><b>offset:</b> <ul>
731
+ <li><b>top:</b> <i>0</i> - Pixel distance to move the pie up and down (relative to the center).</li>
732
+ <li><b>left:</b> <i>'auto'</i> - Pixel distance to move the pie left and right (relative to the center).</li>
733
+ </ul>
734
+ <li><b>stroke:</b> <ul>
735
+ <li><b>color:</b> <i>'#FFF'</i> - Color of the border of each slice. Hexadecimal color definitions are prefered (other formats may or may not work).</li>
736
+ <li><b>width:</b> <i>1</i> - Pixel width of the border of each slice.</li>
737
+ </ul>
738
+ <li><b>label:</b> <ul>
739
+ <li><b>show:</b> <i>'auto'</i> - Enable/Disable the labels. This can be set to true, false, or 'auto'. When set to 'auto', it will be set to false if the legend is enabled and true if not.</li>
740
+ <li><b>radius:</b> <i>1</i> - Sets the radius at which to place the labels. If value is between 0 and 1 (inclusive) then it will use that as a percentage of the available space (size of the container), otherwise it will use the value as a direct pixel length.</li>
741
+ <li><b>threshold:</b> <i>0</i> - Hides the labels of any pie slice that is smaller than the specified percentage (ranging from 0 to 1) i.e. a value of '0.03' will hide all slices 3% or less of the total.</li>
742
+ <li><b>formatter:</b> <i>[function]</i> - This function specifies how the positioned labels should be formatted, and is applied after the legend's labelFormatter function. The labels can also still be styled using the class "pieLabel" (i.e. ".pieLabel" or "#graph1 .pieLabel").</li>
743
+ <li><b>radius:</b> <i>1</i> - Sets the radius at which to place the labels. If value is between 0 and 1 (inclusive) then it will use that as a percentage of the available space (size of the container), otherwise it will use the value as a direct pixel length.</li>
744
+ <li><b>background:</b> <ul>
745
+ <li><b>color:</b> <i>null</i> - Backgound color of the positioned labels. If null, the plugin will automatically use the color of the slice.</li>
746
+ <li><b>opacity:</b> <i>0</i> - Opacity of the background for the positioned labels. Acceptable values range from 0 to 1, where 0 is completely transparent and 1 is completely opaque.</li>
747
+ </ul>
748
+ </ul>
749
+ <li><b>combine:</b> <ul>
750
+ <li><b>threshold:</b> <i>0</i> - Combines all slices that are smaller than the specified percentage (ranging from 0 to 1) i.e. a value of '0.03' will combine all slices 3% or less into one slice).</li>
751
+ <li><b>color:</b> <i>null</i> - Backgound color of the positioned labels. If null, the plugin will automatically use the color of the first slice to be combined.</li>
752
+ <li><b>label:</b> <i>'Other'</i> - Label text for the combined slice.</li>
753
+ </ul>
754
+ <li><b>highlight:</b> <ul>
755
+ <li><b>opacity:</b> <i>0.5</i> - Opacity of the highlight overlay on top of the current pie slice. Currently this just uses a white overlay, but support for changing the color of the overlay will also be added at a later date.
756
+ </ul>
757
+ </ul>
758
+
759
+ <h2>Changes/Features</h2>
760
+ <ul>
761
+ <li style="list-style: none;"><i>v1.0 - November 20th, 2009 - Brian Medendorp</i></li>
762
+ <li>The pie plug-in is now part of the Flot repository! This should make it a lot easier to deal with.</li>
763
+ <li>Added a new option (innerRadius) to add a "donut hole" to the center of the pie, based on comtributions from Anthony Aragues. I was a little reluctant to add this feature because it doesn't work very well with the shadow created for the tilted pie, but figured it was worthwhile for non-tilted pies. Also, excanvas apparently doesn't support compositing, so it will fall back to using the stroke color to fill in the center (but I recommend setting the stroke color to the background color anyway).</li>
764
+ <li>Changed the lineJoin for the border of the pie slices to use the 'round' option. This should make the center of the pie look better, particularly when there are numerous thin slices.</li>
765
+ <li>Included a bug fix submitted by btburnett3 to display a slightly smaller slice in the event that the slice is 100% and being rendered with Internet Explorer. I haven't experienced this bug myself, but it doesn't seem to hurt anything so I've included it.</li>
766
+ <li>The tilt value is now used when calculating the maximum radius of the pie in relation to the height of the container. This should prevent the pie from being smaller than it needed to in some cases, as well as reducing the amount of extra white space generated above and below the pie.</li>
767
+ <li><b>Hover and Click functionality are now availabe!</b><ul>
768
+ <li>Thanks to btburnett3 for the original hover functionality and Anthony Aragues for the modification that makes it compatable with excanvas, this was a huge help!</li>
769
+ <li>Added a new option (highlight opacity) to modify the highlight created when mousing over a slice. Currently this just uses a white overlay, but an option to change the hightlight color will be added when the appropriate functionality becomes available.
770
+ <li>I had a major setback that required me to practically rebuild the hover/click events from scratch one piece at a time (I discovered that it only worked with a single pie on a page at a time), but the end result ended up being virtually identical to the original, so I'm not quite sure what exactly made it work.</li>
771
+ <li><span style="color: red;">Warning:</span> There are some minor issues with using this functionality in conjuction with some of the other more advanced features (tilt and donut). When using a donut hole, the inner portion still triggers the events even though that portion of the pie is no longer visible. When tilted, the interactive portions still use the original, untilted version of the pie when determining mouse position (this is because the isPointInPath function apparently doesn't work with transformations), however hover and click both work this way, so the appropriate slice is still highlighted when clicking, and it isn't as noticable of a problem.</li>
772
+ </ul></li>
773
+ <li>Included a bug fix submitted by Xavi Ivars to fix array issues when other javascript libraries are included in addition to jQuery</li>
774
+ <br/>
775
+ <li style="list-style: none;"><i>v0.4 - July 1st, 2009 - Brian Medendorp</i></li>
776
+ <li>Each series will now be shown in the legend, even if it's value is zero. The series will not get a positioned label because it will overlap with the other labels present and often makes them unreadable.</li>
777
+ <li>Data can now be passed in using the standard Flot method using an array of datapoints, the pie plugin will simply use the first y-value that it finds for each series in this case. The plugin uses this datastructure internally, but you can still use the old method of passing in a single numerical value for each series (the plugin will convert it as necessary). This should make it easier to transition from other types of graphs (such as a stacked bar graph) to a pie.</li>
778
+ <li>The pie can now be tilted at an angle with a new "tilt" option. Acceptable values range from 0-1, where 1 has no change (fully vertical) and 0 is completely flat (fully horizontal -- in which case nothing actually gets drawn). If the plugin determines that it will fit within the canvas, a drop shadow will be drawn under the tilted pie (this also requires a tilt value of 0.8 or less).</li>
779
+ <br/>
780
+ <li style="list-style: none;"><i>v0.3.2 - June 25th, 2009 - Brian Medendorp</i></li>
781
+ <li>Fixed a bug that was causing the pie to be shifted too far left or right when the legend is showing in some cases.</li>
782
+ <br/>
783
+ <li style="list-style: none;"><i>v0.3.1 - June 24th, 2009 - Brian Medendorp</i></li>
784
+ <li>Fixed a bug that was causing nothing to be drawn and generating a javascript error if any of the data values were set to zero.</li>
785
+ <br/>
786
+ <li style="list-style: none;"><i>v0.3 - June 23rd, 2009 - Brian Medendorp</i></li>
787
+ <li>The legend now works without any modifications! Because of changes made to flot and the plugin system (thanks Ole Laursen!) I was able to simplify a number of things and am now able to use the legend without the direct access hack that was required in the previous version.</li>
788
+ <br/>
789
+ <li style="list-style: none;"><i>v0.2 - June 22nd, 2009 - Brian Medendorp</i></li>
790
+ <li>The legend now works but only if you make the necessary changes to jquery.flot.js. Because of this, I changed the default values for pie.radius and pie.label.show to new 'auto' settings that change the default behavior of the size and labels depending on whether the legend functionality is available or not.</li>
791
+ <br/>
792
+ <li style="list-style: none;"><i>v0.1 - June 18th, 2009 - Brian Medendorp</i></li>
793
+ <li>Rewrote the entire pie code into a flot plugin (since that is now an option), so it should be much easier to use and the code is cleaned up a bit. However, the (standard flot) legend is no longer available because the only way to prevent the grid lines from being displayed also prevents the legend from being displayed. Hopefully this can be fixed at a later date.</li>
794
+ <li>Restructured and combined some of the options. It should be much easier to deal with now.</li>
795
+ <li>Added the ability to change the starting point of the pie (still defaults to the top).</li>
796
+ <li>Modified the default options to show the labels to compensate for the lack of a legend.</li>
797
+ <li>Modified this page to use a random dataset. <span style="color: red">Note: you may need to refresh the page to see the effects of some of the examples.</span></li>
798
+ <br/>
799
+ <li style="list-style: none;"><i>May 21st, 2009 - Brian Medendorp</i></li>
800
+ <li>Merged original pie modifications by Sergey Nosenko into the latest SVN version <i>(as of May 15th, 2009)</i> so that it will work with ie8.</li>
801
+ <li>Pie graph will now be centered in the canvas unless moved because of the legend or manually via the options. Additionally it prevents the pie from being moved beyond the edge of the canvas.</li>
802
+ <li>Modified the code related to the labelFormatter option to apply flot's legend labelFormatter first. This is so that the labels will be consistent, but still provide extra formatting for the positioned labels (such as adding the percentage value).</li>
803
+ <li>Positioned labels now have their backgrounds applied as a separate element (much like the legend background) so that the opacity value can be set independently from the label itself (foreground). Additionally, the background color defaults to that of the matching slice.</li>
804
+ <li>As long as the labelOffset and radiusLimit are not set to hard values, the pie will be shrunk if the labels will extend outside the edge of the canvas</li>
805
+ <li>Added new options "radiusLimitFactor" and "radiusLimit" which limits how large the (visual) radius of the pie is in relation to the full radius (as calculated from the canvas dimensions) or a hard-pixel value (respectively). This allows for pushing the labels "outside" the pie.</li>
806
+ <li>Added a new option "labelHidePercent" that does not show the positioned labels of slices smaller than the specified percentage. This is to help prevent a bunch of overlapping labels from small slices.</li>
807
+ <li>Added a new option "sliceCombinePercent" that combines all slices smaller than the specified percentage into one larger slice. This is to help make the pie more attractive when there are a number of tiny slices. The options "sliceCombineColor" and "sliceCombineLabel" have also been added to change the color and name of the new slice if desired.</li>
808
+ <li>Tested in Firefox (3.0.10, 3.5b4), Internet Explorer (6.0.2900, 7.0.5730, 8.0.6001), Chrome (1.0.154), Opera (9.64), and Safari (3.1.1, 4 beta 5528.16).
809
+ </ul>
810
+
811
+ </div>
812
+
813
+ <div id="footer">
814
+ Copyright &copy; 2007 - 2014 IOLA and Ole Laursen
815
+ </div>
816
+
817
+ </body>
818
+ </html>
js/jquery-flot/examples/series-toggle/index.html ADDED
@@ -0,0 +1,121 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2
+ <html>
3
+ <head>
4
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5
+ <title>Flot Examples: Toggling Series</title>
6
+ <link href="../examples.css" rel="stylesheet" type="text/css">
7
+ <!--[if lte IE 8]><script language="javascript" type="text/javascript" src="../../excanvas.min.js"></script><![endif]-->
8
+ <script language="javascript" type="text/javascript" src="../../jquery.js"></script>
9
+ <script language="javascript" type="text/javascript" src="../../jquery.flot.js"></script>
10
+ <script type="text/javascript">
11
+
12
+ $(function() {
13
+
14
+ var datasets = {
15
+ "usa": {
16
+ label: "USA",
17
+ data: [[1988, 483994], [1989, 479060], [1990, 457648], [1991, 401949], [1992, 424705], [1993, 402375], [1994, 377867], [1995, 357382], [1996, 337946], [1997, 336185], [1998, 328611], [1999, 329421], [2000, 342172], [2001, 344932], [2002, 387303], [2003, 440813], [2004, 480451], [2005, 504638], [2006, 528692]]
18
+ },
19
+ "russia": {
20
+ label: "Russia",
21
+ data: [[1988, 218000], [1989, 203000], [1990, 171000], [1992, 42500], [1993, 37600], [1994, 36600], [1995, 21700], [1996, 19200], [1997, 21300], [1998, 13600], [1999, 14000], [2000, 19100], [2001, 21300], [2002, 23600], [2003, 25100], [2004, 26100], [2005, 31100], [2006, 34700]]
22
+ },
23
+ "uk": {
24
+ label: "UK",
25
+ data: [[1988, 62982], [1989, 62027], [1990, 60696], [1991, 62348], [1992, 58560], [1993, 56393], [1994, 54579], [1995, 50818], [1996, 50554], [1997, 48276], [1998, 47691], [1999, 47529], [2000, 47778], [2001, 48760], [2002, 50949], [2003, 57452], [2004, 60234], [2005, 60076], [2006, 59213]]
26
+ },
27
+ "germany": {
28
+ label: "Germany",
29
+ data: [[1988, 55627],