rails_modular_admin 0.3.1 → 0.4.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/javascripts/list.txt +23 -0
- data/app/assets/javascripts/rails_modular_admin/vendor.js +60351 -60351
- data/app/assets/javascripts/rails_modular_admin.js +1 -0
- data/app/assets/node_modules/animate.css/LICENSE +21 -0
- data/app/assets/node_modules/animate.css/README.md +233 -0
- data/app/assets/node_modules/animate.css/animate-config.json +120 -0
- data/app/assets/node_modules/animate.css/animate.css +3494 -0
- data/app/assets/node_modules/animate.css/animate.min.css +11 -0
- data/app/assets/node_modules/animate.css/bower.json +5 -0
- data/app/assets/node_modules/animate.css/gulpfile.js +107 -0
- data/app/assets/node_modules/animate.css/package.json +54 -0
- data/app/assets/node_modules/animate.css/source/_base.css +8 -0
- data/app/assets/node_modules/animate.css/source/attention_seekers/bounce.css +30 -0
- data/app/assets/node_modules/animate.css/source/attention_seekers/flash.css +16 -0
- data/app/assets/node_modules/animate.css/source/attention_seekers/headShake.css +30 -0
- data/app/assets/node_modules/animate.css/source/attention_seekers/jello.css +40 -0
- data/app/assets/node_modules/animate.css/source/attention_seekers/pulse.css +19 -0
- data/app/assets/node_modules/animate.css/source/attention_seekers/rubberBand.css +33 -0
- data/app/assets/node_modules/animate.css/source/attention_seekers/shake.css +25 -0
- data/app/assets/node_modules/animate.css/source/attention_seekers/swing.css +26 -0
- data/app/assets/node_modules/animate.css/source/attention_seekers/tada.css +31 -0
- data/app/assets/node_modules/animate.css/source/attention_seekers/wobble.css +35 -0
- data/app/assets/node_modules/animate.css/source/bouncing_entrances/bounceIn.css +42 -0
- data/app/assets/node_modules/animate.css/source/bouncing_entrances/bounceInDown.css +35 -0
- data/app/assets/node_modules/animate.css/source/bouncing_entrances/bounceInLeft.css +35 -0
- data/app/assets/node_modules/animate.css/source/bouncing_entrances/bounceInRight.css +35 -0
- data/app/assets/node_modules/animate.css/source/bouncing_entrances/bounceInUp.css +35 -0
- data/app/assets/node_modules/animate.css/source/bouncing_exits/bounceOut.css +21 -0
- data/app/assets/node_modules/animate.css/source/bouncing_exits/bounceOutDown.css +20 -0
- data/app/assets/node_modules/animate.css/source/bouncing_exits/bounceOutLeft.css +15 -0
- data/app/assets/node_modules/animate.css/source/bouncing_exits/bounceOutRight.css +15 -0
- data/app/assets/node_modules/animate.css/source/bouncing_exits/bounceOutUp.css +20 -0
- data/app/assets/node_modules/animate.css/source/fading_entrances/fadeIn.css +13 -0
- data/app/assets/node_modules/animate.css/source/fading_entrances/fadeInDown.css +15 -0
- data/app/assets/node_modules/animate.css/source/fading_entrances/fadeInDownBig.css +15 -0
- data/app/assets/node_modules/animate.css/source/fading_entrances/fadeInLeft.css +15 -0
- data/app/assets/node_modules/animate.css/source/fading_entrances/fadeInLeftBig.css +15 -0
- data/app/assets/node_modules/animate.css/source/fading_entrances/fadeInRight.css +15 -0
- data/app/assets/node_modules/animate.css/source/fading_entrances/fadeInRightBig.css +15 -0
- data/app/assets/node_modules/animate.css/source/fading_entrances/fadeInUp.css +15 -0
- data/app/assets/node_modules/animate.css/source/fading_entrances/fadeInUpBig.css +15 -0
- data/app/assets/node_modules/animate.css/source/fading_exits/fadeOut.css +13 -0
- data/app/assets/node_modules/animate.css/source/fading_exits/fadeOutDown.css +14 -0
- data/app/assets/node_modules/animate.css/source/fading_exits/fadeOutDownBig.css +14 -0
- data/app/assets/node_modules/animate.css/source/fading_exits/fadeOutLeft.css +14 -0
- data/app/assets/node_modules/animate.css/source/fading_exits/fadeOutLeftBig.css +14 -0
- data/app/assets/node_modules/animate.css/source/fading_exits/fadeOutRight.css +14 -0
- data/app/assets/node_modules/animate.css/source/fading_exits/fadeOutRightBig.css +14 -0
- data/app/assets/node_modules/animate.css/source/fading_exits/fadeOutUp.css +14 -0
- data/app/assets/node_modules/animate.css/source/fading_exits/fadeOutUpBig.css +14 -0
- data/app/assets/node_modules/animate.css/source/flippers/flip.css +31 -0
- data/app/assets/node_modules/animate.css/source/flippers/flipInX.css +30 -0
- data/app/assets/node_modules/animate.css/source/flippers/flipInY.css +30 -0
- data/app/assets/node_modules/animate.css/source/flippers/flipOutX.css +21 -0
- data/app/assets/node_modules/animate.css/source/flippers/flipOutY.css +21 -0
- data/app/assets/node_modules/animate.css/source/lightspeed/lightSpeedIn.css +26 -0
- data/app/assets/node_modules/animate.css/source/lightspeed/lightSpeedOut.css +15 -0
- data/app/assets/node_modules/animate.css/source/rotating_entrances/rotateIn.css +17 -0
- data/app/assets/node_modules/animate.css/source/rotating_entrances/rotateInDownLeft.css +17 -0
- data/app/assets/node_modules/animate.css/source/rotating_entrances/rotateInDownRight.css +17 -0
- data/app/assets/node_modules/animate.css/source/rotating_entrances/rotateInUpLeft.css +17 -0
- data/app/assets/node_modules/animate.css/source/rotating_entrances/rotateInUpRight.css +17 -0
- data/app/assets/node_modules/animate.css/source/rotating_exits/rotateOut.css +16 -0
- data/app/assets/node_modules/animate.css/source/rotating_exits/rotateOutDownLeft.css +16 -0
- data/app/assets/node_modules/animate.css/source/rotating_exits/rotateOutDownRight.css +16 -0
- data/app/assets/node_modules/animate.css/source/rotating_exits/rotateOutUpLeft.css +16 -0
- data/app/assets/node_modules/animate.css/source/rotating_exits/rotateOutUpRight.css +16 -0
- data/app/assets/node_modules/animate.css/source/sliding_entrances/slideInDown.css +14 -0
- data/app/assets/node_modules/animate.css/source/sliding_entrances/slideInLeft.css +14 -0
- data/app/assets/node_modules/animate.css/source/sliding_entrances/slideInRight.css +14 -0
- data/app/assets/node_modules/animate.css/source/sliding_entrances/slideInUp.css +14 -0
- data/app/assets/node_modules/animate.css/source/sliding_exits/slideOutDown.css +14 -0
- data/app/assets/node_modules/animate.css/source/sliding_exits/slideOutLeft.css +14 -0
- data/app/assets/node_modules/animate.css/source/sliding_exits/slideOutRight.css +14 -0
- data/app/assets/node_modules/animate.css/source/sliding_exits/slideOutUp.css +14 -0
- data/app/assets/node_modules/animate.css/source/specials/hinge.css +31 -0
- data/app/assets/node_modules/animate.css/source/specials/jackInTheBox.css +24 -0
- data/app/assets/node_modules/animate.css/source/specials/rollIn.css +17 -0
- data/app/assets/node_modules/animate.css/source/specials/rollOut.css +16 -0
- data/app/assets/node_modules/animate.css/source/zooming_entrances/zoomIn.css +14 -0
- data/app/assets/node_modules/animate.css/source/zooming_entrances/zoomInDown.css +17 -0
- data/app/assets/node_modules/animate.css/source/zooming_entrances/zoomInLeft.css +17 -0
- data/app/assets/node_modules/animate.css/source/zooming_entrances/zoomInRight.css +17 -0
- data/app/assets/node_modules/animate.css/source/zooming_entrances/zoomInUp.css +17 -0
- data/app/assets/node_modules/animate.css/source/zooming_exits/zoomOut.css +18 -0
- data/app/assets/node_modules/animate.css/source/zooming_exits/zoomOutDown.css +18 -0
- data/app/assets/node_modules/animate.css/source/zooming_exits/zoomOutLeft.css +16 -0
- data/app/assets/node_modules/animate.css/source/zooming_exits/zoomOutRight.css +16 -0
- data/app/assets/node_modules/animate.css/source/zooming_exits/zoomOutUp.css +18 -0
- data/app/assets/node_modules/bootstrap/LICENSE +22 -0
- data/app/assets/node_modules/bootstrap/README.md +171 -0
- data/app/assets/node_modules/bootstrap/dist/css/bootstrap-grid.css +1912 -0
- data/app/assets/node_modules/bootstrap/dist/css/bootstrap-grid.css.map +1 -0
- data/app/assets/node_modules/bootstrap/dist/css/bootstrap-grid.min.css +7 -0
- data/app/assets/node_modules/bootstrap/dist/css/bootstrap-grid.min.css.map +1 -0
- data/app/assets/node_modules/bootstrap/dist/css/bootstrap-reboot.css +330 -0
- data/app/assets/node_modules/bootstrap/dist/css/bootstrap-reboot.css.map +1 -0
- data/app/assets/node_modules/bootstrap/dist/css/bootstrap-reboot.min.css +8 -0
- data/app/assets/node_modules/bootstrap/dist/css/bootstrap-reboot.min.css.map +1 -0
- data/app/assets/node_modules/bootstrap/dist/css/bootstrap.css +8981 -0
- data/app/assets/node_modules/bootstrap/dist/css/bootstrap.css.map +1 -0
- data/app/assets/node_modules/bootstrap/dist/css/bootstrap.min.css +7 -0
- data/app/assets/node_modules/bootstrap/dist/css/bootstrap.min.css.map +1 -0
- data/app/assets/node_modules/bootstrap/dist/js/bootstrap.bundle.js +6444 -0
- data/app/assets/node_modules/bootstrap/dist/js/bootstrap.bundle.js.map +1 -0
- data/app/assets/node_modules/bootstrap/dist/js/bootstrap.bundle.min.js +7 -0
- data/app/assets/node_modules/bootstrap/dist/js/bootstrap.bundle.min.js.map +1 -0
- data/app/assets/node_modules/bootstrap/dist/js/bootstrap.js +3927 -0
- data/app/assets/node_modules/bootstrap/dist/js/bootstrap.js.map +1 -0
- data/app/assets/node_modules/bootstrap/dist/js/bootstrap.min.js +7 -0
- data/app/assets/node_modules/bootstrap/dist/js/bootstrap.min.js.map +1 -0
- data/app/assets/node_modules/bootstrap/js/dist/alert.js +178 -0
- data/app/assets/node_modules/bootstrap/js/dist/alert.js.map +1 -0
- data/app/assets/node_modules/bootstrap/js/dist/button.js +167 -0
- data/app/assets/node_modules/bootstrap/js/dist/button.js.map +1 -0
- data/app/assets/node_modules/bootstrap/js/dist/carousel.js +508 -0
- data/app/assets/node_modules/bootstrap/js/dist/carousel.js.map +1 -0
- data/app/assets/node_modules/bootstrap/js/dist/collapse.js +367 -0
- data/app/assets/node_modules/bootstrap/js/dist/collapse.js.map +1 -0
- data/app/assets/node_modules/bootstrap/js/dist/dropdown.js +489 -0
- data/app/assets/node_modules/bootstrap/js/dist/dropdown.js.map +1 -0
- data/app/assets/node_modules/bootstrap/js/dist/index.js +23 -0
- data/app/assets/node_modules/bootstrap/js/dist/index.js.map +1 -0
- data/app/assets/node_modules/bootstrap/js/dist/modal.js +585 -0
- data/app/assets/node_modules/bootstrap/js/dist/modal.js.map +1 -0
- data/app/assets/node_modules/bootstrap/js/dist/popover.js +206 -0
- data/app/assets/node_modules/bootstrap/js/dist/popover.js.map +1 -0
- data/app/assets/node_modules/bootstrap/js/dist/scrollspy.js +319 -0
- data/app/assets/node_modules/bootstrap/js/dist/scrollspy.js.map +1 -0
- data/app/assets/node_modules/bootstrap/js/dist/tab.js +251 -0
- data/app/assets/node_modules/bootstrap/js/dist/tab.js.map +1 -0
- data/app/assets/node_modules/bootstrap/js/dist/tooltip.js +674 -0
- data/app/assets/node_modules/bootstrap/js/dist/tooltip.js.map +1 -0
- data/app/assets/node_modules/bootstrap/js/dist/util.js +132 -0
- data/app/assets/node_modules/bootstrap/js/dist/util.js.map +1 -0
- data/app/assets/node_modules/bootstrap/js/src/alert.js +183 -0
- data/app/assets/node_modules/bootstrap/js/src/button.js +175 -0
- data/app/assets/node_modules/bootstrap/js/src/carousel.js +517 -0
- data/app/assets/node_modules/bootstrap/js/src/collapse.js +394 -0
- data/app/assets/node_modules/bootstrap/js/src/dropdown.js +487 -0
- data/app/assets/node_modules/bootstrap/js/src/index.js +50 -0
- data/app/assets/node_modules/bootstrap/js/src/modal.js +579 -0
- data/app/assets/node_modules/bootstrap/js/src/popover.js +188 -0
- data/app/assets/node_modules/bootstrap/js/src/scrollspy.js +329 -0
- data/app/assets/node_modules/bootstrap/js/src/tab.js +263 -0
- data/app/assets/node_modules/bootstrap/js/src/tooltip.js +723 -0
- data/app/assets/node_modules/bootstrap/js/src/util.js +153 -0
- data/app/assets/node_modules/bootstrap/package.json +218 -0
- data/app/assets/node_modules/bootstrap/scss/_alert.scss +51 -0
- data/app/assets/node_modules/bootstrap/scss/_badge.scss +47 -0
- data/app/assets/node_modules/bootstrap/scss/_breadcrumb.scss +41 -0
- data/app/assets/node_modules/bootstrap/scss/_button-group.scss +172 -0
- data/app/assets/node_modules/bootstrap/scss/_buttons.scss +144 -0
- data/app/assets/node_modules/bootstrap/scss/_card.scss +301 -0
- data/app/assets/node_modules/bootstrap/scss/_carousel.scss +236 -0
- data/app/assets/node_modules/bootstrap/scss/_close.scss +34 -0
- data/app/assets/node_modules/bootstrap/scss/_code.scss +48 -0
- data/app/assets/node_modules/bootstrap/scss/_custom-forms.scss +421 -0
- data/app/assets/node_modules/bootstrap/scss/_dropdown.scss +166 -0
- data/app/assets/node_modules/bootstrap/scss/_forms.scss +335 -0
- data/app/assets/node_modules/bootstrap/scss/_functions.scss +86 -0
- data/app/assets/node_modules/bootstrap/scss/_grid.scss +52 -0
- data/app/assets/node_modules/bootstrap/scss/_images.scss +42 -0
- data/app/assets/node_modules/bootstrap/scss/_input-group.scss +158 -0
- data/app/assets/node_modules/bootstrap/scss/_jumbotron.scss +16 -0
- data/app/assets/node_modules/bootstrap/scss/_list-group.scss +115 -0
- data/app/assets/node_modules/bootstrap/scss/_media.scss +8 -0
- data/app/assets/node_modules/bootstrap/scss/_mixins.scss +41 -0
- data/app/assets/node_modules/bootstrap/scss/_modal.scss +168 -0
- data/app/assets/node_modules/bootstrap/scss/_nav.scss +118 -0
- data/app/assets/node_modules/bootstrap/scss/_navbar.scss +299 -0
- data/app/assets/node_modules/bootstrap/scss/_pagination.scss +78 -0
- data/app/assets/node_modules/bootstrap/scss/_popover.scss +183 -0
- data/app/assets/node_modules/bootstrap/scss/_print.scss +141 -0
- data/app/assets/node_modules/bootstrap/scss/_progress.scss +34 -0
- data/app/assets/node_modules/bootstrap/scss/_reboot.scss +480 -0
- data/app/assets/node_modules/bootstrap/scss/_root.scss +19 -0
- data/app/assets/node_modules/bootstrap/scss/_tables.scss +188 -0
- data/app/assets/node_modules/bootstrap/scss/_tooltip.scss +115 -0
- data/app/assets/node_modules/bootstrap/scss/_transitions.scss +22 -0
- data/app/assets/node_modules/bootstrap/scss/_type.scss +125 -0
- data/app/assets/node_modules/bootstrap/scss/_utilities.scss +15 -0
- data/app/assets/node_modules/bootstrap/scss/_variables.scss +929 -0
- data/app/assets/node_modules/bootstrap/scss/bootstrap-grid.scss +32 -0
- data/app/assets/node_modules/bootstrap/scss/bootstrap-reboot.scss +12 -0
- data/app/assets/node_modules/bootstrap/scss/bootstrap.scss +42 -0
- data/app/assets/node_modules/bootstrap/scss/mixins/_alert.scss +13 -0
- data/app/assets/node_modules/bootstrap/scss/mixins/_background-variant.scss +21 -0
- data/app/assets/node_modules/bootstrap/scss/mixins/_badge.scss +12 -0
- data/app/assets/node_modules/bootstrap/scss/mixins/_border-radius.scss +35 -0
- data/app/assets/node_modules/bootstrap/scss/mixins/_box-shadow.scss +5 -0
- data/app/assets/node_modules/bootstrap/scss/mixins/_breakpoints.scss +123 -0
- data/app/assets/node_modules/bootstrap/scss/mixins/_buttons.scss +109 -0
- data/app/assets/node_modules/bootstrap/scss/mixins/_caret.scss +66 -0
- data/app/assets/node_modules/bootstrap/scss/mixins/_clearfix.scss +7 -0
- data/app/assets/node_modules/bootstrap/scss/mixins/_float.scss +11 -0
- data/app/assets/node_modules/bootstrap/scss/mixins/_forms.scss +147 -0
- data/app/assets/node_modules/bootstrap/scss/mixins/_gradients.scss +45 -0
- data/app/assets/node_modules/bootstrap/scss/mixins/_grid-framework.scss +67 -0
- data/app/assets/node_modules/bootstrap/scss/mixins/_grid.scss +52 -0
- data/app/assets/node_modules/bootstrap/scss/mixins/_hover.scss +37 -0
- data/app/assets/node_modules/bootstrap/scss/mixins/_image.scss +36 -0
- data/app/assets/node_modules/bootstrap/scss/mixins/_list-group.scss +21 -0
- data/app/assets/node_modules/bootstrap/scss/mixins/_lists.scss +7 -0
- data/app/assets/node_modules/bootstrap/scss/mixins/_nav-divider.scss +10 -0
- data/app/assets/node_modules/bootstrap/scss/mixins/_pagination.scss +22 -0
- data/app/assets/node_modules/bootstrap/scss/mixins/_reset-text.scss +17 -0
- data/app/assets/node_modules/bootstrap/scss/mixins/_resize.scss +6 -0
- data/app/assets/node_modules/bootstrap/scss/mixins/_screen-reader.scss +33 -0
- data/app/assets/node_modules/bootstrap/scss/mixins/_size.scss +6 -0
- data/app/assets/node_modules/bootstrap/scss/mixins/_table-row.scss +30 -0
- data/app/assets/node_modules/bootstrap/scss/mixins/_text-emphasis.scss +14 -0
- data/app/assets/node_modules/bootstrap/scss/mixins/_text-hide.scss +13 -0
- data/app/assets/node_modules/bootstrap/scss/mixins/_text-truncate.scss +8 -0
- data/app/assets/node_modules/bootstrap/scss/mixins/_transition.scss +13 -0
- data/app/assets/node_modules/bootstrap/scss/mixins/_visibility.scss +7 -0
- data/app/assets/node_modules/bootstrap/scss/utilities/_align.scss +8 -0
- data/app/assets/node_modules/bootstrap/scss/utilities/_background.scss +19 -0
- data/app/assets/node_modules/bootstrap/scss/utilities/_borders.scss +59 -0
- data/app/assets/node_modules/bootstrap/scss/utilities/_clearfix.scss +3 -0
- data/app/assets/node_modules/bootstrap/scss/utilities/_display.scss +38 -0
- data/app/assets/node_modules/bootstrap/scss/utilities/_embed.scss +52 -0
- data/app/assets/node_modules/bootstrap/scss/utilities/_flex.scss +51 -0
- data/app/assets/node_modules/bootstrap/scss/utilities/_float.scss +9 -0
- data/app/assets/node_modules/bootstrap/scss/utilities/_position.scss +37 -0
- data/app/assets/node_modules/bootstrap/scss/utilities/_screenreaders.scss +11 -0
- data/app/assets/node_modules/bootstrap/scss/utilities/_shadows.scss +6 -0
- data/app/assets/node_modules/bootstrap/scss/utilities/_sizing.scss +12 -0
- data/app/assets/node_modules/bootstrap/scss/utilities/_spacing.scss +51 -0
- data/app/assets/node_modules/bootstrap/scss/utilities/_text.scss +58 -0
- data/app/assets/node_modules/bootstrap/scss/utilities/_visibility.scss +11 -0
- data/app/assets/node_modules/clone/LICENSE +18 -0
- data/app/assets/node_modules/clone/README.md +178 -0
- data/app/assets/node_modules/clone/clone.iml +10 -0
- data/app/assets/node_modules/clone/clone.js +251 -0
- data/app/assets/node_modules/clone/package.json +56 -0
- data/app/assets/node_modules/deep-equal/LICENSE +18 -0
- data/app/assets/node_modules/deep-equal/example/cmp.js +11 -0
- data/app/assets/node_modules/deep-equal/index.js +94 -0
- data/app/assets/node_modules/deep-equal/lib/is_arguments.js +20 -0
- data/app/assets/node_modules/deep-equal/lib/keys.js +9 -0
- data/app/assets/node_modules/deep-equal/package.json +58 -0
- data/app/assets/node_modules/deep-equal/readme.markdown +61 -0
- data/app/assets/node_modules/deep-equal/test/cmp.js +95 -0
- data/app/assets/node_modules/dropzone/CONTRIBUTING.md +6 -0
- data/app/assets/node_modules/dropzone/LICENSE +12 -0
- data/app/assets/node_modules/dropzone/README.md +36 -0
- data/app/assets/node_modules/dropzone/bower.json +16 -0
- data/app/assets/node_modules/dropzone/component.json +10 -0
- data/app/assets/node_modules/dropzone/composer.json +18 -0
- data/app/assets/node_modules/dropzone/dist/basic.css +39 -0
- data/app/assets/node_modules/dropzone/dist/dropzone-amd-module.js +3541 -0
- data/app/assets/node_modules/dropzone/dist/dropzone.css +388 -0
- data/app/assets/node_modules/dropzone/dist/dropzone.js +3526 -0
- data/app/assets/node_modules/dropzone/dist/min/basic.min.css +1 -0
- data/app/assets/node_modules/dropzone/dist/min/dropzone-amd-module.min.js +2 -0
- data/app/assets/node_modules/dropzone/dist/min/dropzone.min.css +1 -0
- data/app/assets/node_modules/dropzone/dist/min/dropzone.min.js +2 -0
- data/app/assets/node_modules/dropzone/dist/readme.md +10 -0
- data/app/assets/node_modules/dropzone/index.js +1 -0
- data/app/assets/node_modules/dropzone/package.json +40 -0
- data/app/assets/node_modules/eve-raphael/LICENSE +202 -0
- data/app/assets/node_modules/eve-raphael/README.md +5 -0
- data/app/assets/node_modules/eve-raphael/bower.json +17 -0
- data/app/assets/node_modules/eve-raphael/component.json +13 -0
- data/app/assets/node_modules/eve-raphael/e.html +66 -0
- data/app/assets/node_modules/eve-raphael/eve.js +426 -0
- data/app/assets/node_modules/eve-raphael/package.json +15 -0
- data/app/assets/node_modules/eventemitter3/LICENSE +21 -0
- data/app/assets/node_modules/eventemitter3/README.md +105 -0
- data/app/assets/node_modules/eventemitter3/index.d.ts +50 -0
- data/app/assets/node_modules/eventemitter3/index.js +311 -0
- data/app/assets/node_modules/eventemitter3/package.json +51 -0
- data/app/assets/node_modules/eventemitter3/umd/eventemitter3.min.js +1 -0
- data/app/assets/node_modules/extend/CHANGELOG.md +77 -0
- data/app/assets/node_modules/extend/LICENSE +23 -0
- data/app/assets/node_modules/extend/README.md +81 -0
- data/app/assets/node_modules/extend/component.json +32 -0
- data/app/assets/node_modules/extend/index.js +86 -0
- data/app/assets/node_modules/extend/package.json +43 -0
- data/app/assets/node_modules/fast-diff/README.md +24 -0
- data/app/assets/node_modules/fast-diff/diff.js +738 -0
- data/app/assets/node_modules/fast-diff/package.json +24 -0
- data/app/assets/node_modules/fast-diff/test.js +91 -0
- data/app/assets/node_modules/jquery/AUTHORS.txt +313 -0
- data/app/assets/node_modules/jquery/LICENSE.txt +36 -0
- data/app/assets/node_modules/jquery/README.md +67 -0
- data/app/assets/node_modules/jquery/bower.json +14 -0
- data/app/assets/node_modules/jquery/dist/core.js +399 -0
- data/app/assets/node_modules/jquery/dist/jquery.js +10364 -0
- data/app/assets/node_modules/jquery/dist/jquery.min.js +2 -0
- data/app/assets/node_modules/jquery/dist/jquery.min.map +1 -0
- data/app/assets/node_modules/jquery/dist/jquery.slim.js +8269 -0
- data/app/assets/node_modules/jquery/dist/jquery.slim.min.js +2 -0
- data/app/assets/node_modules/jquery/dist/jquery.slim.min.map +1 -0
- data/app/assets/node_modules/jquery/external/sizzle/LICENSE.txt +36 -0
- data/app/assets/node_modules/jquery/external/sizzle/dist/sizzle.js +2272 -0
- data/app/assets/node_modules/jquery/external/sizzle/dist/sizzle.min.js +3 -0
- data/app/assets/node_modules/jquery/external/sizzle/dist/sizzle.min.map +1 -0
- data/app/assets/node_modules/jquery/package.json +108 -0
- data/app/assets/node_modules/jquery/src/ajax/jsonp.js +103 -0
- data/app/assets/node_modules/jquery/src/ajax/load.js +77 -0
- data/app/assets/node_modules/jquery/src/ajax/parseXML.js +30 -0
- data/app/assets/node_modules/jquery/src/ajax/script.js +77 -0
- data/app/assets/node_modules/jquery/src/ajax/var/location.js +5 -0
- data/app/assets/node_modules/jquery/src/ajax/var/nonce.js +5 -0
- data/app/assets/node_modules/jquery/src/ajax/var/rquery.js +5 -0
- data/app/assets/node_modules/jquery/src/ajax/xhr.js +170 -0
- data/app/assets/node_modules/jquery/src/ajax.js +856 -0
- data/app/assets/node_modules/jquery/src/attributes/attr.js +141 -0
- data/app/assets/node_modules/jquery/src/attributes/classes.js +186 -0
- data/app/assets/node_modules/jquery/src/attributes/prop.js +143 -0
- data/app/assets/node_modules/jquery/src/attributes/support.js +33 -0
- data/app/assets/node_modules/jquery/src/attributes/val.js +191 -0
- data/app/assets/node_modules/jquery/src/attributes.js +13 -0
- data/app/assets/node_modules/jquery/src/callbacks.js +236 -0
- data/app/assets/node_modules/jquery/src/core/DOMEval.js +30 -0
- data/app/assets/node_modules/jquery/src/core/access.js +72 -0
- data/app/assets/node_modules/jquery/src/core/camelCase.js +23 -0
- data/app/assets/node_modules/jquery/src/core/init.js +129 -0
- data/app/assets/node_modules/jquery/src/core/nodeName.js +13 -0
- data/app/assets/node_modules/jquery/src/core/parseHTML.js +65 -0
- data/app/assets/node_modules/jquery/src/core/ready-no-deferred.js +97 -0
- data/app/assets/node_modules/jquery/src/core/ready.js +86 -0
- data/app/assets/node_modules/jquery/src/core/readyException.js +13 -0
- data/app/assets/node_modules/jquery/src/core/stripAndCollapse.js +14 -0
- data/app/assets/node_modules/jquery/src/core/support.js +20 -0
- data/app/assets/node_modules/jquery/src/core/toType.js +20 -0
- data/app/assets/node_modules/jquery/src/core/var/rsingleTag.js +6 -0
- data/app/assets/node_modules/jquery/src/core.js +399 -0
- data/app/assets/node_modules/jquery/src/css/addGetHookIf.js +26 -0
- data/app/assets/node_modules/jquery/src/css/adjustCSS.js +73 -0
- data/app/assets/node_modules/jquery/src/css/curCSS.js +65 -0
- data/app/assets/node_modules/jquery/src/css/hiddenVisibleSelectors.js +15 -0
- data/app/assets/node_modules/jquery/src/css/showHide.js +105 -0
- data/app/assets/node_modules/jquery/src/css/support.js +102 -0
- data/app/assets/node_modules/jquery/src/css/var/cssExpand.js +5 -0
- data/app/assets/node_modules/jquery/src/css/var/getStyles.js +17 -0
- data/app/assets/node_modules/jquery/src/css/var/isHiddenWithinTree.js +34 -0
- data/app/assets/node_modules/jquery/src/css/var/rboxStyle.js +7 -0
- data/app/assets/node_modules/jquery/src/css/var/rnumnonpx.js +7 -0
- data/app/assets/node_modules/jquery/src/css/var/swap.js +26 -0
- data/app/assets/node_modules/jquery/src/css.js +481 -0
- data/app/assets/node_modules/jquery/src/data/Data.js +162 -0
- data/app/assets/node_modules/jquery/src/data/var/acceptData.js +19 -0
- data/app/assets/node_modules/jquery/src/data/var/dataPriv.js +7 -0
- data/app/assets/node_modules/jquery/src/data/var/dataUser.js +7 -0
- data/app/assets/node_modules/jquery/src/data.js +180 -0
- data/app/assets/node_modules/jquery/src/deferred/exceptionHook.js +21 -0
- data/app/assets/node_modules/jquery/src/deferred.js +399 -0
- data/app/assets/node_modules/jquery/src/deprecated.js +98 -0
- data/app/assets/node_modules/jquery/src/dimensions.js +57 -0
- data/app/assets/node_modules/jquery/src/effects/Tween.js +123 -0
- data/app/assets/node_modules/jquery/src/effects/animatedSelector.js +15 -0
- data/app/assets/node_modules/jquery/src/effects.js +702 -0
- data/app/assets/node_modules/jquery/src/event/ajax.js +22 -0
- data/app/assets/node_modules/jquery/src/event/alias.js +29 -0
- data/app/assets/node_modules/jquery/src/event/focusin.js +55 -0
- data/app/assets/node_modules/jquery/src/event/support.js +11 -0
- data/app/assets/node_modules/jquery/src/event/trigger.js +199 -0
- data/app/assets/node_modules/jquery/src/event.js +748 -0
- data/app/assets/node_modules/jquery/src/exports/amd.js +26 -0
- data/app/assets/node_modules/jquery/src/exports/global.js +34 -0
- data/app/assets/node_modules/jquery/src/jquery.js +40 -0
- data/app/assets/node_modules/jquery/src/manipulation/_evalUrl.js +23 -0
- data/app/assets/node_modules/jquery/src/manipulation/buildFragment.js +105 -0
- data/app/assets/node_modules/jquery/src/manipulation/getAll.js +32 -0
- data/app/assets/node_modules/jquery/src/manipulation/setGlobalEval.js +22 -0
- data/app/assets/node_modules/jquery/src/manipulation/support.js +35 -0
- data/app/assets/node_modules/jquery/src/manipulation/var/rcheckableType.js +5 -0
- data/app/assets/node_modules/jquery/src/manipulation/var/rscriptType.js +5 -0
- data/app/assets/node_modules/jquery/src/manipulation/var/rtagName.js +5 -0
- data/app/assets/node_modules/jquery/src/manipulation/wrapMap.js +29 -0
- data/app/assets/node_modules/jquery/src/manipulation.js +486 -0
- data/app/assets/node_modules/jquery/src/offset.js +233 -0
- data/app/assets/node_modules/jquery/src/queue/delay.js +24 -0
- data/app/assets/node_modules/jquery/src/queue.js +145 -0
- data/app/assets/node_modules/jquery/src/selector-native.js +237 -0
- data/app/assets/node_modules/jquery/src/selector-sizzle.js +19 -0
- data/app/assets/node_modules/jquery/src/selector.js +3 -0
- data/app/assets/node_modules/jquery/src/serialize.js +132 -0
- data/app/assets/node_modules/jquery/src/traversing/findFilter.js +97 -0
- data/app/assets/node_modules/jquery/src/traversing/var/dir.js +22 -0
- data/app/assets/node_modules/jquery/src/traversing/var/rneedsContext.js +8 -0
- data/app/assets/node_modules/jquery/src/traversing/var/siblings.js +17 -0
- data/app/assets/node_modules/jquery/src/traversing.js +191 -0
- data/app/assets/node_modules/jquery/src/var/ObjectFunctionString.js +7 -0
- data/app/assets/node_modules/jquery/src/var/arr.js +5 -0
- data/app/assets/node_modules/jquery/src/var/class2type.js +6 -0
- data/app/assets/node_modules/jquery/src/var/concat.js +7 -0
- data/app/assets/node_modules/jquery/src/var/document.js +5 -0
- data/app/assets/node_modules/jquery/src/var/documentElement.js +7 -0
- data/app/assets/node_modules/jquery/src/var/fnToString.js +7 -0
- data/app/assets/node_modules/jquery/src/var/getProto.js +5 -0
- data/app/assets/node_modules/jquery/src/var/hasOwn.js +7 -0
- data/app/assets/node_modules/jquery/src/var/indexOf.js +7 -0
- data/app/assets/node_modules/jquery/src/var/isFunction.js +13 -0
- data/app/assets/node_modules/jquery/src/var/isWindow.js +8 -0
- data/app/assets/node_modules/jquery/src/var/pnum.js +5 -0
- data/app/assets/node_modules/jquery/src/var/push.js +7 -0
- data/app/assets/node_modules/jquery/src/var/rcssNum.js +9 -0
- data/app/assets/node_modules/jquery/src/var/rnothtmlwhite.js +8 -0
- data/app/assets/node_modules/jquery/src/var/slice.js +7 -0
- data/app/assets/node_modules/jquery/src/var/support.js +6 -0
- data/app/assets/node_modules/jquery/src/var/toString.js +7 -0
- data/app/assets/node_modules/jquery/src/wrap.js +78 -0
- data/app/assets/node_modules/jquery-flot/API.md +1498 -0
- data/app/assets/node_modules/jquery-flot/CONTRIBUTING.md +98 -0
- data/app/assets/node_modules/jquery-flot/FAQ.md +75 -0
- data/app/assets/node_modules/jquery-flot/LICENSE.txt +22 -0
- data/app/assets/node_modules/jquery-flot/Makefile +12 -0
- data/app/assets/node_modules/jquery-flot/NEWS.md +1026 -0
- data/app/assets/node_modules/jquery-flot/PLUGINS.md +143 -0
- data/app/assets/node_modules/jquery-flot/README.md +110 -0
- data/app/assets/node_modules/jquery-flot/component.json +8 -0
- data/app/assets/node_modules/jquery-flot/examples/ajax/data-eu-gdp-growth-1.json +4 -0
- data/app/assets/node_modules/jquery-flot/examples/ajax/data-eu-gdp-growth-2.json +4 -0
- data/app/assets/node_modules/jquery-flot/examples/ajax/data-eu-gdp-growth-3.json +4 -0
- data/app/assets/node_modules/jquery-flot/examples/ajax/data-eu-gdp-growth-4.json +4 -0
- data/app/assets/node_modules/jquery-flot/examples/ajax/data-eu-gdp-growth-5.json +4 -0
- data/app/assets/node_modules/jquery-flot/examples/ajax/data-eu-gdp-growth.json +4 -0
- data/app/assets/node_modules/jquery-flot/examples/ajax/data-japan-gdp-growth.json +4 -0
- data/app/assets/node_modules/jquery-flot/examples/ajax/data-usa-gdp-growth.json +4 -0
- data/app/assets/node_modules/jquery-flot/examples/ajax/index.html +173 -0
- data/app/assets/node_modules/jquery-flot/examples/annotating/index.html +87 -0
- data/app/assets/node_modules/jquery-flot/examples/axes-interacting/index.html +97 -0
- data/app/assets/node_modules/jquery-flot/examples/axes-multiple/index.html +77 -0
- data/app/assets/node_modules/jquery-flot/examples/axes-time/index.html +137 -0
- data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/date.js +893 -0
- data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/index.html +114 -0
- data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/tz/africa +1181 -0
- data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/tz/antarctica +413 -0
- data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/tz/asia +2717 -0
- data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/tz/australasia +1719 -0
- data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/tz/backward +117 -0
- data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/tz/etcetera +81 -0
- data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/tz/europe +2856 -0
- data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/tz/factory +10 -0
- data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/tz/iso3166.tab +276 -0
- data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/tz/leapseconds +100 -0
- data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/tz/northamerica +3235 -0
- data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/tz/pacificnew +28 -0
- data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/tz/solar87 +390 -0
- data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/tz/solar88 +390 -0
- data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/tz/solar89 +395 -0
- data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/tz/southamerica +1711 -0
- data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/tz/systemv +38 -0
- data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/tz/yearistype.sh +38 -0
- data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/tz/zone.tab +441 -0
- data/app/assets/node_modules/jquery-flot/examples/background.png +0 -0
- data/app/assets/node_modules/jquery-flot/examples/basic-options/index.html +91 -0
- data/app/assets/node_modules/jquery-flot/examples/basic-usage/index.html +57 -0
- data/app/assets/node_modules/jquery-flot/examples/canvas/index.html +75 -0
- data/app/assets/node_modules/jquery-flot/examples/categories/index.html +64 -0
- data/app/assets/node_modules/jquery-flot/examples/examples.css +97 -0
- data/app/assets/node_modules/jquery-flot/examples/image/hs-2004-27-a-large-web.jpg +0 -0
- data/app/assets/node_modules/jquery-flot/examples/image/index.html +69 -0
- data/app/assets/node_modules/jquery-flot/examples/index.html +80 -0
- data/app/assets/node_modules/jquery-flot/examples/interacting/index.html +118 -0
- data/app/assets/node_modules/jquery-flot/examples/navigate/arrow-down.gif +0 -0
- data/app/assets/node_modules/jquery-flot/examples/navigate/arrow-left.gif +0 -0
- data/app/assets/node_modules/jquery-flot/examples/navigate/arrow-right.gif +0 -0
- data/app/assets/node_modules/jquery-flot/examples/navigate/arrow-up.gif +0 -0
- data/app/assets/node_modules/jquery-flot/examples/navigate/index.html +153 -0
- data/app/assets/node_modules/jquery-flot/examples/percentiles/index.html +79 -0
- data/app/assets/node_modules/jquery-flot/examples/realtime/index.html +122 -0
- data/app/assets/node_modules/jquery-flot/examples/resize/index.html +76 -0
- data/app/assets/node_modules/jquery-flot/examples/selection/index.html +152 -0
- data/app/assets/node_modules/jquery-flot/examples/series-errorbars/index.html +150 -0
- data/app/assets/node_modules/jquery-flot/examples/series-pie/index.html +818 -0
- data/app/assets/node_modules/jquery-flot/examples/series-toggle/index.html +121 -0
- data/app/assets/node_modules/jquery-flot/examples/series-types/index.html +90 -0
- data/app/assets/node_modules/jquery-flot/examples/shared/jquery-ui/jquery-ui.min.css +6 -0
- data/app/assets/node_modules/jquery-flot/examples/stacking/index.html +107 -0
- data/app/assets/node_modules/jquery-flot/examples/symbols/index.html +76 -0
- data/app/assets/node_modules/jquery-flot/examples/threshold/index.html +76 -0
- data/app/assets/node_modules/jquery-flot/examples/tracking/index.html +135 -0
- data/app/assets/node_modules/jquery-flot/examples/visitors/index.html +147 -0
- data/app/assets/node_modules/jquery-flot/examples/zooming/index.html +144 -0
- data/app/assets/node_modules/jquery-flot/excanvas.js +1428 -0
- data/app/assets/node_modules/jquery-flot/excanvas.min.js +1 -0
- data/app/assets/node_modules/jquery-flot/flot.jquery.json +27 -0
- data/app/assets/node_modules/jquery-flot/jquery.colorhelpers.js +180 -0
- data/app/assets/node_modules/jquery-flot/jquery.flot.canvas.js +345 -0
- data/app/assets/node_modules/jquery-flot/jquery.flot.categories.js +190 -0
- data/app/assets/node_modules/jquery-flot/jquery.flot.crosshair.js +176 -0
- data/app/assets/node_modules/jquery-flot/jquery.flot.errorbars.js +353 -0
- data/app/assets/node_modules/jquery-flot/jquery.flot.fillbetween.js +226 -0
- data/app/assets/node_modules/jquery-flot/jquery.flot.image.js +241 -0
- data/app/assets/node_modules/jquery-flot/jquery.flot.js +3168 -0
- data/app/assets/node_modules/jquery-flot/jquery.flot.navigate.js +346 -0
- data/app/assets/node_modules/jquery-flot/jquery.flot.pie.js +820 -0
- data/app/assets/node_modules/jquery-flot/jquery.flot.resize.js +59 -0
- data/app/assets/node_modules/jquery-flot/jquery.flot.selection.js +360 -0
- data/app/assets/node_modules/jquery-flot/jquery.flot.stack.js +188 -0
- data/app/assets/node_modules/jquery-flot/jquery.flot.symbol.js +71 -0
- data/app/assets/node_modules/jquery-flot/jquery.flot.threshold.js +142 -0
- data/app/assets/node_modules/jquery-flot/jquery.flot.time.js +432 -0
- data/app/assets/node_modules/jquery-flot/jquery.js +9472 -0
- data/app/assets/node_modules/jquery-flot/package.json +11 -0
- data/app/assets/node_modules/jquery-sparkline/Changelog.txt +324 -0
- data/app/assets/node_modules/jquery-sparkline/README.md +19 -0
- data/app/assets/node_modules/jquery-sparkline/build.js +13 -0
- data/app/assets/node_modules/jquery-sparkline/jquery.sparkline.js +3068 -0
- data/app/assets/node_modules/jquery-sparkline/jquery.sparkline.min.js +2 -0
- data/app/assets/node_modules/jquery-sparkline/package.json +32 -0
- data/app/assets/node_modules/jquery-sparkline/src/base.js +415 -0
- data/app/assets/node_modules/jquery-sparkline/src/chart-bar.js +256 -0
- data/app/assets/node_modules/jquery-sparkline/src/chart-box.js +186 -0
- data/app/assets/node_modules/jquery-sparkline/src/chart-bullet.js +131 -0
- data/app/assets/node_modules/jquery-sparkline/src/chart-discrete.js +66 -0
- data/app/assets/node_modules/jquery-sparkline/src/chart-line.js +350 -0
- data/app/assets/node_modules/jquery-sparkline/src/chart-pie.js +117 -0
- data/app/assets/node_modules/jquery-sparkline/src/chart-tristate.js +98 -0
- data/app/assets/node_modules/jquery-sparkline/src/defaults.js +156 -0
- data/app/assets/node_modules/jquery-sparkline/src/footer.js +1 -0
- data/app/assets/node_modules/jquery-sparkline/src/header.js +222 -0
- data/app/assets/node_modules/jquery-sparkline/src/interact.js +247 -0
- data/app/assets/node_modules/jquery-sparkline/src/rangemap.js +39 -0
- data/app/assets/node_modules/jquery-sparkline/src/simpledraw.js +55 -0
- data/app/assets/node_modules/jquery-sparkline/src/utils.js +224 -0
- data/app/assets/node_modules/jquery-sparkline/src/vcanvas-base.js +147 -0
- data/app/assets/node_modules/jquery-sparkline/src/vcanvas-canvas.js +193 -0
- data/app/assets/node_modules/jquery-sparkline/src/vcanvas-vml.js +165 -0
- data/app/assets/node_modules/jquery-touchswipe/LICENSE +24 -0
- data/app/assets/node_modules/jquery-touchswipe/README.md +81 -0
- data/app/assets/node_modules/jquery-touchswipe/bower.json +8 -0
- data/app/assets/node_modules/jquery-touchswipe/demos/Any_finger_swipe.html +49 -0
- data/app/assets/node_modules/jquery-touchswipe/demos/Basic_swipe.html +48 -0
- data/app/assets/node_modules/jquery-touchswipe/demos/Enable_and_destroy.html +95 -0
- data/app/assets/node_modules/jquery-touchswipe/demos/Excluded_children.html +82 -0
- data/app/assets/node_modules/jquery-touchswipe/demos/Finger_swipe.html +61 -0
- data/app/assets/node_modules/jquery-touchswipe/demos/Handlers_and_events.html +128 -0
- data/app/assets/node_modules/jquery-touchswipe/demos/Hold.html +61 -0
- data/app/assets/node_modules/jquery-touchswipe/demos/Image_gallery_example.html +148 -0
- data/app/assets/node_modules/jquery-touchswipe/demos/Options.html +90 -0
- data/app/assets/node_modules/jquery-touchswipe/demos/Page_scrolling.html +109 -0
- data/app/assets/node_modules/jquery-touchswipe/demos/Page_zoom.html +50 -0
- data/app/assets/node_modules/jquery-touchswipe/demos/Pinch.html +57 -0
- data/app/assets/node_modules/jquery-touchswipe/demos/Pinch_and_Swipe.html +81 -0
- data/app/assets/node_modules/jquery-touchswipe/demos/Pinch_status.html +51 -0
- data/app/assets/node_modules/jquery-touchswipe/demos/Single_swipe.html +51 -0
- data/app/assets/node_modules/jquery-touchswipe/demos/Stop_propegation.html +57 -0
- data/app/assets/node_modules/jquery-touchswipe/demos/Swipe_status.html +82 -0
- data/app/assets/node_modules/jquery-touchswipe/demos/Tap_vs_swipe.html +114 -0
- data/app/assets/node_modules/jquery-touchswipe/demos/Thresholds.html +109 -0
- data/app/assets/node_modules/jquery-touchswipe/demos/Trigger_handlers.html +158 -0
- data/app/assets/node_modules/jquery-touchswipe/demos/css/main.css +110 -0
- data/app/assets/node_modules/jquery-touchswipe/demos/index.html +74 -0
- data/app/assets/node_modules/jquery-touchswipe/demos/js/jquery.ui.ipad.js +223 -0
- data/app/assets/node_modules/jquery-touchswipe/demos/js/main.js +240 -0
- data/app/assets/node_modules/jquery-touchswipe/demos/tutorials.json +22 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/$.fn.html +188 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/$.fn.swipe.defaults.html +1174 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/$.fn.swipe.directions.html +311 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/$.fn.swipe.fingers.html +319 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/$.fn.swipe.html +4205 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/$.fn.swipe.pageScroll.html +272 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/$.fn.swipe.phases.html +265 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/$.html +186 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/css/main.css +110 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/index.html +101 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/jquery.touchSwipe.js.html +2168 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/js/jquery.ui.ipad.js +223 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/js/main.js +85 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/scripts/linenumber.js +25 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/scripts/prettify/Apache-License-2.0.txt +202 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/scripts/prettify/lang-css.js +2 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/scripts/prettify/prettify.js +28 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/styles/jsdoc.css +625 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/styles/prettify.css +79 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-Any_finger_swipe.html +108 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-Basic_swipe.html +107 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-Enable_and_destroy.html +154 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-Excluded_children.html +141 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-Finger_swipe.html +120 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-Handlers_and_events.html +187 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-Hold.html +120 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-Image_gallery_example.html +207 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-Options.html +149 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-Page_scrolling.html +168 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-Page_zoom.html +109 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-Pinch.html +116 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-Pinch_and_Swipe.html +140 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-Pinch_status.html +110 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-Single_swipe.html +110 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-Stop_propegation.html +116 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-Swipe_status.html +141 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-Tap_vs_swipe.html +173 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-Thresholds.html +168 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-Trigger_handlers.html +217 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-index_.html +133 -0
- data/app/assets/node_modules/jquery-touchswipe/jquery.touchSwipe.js +2109 -0
- data/app/assets/node_modules/jquery-touchswipe/jquery.touchSwipe.min.js +14 -0
- data/app/assets/node_modules/jquery-touchswipe/package.json +47 -0
- data/app/assets/node_modules/jquery-validation/LICENSE.md +22 -0
- data/app/assets/node_modules/jquery-validation/README.md +76 -0
- data/app/assets/node_modules/jquery-validation/changelog.md +639 -0
- data/app/assets/node_modules/jquery-validation/dist/additional-methods.js +1158 -0
- data/app/assets/node_modules/jquery-validation/dist/jquery.validate.js +1601 -0
- data/app/assets/node_modules/jquery-validation/dist/jquery.validate.min.js +4 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_ar.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_az.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_bg.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_bn_BD.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_ca.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_cs.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_da.js +32 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_de.js +32 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_el.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_es.js +38 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_es_AR.js +39 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_es_PE.js +39 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_et.js +33 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_eu.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_fa.js +38 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_fi.js +33 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_fr.js +63 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_ge.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_gl.js +40 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_he.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_hr.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_hu.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_hy_AM.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_id.js +34 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_is.js +33 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_it.js +39 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_ja.js +36 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_ka.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_kk.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_ko.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_lt.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_lv.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_mk.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_my.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_nl.js +46 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_no.js +36 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_pl.js +37 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_pt_BR.js +88 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_pt_PT.js +39 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_ro.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_ru.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_sd.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_si.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_sk.js +32 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_sl.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_sr.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_sr_lat.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_sv.js +33 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_th.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_tj.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_tr.js +36 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_uk.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_ur.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_vi.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_zh.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_zh_TW.js +36 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/methods_de.js +24 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/methods_es_CL.js +24 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/methods_fi.js +24 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/methods_nl.js +24 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/methods_pt.js +21 -0
- data/app/assets/node_modules/jquery-validation/package.json +61 -0
- data/app/assets/node_modules/jquery.browser/Gruntfile.js +62 -0
- data/app/assets/node_modules/jquery.browser/MIT-LICENSE.txt +21 -0
- data/app/assets/node_modules/jquery.browser/README.md +117 -0
- data/app/assets/node_modules/jquery.browser/bower.json +13 -0
- data/app/assets/node_modules/jquery.browser/browser.jquery.json +37 -0
- data/app/assets/node_modules/jquery.browser/dist/jquery.browser.js +193 -0
- data/app/assets/node_modules/jquery.browser/dist/jquery.browser.min.js +14 -0
- data/app/assets/node_modules/jquery.browser/package.json +30 -0
- data/app/assets/node_modules/jquery.browser/test/casperserver.js +257 -0
- data/app/assets/node_modules/jquery.browser/test/index.html +13 -0
- data/app/assets/node_modules/jquery.browser/test/src/jquery-1.10.2.min.js +6 -0
- data/app/assets/node_modules/jquery.browser/test/src/require/test.js +21 -0
- data/app/assets/node_modules/jquery.browser/test/test.js +962 -0
- data/app/assets/node_modules/jquery.flot.tooltip/CONTRIBUTING.md +9 -0
- data/app/assets/node_modules/jquery.flot.tooltip/Gruntfile.js +72 -0
- data/app/assets/node_modules/jquery.flot.tooltip/README.md +267 -0
- data/app/assets/node_modules/jquery.flot.tooltip/bower.json +13 -0
- data/app/assets/node_modules/jquery.flot.tooltip/examples/basic.html +45 -0
- data/app/assets/node_modules/jquery.flot.tooltip/examples/curved-lines.html +59 -0
- data/app/assets/node_modules/jquery.flot.tooltip/examples/custom-label-text.html +114 -0
- data/app/assets/node_modules/jquery.flot.tooltip/examples/custom_ticks.html +78 -0
- data/app/assets/node_modules/jquery.flot.tooltip/examples/dollar_in_tickformatter.html +68 -0
- data/app/assets/node_modules/jquery.flot.tooltip/examples/index.html +36 -0
- data/app/assets/node_modules/jquery.flot.tooltip/examples/js/curvedLines.js +483 -0
- data/app/assets/node_modules/jquery.flot.tooltip/examples/js/excanvas.min.js +1 -0
- data/app/assets/node_modules/jquery.flot.tooltip/examples/js/jquery.flot.js +3168 -0
- data/app/assets/node_modules/jquery.flot.tooltip/examples/js/jquery.flot.pie.js +820 -0
- data/app/assets/node_modules/jquery.flot.tooltip/examples/js/jquery.flot.stack.js +184 -0
- data/app/assets/node_modules/jquery.flot.tooltip/examples/js/jquery.flot.threshold.js +142 -0
- data/app/assets/node_modules/jquery.flot.tooltip/examples/js/jquery.flot.time.js +432 -0
- data/app/assets/node_modules/jquery.flot.tooltip/examples/many_series.html +78 -0
- data/app/assets/node_modules/jquery.flot.tooltip/examples/multiple-axes.html +78 -0
- data/app/assets/node_modules/jquery.flot.tooltip/examples/pie.html +87 -0
- data/app/assets/node_modules/jquery.flot.tooltip/examples/real_data.html +133 -0
- data/app/assets/node_modules/jquery.flot.tooltip/examples/stacking.html +97 -0
- data/app/assets/node_modules/jquery.flot.tooltip/examples/threshold.html +97 -0
- data/app/assets/node_modules/jquery.flot.tooltip/examples/time_bars.html +77 -0
- data/app/assets/node_modules/jquery.flot.tooltip/examples/two_chars.html +63 -0
- data/app/assets/node_modules/jquery.flot.tooltip/js/jquery.flot.tooltip.js +606 -0
- data/app/assets/node_modules/jquery.flot.tooltip/js/jquery.flot.tooltip.min.js +12 -0
- data/app/assets/node_modules/jquery.flot.tooltip/js/jquery.flot.tooltip.source.js +595 -0
- data/app/assets/node_modules/jquery.flot.tooltip/package.json +37 -0
- data/app/assets/node_modules/jqvmap/CHANGELOG.md +118 -0
- data/app/assets/node_modules/jqvmap/CONTRIBUTING.md +118 -0
- data/app/assets/node_modules/jqvmap/LICENSE +43 -0
- data/app/assets/node_modules/jqvmap/README.md +495 -0
- data/app/assets/node_modules/jqvmap/REGIONS.md +405 -0
- data/app/assets/node_modules/jqvmap/bower.json +32 -0
- data/app/assets/node_modules/jqvmap/create/README.md +207 -0
- data/app/assets/node_modules/jqvmap/create/config/continent.json +64 -0
- data/app/assets/node_modules/jqvmap/create/config/new-york.json +16 -0
- data/app/assets/node_modules/jqvmap/create/config/syria.json +16 -0
- data/app/assets/node_modules/jqvmap/create/jqvmap.py +573 -0
- data/app/assets/node_modules/jqvmap/dist/jquery.vmap.js +1281 -0
- data/app/assets/node_modules/jqvmap/dist/jquery.vmap.min.js +10 -0
- data/app/assets/node_modules/jqvmap/dist/jqvmap.css +50 -0
- data/app/assets/node_modules/jqvmap/dist/jqvmap.min.css +1 -0
- data/app/assets/node_modules/jqvmap/dist/maps/continents/jquery.vmap.africa.js +2 -0
- data/app/assets/node_modules/jqvmap/dist/maps/continents/jquery.vmap.asia.js +2 -0
- data/app/assets/node_modules/jqvmap/dist/maps/continents/jquery.vmap.australia.js +2 -0
- data/app/assets/node_modules/jqvmap/dist/maps/continents/jquery.vmap.europe.js +2 -0
- data/app/assets/node_modules/jqvmap/dist/maps/continents/jquery.vmap.north-america.js +2 -0
- data/app/assets/node_modules/jqvmap/dist/maps/continents/jquery.vmap.south-america.js +2 -0
- data/app/assets/node_modules/jqvmap/dist/maps/jquery.vmap.algeria.js +2 -0
- data/app/assets/node_modules/jqvmap/dist/maps/jquery.vmap.argentina.js +1 -0
- data/app/assets/node_modules/jqvmap/dist/maps/jquery.vmap.brazil.js +2 -0
- data/app/assets/node_modules/jqvmap/dist/maps/jquery.vmap.canada.js +2 -0
- data/app/assets/node_modules/jqvmap/dist/maps/jquery.vmap.europe.js +2 -0
- data/app/assets/node_modules/jqvmap/dist/maps/jquery.vmap.france.js +1 -0
- data/app/assets/node_modules/jqvmap/dist/maps/jquery.vmap.germany.js +2 -0
- data/app/assets/node_modules/jqvmap/dist/maps/jquery.vmap.greece.js +1 -0
- data/app/assets/node_modules/jqvmap/dist/maps/jquery.vmap.iran.js +6 -0
- data/app/assets/node_modules/jqvmap/dist/maps/jquery.vmap.iraq.js +1 -0
- data/app/assets/node_modules/jqvmap/dist/maps/jquery.vmap.russia.js +2 -0
- data/app/assets/node_modules/jqvmap/dist/maps/jquery.vmap.tunisia.js +2 -0
- data/app/assets/node_modules/jqvmap/dist/maps/jquery.vmap.turkey.js +11 -0
- data/app/assets/node_modules/jqvmap/dist/maps/jquery.vmap.usa.js +2 -0
- data/app/assets/node_modules/jqvmap/dist/maps/jquery.vmap.world.js +2 -0
- data/app/assets/node_modules/jqvmap/examples/algeria.html +27 -0
- data/app/assets/node_modules/jqvmap/examples/argentina.html +33 -0
- data/app/assets/node_modules/jqvmap/examples/brazil.html +33 -0
- data/app/assets/node_modules/jqvmap/examples/continents.html +172 -0
- data/app/assets/node_modules/jqvmap/examples/europe.html +27 -0
- data/app/assets/node_modules/jqvmap/examples/france.html +27 -0
- data/app/assets/node_modules/jqvmap/examples/germany.html +33 -0
- data/app/assets/node_modules/jqvmap/examples/greece.html +33 -0
- data/app/assets/node_modules/jqvmap/examples/images/background.png +0 -0
- data/app/assets/node_modules/jqvmap/examples/images/flag.png +0 -0
- data/app/assets/node_modules/jqvmap/examples/images/globe.png +0 -0
- data/app/assets/node_modules/jqvmap/examples/images/marker/black.png +0 -0
- data/app/assets/node_modules/jqvmap/examples/images/marker/blue.png +0 -0
- data/app/assets/node_modules/jqvmap/examples/images/marker/green.png +0 -0
- data/app/assets/node_modules/jqvmap/examples/images/marker/grey.png +0 -0
- data/app/assets/node_modules/jqvmap/examples/images/marker/orange.png +0 -0
- data/app/assets/node_modules/jqvmap/examples/images/marker/purple.png +0 -0
- data/app/assets/node_modules/jqvmap/examples/images/marker/red.png +0 -0
- data/app/assets/node_modules/jqvmap/examples/images/marker/white.png +0 -0
- data/app/assets/node_modules/jqvmap/examples/images/marker/yellow.png +0 -0
- data/app/assets/node_modules/jqvmap/examples/images/thumb.jpg +0 -0
- data/app/assets/node_modules/jqvmap/examples/images/tip.png +0 -0
- data/app/assets/node_modules/jqvmap/examples/inactive_regions.html +62 -0
- data/app/assets/node_modules/jqvmap/examples/iran.html +44 -0
- data/app/assets/node_modules/jqvmap/examples/iraq.html +44 -0
- data/app/assets/node_modules/jqvmap/examples/js/jquery.vmap.sampledata.js +1 -0
- data/app/assets/node_modules/jqvmap/examples/labels.html +146 -0
- data/app/assets/node_modules/jqvmap/examples/mobile.html +59 -0
- data/app/assets/node_modules/jqvmap/examples/multi.html +29 -0
- data/app/assets/node_modules/jqvmap/examples/pins.html +236 -0
- data/app/assets/node_modules/jqvmap/examples/pins_custom.html +127 -0
- data/app/assets/node_modules/jqvmap/examples/responsive.html +45 -0
- data/app/assets/node_modules/jqvmap/examples/russia.html +33 -0
- data/app/assets/node_modules/jqvmap/examples/touch_detect.html +46 -0
- data/app/assets/node_modules/jqvmap/examples/tunisia.html +33 -0
- data/app/assets/node_modules/jqvmap/examples/turkey.html +26 -0
- data/app/assets/node_modules/jqvmap/examples/usa.html +37 -0
- data/app/assets/node_modules/jqvmap/examples/world.html +35 -0
- data/app/assets/node_modules/jqvmap/grunt/bump.js +22 -0
- data/app/assets/node_modules/jqvmap/grunt/changelog.js +14 -0
- data/app/assets/node_modules/jqvmap/grunt/clean.js +5 -0
- data/app/assets/node_modules/jqvmap/grunt/concat.js +23 -0
- data/app/assets/node_modules/jqvmap/grunt/index.js +2 -0
- data/app/assets/node_modules/jqvmap/grunt/qunit.js +3 -0
- data/app/assets/node_modules/jqvmap/grunt/shell.js +6 -0
- data/app/assets/node_modules/jqvmap/grunt/uglify.js +19 -0
- data/app/assets/node_modules/jqvmap/gruntfile.js +21 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/AUTHORS.txt +217 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/CONTRIBUTING.md +214 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/MIT-LICENSE.txt +21 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/README.md +368 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/bower.json +28 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/dist/jquery.js +10351 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/dist/jquery.min.js +6 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/dist/jquery.min.map +1 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/package.json +54 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/ajax/jsonp.js +89 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/ajax/load.js +75 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/ajax/parseJSON.js +51 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/ajax/parseXML.js +31 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/ajax/script.js +93 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/ajax/var/nonce.js +5 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/ajax/var/rquery.js +3 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/ajax/xhr.js +197 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/ajax.js +801 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/attributes/attr.js +271 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/attributes/classes.js +157 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/attributes/prop.js +134 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/attributes/support.js +62 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/attributes/val.js +178 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/attributes.js +11 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/callbacks.js +205 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/core/access.js +60 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/core/init.js +132 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/core/parseHTML.js +39 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/core/ready.js +152 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/core/var/rsingleTag.js +4 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/core.js +540 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/css/addGetHookIf.js +32 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/css/curCSS.js +124 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/css/defaultDisplay.js +69 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/css/hiddenVisibleSelectors.js +20 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/css/support.js +151 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/css/swap.js +28 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/css/var/cssExpand.js +3 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/css/var/isHidden.js +13 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/css/var/rmargin.js +3 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/css/var/rnumnonpx.js +5 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/css.js +504 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/data/accepts.js +21 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/data/support.js +25 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/data.js +335 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/deferred.js +150 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/deprecated.js +13 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/dimensions.js +50 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/effects/Tween.js +114 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/effects/animatedSelector.js +13 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/effects/support.js +55 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/effects.js +656 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/event/ajax.js +13 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/event/alias.js +39 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/event/support.js +26 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/event.js +1037 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/exports/amd.js +24 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/exports/global.js +32 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/intro.js +44 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/jquery.js +38 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/manipulation/_evalUrl.js +18 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/manipulation/support.js +76 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/manipulation/var/rcheckableType.js +3 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/manipulation.js +744 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/offset.js +211 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/outro.js +1 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/queue/delay.js +22 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/queue.js +142 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/selector-sizzle.js +14 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/selector.js +1 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/serialize.js +110 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/sizzle/dist/sizzle.js +2067 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/sizzle/dist/sizzle.min.js +3 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/sizzle/dist/sizzle.min.map +1 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/sizzle/test/data/empty.js +0 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/sizzle/test/data/mixed_sort.html +22 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/sizzle/test/data/testinit.js +136 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/sizzle/test/index.html +242 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/sizzle/test/jquery.js +9597 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/sizzle/test/unit/extending.js +95 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/sizzle/test/unit/selector.js +1149 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/sizzle/test/unit/utilities.js +169 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/support.js +58 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/traversing/findFilter.js +100 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/traversing/var/rneedsContext.js +6 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/traversing.js +200 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/var/class2type.js +4 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/var/concat.js +5 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/var/deletedIds.js +3 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/var/hasOwn.js +5 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/var/indexOf.js +5 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/var/pnum.js +3 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/var/push.js +5 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/var/rnotwhite.js +3 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/var/slice.js +5 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/var/strundefined.js +3 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/var/support.js +4 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/var/toString.js +5 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/wrap.js +76 -0
- data/app/assets/node_modules/jqvmap/package.json +45 -0
- data/app/assets/node_modules/jqvmap/src/Base.js +80 -0
- data/app/assets/node_modules/jqvmap/src/ColorScale/arrayToRgb.js +9 -0
- data/app/assets/node_modules/jqvmap/src/ColorScale/getColor.js +41 -0
- data/app/assets/node_modules/jqvmap/src/ColorScale/rgbToArray.js +4 -0
- data/app/assets/node_modules/jqvmap/src/ColorScale/setColors.js +6 -0
- data/app/assets/node_modules/jqvmap/src/ColorScale/setMax.js +8 -0
- data/app/assets/node_modules/jqvmap/src/ColorScale/setMin.js +9 -0
- data/app/assets/node_modules/jqvmap/src/ColorScale/setNormalizeFunction.js +13 -0
- data/app/assets/node_modules/jqvmap/src/ColorScale/vectorAdd.js +7 -0
- data/app/assets/node_modules/jqvmap/src/ColorScale/vectorLength.js +7 -0
- data/app/assets/node_modules/jqvmap/src/ColorScale/vectorMult.js +7 -0
- data/app/assets/node_modules/jqvmap/src/ColorScale/vectorSubtract.js +7 -0
- data/app/assets/node_modules/jqvmap/src/ColorScale/vectorToNum.js +7 -0
- data/app/assets/node_modules/jqvmap/src/ColorScale.js +18 -0
- data/app/assets/node_modules/jqvmap/src/JQVMap/applyTransform.js +31 -0
- data/app/assets/node_modules/jqvmap/src/JQVMap/bindZoomButtons.js +9 -0
- data/app/assets/node_modules/jqvmap/src/JQVMap/deselect.js +18 -0
- data/app/assets/node_modules/jqvmap/src/JQVMap/getCountryId.js +3 -0
- data/app/assets/node_modules/jqvmap/src/JQVMap/getPin.js +4 -0
- data/app/assets/node_modules/jqvmap/src/JQVMap/getPinId.js +3 -0
- data/app/assets/node_modules/jqvmap/src/JQVMap/getPins.js +11 -0
- data/app/assets/node_modules/jqvmap/src/JQVMap/highlight.js +12 -0
- data/app/assets/node_modules/jqvmap/src/JQVMap/isSelected.js +3 -0
- data/app/assets/node_modules/jqvmap/src/JQVMap/makeDraggable.js +159 -0
- data/app/assets/node_modules/jqvmap/src/JQVMap/placePins.js +46 -0
- data/app/assets/node_modules/jqvmap/src/JQVMap/positionPins.js +19 -0
- data/app/assets/node_modules/jqvmap/src/JQVMap/removePin.js +4 -0
- data/app/assets/node_modules/jqvmap/src/JQVMap/removePins.js +3 -0
- data/app/assets/node_modules/jqvmap/src/JQVMap/reset.js +9 -0
- data/app/assets/node_modules/jqvmap/src/JQVMap/resize.js +13 -0
- data/app/assets/node_modules/jqvmap/src/JQVMap/select.js +18 -0
- data/app/assets/node_modules/jqvmap/src/JQVMap/selectIndex.js +9 -0
- data/app/assets/node_modules/jqvmap/src/JQVMap/setBackgroundColor.js +3 -0
- data/app/assets/node_modules/jqvmap/src/JQVMap/setColors.js +15 -0
- data/app/assets/node_modules/jqvmap/src/JQVMap/setNormalizeFunction.js +7 -0
- data/app/assets/node_modules/jqvmap/src/JQVMap/setScale.js +4 -0
- data/app/assets/node_modules/jqvmap/src/JQVMap/setScaleColors.js +7 -0
- data/app/assets/node_modules/jqvmap/src/JQVMap/setValues.js +36 -0
- data/app/assets/node_modules/jqvmap/src/JQVMap/unhighlight.js +8 -0
- data/app/assets/node_modules/jqvmap/src/JQVMap/zoomIn.js +17 -0
- data/app/assets/node_modules/jqvmap/src/JQVMap/zoomOut.js +17 -0
- data/app/assets/node_modules/jqvmap/src/JQVMap.js +243 -0
- data/app/assets/node_modules/jqvmap/src/VectorCanvas/applyTransformParams.js +8 -0
- data/app/assets/node_modules/jqvmap/src/VectorCanvas/createGroup.js +19 -0
- data/app/assets/node_modules/jqvmap/src/VectorCanvas/createPath.js +75 -0
- data/app/assets/node_modules/jqvmap/src/VectorCanvas/pathSvgToVml.js +103 -0
- data/app/assets/node_modules/jqvmap/src/VectorCanvas/setSize.js +24 -0
- data/app/assets/node_modules/jqvmap/src/VectorCanvas.js +42 -0
- data/app/assets/node_modules/jqvmap/tests/index.html +32 -0
- data/app/assets/node_modules/jqvmap/tests/qunit/qunit.css +291 -0
- data/app/assets/node_modules/jqvmap/tests/qunit/qunit.js +3828 -0
- data/app/assets/node_modules/jqvmap/tests/tests.js +422 -0
- data/app/assets/node_modules/metismenu/LICENSE +20 -0
- data/app/assets/node_modules/metismenu/README.md +361 -0
- data/app/assets/node_modules/metismenu/changelog.md +22 -0
- data/app/assets/node_modules/metismenu/dist/cjs/index.js +327 -0
- data/app/assets/node_modules/metismenu/dist/metisMenu.css +132 -0
- data/app/assets/node_modules/metismenu/dist/metisMenu.css.map +1 -0
- data/app/assets/node_modules/metismenu/dist/metisMenu.js +332 -0
- data/app/assets/node_modules/metismenu/dist/metisMenu.js.map +1 -0
- data/app/assets/node_modules/metismenu/dist/metisMenu.min.css +9 -0
- data/app/assets/node_modules/metismenu/dist/metisMenu.min.css.map +1 -0
- data/app/assets/node_modules/metismenu/dist/metisMenu.min.js +10 -0
- data/app/assets/node_modules/metismenu/dist/metisMenu.min.js.map +1 -0
- data/app/assets/node_modules/metismenu/dist/modules/index.js +323 -0
- data/app/assets/node_modules/metismenu/package.json +122 -0
- data/app/assets/node_modules/metismenu/src/index.js +260 -0
- data/app/assets/node_modules/metismenu/src/metisMenu.css +116 -0
- data/app/assets/node_modules/metismenu/src/util.js +61 -0
- data/app/assets/node_modules/metismenu/types/metismenu.d.ts +25 -0
- data/app/assets/node_modules/morris.js/Gruntfile.js +90 -0
- data/app/assets/node_modules/morris.js/README.md +234 -0
- data/app/assets/node_modules/morris.js/bower.json +20 -0
- data/app/assets/node_modules/morris.js/bower.travis.json +20 -0
- data/app/assets/node_modules/morris.js/examples/_template.html +18 -0
- data/app/assets/node_modules/morris.js/examples/area-as-line.html +31 -0
- data/app/assets/node_modules/morris.js/examples/area.html +34 -0
- data/app/assets/node_modules/morris.js/examples/bar-colors.html +44 -0
- data/app/assets/node_modules/morris.js/examples/bar-no-axes.html +31 -0
- data/app/assets/node_modules/morris.js/examples/bar.html +32 -0
- data/app/assets/node_modules/morris.js/examples/days.html +37 -0
- data/app/assets/node_modules/morris.js/examples/decimal-custom-hover.html +37 -0
- data/app/assets/node_modules/morris.js/examples/diagonal-xlabels-bar.html +38 -0
- data/app/assets/node_modules/morris.js/examples/diagonal-xlabels.html +38 -0
- data/app/assets/node_modules/morris.js/examples/donut-colors.html +38 -0
- data/app/assets/node_modules/morris.js/examples/donut-formatter.html +27 -0
- data/app/assets/node_modules/morris.js/examples/donut.html +29 -0
- data/app/assets/node_modules/morris.js/examples/dst.html +30 -0
- data/app/assets/node_modules/morris.js/examples/events.html +57 -0
- data/app/assets/node_modules/morris.js/examples/goals.html +33 -0
- data/app/assets/node_modules/morris.js/examples/lib/example.css +13 -0
- data/app/assets/node_modules/morris.js/examples/lib/example.js +4 -0
- data/app/assets/node_modules/morris.js/examples/months-no-smooth.html +38 -0
- data/app/assets/node_modules/morris.js/examples/negative.html +36 -0
- data/app/assets/node_modules/morris.js/examples/no-grid.html +38 -0
- data/app/assets/node_modules/morris.js/examples/non-continuous.html +42 -0
- data/app/assets/node_modules/morris.js/examples/non-date.html +37 -0
- data/app/assets/node_modules/morris.js/examples/quarters.html +54 -0
- data/app/assets/node_modules/morris.js/examples/resize.html +42 -0
- data/app/assets/node_modules/morris.js/examples/stacked_bars.html +31 -0
- data/app/assets/node_modules/morris.js/examples/timestamps.html +38 -0
- data/app/assets/node_modules/morris.js/examples/updating.html +49 -0
- data/app/assets/node_modules/morris.js/examples/weeks.html +53 -0
- data/app/assets/node_modules/morris.js/examples/years.html +37 -0
- data/app/assets/node_modules/morris.js/less/morris.core.less +27 -0
- data/app/assets/node_modules/morris.js/lib/morris.area.coffee +66 -0
- data/app/assets/node_modules/morris.js/lib/morris.bar.coffee +208 -0
- data/app/assets/node_modules/morris.js/lib/morris.coffee +43 -0
- data/app/assets/node_modules/morris.js/lib/morris.donut.coffee +213 -0
- data/app/assets/node_modules/morris.js/lib/morris.grid.coffee +499 -0
- data/app/assets/node_modules/morris.js/lib/morris.hover.coffee +44 -0
- data/app/assets/node_modules/morris.js/lib/morris.line.coffee +405 -0
- data/app/assets/node_modules/morris.js/morris.css +2 -0
- data/app/assets/node_modules/morris.js/morris.js +1892 -0
- data/app/assets/node_modules/morris.js/morris.min.js +7 -0
- data/app/assets/node_modules/morris.js/package.json +36 -0
- data/app/assets/node_modules/morris.js/spec/lib/area/area_spec.coffee +60 -0
- data/app/assets/node_modules/morris.js/spec/lib/bar/bar_spec.coffee +127 -0
- data/app/assets/node_modules/morris.js/spec/lib/bar/colours.coffee +36 -0
- data/app/assets/node_modules/morris.js/spec/lib/commas_spec.coffee +38 -0
- data/app/assets/node_modules/morris.js/spec/lib/donut/donut_spec.coffee +76 -0
- data/app/assets/node_modules/morris.js/spec/lib/grid/auto_grid_lines_spec.coffee +25 -0
- data/app/assets/node_modules/morris.js/spec/lib/grid/set_data_spec.coffee +208 -0
- data/app/assets/node_modules/morris.js/spec/lib/grid/y_label_format_spec.coffee +15 -0
- data/app/assets/node_modules/morris.js/spec/lib/hover_spec.coffee +64 -0
- data/app/assets/node_modules/morris.js/spec/lib/label_series_spec.coffee +186 -0
- data/app/assets/node_modules/morris.js/spec/lib/line/line_spec.coffee +211 -0
- data/app/assets/node_modules/morris.js/spec/lib/pad_spec.coffee +17 -0
- data/app/assets/node_modules/morris.js/spec/lib/parse_time_spec.coffee +35 -0
- data/app/assets/node_modules/morris.js/spec/specs.html +34 -0
- data/app/assets/node_modules/morris.js/spec/support/placeholder.coffee +6 -0
- data/app/assets/node_modules/morris.js/spec/viz/examples.js +56 -0
- data/app/assets/node_modules/morris.js/spec/viz/exemplary/area0.png +0 -0
- data/app/assets/node_modules/morris.js/spec/viz/exemplary/bar0.png +0 -0
- data/app/assets/node_modules/morris.js/spec/viz/exemplary/line0.png +0 -0
- data/app/assets/node_modules/morris.js/spec/viz/exemplary/stacked_bar0.png +0 -0
- data/app/assets/node_modules/morris.js/spec/viz/run.sh +32 -0
- data/app/assets/node_modules/morris.js/spec/viz/test.html +34 -0
- data/app/assets/node_modules/morris.js/spec/viz/visual_specs.js +66 -0
- data/app/assets/node_modules/nprogress/History.md +110 -0
- data/app/assets/node_modules/nprogress/License.md +19 -0
- data/app/assets/node_modules/nprogress/Notes.md +25 -0
- data/app/assets/node_modules/nprogress/Readme.md +197 -0
- data/app/assets/node_modules/nprogress/bower.json +27 -0
- data/app/assets/node_modules/nprogress/component.json +19 -0
- data/app/assets/node_modules/nprogress/nprogress.css +74 -0
- data/app/assets/node_modules/nprogress/nprogress.js +476 -0
- data/app/assets/node_modules/nprogress/package.json +47 -0
- data/app/assets/node_modules/nprogress/test/component.html +26 -0
- data/app/assets/node_modules/nprogress/test/test.js +175 -0
- data/app/assets/node_modules/parchment/LICENSE +29 -0
- data/app/assets/node_modules/parchment/README.md +274 -0
- data/app/assets/node_modules/parchment/dist/parchment.js +1749 -0
- data/app/assets/node_modules/parchment/dist/parchment.js.map +1 -0
- data/app/assets/node_modules/parchment/dist/src/attributor/attributor.d.ts +17 -0
- data/app/assets/node_modules/parchment/dist/src/attributor/class.d.ts +8 -0
- data/app/assets/node_modules/parchment/dist/src/attributor/store.d.ts +15 -0
- data/app/assets/node_modules/parchment/dist/src/attributor/style.d.ts +8 -0
- data/app/assets/node_modules/parchment/dist/src/blot/abstract/blot.d.ts +63 -0
- data/app/assets/node_modules/parchment/dist/src/blot/abstract/container.d.ts +40 -0
- data/app/assets/node_modules/parchment/dist/src/blot/abstract/format.d.ts +18 -0
- data/app/assets/node_modules/parchment/dist/src/blot/abstract/leaf.d.ts +11 -0
- data/app/assets/node_modules/parchment/dist/src/blot/abstract/parent.d.ts +41 -0
- data/app/assets/node_modules/parchment/dist/src/blot/abstract/shadow.d.ts +38 -0
- data/app/assets/node_modules/parchment/dist/src/blot/block.d.ts +15 -0
- data/app/assets/node_modules/parchment/dist/src/blot/embed.d.ts +11 -0
- data/app/assets/node_modules/parchment/dist/src/blot/inline.d.ts +14 -0
- data/app/assets/node_modules/parchment/dist/src/blot/scroll.d.ts +24 -0
- data/app/assets/node_modules/parchment/dist/src/blot/text.d.ts +26 -0
- data/app/assets/node_modules/parchment/dist/src/collection/linked-list.d.ts +19 -0
- data/app/assets/node_modules/parchment/dist/src/collection/linked-node.d.ts +6 -0
- data/app/assets/node_modules/parchment/dist/src/parchment.d.ts +35 -0
- data/app/assets/node_modules/parchment/dist/src/registry.d.ts +31 -0
- data/app/assets/node_modules/parchment/package.json +44 -0
- data/app/assets/node_modules/parchment/src/attributor/attributor.ts +61 -0
- data/app/assets/node_modules/parchment/src/attributor/class.ts +44 -0
- data/app/assets/node_modules/parchment/src/attributor/store.ts +73 -0
- data/app/assets/node_modules/parchment/src/attributor/style.ts +44 -0
- data/app/assets/node_modules/parchment/src/blot/abstract/blot.ts +58 -0
- data/app/assets/node_modules/parchment/src/blot/abstract/container.ts +268 -0
- data/app/assets/node_modules/parchment/src/blot/abstract/format.ts +71 -0
- data/app/assets/node_modules/parchment/src/blot/abstract/leaf.ts +33 -0
- data/app/assets/node_modules/parchment/src/blot/abstract/shadow.ts +174 -0
- data/app/assets/node_modules/parchment/src/blot/block.ts +53 -0
- data/app/assets/node_modules/parchment/src/blot/embed.ts +29 -0
- data/app/assets/node_modules/parchment/src/blot/inline.ts +64 -0
- data/app/assets/node_modules/parchment/src/blot/scroll.ts +166 -0
- data/app/assets/node_modules/parchment/src/blot/text.ts +93 -0
- data/app/assets/node_modules/parchment/src/collection/linked-list.ts +143 -0
- data/app/assets/node_modules/parchment/src/collection/linked-node.ts +8 -0
- data/app/assets/node_modules/parchment/src/parchment.ts +46 -0
- data/app/assets/node_modules/parchment/src/registry.ts +133 -0
- data/app/assets/node_modules/parchment/tsconfig.json +9 -0
- data/app/assets/node_modules/popper.js/README.md +219 -0
- data/app/assets/node_modules/popper.js/dist/esm/popper-utils.js +1093 -0
- data/app/assets/node_modules/popper.js/dist/esm/popper-utils.js.map +1 -0
- data/app/assets/node_modules/popper.js/dist/esm/popper-utils.min.js +5 -0
- data/app/assets/node_modules/popper.js/dist/esm/popper-utils.min.js.map +1 -0
- data/app/assets/node_modules/popper.js/dist/esm/popper.js +2520 -0
- data/app/assets/node_modules/popper.js/dist/esm/popper.js.map +1 -0
- data/app/assets/node_modules/popper.js/dist/esm/popper.min.js +5 -0
- data/app/assets/node_modules/popper.js/dist/esm/popper.min.js.map +1 -0
- data/app/assets/node_modules/popper.js/dist/popper-utils.js +1042 -0
- data/app/assets/node_modules/popper.js/dist/popper-utils.js.map +1 -0
- data/app/assets/node_modules/popper.js/dist/popper-utils.min.js +5 -0
- data/app/assets/node_modules/popper.js/dist/popper-utils.min.js.map +1 -0
- data/app/assets/node_modules/popper.js/dist/popper.js +2372 -0
- data/app/assets/node_modules/popper.js/dist/popper.js.map +1 -0
- data/app/assets/node_modules/popper.js/dist/popper.min.js +5 -0
- data/app/assets/node_modules/popper.js/dist/popper.min.js.map +1 -0
- data/app/assets/node_modules/popper.js/dist/umd/popper-utils.js +1131 -0
- data/app/assets/node_modules/popper.js/dist/umd/popper-utils.js.map +1 -0
- data/app/assets/node_modules/popper.js/dist/umd/popper-utils.min.js +5 -0
- data/app/assets/node_modules/popper.js/dist/umd/popper-utils.min.js.map +1 -0
- data/app/assets/node_modules/popper.js/dist/umd/popper.js +2528 -0
- data/app/assets/node_modules/popper.js/dist/umd/popper.js.map +1 -0
- data/app/assets/node_modules/popper.js/dist/umd/popper.min.js +5 -0
- data/app/assets/node_modules/popper.js/dist/umd/popper.min.js.map +1 -0
- data/app/assets/node_modules/popper.js/index.d.ts +159 -0
- data/app/assets/node_modules/popper.js/package.json +54 -0
- data/app/assets/node_modules/quill/CHANGELOG.md +734 -0
- data/app/assets/node_modules/quill/LICENSE +30 -0
- data/app/assets/node_modules/quill/README.md +109 -0
- data/app/assets/node_modules/quill/assets/base.styl +304 -0
- data/app/assets/node_modules/quill/assets/bubble/toolbar.styl +14 -0
- data/app/assets/node_modules/quill/assets/bubble/tooltip.styl +49 -0
- data/app/assets/node_modules/quill/assets/bubble.styl +45 -0
- data/app/assets/node_modules/quill/assets/core.styl +183 -0
- data/app/assets/node_modules/quill/assets/favicon.png +0 -0
- data/app/assets/node_modules/quill/assets/icons/align-center.svg +5 -0
- data/app/assets/node_modules/quill/assets/icons/align-justify.svg +5 -0
- data/app/assets/node_modules/quill/assets/icons/align-left.svg +5 -0
- data/app/assets/node_modules/quill/assets/icons/align-right.svg +5 -0
- data/app/assets/node_modules/quill/assets/icons/attachment.svg +3 -0
- data/app/assets/node_modules/quill/assets/icons/audio.svg +5 -0
- data/app/assets/node_modules/quill/assets/icons/authorship.svg +5 -0
- data/app/assets/node_modules/quill/assets/icons/background.svg +52 -0
- data/app/assets/node_modules/quill/assets/icons/blockquote.svg +6 -0
- data/app/assets/node_modules/quill/assets/icons/bold.svg +4 -0
- data/app/assets/node_modules/quill/assets/icons/clean.svg +7 -0
- data/app/assets/node_modules/quill/assets/icons/code.svg +5 -0
- data/app/assets/node_modules/quill/assets/icons/color.svg +5 -0
- data/app/assets/node_modules/quill/assets/icons/comment.svg +3 -0
- data/app/assets/node_modules/quill/assets/icons/direction-ltr.svg +7 -0
- data/app/assets/node_modules/quill/assets/icons/direction-rtl.svg +7 -0
- data/app/assets/node_modules/quill/assets/icons/dropdown.svg +4 -0
- data/app/assets/node_modules/quill/assets/icons/embed.svg +3 -0
- data/app/assets/node_modules/quill/assets/icons/emoji.svg +6 -0
- data/app/assets/node_modules/quill/assets/icons/float-center.svg +5 -0
- data/app/assets/node_modules/quill/assets/icons/float-full.svg +5 -0
- data/app/assets/node_modules/quill/assets/icons/float-left.svg +7 -0
- data/app/assets/node_modules/quill/assets/icons/float-right.svg +7 -0
- data/app/assets/node_modules/quill/assets/icons/font.svg +5 -0
- data/app/assets/node_modules/quill/assets/icons/formula.svg +5 -0
- data/app/assets/node_modules/quill/assets/icons/hashtag.svg +6 -0
- data/app/assets/node_modules/quill/assets/icons/header-2.svg +3 -0
- data/app/assets/node_modules/quill/assets/icons/header-3.svg +3 -0
- data/app/assets/node_modules/quill/assets/icons/header-4.svg +3 -0
- data/app/assets/node_modules/quill/assets/icons/header-5.svg +3 -0
- data/app/assets/node_modules/quill/assets/icons/header-6.svg +3 -0
- data/app/assets/node_modules/quill/assets/icons/header.svg +3 -0
- data/app/assets/node_modules/quill/assets/icons/horizontal-rule.svg +4 -0
- data/app/assets/node_modules/quill/assets/icons/image.svg +5 -0
- data/app/assets/node_modules/quill/assets/icons/indent.svg +6 -0
- data/app/assets/node_modules/quill/assets/icons/italic.svg +5 -0
- data/app/assets/node_modules/quill/assets/icons/link.svg +5 -0
- data/app/assets/node_modules/quill/assets/icons/list-bullet.svg +8 -0
- data/app/assets/node_modules/quill/assets/icons/list-check.svg +8 -0
- data/app/assets/node_modules/quill/assets/icons/list-ordered.svg +9 -0
- data/app/assets/node_modules/quill/assets/icons/map.svg +5 -0
- data/app/assets/node_modules/quill/assets/icons/mention.svg +4 -0
- data/app/assets/node_modules/quill/assets/icons/more.svg +3 -0
- data/app/assets/node_modules/quill/assets/icons/outdent.svg +6 -0
- data/app/assets/node_modules/quill/assets/icons/redo.svg +4 -0
- data/app/assets/node_modules/quill/assets/icons/size-decrease.svg +5 -0
- data/app/assets/node_modules/quill/assets/icons/size-increase.svg +6 -0
- data/app/assets/node_modules/quill/assets/icons/size.svg +6 -0
- data/app/assets/node_modules/quill/assets/icons/spacing.svg +9 -0
- data/app/assets/node_modules/quill/assets/icons/speech.svg +6 -0
- data/app/assets/node_modules/quill/assets/icons/strike.svg +5 -0
- data/app/assets/node_modules/quill/assets/icons/subscript.svg +4 -0
- data/app/assets/node_modules/quill/assets/icons/superscript.svg +4 -0
- data/app/assets/node_modules/quill/assets/icons/table-border-all.svg +5 -0
- data/app/assets/node_modules/quill/assets/icons/table-border-bottom.svg +28 -0
- data/app/assets/node_modules/quill/assets/icons/table-border-left.svg +28 -0
- data/app/assets/node_modules/quill/assets/icons/table-border-none.svg +25 -0
- data/app/assets/node_modules/quill/assets/icons/table-border-outside.svg +35 -0
- data/app/assets/node_modules/quill/assets/icons/table-border-right.svg +28 -0
- data/app/assets/node_modules/quill/assets/icons/table-border-top.svg +28 -0
- data/app/assets/node_modules/quill/assets/icons/table-delete-cells.svg +13 -0
- data/app/assets/node_modules/quill/assets/icons/table-delete-columns.svg +8 -0
- data/app/assets/node_modules/quill/assets/icons/table-delete-rows.svg +9 -0
- data/app/assets/node_modules/quill/assets/icons/table-insert-cells.svg +13 -0
- data/app/assets/node_modules/quill/assets/icons/table-insert-columns.svg +8 -0
- data/app/assets/node_modules/quill/assets/icons/table-insert-rows.svg +9 -0
- data/app/assets/node_modules/quill/assets/icons/table-merge-cells.svg +4 -0
- data/app/assets/node_modules/quill/assets/icons/table-unmerge-cells.svg +7 -0
- data/app/assets/node_modules/quill/assets/icons/table.svg +11 -0
- data/app/assets/node_modules/quill/assets/icons/underline.svg +4 -0
- data/app/assets/node_modules/quill/assets/icons/undo.svg +4 -0
- data/app/assets/node_modules/quill/assets/icons/video.svg +14 -0
- data/app/assets/node_modules/quill/assets/snow/toolbar.styl +26 -0
- data/app/assets/node_modules/quill/assets/snow/tooltip.styl +53 -0
- data/app/assets/node_modules/quill/assets/snow.styl +18 -0
- data/app/assets/node_modules/quill/blots/block.js +174 -0
- data/app/assets/node_modules/quill/blots/break.js +29 -0
- data/app/assets/node_modules/quill/blots/container.js +9 -0
- data/app/assets/node_modules/quill/blots/cursor.js +116 -0
- data/app/assets/node_modules/quill/blots/embed.js +79 -0
- data/app/assets/node_modules/quill/blots/inline.js +50 -0
- data/app/assets/node_modules/quill/blots/scroll.js +173 -0
- data/app/assets/node_modules/quill/blots/text.js +5 -0
- data/app/assets/node_modules/quill/core/editor.js +267 -0
- data/app/assets/node_modules/quill/core/emitter.js +63 -0
- data/app/assets/node_modules/quill/core/logger.js +22 -0
- data/app/assets/node_modules/quill/core/module.js +10 -0
- data/app/assets/node_modules/quill/core/polyfill.js +63 -0
- data/app/assets/node_modules/quill/core/quill.js +506 -0
- data/app/assets/node_modules/quill/core/selection.js +355 -0
- data/app/assets/node_modules/quill/core/theme.js +30 -0
- data/app/assets/node_modules/quill/core.js +36 -0
- data/app/assets/node_modules/quill/dist/quill.bubble.css +952 -0
- data/app/assets/node_modules/quill/dist/quill.core.css +397 -0
- data/app/assets/node_modules/quill/dist/quill.core.js +8522 -0
- data/app/assets/node_modules/quill/dist/quill.js +11489 -0
- data/app/assets/node_modules/quill/dist/quill.min.js +8 -0
- data/app/assets/node_modules/quill/dist/quill.min.js.map +1 -0
- data/app/assets/node_modules/quill/dist/quill.snow.css +945 -0
- data/app/assets/node_modules/quill/formats/align.js +12 -0
- data/app/assets/node_modules/quill/formats/background.js +11 -0
- data/app/assets/node_modules/quill/formats/blockquote.js +9 -0
- data/app/assets/node_modules/quill/formats/bold.js +22 -0
- data/app/assets/node_modules/quill/formats/code.js +118 -0
- data/app/assets/node_modules/quill/formats/color.js +21 -0
- data/app/assets/node_modules/quill/formats/direction.js +12 -0
- data/app/assets/node_modules/quill/formats/font.js +18 -0
- data/app/assets/node_modules/quill/formats/header.js +13 -0
- data/app/assets/node_modules/quill/formats/image.js +57 -0
- data/app/assets/node_modules/quill/formats/indent.js +31 -0
- data/app/assets/node_modules/quill/formats/italic.js +7 -0
- data/app/assets/node_modules/quill/formats/link.js +41 -0
- data/app/assets/node_modules/quill/formats/list.js +130 -0
- data/app/assets/node_modules/quill/formats/script.js +23 -0
- data/app/assets/node_modules/quill/formats/size.js +12 -0
- data/app/assets/node_modules/quill/formats/strike.js +7 -0
- data/app/assets/node_modules/quill/formats/underline.js +7 -0
- data/app/assets/node_modules/quill/formats/video.js +53 -0
- data/app/assets/node_modules/quill/modules/clipboard.js +358 -0
- data/app/assets/node_modules/quill/modules/formula.js +42 -0
- data/app/assets/node_modules/quill/modules/history.js +120 -0
- data/app/assets/node_modules/quill/modules/keyboard.js +494 -0
- data/app/assets/node_modules/quill/modules/syntax.js +81 -0
- data/app/assets/node_modules/quill/modules/toolbar.js +261 -0
- data/app/assets/node_modules/quill/package.json +99 -0
- data/app/assets/node_modules/quill/quill.js +104 -0
- data/app/assets/node_modules/quill/themes/base.js +264 -0
- data/app/assets/node_modules/quill/themes/bubble.js +111 -0
- data/app/assets/node_modules/quill/themes/snow.js +120 -0
- data/app/assets/node_modules/quill/ui/color-picker.js +35 -0
- data/app/assets/node_modules/quill/ui/icon-picker.js +23 -0
- data/app/assets/node_modules/quill/ui/icons.js +49 -0
- data/app/assets/node_modules/quill/ui/picker.js +186 -0
- data/app/assets/node_modules/quill/ui/tooltip.js +53 -0
- data/app/assets/node_modules/quill-delta/CHANGELOG.md +48 -0
- data/app/assets/node_modules/quill-delta/LICENSE +21 -0
- data/app/assets/node_modules/quill-delta/README.md +639 -0
- data/app/assets/node_modules/quill-delta/lib/delta.js +325 -0
- data/app/assets/node_modules/quill-delta/lib/op.js +139 -0
- data/app/assets/node_modules/quill-delta/package.json +40 -0
- data/app/assets/node_modules/raphael/CONTRIBUTING.md +22 -0
- data/app/assets/node_modules/raphael/Gruntfile.js +72 -0
- data/app/assets/node_modules/raphael/README.md +75 -0
- data/app/assets/node_modules/raphael/bower.json +31 -0
- data/app/assets/node_modules/raphael/dev/banner.txt +8 -0
- data/app/assets/node_modules/raphael/dev/raphael.amd.js +5 -0
- data/app/assets/node_modules/raphael/dev/raphael.core.js +5405 -0
- data/app/assets/node_modules/raphael/dev/raphael.svg.js +1424 -0
- data/app/assets/node_modules/raphael/dev/raphael.vml.js +999 -0
- data/app/assets/node_modules/raphael/dev/raphaelTest.html +39 -0
- data/app/assets/node_modules/raphael/dev/test/index.html +31 -0
- data/app/assets/node_modules/raphael/dev/test/svg/dom.js +317 -0
- data/app/assets/node_modules/raphael/dev/test/vml/dom.js +5 -0
- data/app/assets/node_modules/raphael/history.md +155 -0
- data/app/assets/node_modules/raphael/license.txt +21 -0
- data/app/assets/node_modules/raphael/package.json +47 -0
- data/app/assets/node_modules/raphael/raphael.js +8353 -0
- data/app/assets/node_modules/raphael/raphael.min.js +3 -0
- data/app/assets/node_modules/raphael/raphael.no-deps.js +7927 -0
- data/app/assets/node_modules/raphael/raphael.no-deps.min.js +3 -0
- data/app/assets/node_modules/raphael/webpack.config.js +64 -0
- data/app/assets/node_modules/raphael/yarn.lock +2012 -0
- data/app/assets/node_modules/responsive-toolkit/CHANGELOG.md +70 -0
- data/app/assets/node_modules/responsive-toolkit/LICENSE +21 -0
- data/app/assets/node_modules/responsive-toolkit/README.md +155 -0
- data/app/assets/node_modules/responsive-toolkit/bower.json +22 -0
- data/app/assets/node_modules/responsive-toolkit/demos/bootstrap/index.html +53 -0
- data/app/assets/node_modules/responsive-toolkit/demos/bootstrap/main.js +42 -0
- data/app/assets/node_modules/responsive-toolkit/demos/bootstrap/style.css +109 -0
- data/app/assets/node_modules/responsive-toolkit/demos/custom/index.html +23 -0
- data/app/assets/node_modules/responsive-toolkit/demos/custom/main.js +36 -0
- data/app/assets/node_modules/responsive-toolkit/demos/custom/style.css +19 -0
- data/app/assets/node_modules/responsive-toolkit/demos/foundation/index.html +25 -0
- data/app/assets/node_modules/responsive-toolkit/demos/foundation/main.js +28 -0
- data/app/assets/node_modules/responsive-toolkit/demos/foundation/style.css +3 -0
- data/app/assets/node_modules/responsive-toolkit/dist/bootstrap-toolkit-1.5.0.js +49 -0
- data/app/assets/node_modules/responsive-toolkit/dist/bootstrap-toolkit-1.5.0.min.js +8 -0
- data/app/assets/node_modules/responsive-toolkit/dist/bootstrap-toolkit.js +238 -0
- data/app/assets/node_modules/responsive-toolkit/dist/bootstrap-toolkit.min.js +8 -0
- data/app/assets/node_modules/responsive-toolkit/gulpfile.js +38 -0
- data/app/assets/node_modules/responsive-toolkit/package.json +28 -0
- data/app/assets/node_modules/responsive-toolkit/src/bootstrap-toolkit.js +238 -0
- data/app/assets/node_modules/sortablejs/README.md +636 -0
- data/app/assets/node_modules/sortablejs/Sortable.js +1540 -0
- data/app/assets/node_modules/sortablejs/Sortable.min.js +2 -0
- data/app/assets/node_modules/sortablejs/package.json +48 -0
- data/app/assets/node_modules/tether/CHANGELOG.md +13 -0
- data/app/assets/node_modules/tether/CONTRIBUTING.md +59 -0
- data/app/assets/node_modules/tether/LICENSE +8 -0
- data/app/assets/node_modules/tether/README.md +116 -0
- data/app/assets/node_modules/tether/bower.json +26 -0
- data/app/assets/node_modules/tether/component.json +22 -0
- data/app/assets/node_modules/tether/dist/css/tether-theme-arrows-dark.css +150 -0
- data/app/assets/node_modules/tether/dist/css/tether-theme-arrows-dark.min.css +1 -0
- data/app/assets/node_modules/tether/dist/css/tether-theme-arrows.css +153 -0
- data/app/assets/node_modules/tether/dist/css/tether-theme-arrows.min.css +1 -0
- data/app/assets/node_modules/tether/dist/css/tether-theme-basic.css +21 -0
- data/app/assets/node_modules/tether/dist/css/tether-theme-basic.min.css +1 -0
- data/app/assets/node_modules/tether/dist/css/tether.css +8 -0
- data/app/assets/node_modules/tether/dist/css/tether.min.css +1 -0
- data/app/assets/node_modules/tether/dist/js/tether.js +1813 -0
- data/app/assets/node_modules/tether/dist/js/tether.min.js +1 -0
- data/app/assets/node_modules/tether/docs/1-Overview/1-why_you_should_use_tether.md +43 -0
- data/app/assets/node_modules/tether/docs/1-Overview/2-repositioning.md +46 -0
- data/app/assets/node_modules/tether/docs/1-Overview/3-why_we_dont_support_IE_8.md +47 -0
- data/app/assets/node_modules/tether/docs/2-Examples/1-list_of_examples.md +27 -0
- data/app/assets/node_modules/tether/docs/2-Examples/2-projects_using_tether.md +45 -0
- data/app/assets/node_modules/tether/docs/3-Advanced/1-embedding_tether.md +9 -0
- data/app/assets/node_modules/tether/docs/3-Advanced/2-extending_tether.md +54 -0
- data/app/assets/node_modules/tether/docs/coffee/intro.coffee +113 -0
- data/app/assets/node_modules/tether/docs/css/intro.css +218 -0
- data/app/assets/node_modules/tether/docs/intro.md +591 -0
- data/app/assets/node_modules/tether/docs/js/intro.js +117 -0
- data/app/assets/node_modules/tether/docs/js/markAttachment.js +51 -0
- data/app/assets/node_modules/tether/docs/sass/intro.sass +233 -0
- data/app/assets/node_modules/tether/docs/welcome/browser-demo.html +76 -0
- data/app/assets/node_modules/tether/docs/welcome/coffee/welcome.coffee +212 -0
- data/app/assets/node_modules/tether/docs/welcome/css/browser-demo.css +86 -0
- data/app/assets/node_modules/tether/docs/welcome/css/prism.css +2 -0
- data/app/assets/node_modules/tether/docs/welcome/css/welcome.css +247 -0
- data/app/assets/node_modules/tether/docs/welcome/index.html +226 -0
- data/app/assets/node_modules/tether/docs/welcome/js/drop.js +239 -0
- data/app/assets/node_modules/tether/docs/welcome/js/jquery.js +9597 -0
- data/app/assets/node_modules/tether/docs/welcome/js/log.js +134 -0
- data/app/assets/node_modules/tether/docs/welcome/js/tether-v0.1.3.js +2 -0
- data/app/assets/node_modules/tether/docs/welcome/js/welcome.js +193 -0
- data/app/assets/node_modules/tether/docs/welcome/sass/_inline-block.sass +6 -0
- data/app/assets/node_modules/tether/docs/welcome/sass/browser-demo.sass +93 -0
- data/app/assets/node_modules/tether/docs/welcome/sass/welcome.sass +285 -0
- data/app/assets/node_modules/tether/examples/chosen/chosen-sprite.png +0 -0
- data/app/assets/node_modules/tether/examples/chosen/chosen-sprite@2x.png +0 -0
- data/app/assets/node_modules/tether/examples/chosen/chosen.css +430 -0
- data/app/assets/node_modules/tether/examples/chosen/chosen.js +1166 -0
- data/app/assets/node_modules/tether/examples/chosen/index.html +110 -0
- data/app/assets/node_modules/tether/examples/common/css/style.css +48 -0
- data/app/assets/node_modules/tether/examples/content-visible/index.html +64 -0
- data/app/assets/node_modules/tether/examples/dolls/dolls.css +18 -0
- data/app/assets/node_modules/tether/examples/dolls/dolls.js +83 -0
- data/app/assets/node_modules/tether/examples/dolls/index.html +7 -0
- data/app/assets/node_modules/tether/examples/element-scroll/index.html +499 -0
- data/app/assets/node_modules/tether/examples/enable-disable/index.html +37 -0
- data/app/assets/node_modules/tether/examples/facebook/facebook.css +86 -0
- data/app/assets/node_modules/tether/examples/facebook/index.html +209 -0
- data/app/assets/node_modules/tether/examples/out-of-bounds/index.html +38 -0
- data/app/assets/node_modules/tether/examples/pin/index.html +30 -0
- data/app/assets/node_modules/tether/examples/resources/css/base.css +10 -0
- data/app/assets/node_modules/tether/examples/resources/js/jquery.js +9597 -0
- data/app/assets/node_modules/tether/examples/resources/js/log.js +134 -0
- data/app/assets/node_modules/tether/examples/scroll/index.html +922 -0
- data/app/assets/node_modules/tether/examples/simple/index.html +30 -0
- data/app/assets/node_modules/tether/examples/testbed/index.html +36 -0
- data/app/assets/node_modules/tether/examples/tooltip/index.html +86 -0
- data/app/assets/node_modules/tether/examples/viewport/colors.css +145 -0
- data/app/assets/node_modules/tether/examples/viewport/index.html +70 -0
- data/app/assets/node_modules/tether/gulpfile.js +97 -0
- data/app/assets/node_modules/tether/package.json +40 -0
- data/app/assets/node_modules/tether/src/css/helpers/_tether-theme-arrows.sass +192 -0
- data/app/assets/node_modules/tether/src/css/helpers/_tether-theme-basic.sass +14 -0
- data/app/assets/node_modules/tether/src/css/helpers/_tether.sass +12 -0
- data/app/assets/node_modules/tether/src/css/mixins/_inline-block.sass +6 -0
- data/app/assets/node_modules/tether/src/css/mixins/_pie-clearfix.sass +7 -0
- data/app/assets/node_modules/tether/src/css/tether-theme-arrows-dark.sass +12 -0
- data/app/assets/node_modules/tether/src/css/tether-theme-arrows.sass +12 -0
- data/app/assets/node_modules/tether/src/css/tether-theme-basic.sass +10 -0
- data/app/assets/node_modules/tether/src/css/tether.sass +5 -0
- data/app/assets/node_modules/tether/src/js/abutment.js +61 -0
- data/app/assets/node_modules/tether/src/js/constraint.js +366 -0
- data/app/assets/node_modules/tether/src/js/markAttachment.js +46 -0
- data/app/assets/node_modules/tether/src/js/shift.js +32 -0
- data/app/assets/node_modules/tether/src/js/tether.js +811 -0
- data/app/assets/node_modules/tether/src/js/utils.js +370 -0
- data/app/assets/node_modules/tinycolor2/Gruntfile.js +59 -0
- data/app/assets/node_modules/tinycolor2/LICENSE +20 -0
- data/app/assets/node_modules/tinycolor2/README.md +469 -0
- data/app/assets/node_modules/tinycolor2/bower.json +9 -0
- data/app/assets/node_modules/tinycolor2/demo/demo.css +23 -0
- data/app/assets/node_modules/tinycolor2/demo/jquery-1.9.1.js +9597 -0
- data/app/assets/node_modules/tinycolor2/dist/tinycolor-min.js +4 -0
- data/app/assets/node_modules/tinycolor2/docs/docco.css +192 -0
- data/app/assets/node_modules/tinycolor2/docs/tinycolor.html +1023 -0
- data/app/assets/node_modules/tinycolor2/index.html +207 -0
- data/app/assets/node_modules/tinycolor2/package.json +31 -0
- data/app/assets/node_modules/tinycolor2/test/index.html +19 -0
- data/app/assets/node_modules/tinycolor2/test/qunit.css +244 -0
- data/app/assets/node_modules/tinycolor2/test/qunit.js +2152 -0
- data/app/assets/node_modules/tinycolor2/test/test.js +791 -0
- data/app/assets/node_modules/tinycolor2/tinycolor.js +1195 -0
- data/app/assets/stylesheets/rails_modular_admin/application.scss +2 -3
- data/app/assets/stylesheets/rails_modular_admin.scss +0 -1
- data/config/initializers/assets.rb +4 -29
- data/lib/rails_modular_admin/engine.rb +30 -2
- data/lib/rails_modular_admin/version.rb +1 -1
- metadata +1419 -8
- data/app/controllers/rails_modular_admin/application_controller.rb +0 -5
- data/app/helpers/rails_modular_admin/application_helper.rb +0 -4
- data/app/jobs/rails_modular_admin/application_job.rb +0 -4
- data/app/mailers/rails_modular_admin/application_mailer.rb +0 -6
- data/app/models/rails_modular_admin/application_record.rb +0 -5
@@ -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ó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
|