Simple Calendar – Google Calendar Plugin - Version 3.1.3

Version Description

  • September 12, 2016 =

  • Feature: Added "Add to Google Calendar" link event template tag.

  • Fix: Corrected all structured data/schema.org output errors caught by Google's structured data testing tool.

  • Fix: Default colors specified for today and events with days should now work even when colors blanked out.

  • Dev: System report tweaks for PHP 7 compatibility.

  • Dev: Sass 3.4 compatibility.

  • Dev: Move load_plugin_textdomain call to plugins_loaded hook. Not needed with WP 4.6+.

Download this release

Release Info

Developer pderksen
Plugin Icon 128x128 Simple Calendar – Google Calendar Plugin
Version 3.1.3
Comparing to
See all releases

Code changes from version 3.1.2 to 3.1.3

Files changed (55) hide show
  1. assets/css/admin-activation.css +0 -0
  2. assets/css/admin-activation.min.css +0 -5
  3. assets/css/admin-add-calendar.min.css +1 -1
  4. assets/css/admin.min.css +1 -1
  5. assets/css/default-calendar-grid.min.css +1 -1
  6. assets/css/default-calendar-list.min.css +1 -1
  7. assets/js/admin-add-calendar.min.js +2 -2
  8. assets/js/admin.min.js +2 -2
  9. assets/js/default-calendar.min.js +2 -2
  10. assets/js/vendor/imagesloaded.pkgd.js +7 -7
  11. assets/js/vendor/imagesloaded.pkgd.min.js +2 -2
  12. assets/js/vendor/moment-timezone-with-data.js +25 -25
  13. assets/js/vendor/moment-timezone-with-data.min.js +2 -2
  14. assets/js/vendor/moment.js +67 -28
  15. assets/js/vendor/moment.min.js +30 -27
  16. google-calendar-events.php +3 -3
  17. includes/abstracts/calendar.php +33 -0
  18. includes/admin/assets.php +3 -3
  19. includes/admin/pages/system-status.php +5 -7
  20. includes/admin/welcome.php +12 -42
  21. includes/assets.php +3 -9
  22. includes/calendars/admin/default-calendar-admin.php +4 -3
  23. includes/calendars/views/default-calendar-grid.php +0 -7
  24. includes/calendars/views/default-calendar-list.php +0 -5
  25. includes/events/event-builder.php +35 -11
  26. includes/feeds/admin/google-admin.php +1 -1
  27. includes/main.php +11 -1
  28. readme.txt +10 -1
  29. vendor/autoload.php +1 -1
  30. vendor/autoload_52.php +0 -7
  31. vendor/composer/ClassLoader52.php +0 -271
  32. vendor/composer/autoload_classmap.php +0 -3562
  33. vendor/composer/autoload_files.php +1 -0
  34. vendor/composer/autoload_real.php +28 -17
  35. vendor/composer/autoload_real_52.php +0 -47
  36. vendor/composer/autoload_static.php +70 -0
  37. vendor/composer/installed.json +73 -68
  38. vendor/composer/installers/README.md +8 -2
  39. vendor/composer/installers/composer.json +5 -0
  40. vendor/composer/installers/src/Composer/Installers/AsgardInstaller.php +6 -2
  41. vendor/composer/installers/src/Composer/Installers/AttogramInstaller.php +9 -0
  42. vendor/composer/installers/src/Composer/Installers/CockpitInstaller.php +34 -0
  43. vendor/composer/installers/src/Composer/Installers/ExpressionEngineInstaller.php +2 -2
  44. vendor/composer/installers/src/Composer/Installers/Installer.php +7 -1
  45. vendor/composer/installers/src/Composer/Installers/PlentymarketsInstaller.php +29 -0
  46. vendor/composer/installers/src/Composer/Installers/ReIndexInstaller.php +10 -0
  47. vendor/composer/installers/src/Composer/Installers/ShopwareInstaller.php +3 -1
  48. vendor/composer/installers/src/Composer/Installers/VanillaInstaller.php +10 -0
  49. vendor/composer/installers/src/Composer/Installers/YawikInstaller.php +32 -0
  50. vendor/composer/installers/tests/Composer/Installers/Test/AsgardInstallerTest.php +22 -4
  51. vendor/composer/installers/tests/Composer/Installers/Test/BitrixInstallerTest.php +76 -0
  52. vendor/composer/installers/tests/Composer/Installers/Test/InstallerTest.php +22 -2
  53. vendor/composer/installers/tests/Composer/Installers/Test/YawikInstallerTest.php +64 -0
  54. vendor/google/apiclient/composer.json +2 -4
  55. vendor/google/apiclient/src/Google/Service/AdExchangeBuyer.php +163 -401
assets/css/admin-activation.css DELETED
File without changes
assets/css/admin-activation.min.css DELETED
@@ -1,5 +0,0 @@
1
- /*! Simple Calendar - 3.1.2
2
- * https://simplecalendar.io
3
- * Copyright (c) Moonstone Media 2016
4
- * Licensed GPLv2+ */
5
-
 
 
 
 
 
assets/css/admin-add-calendar.min.css CHANGED
@@ -1,4 +1,4 @@
1
- /*! Simple Calendar - 3.1.2
2
  * https://simplecalendar.io
3
  * Copyright (c) Moonstone Media 2016
4
  * Licensed GPLv2+ */
1
+ /*! Simple Calendar - 3.1.3
2
  * https://simplecalendar.io
3
  * Copyright (c) Moonstone Media 2016
4
  * Licensed GPLv2+ */
assets/css/admin.min.css CHANGED
@@ -1,4 +1,4 @@
1
- /*! Simple Calendar - 3.1.2
2
  * https://simplecalendar.io
3
  * Copyright (c) Moonstone Media 2016
4
  * Licensed GPLv2+ */
1
+ /*! Simple Calendar - 3.1.3
2
  * https://simplecalendar.io
3
  * Copyright (c) Moonstone Media 2016
4
  * Licensed GPLv2+ */
assets/css/default-calendar-grid.min.css CHANGED
@@ -1,4 +1,4 @@
1
- /*! Simple Calendar - 3.1.2
2
  * https://simplecalendar.io
3
  * Copyright (c) Moonstone Media 2016
4
  * Licensed GPLv2+ */
1
+ /*! Simple Calendar - 3.1.3
2
  * https://simplecalendar.io
3
  * Copyright (c) Moonstone Media 2016
4
  * Licensed GPLv2+ */
assets/css/default-calendar-list.min.css CHANGED
@@ -1,4 +1,4 @@
1
- /*! Simple Calendar - 3.1.2
2
  * https://simplecalendar.io
3
  * Copyright (c) Moonstone Media 2016
4
  * Licensed GPLv2+ */
1
+ /*! Simple Calendar - 3.1.3
2
  * https://simplecalendar.io
3
  * Copyright (c) Moonstone Media 2016
4
  * Licensed GPLv2+ */
assets/js/admin-add-calendar.min.js CHANGED
@@ -1,6 +1,6 @@
1
- /*! Simple Calendar - 3.1.2
2
  * https://simplecalendar.io
3
  * Copyright (c) Moonstone Media 2016
4
  * Licensed GPLv2+ */
5
 
6
- !function(a,b){"use strict";jQuery(function(a){function b(){a(".simcal-field-select-enhanced").each(function(b,c){var d=a(c),e=d.data("noresults"),f=d.data("allowclear");d.select2({allowClear:"undefined"!=f?f:!1,placeholder:{id:"",placeholder:""},dir:"undefined"!=simcal_admin.text_dir?simcal_admin.text_dir:"ltr",tokenSeparators:[","],width:"100%",language:{noResults:function(){return"undefined"!=e?e:""}}})})}var c=!1,d=a("#widgets-left");d.length&&(a(document).ajaxComplete(function(b,c,d){var e,f,g,h={},i=d.data.split("&");for(e in i)f=i[e].split("="),h[decodeURIComponent(f[0])]=decodeURIComponent(f[1]);h.action&&"save-widget"===h.action&&(g=a('input.widget-id[value="'+h["widget-id"]+'"]').parents(".widget"),c.responseText?a(document).trigger("saved_widget",g):wpWidgets.save(g,0,1,0))}),a(document).bind("saved_widget",function(a,d){c=!0,b()})),c||b(),a("#simcal-insert-shortcode-button").on("click",function(){setTimeout(function(){var a=document.getElementById("TB_window");"undefined"!=a&&a.classList.add("simcal-insert-shortcode-modal");var b=document.getElementById("TB_title");"undefined"!=b&&b.classList.add("simcal-insert-shortcode-modal-title")},120)}),a("#simcal-insert-shortcode").on("click",function(b){b.preventDefault();var c=a("#simcal-choose-calendar").val();wp.media.editor.insert('[calendar id="'+c+'"] '),tb_remove()})})}(this);
1
+ /*! Simple Calendar - 3.1.3
2
  * https://simplecalendar.io
3
  * Copyright (c) Moonstone Media 2016
4
  * Licensed GPLv2+ */
5
 
6
+ !function(a,b){"use strict";jQuery(function(a){function b(){a(".simcal-field-select-enhanced").each(function(b,c){var d=a(c),e=d.data("noresults"),f=d.data("allowclear");d.select2({allowClear:"undefined"!=f&&f,placeholder:{id:"",placeholder:""},dir:"undefined"!=simcal_admin.text_dir?simcal_admin.text_dir:"ltr",tokenSeparators:[","],width:"100%",language:{noResults:function(){return"undefined"!=e?e:""}}})})}var c=!1,d=a("#widgets-left");d.length&&(a(document).ajaxComplete(function(b,c,d){var e,f,g,h={},i=d.data.split("&");for(e in i)f=i[e].split("="),h[decodeURIComponent(f[0])]=decodeURIComponent(f[1]);h.action&&"save-widget"===h.action&&(g=a('input.widget-id[value="'+h["widget-id"]+'"]').parents(".widget"),c.responseText?a(document).trigger("saved_widget",g):wpWidgets.save(g,0,1,0))}),a(document).bind("saved_widget",function(a,d){c=!0,b()})),c||b(),a("#simcal-insert-shortcode-button").on("click",function(){setTimeout(function(){var a=document.getElementById("TB_window");"undefined"!=a&&a.classList.add("simcal-insert-shortcode-modal");var b=document.getElementById("TB_title");"undefined"!=b&&b.classList.add("simcal-insert-shortcode-modal-title")},120)}),a("#simcal-insert-shortcode").on("click",function(b){b.preventDefault();var c=a("#simcal-choose-calendar").val();wp.media.editor.insert('[calendar id="'+c+'"] '),tb_remove()})})}(this);
assets/js/admin.min.js CHANGED
@@ -1,6 +1,6 @@
1
- /*! Simple Calendar - 3.1.2
2
  * https://simplecalendar.io
3
  * Copyright (c) Moonstone Media 2016
4
  * Licensed GPLv2+ */
5
 
6
- !function(a,b){"use strict";jQuery(function(a){function b(b){var c=a(b).find("input"),d=a(b).find("> div select"),e=a(b).find("code"),f="",g="";d.each(function(b,c){var d=a(c).val(),e=a(c).find("> option:selected");d.length&&(e.data("trim")?(f=f.trim()+a(c).val(),g=g.trim()+e.data("preview")):(f+=a(c).val()+" ",g+=e.data("preview")+" "))}),c.val(f),e.text(g)}a(".simcal-help-tip").tipTip({attribute:"data-tip",delay:200,fadeIn:50,fadeOut:50}),a(".simcal-shortcode-tip").tipTip({activation:"click",defaultPosition:"top",delay:200,fadeIn:50,fadeOut:50});var c=a("#simcal-calendar-settings"),d=c.find(".simcal-box-handle"),e=c.find(".hndle");a(d).appendTo(e),a(function(){a(e).unbind("click.postboxes"),c.on("click","h3.hndle",function(b){a(b.target).filter("input, option, label, select").length||c.toggleClass("closed")})}),a(document.body).on("simcal-init-tabbed-panels",function(){a(".simcal-tabs").show(),a(".simcal-tabs a").click(function(){var b=a(this).closest("div.simcal-panels-wrap");return a("ul.simcal-tabs li",b).removeClass("active"),a(this).parent().addClass("active"),a("div.simcal-panel",b).hide(),a(a(this).attr("href")).show(),!1}),a("div.simcal-panels-wrap").each(function(){a(this).find("ul.simcal-tabs > li").eq(0).find("a").click()})}).trigger("simcal-init-tabbed-panels"),a("#_feed_type").on("change",function(){var b=a(this).find("option:selected"),c=b.val(),d=a(".simcal-tabs"),e=d.find("> .simcal-feed-type"),f=d.find("> .simcal-feed-type-"+c),g=d.find("> li:first-child > a");e.each(function(){a(this).hide()}),f.show(),g.trigger("click")}).trigger("change"),c.show();var f=a("#_calendar_view_default-calendar"),g=a("#default-calendar-settings"),h=g.find(".simcal-default-calendar-grid"),i=g.find(".simcal-default-calendar-list"),j=g.find(".simcal-default-calendar-list-grouped");f.on("change",function(){var b=a(this).val();"grid"==b?(i.hide(),j.hide(),h.show()):"list"==b?(h.hide(),j.hide(),i.show()):"list-grouped"==b&&(h.hide(),i.hide(),j.show())}).trigger("change");var k=a("#_calendar_type");k.on("change",function(){a('label[for*="_calendar_view_"]').hide(),a('#calendar-settings-panel table[id*="-settings"]').hide(),a('label[for="_calendar_view_'+a(this).val()+'"]').show(),a('#calendar-settings-panel table[id="'+a(this).val()+'-settings"]').show()}).trigger("change"),a(".simcal-field-color-picker").wpColorPicker(),a(".simcal-field-select-enhanced").each(function(b,c){var d=a(c),e=d.data("noresults"),f=d.data("allowclear");d.select2({allowClear:"undefined"!=f?f:!1,placeholder:{id:"",placeholder:""},dir:"undefined"!=simcal_admin.text_dir?simcal_admin.text_dir:"ltr",tokenSeparators:[","],width:"100%",language:{noResults:function(){return"undefined"!=e?e:""}}})});var l=a(".simcal-field-date-picker");l.each(function(b,c){var d=a(c).find("input"),e={autoSize:!0,changeMonth:!0,changeYear:!0,dateFormat:"yy-mm-dd",firstDay:1,prevText:'<i class="simcal-icon-left"></i>',nextText:'<i class="simcal-icon-right"></i>',yearRange:"1900:2050",beforeShow:function(b,c){a("#ui-datepicker-div").addClass("simcal-date-picker")}};a(d).datepicker(e),a(d).datepicker("option",a.datepicker.regional[simcal_admin.locale])});var m=a(".simcal-field-datetime-format");m.sortable({items:"> div",stop:function(){b(a(this))}}),m.each(function(c,d){var e=a(d).find("> div select");e.each(function(c,d){a(d).on("change",function(){b(a(this).closest("div.simcal-field-datetime-format"))})}),b(d)}),a(".simcal-field-datetime-format-php").each(function(b,c){var d=a(c).find("input"),e=a(c).find("code");a(d).on("keyup",function(){var b={action:"simcal_date_i18n_input_preview",value:d.val()};a.post(simcal_admin.ajax_url,b,function(b){a(e).text(b.data)})})}),a('input[type="number"].simcal-field').each(function(b,c){var d=a(c),e=d.attr("min"),f=d.attr("max");d.on("change",function(){var b=parseInt(a(this).val());e&&e>b&&a(this).val(e),f&&b>f&&a(this).val(f)})}),a(".simcal-field-switch-other").on("change",function(){var b=a(this).find("option");b.each(function(b,c){var d=a(c).data("show-field"),e=a(c).data("show-fields"),f=a(c).data("hide-field"),g=a(c).data("hide-fields"),h=d?a("#"+d):"",i=f?a("#"+f):"";if(a(c).is(":selected")){if(h&&h.show(),i&&i.hide(),e){var j=g.split(",");a(j).each(function(b,c){a("#"+c).hide()})}if(g){var k=g.split(",");a(k).each(function(b,c){a("#"+c).hide()})}}})}).trigger("change"),a(".simcal-field-show-other").on("change",function(){var b=a(this).find("option");b.each(function(b,c){var d=a(c).data("show-field"),e="undefined"!=typeof d&&d.length?a("#"+d):"",f="undefined"!=typeof d&&d.length?e.next():"";e.length&&(a(c).is(":selected")?(e.show(),f.hasClass("select2")&&f.show()):(e.hide(),f.hasClass("select2")&&f.hide()))})}).trigger("change"),a(".simcal-field-show-next").on("change",function(){var b,c,d,e;a(this).is(":checkbox")?(d=a(this).parent().next(),a(this).is(":checked")?d.show():d.hide()):(b=a(this).val(),c=a(this).data("show-next-if-value"),d=a(this).nextUntil().not("i"),e=d.length?d.next():"",b==c?(d.show(),e.hasClass("select2")&&e.show()):(d.hide(),e.hasClass("select2")&&e.hide()))}).trigger("change"),a("#simcal-clear-cache").on("click",function(b){b.preventDefault();var c=a(this).find("i");a.ajax({url:simcal_admin.ajax_url,method:"POST",data:{action:"simcal_clear_cache",id:a(this).data("id")},beforeSend:function(){c.fadeToggle()},success:function(){c.fadeToggle()},error:function(a){console.log(a)}})}),a("#simcal-drip-signup").on("click",function(b){b.preventDefault();var c=a("#simcal-drip"),d=c.find(".signup"),e=c.find(".thank-you"),f=a("#simcal-drip-form"),g=c.find("#simcal-drip-field-first_name"),h=f.find("#simcal-drip-real-field-first_name"),i=c.find("#simcal-drip-field-email"),j=f.find("#simcal-drip-real-field-email");h.val(g.val()),j.val(i.val()),d.hide(),e.show(),f.submit()}),a("#_feed_type").on("change",function(b){if("grouped-calendars"===a(this).val())a("#use_calendar").remove();else{var c='<option id="use_calendar" value="use_calendar" data-show-field="_use_calendar_warning">Event source default</option>';a("#_feed_timezone_setting").append(c)}}),a(".simcal-addon-manage-license").on("click",function(b){b.preventDefault();var c="",d=a(this),e=d.closest(".simcal-addon-manage-license-buttons"),f=d.closest(".simcal-addon-manage-license-field").find("> input"),g=e.find(".error"),h=d.find("i");if(a(this).hasClass("activate"))c="activate_license";else{if(!a(this).hasClass("deactivate"))return;c="deactivate_license"}a.ajax({url:simcal_admin.ajax_url,method:"POST",data:{action:"simcal_manage_add_on_license",add_on:a(this).data("add-on"),license_key:f.val(),license_action:c,nonce:a("#simcal_license_manager").val()},beforeSend:function(){h.fadeToggle()},success:function(b){h.fadeToggle(),"activate_license"==c?"valid"==b.data?(d.hide(),f.attr("disabled","disabled"),a(e).find(".label").show(),a(e).find(".deactivate").show(),g.hide()):g.show().text(b.data):"deactivated"==b.data?(d.hide(),f.removeAttr("disabled"),a(e).find(".label").hide(),a(e).find(".activate").show(),g.hide()):g.show().text(b.data)},error:function(a){console.log(a),h.fadeToggle()}})}),a("#simcal-reset-licenses").on("click",function(b){b.preventDefault();var c=a(this).find("i"),d=a(this).data("dialog"),e=confirm(d);!0===e&&a.ajax({url:simcal_admin.ajax_url,method:"POST",data:{action:"simcal_reset_add_ons_licenses",nonce:a("#simcal_license_manager").val()},beforeSend:function(){c.toggle()},success:function(a){"success"==a.data?location.reload():console.log(a)},error:function(a){console.log(a)}})})})}(this);
1
+ /*! Simple Calendar - 3.1.3
2
  * https://simplecalendar.io
3
  * Copyright (c) Moonstone Media 2016
4
  * Licensed GPLv2+ */
5
 
6
+ !function(a,b){"use strict";jQuery(function(a){function b(b){var c=a(b).find("input"),d=a(b).find("> div select"),e=a(b).find("code"),f="",g="";d.each(function(b,c){var d=a(c).val(),e=a(c).find("> option:selected");d.length&&(e.data("trim")?(f=f.trim()+a(c).val(),g=g.trim()+e.data("preview")):(f+=a(c).val()+" ",g+=e.data("preview")+" "))}),c.val(f),e.text(g)}a(".simcal-help-tip").tipTip({attribute:"data-tip",delay:200,fadeIn:50,fadeOut:50}),a(".simcal-shortcode-tip").tipTip({activation:"click",defaultPosition:"top",delay:200,fadeIn:50,fadeOut:50});var c=a("#simcal-calendar-settings"),d=c.find(".simcal-box-handle"),e=c.find(".hndle");a(d).appendTo(e),a(function(){a(e).unbind("click.postboxes"),c.on("click","h3.hndle",function(b){a(b.target).filter("input, option, label, select").length||c.toggleClass("closed")})}),a(document.body).on("simcal-init-tabbed-panels",function(){a(".simcal-tabs").show(),a(".simcal-tabs a").click(function(){var b=a(this).closest("div.simcal-panels-wrap");return a("ul.simcal-tabs li",b).removeClass("active"),a(this).parent().addClass("active"),a("div.simcal-panel",b).hide(),a(a(this).attr("href")).show(),!1}),a("div.simcal-panels-wrap").each(function(){a(this).find("ul.simcal-tabs > li").eq(0).find("a").click()})}).trigger("simcal-init-tabbed-panels"),a("#_feed_type").on("change",function(){var b=a(this).find("option:selected"),c=b.val(),d=a(".simcal-tabs"),e=d.find("> .simcal-feed-type"),f=d.find("> .simcal-feed-type-"+c),g=d.find("> li:first-child > a");e.each(function(){a(this).hide()}),f.show(),g.trigger("click")}).trigger("change"),c.show();var f=a("#_calendar_view_default-calendar"),g=a("#default-calendar-settings"),h=g.find(".simcal-default-calendar-grid"),i=g.find(".simcal-default-calendar-list"),j=g.find(".simcal-default-calendar-list-grouped");f.on("change",function(){var b=a(this).val();"grid"==b?(i.hide(),j.hide(),h.show()):"list"==b?(h.hide(),j.hide(),i.show()):"list-grouped"==b&&(h.hide(),i.hide(),j.show())}).trigger("change");var k=a("#_calendar_type");k.on("change",function(){a('label[for*="_calendar_view_"]').hide(),a('#calendar-settings-panel table[id*="-settings"]').hide(),a('label[for="_calendar_view_'+a(this).val()+'"]').show(),a('#calendar-settings-panel table[id="'+a(this).val()+'-settings"]').show()}).trigger("change"),a(".simcal-field-color-picker").wpColorPicker(),a(".simcal-field-select-enhanced").each(function(b,c){var d=a(c),e=d.data("noresults"),f=d.data("allowclear");d.select2({allowClear:"undefined"!=f&&f,placeholder:{id:"",placeholder:""},dir:"undefined"!=simcal_admin.text_dir?simcal_admin.text_dir:"ltr",tokenSeparators:[","],width:"100%",language:{noResults:function(){return"undefined"!=e?e:""}}})});var l=a(".simcal-field-date-picker");l.each(function(b,c){var d=a(c).find("input"),e={autoSize:!0,changeMonth:!0,changeYear:!0,dateFormat:"yy-mm-dd",firstDay:1,prevText:'<i class="simcal-icon-left"></i>',nextText:'<i class="simcal-icon-right"></i>',yearRange:"1900:2050",beforeShow:function(b,c){a("#ui-datepicker-div").addClass("simcal-date-picker")}};a(d).datepicker(e),a(d).datepicker("option",a.datepicker.regional[simcal_admin.locale])});var m=a(".simcal-field-datetime-format");m.sortable({items:"> div",stop:function(){b(a(this))}}),m.each(function(c,d){var e=a(d).find("> div select");e.each(function(c,d){a(d).on("change",function(){b(a(this).closest("div.simcal-field-datetime-format"))})}),b(d)}),a(".simcal-field-datetime-format-php").each(function(b,c){var d=a(c).find("input"),e=a(c).find("code");a(d).on("keyup",function(){var b={action:"simcal_date_i18n_input_preview",value:d.val()};a.post(simcal_admin.ajax_url,b,function(b){a(e).text(b.data)})})}),a('input[type="number"].simcal-field').each(function(b,c){var d=a(c),e=d.attr("min"),f=d.attr("max");d.on("change",function(){var b=parseInt(a(this).val());e&&b<e&&a(this).val(e),f&&b>f&&a(this).val(f)})}),a(".simcal-field-switch-other").on("change",function(){var b=a(this).find("option");b.each(function(b,c){var d=a(c).data("show-field"),e=a(c).data("show-fields"),f=a(c).data("hide-field"),g=a(c).data("hide-fields"),h=d?a("#"+d):"",i=f?a("#"+f):"";if(a(c).is(":selected")){if(h&&h.show(),i&&i.hide(),e){var j=g.split(",");a(j).each(function(b,c){a("#"+c).hide()})}if(g){var k=g.split(",");a(k).each(function(b,c){a("#"+c).hide()})}}})}).trigger("change"),a(".simcal-field-show-other").on("change",function(){var b=a(this).find("option");b.each(function(b,c){var d=a(c).data("show-field"),e="undefined"!=typeof d&&d.length?a("#"+d):"",f="undefined"!=typeof d&&d.length?e.next():"";e.length&&(a(c).is(":selected")?(e.show(),f.hasClass("select2")&&f.show()):(e.hide(),f.hasClass("select2")&&f.hide()))})}).trigger("change"),a(".simcal-field-show-next").on("change",function(){var b,c,d,e;a(this).is(":checkbox")?(d=a(this).parent().next(),a(this).is(":checked")?d.show():d.hide()):(b=a(this).val(),c=a(this).data("show-next-if-value"),d=a(this).nextUntil().not("i"),e=d.length?d.next():"",b==c?(d.show(),e.hasClass("select2")&&e.show()):(d.hide(),e.hasClass("select2")&&e.hide()))}).trigger("change"),a("#simcal-clear-cache").on("click",function(b){b.preventDefault();var c=a(this).find("i");a.ajax({url:simcal_admin.ajax_url,method:"POST",data:{action:"simcal_clear_cache",id:a(this).data("id")},beforeSend:function(){c.fadeToggle()},success:function(){c.fadeToggle()},error:function(a){console.log(a)}})}),a("#simcal-drip-signup").on("click",function(b){b.preventDefault();var c=a("#simcal-drip"),d=c.find(".signup"),e=c.find(".thank-you"),f=a("#simcal-drip-form"),g=c.find("#simcal-drip-field-first_name"),h=f.find("#simcal-drip-real-field-first_name"),i=c.find("#simcal-drip-field-email"),j=f.find("#simcal-drip-real-field-email");h.val(g.val()),j.val(i.val()),d.hide(),e.show(),f.submit()}),a("#_feed_type").on("change",function(b){if("grouped-calendars"===a(this).val())a("#use_calendar").remove();else{var c='<option id="use_calendar" value="use_calendar" data-show-field="_use_calendar_warning">Event source default</option>';a("#_feed_timezone_setting").append(c)}}),a(".simcal-addon-manage-license").on("click",function(b){b.preventDefault();var c="",d=a(this),e=d.closest(".simcal-addon-manage-license-buttons"),f=d.closest(".simcal-addon-manage-license-field").find("> input"),g=e.find(".error"),h=d.find("i");if(a(this).hasClass("activate"))c="activate_license";else{if(!a(this).hasClass("deactivate"))return;c="deactivate_license"}a.ajax({url:simcal_admin.ajax_url,method:"POST",data:{action:"simcal_manage_add_on_license",add_on:a(this).data("add-on"),license_key:f.val(),license_action:c,nonce:a("#simcal_license_manager").val()},beforeSend:function(){h.fadeToggle()},success:function(b){h.fadeToggle(),"activate_license"==c?"valid"==b.data?(d.hide(),f.attr("disabled","disabled"),a(e).find(".label").show(),a(e).find(".deactivate").show(),g.hide()):g.show().text(b.data):"deactivated"==b.data?(d.hide(),f.removeAttr("disabled"),a(e).find(".label").hide(),a(e).find(".activate").show(),g.hide()):g.show().text(b.data)},error:function(a){console.log(a),h.fadeToggle()}})}),a("#simcal-reset-licenses").on("click",function(b){b.preventDefault();var c=a(this).find("i"),d=a(this).data("dialog"),e=confirm(d);!0===e&&a.ajax({url:simcal_admin.ajax_url,method:"POST",data:{action:"simcal_reset_add_ons_licenses",nonce:a("#simcal_license_manager").val()},beforeSend:function(){c.toggle()},success:function(a){"success"==a.data?location.reload():console.log(a)},error:function(a){console.log(a)}})})})}(this);
assets/js/default-calendar.min.js CHANGED
@@ -1,6 +1,6 @@
1
- /*! Simple Calendar - 3.1.2
2
  * https://simplecalendar.io
3
  * Copyright (c) Moonstone Media 2016
4
  * Licensed GPLv2+ */
5
 
6
- !function(a,b){"use strict";jQuery(function(b){function c(a,c,d,e){a.each(function(a,f){var g=b(f),h=new Date(1e3*c);g.hasClass("simcal-prev")?(h=new Date(h.setMonth(h.getMonth(),1)),h.setDate(0),h.getTime()/1e3<=d?g.attr("disabled","disabled"):g.removeAttr("disabled")):(h=new Date(h.setMonth(h.getMonth()+1,1)),h.setDate(0),h.setHours(23),h.setMinutes(59),h.setSeconds(59),h.getTime()/1e3>=e?g.attr("disabled","disabled"):g.removeAttr("disabled"))})}function d(a,c,d,e,f,g){var h=c.find(".simcal-events-list-container"),i=h.data("prev"),j=h.data("next"),k=h.find("li.simcal-event:last").data("start");a.each(function(a,c){var h=b(c);f?("prev"==f&&h.hasClass("simcal-prev")?d>=i&&d>=g&&h.attr("disabled","disabled"):h.hasClass("simcal-prev")&&h.removeAttr("disabled"),"next"==f&&h.hasClass("simcal-next")?(j>=e&&g>=e||k>=e)&&h.attr("disabled","disabled"):b(h).hasClass("simcal-next")&&h.removeAttr("disabled")):(d>=i&&h.hasClass("simcal-prev")&&d>=g&&h.attr("disabled","disabled"),(j>=e&&h.hasClass("simcal-next")&&g>=e||k>=e)&&h.attr("disabled","disabled"))})}function e(a){var c=b(a).find(".simcal-current"),d=b(a).find(".simcal-events-list-container"),e=d.data("heading-small"),f=d.data("heading-large"),g=b("<h3 />");a.width()<400?g.text(e):g.text(f),c.html(g)}function f(c){var d=b(c).find("> table"),e=d.find("thead"),f=e.find("th.simcal-week-day"),g=d.find("td.simcal-day > div"),h=d.find("ul.simcal-events"),i=h.find("> li > .simcal-event-title"),j=d.find(".simcal-events-toggle"),k=d.find("span.simcal-events-dots"),l=d.find(".simcal-tooltip-content"),m=d.find(".simcal-event-toggled"),n=d.data("event-bubble-trigger"),o=g.first().width();if(60>o){f.each(function(a,c){b(c).text(b(c).data("screen-small"))}),h.hide(),i.hide(),"undefined"!=j&&(j.hide(),"undefined"!=m&&m.show()),k.show(),n="click";var p=o-10+"px";g.css("min-height",p),d.find("span.simcal-events-dots:not(:empty)").css("min-height",p)}else 240>=o?f.each(function(a,c){b(c).text(b(c).data("screen-medium"))}):f.each(function(a,c){b(c).text(b(c).data("screen-large"))}),h.show(),i.show(),"undefined"!=j&&(j.show(),"undefined"!=m&&m.hide()),k.hide(),g.css("min-height",o+"px");g.each(function(c,d){var e,f,g=b(d).find("span.simcal-events-dots"),h=b(d).find(".simcal-tooltip");60>o?(l.show(),e=g):(l.hide(),e=h),e.each(function(c,e){b(e).qtip({content:60>o?b(d).find("ul.simcal-events"):b(e).find("> .simcal-tooltip-content"),position:{my:"top center",at:"bottom center",target:b(e),viewport:60>o?b(a):!0,adjust:{method:"shift",scroll:!1}},style:{def:!1,classes:"simcal-default-calendar simcal-event-bubble"},show:{solo:!0,effect:!1,event:"hover"==n?"mouseenter":"click"},hide:{fixed:!0,effect:!1,event:"click"==n?"unfocus":"mouseleave",delay:100},events:{show:function(a,b){f&&f.id&&f.id!=b.id&&f.hide(),f=b}}})})})}function g(){b(".simcal-events-toggle").each(function(a,c){var d=b(c).prev(".simcal-events"),e=d.find(".simcal-event-toggled"),f=b(c).find("i");b(c).on("click",function(){f.toggleClass("simcal-icon-rotate-180"),e.slideToggle()})})}b(".simcal-default-calendar").each(function(a,h){var i,j,k=b(h),l=k.data("calendar-id"),m=k.data("offset"),n=k.data("events-first"),o=k.data("calendar-end"),p=k.find(".simcal-calendar-head"),q=p.find(".simcal-nav-button"),r=k.find(".simcal-ajax-loader"),s=p.find(".simcal-current"),t=s.data("calendar-current"),u=s.find("span.simcal-current-month"),v=s.find("span.simcal-current-year"),w=moment.tz(1e3*t,k.data("timezone"));k.hasClass("simcal-default-calendar-grid")?(j="simcal_default_calendar_draw_grid",i=new Date(w.year(),w.month()),c(q,i.getTime()/1e3,n,o)):(j="simcal_default_calendar_draw_list",d(q,k,n,o,!1,t),e(k)),q.on("click",function(){var a=b(this).hasClass("simcal-next")?"next":"prev";if("simcal_default_calendar_draw_grid"==j){var h,p,t,w=k.find(".simcal-month");"prev"==a?h=new Date(i.setMonth(i.getMonth()-1,1)):(h=new Date(i.setMonth(i.getMonth()+2,1)),h.setDate(0),h.setHours(23),h.setMinutes(59),h.setSeconds(59)),p=h.getMonth(),t=h.getFullYear(),b.ajax({url:simcal_default_calendar.ajax_url,method:"POST",dataType:"json",cache:!1,data:{action:j,month:p+1,year:t,id:l},beforeSend:function(){r.fadeToggle()},success:function(a){u.text(simcal_default_calendar.months.full[p]),v.text(t),s.attr("data-calendar-current",h.getTime()/1e3+m+1),c(q,h.getTime()/1e3,n,o),r.fadeToggle(),i=h,w.replaceWith(a.data),f(k,x),g()},error:function(a){console.log(a)}})}else{var x=k.find(".simcal-events-list-container"),y=x.data("prev"),z=x.data("next"),A="prev"==a?y:z;b.ajax({url:simcal_default_calendar.ajax_url,method:"POST",dataType:"json",cache:!1,data:{action:j,ts:A,id:l},beforeSend:function(){r.fadeToggle()},success:function(b){x.replaceWith(b.data),s.attr("data-calendar-current",A),e(k),d(q,k,n,o,a,A),r.fadeToggle(),g()},error:function(a){console.log(a)}})}})});var h=b(".simcal-default-calendar-grid");h.each(function(a,c){f(c),b(c).on("change",function(){f(this)})}),a.onresize=function(){h.each(function(a,b){f(b)})},g()})}(this);
1
+ /*! Simple Calendar - 3.1.3
2
  * https://simplecalendar.io
3
  * Copyright (c) Moonstone Media 2016
4
  * Licensed GPLv2+ */
5
 
6
+ !function(a,b){"use strict";jQuery(function(b){function c(a,c,d,e){a.each(function(a,f){var g=b(f),h=new Date(1e3*c);g.hasClass("simcal-prev")?(h=new Date(h.setMonth(h.getMonth(),1)),h.setDate(0),h.getTime()/1e3<=d?g.attr("disabled","disabled"):g.removeAttr("disabled")):(h=new Date(h.setMonth(h.getMonth()+1,1)),h.setDate(0),h.setHours(23),h.setMinutes(59),h.setSeconds(59),h.getTime()/1e3>=e?g.attr("disabled","disabled"):g.removeAttr("disabled"))})}function d(a,c,d,e,f,g){var h=c.find(".simcal-events-list-container"),i=h.data("prev"),j=h.data("next"),k=h.find("li.simcal-event:last").data("start");a.each(function(a,c){var h=b(c);f?("prev"==f&&h.hasClass("simcal-prev")?i<=d&&g<=d&&h.attr("disabled","disabled"):h.hasClass("simcal-prev")&&h.removeAttr("disabled"),"next"==f&&h.hasClass("simcal-next")?(j>=e&&g>=e||k>=e)&&h.attr("disabled","disabled"):b(h).hasClass("simcal-next")&&h.removeAttr("disabled")):(i<=d&&h.hasClass("simcal-prev")&&g<=d&&h.attr("disabled","disabled"),(j>=e&&h.hasClass("simcal-next")&&g>=e||k>=e)&&h.attr("disabled","disabled"))})}function e(a){var c=b(a).find(".simcal-current"),d=b(a).find(".simcal-events-list-container"),e=d.data("heading-small"),f=d.data("heading-large"),g=b("<h3 />");a.width()<400?g.text(e):g.text(f),c.html(g)}function f(c){var d=b(c).find("> table"),e=d.find("thead"),f=e.find("th.simcal-week-day"),g=d.find("td.simcal-day > div"),h=d.find("ul.simcal-events"),i=h.find("> li > .simcal-event-title"),j=d.find(".simcal-events-toggle"),k=d.find("span.simcal-events-dots"),l=d.find(".simcal-tooltip-content"),m=d.find(".simcal-event-toggled"),n=d.data("event-bubble-trigger"),o=g.first().width();if(o<60){f.each(function(a,c){b(c).text(b(c).data("screen-small"))}),h.hide(),i.hide(),"undefined"!=j&&(j.hide(),"undefined"!=m&&m.show()),k.show(),n="click";var p=o-10+"px";g.css("min-height",p),d.find("span.simcal-events-dots:not(:empty)").css("min-height",p)}else o<=240?f.each(function(a,c){b(c).text(b(c).data("screen-medium"))}):f.each(function(a,c){b(c).text(b(c).data("screen-large"))}),h.show(),i.show(),"undefined"!=j&&(j.show(),"undefined"!=m&&m.hide()),k.hide(),g.css("min-height",o+"px");g.each(function(c,d){var e,f,g=b(d).find("span.simcal-events-dots"),h=b(d).find(".simcal-tooltip");o<60?(l.show(),e=g):(l.hide(),e=h),e.each(function(c,e){b(e).qtip({content:o<60?b(d).find("ul.simcal-events"):b(e).find("> .simcal-tooltip-content"),position:{my:"top center",at:"bottom center",target:b(e),viewport:!(o<60)||b(a),adjust:{method:"shift",scroll:!1}},style:{def:!1,classes:"simcal-default-calendar simcal-event-bubble"},show:{solo:!0,effect:!1,event:"hover"==n?"mouseenter":"click"},hide:{fixed:!0,effect:!1,event:"click"==n?"unfocus":"mouseleave",delay:100},events:{show:function(a,b){f&&f.id&&f.id!=b.id&&f.hide(),f=b}}})})})}function g(){b(".simcal-events-toggle").each(function(a,c){var d=b(c).prev(".simcal-events"),e=d.find(".simcal-event-toggled"),f=b(c).find("i");b(c).on("click",function(){f.toggleClass("simcal-icon-rotate-180"),e.slideToggle()})})}b(".simcal-default-calendar").each(function(a,h){var i,j,k=b(h),l=k.data("calendar-id"),m=k.data("offset"),n=k.data("events-first"),o=k.data("calendar-end"),p=k.find(".simcal-calendar-head"),q=p.find(".simcal-nav-button"),r=k.find(".simcal-ajax-loader"),s=p.find(".simcal-current"),t=s.data("calendar-current"),u=s.find("span.simcal-current-month"),v=s.find("span.simcal-current-year"),w=moment.tz(1e3*t,k.data("timezone"));k.hasClass("simcal-default-calendar-grid")?(j="simcal_default_calendar_draw_grid",i=new Date(w.year(),w.month()),c(q,i.getTime()/1e3,n,o)):(j="simcal_default_calendar_draw_list",d(q,k,n,o,!1,t),e(k)),q.on("click",function(){var a=b(this).hasClass("simcal-next")?"next":"prev";if("simcal_default_calendar_draw_grid"==j){var h,p,t,w=k.find(".simcal-month");"prev"==a?h=new Date(i.setMonth(i.getMonth()-1,1)):(h=new Date(i.setMonth(i.getMonth()+2,1)),h.setDate(0),h.setHours(23),h.setMinutes(59),h.setSeconds(59)),p=h.getMonth(),t=h.getFullYear(),b.ajax({url:simcal_default_calendar.ajax_url,method:"POST",dataType:"json",cache:!1,data:{action:j,month:p+1,year:t,id:l},beforeSend:function(){r.fadeToggle()},success:function(a){u.text(simcal_default_calendar.months.full[p]),v.text(t),s.attr("data-calendar-current",h.getTime()/1e3+m+1),c(q,h.getTime()/1e3,n,o),r.fadeToggle(),i=h,w.replaceWith(a.data),f(k,x),g()},error:function(a){console.log(a)}})}else{var x=k.find(".simcal-events-list-container"),y=x.data("prev"),z=x.data("next"),A="prev"==a?y:z;b.ajax({url:simcal_default_calendar.ajax_url,method:"POST",dataType:"json",cache:!1,data:{action:j,ts:A,id:l},beforeSend:function(){r.fadeToggle()},success:function(b){x.replaceWith(b.data),s.attr("data-calendar-current",A),e(k),d(q,k,n,o,a,A),r.fadeToggle(),g()},error:function(a){console.log(a)}})}})});var h=b(".simcal-default-calendar-grid");h.each(function(a,c){f(c),b(c).on("change",function(){f(this)})}),a.onresize=function(){h.each(function(a,b){f(b)})},g()})}(this);
assets/js/vendor/imagesloaded.pkgd.js CHANGED
@@ -1,11 +1,11 @@
1
  /*!
2
- * imagesLoaded PACKAGED v4.1.0
3
  * JavaScript is all like "You images are done yet or what?"
4
  * MIT License
5
  */
6
 
7
  /**
8
- * EvEmitter v1.0.1
9
  * Lil' event emitter
10
  * MIT License
11
  */
@@ -14,7 +14,7 @@
14
 
15
  ( function( global, factory ) {
16
  // universal module definition
17
- /* jshint strict: false */ /* globals define, module */
18
  if ( typeof define == 'function' && define.amd ) {
19
  // AMD - RequireJS
20
  define( 'ev-emitter/ev-emitter',factory );
@@ -26,7 +26,7 @@
26
  global.EvEmitter = factory();
27
  }
28
 
29
- }( this, function() {
30
 
31
 
32
 
@@ -59,8 +59,8 @@ proto.once = function( eventName, listener ) {
59
  // set once flag
60
  // set onceEvents hash
61
  var onceEvents = this._onceEvents = this._onceEvents || {};
62
- // set onceListeners array
63
- var onceListeners = onceEvents[ eventName ] = onceEvents[ eventName ] || [];
64
  // set flag
65
  onceListeners[ listener ] = true;
66
 
@@ -115,7 +115,7 @@ return EvEmitter;
115
  }));
116
 
117
  /*!
118
- * imagesLoaded v4.1.0
119
  * JavaScript is all like "You images are done yet or what?"
120
  * MIT License
121
  */
1
  /*!
2
+ * imagesLoaded PACKAGED v4.1.1
3
  * JavaScript is all like "You images are done yet or what?"
4
  * MIT License
5
  */
6
 
7
  /**
8
+ * EvEmitter v1.0.3
9
  * Lil' event emitter
10
  * MIT License
11
  */
14
 
15
  ( function( global, factory ) {
16
  // universal module definition
17
+ /* jshint strict: false */ /* globals define, module, window */
18
  if ( typeof define == 'function' && define.amd ) {
19
  // AMD - RequireJS
20
  define( 'ev-emitter/ev-emitter',factory );
26
  global.EvEmitter = factory();
27
  }
28
 
29
+ }( typeof window != 'undefined' ? window : this, function() {
30
 
31
 
32
 
59
  // set once flag
60
  // set onceEvents hash
61
  var onceEvents = this._onceEvents = this._onceEvents || {};
62
+ // set onceListeners object
63
+ var onceListeners = onceEvents[ eventName ] = onceEvents[ eventName ] || {};
64
  // set flag
65
  onceListeners[ listener ] = true;
66
 
115
  }));
116
 
117
  /*!
118
+ * imagesLoaded v4.1.1
119
  * JavaScript is all like "You images are done yet or what?"
120
  * MIT License
121
  */
assets/js/vendor/imagesloaded.pkgd.min.js CHANGED
@@ -1,7 +1,7 @@
1
  /*!
2
- * imagesLoaded PACKAGED v4.1.0
3
  * JavaScript is all like "You images are done yet or what?"
4
  * MIT License
5
  */
6
 
7
- !function(t,e){"function"==typeof define&&define.amd?define("ev-emitter/ev-emitter",e):"object"==typeof module&&module.exports?module.exports=e():t.EvEmitter=e()}(this,function(){function t(){}var e=t.prototype;return e.on=function(t,e){if(t&&e){var i=this._events=this._events||{},n=i[t]=i[t]||[];return-1==n.indexOf(e)&&n.push(e),this}},e.once=function(t,e){if(t&&e){this.on(t,e);var i=this._onceEvents=this._onceEvents||{},n=i[t]=i[t]||[];return n[e]=!0,this}},e.off=function(t,e){var i=this._events&&this._events[t];if(i&&i.length){var n=i.indexOf(e);return-1!=n&&i.splice(n,1),this}},e.emitEvent=function(t,e){var i=this._events&&this._events[t];if(i&&i.length){var n=0,o=i[n];e=e||[];for(var r=this._onceEvents&&this._onceEvents[t];o;){var s=r&&r[o];s&&(this.off(t,o),delete r[o]),o.apply(this,e),n+=s?0:1,o=i[n]}return this}},t}),function(t,e){"use strict";"function"==typeof define&&define.amd?define(["ev-emitter/ev-emitter"],function(i){return e(t,i)}):"object"==typeof module&&module.exports?module.exports=e(t,require("ev-emitter")):t.imagesLoaded=e(t,t.EvEmitter)}(window,function(t,e){function i(t,e){for(var i in e)t[i]=e[i];return t}function n(t){var e=[];if(Array.isArray(t))e=t;else if("number"==typeof t.length)for(var i=0;i<t.length;i++)e.push(t[i]);else e.push(t);return e}function o(t,e,r){return this instanceof o?("string"==typeof t&&(t=document.querySelectorAll(t)),this.elements=n(t),this.options=i({},this.options),"function"==typeof e?r=e:i(this.options,e),r&&this.on("always",r),this.getImages(),h&&(this.jqDeferred=new h.Deferred),void setTimeout(function(){this.check()}.bind(this))):new o(t,e,r)}function r(t){this.img=t}function s(t,e){this.url=t,this.element=e,this.img=new Image}var h=t.jQuery,a=t.console;o.prototype=Object.create(e.prototype),o.prototype.options={},o.prototype.getImages=function(){this.images=[],this.elements.forEach(this.addElementImages,this)},o.prototype.addElementImages=function(t){"IMG"==t.nodeName&&this.addImage(t),this.options.background===!0&&this.addElementBackgroundImages(t);var e=t.nodeType;if(e&&d[e]){for(var i=t.querySelectorAll("img"),n=0;n<i.length;n++){var o=i[n];this.addImage(o)}if("string"==typeof this.options.background){var r=t.querySelectorAll(this.options.background);for(n=0;n<r.length;n++){var s=r[n];this.addElementBackgroundImages(s)}}}};var d={1:!0,9:!0,11:!0};return o.prototype.addElementBackgroundImages=function(t){var e=getComputedStyle(t);if(e)for(var i=/url\((['"])?(.*?)\1\)/gi,n=i.exec(e.backgroundImage);null!==n;){var o=n&&n[2];o&&this.addBackground(o,t),n=i.exec(e.backgroundImage)}},o.prototype.addImage=function(t){var e=new r(t);this.images.push(e)},o.prototype.addBackground=function(t,e){var i=new s(t,e);this.images.push(i)},o.prototype.check=function(){function t(t,i,n){setTimeout(function(){e.progress(t,i,n)})}var e=this;return this.progressedCount=0,this.hasAnyBroken=!1,this.images.length?void this.images.forEach(function(e){e.once("progress",t),e.check()}):void this.complete()},o.prototype.progress=function(t,e,i){this.progressedCount++,this.hasAnyBroken=this.hasAnyBroken||!t.isLoaded,this.emitEvent("progress",[this,t,e]),this.jqDeferred&&this.jqDeferred.notify&&this.jqDeferred.notify(this,t),this.progressedCount==this.images.length&&this.complete(),this.options.debug&&a&&a.log("progress: "+i,t,e)},o.prototype.complete=function(){var t=this.hasAnyBroken?"fail":"done";if(this.isComplete=!0,this.emitEvent(t,[this]),this.emitEvent("always",[this]),this.jqDeferred){var e=this.hasAnyBroken?"reject":"resolve";this.jqDeferred[e](this)}},r.prototype=Object.create(e.prototype),r.prototype.check=function(){var t=this.getIsImageComplete();return t?void this.confirm(0!==this.img.naturalWidth,"naturalWidth"):(this.proxyImage=new Image,this.proxyImage.addEventListener("load",this),this.proxyImage.addEventListener("error",this),this.img.addEventListener("load",this),this.img.addEventListener("error",this),void(this.proxyImage.src=this.img.src))},r.prototype.getIsImageComplete=function(){return this.img.complete&&void 0!==this.img.naturalWidth},r.prototype.confirm=function(t,e){this.isLoaded=t,this.emitEvent("progress",[this,this.img,e])},r.prototype.handleEvent=function(t){var e="on"+t.type;this[e]&&this[e](t)},r.prototype.onload=function(){this.confirm(!0,"onload"),this.unbindEvents()},r.prototype.onerror=function(){this.confirm(!1,"onerror"),this.unbindEvents()},r.prototype.unbindEvents=function(){this.proxyImage.removeEventListener("load",this),this.proxyImage.removeEventListener("error",this),this.img.removeEventListener("load",this),this.img.removeEventListener("error",this)},s.prototype=Object.create(r.prototype),s.prototype.check=function(){this.img.addEventListener("load",this),this.img.addEventListener("error",this),this.img.src=this.url;var t=this.getIsImageComplete();t&&(this.confirm(0!==this.img.naturalWidth,"naturalWidth"),this.unbindEvents())},s.prototype.unbindEvents=function(){this.img.removeEventListener("load",this),this.img.removeEventListener("error",this)},s.prototype.confirm=function(t,e){this.isLoaded=t,this.emitEvent("progress",[this,this.element,e])},o.makeJQueryPlugin=function(e){e=e||t.jQuery,e&&(h=e,h.fn.imagesLoaded=function(t,e){var i=new o(this,t,e);return i.jqDeferred.promise(h(this))})},o.makeJQueryPlugin(),o});
1
  /*!
2
+ * imagesLoaded PACKAGED v4.1.1
3
  * JavaScript is all like "You images are done yet or what?"
4
  * MIT License
5
  */
6
 
7
+ !function(t,e){"function"==typeof define&&define.amd?define("ev-emitter/ev-emitter",e):"object"==typeof module&&module.exports?module.exports=e():t.EvEmitter=e()}("undefined"!=typeof window?window:this,function(){function t(){}var e=t.prototype;return e.on=function(t,e){if(t&&e){var i=this._events=this._events||{},n=i[t]=i[t]||[];return-1==n.indexOf(e)&&n.push(e),this}},e.once=function(t,e){if(t&&e){this.on(t,e);var i=this._onceEvents=this._onceEvents||{},n=i[t]=i[t]||{};return n[e]=!0,this}},e.off=function(t,e){var i=this._events&&this._events[t];if(i&&i.length){var n=i.indexOf(e);return-1!=n&&i.splice(n,1),this}},e.emitEvent=function(t,e){var i=this._events&&this._events[t];if(i&&i.length){var n=0,o=i[n];e=e||[];for(var r=this._onceEvents&&this._onceEvents[t];o;){var s=r&&r[o];s&&(this.off(t,o),delete r[o]),o.apply(this,e),n+=s?0:1,o=i[n]}return this}},t}),function(t,e){"use strict";"function"==typeof define&&define.amd?define(["ev-emitter/ev-emitter"],function(i){return e(t,i)}):"object"==typeof module&&module.exports?module.exports=e(t,require("ev-emitter")):t.imagesLoaded=e(t,t.EvEmitter)}(window,function(t,e){function i(t,e){for(var i in e)t[i]=e[i];return t}function n(t){var e=[];if(Array.isArray(t))e=t;else if("number"==typeof t.length)for(var i=0;i<t.length;i++)e.push(t[i]);else e.push(t);return e}function o(t,e,r){return this instanceof o?("string"==typeof t&&(t=document.querySelectorAll(t)),this.elements=n(t),this.options=i({},this.options),"function"==typeof e?r=e:i(this.options,e),r&&this.on("always",r),this.getImages(),h&&(this.jqDeferred=new h.Deferred),void setTimeout(function(){this.check()}.bind(this))):new o(t,e,r)}function r(t){this.img=t}function s(t,e){this.url=t,this.element=e,this.img=new Image}var h=t.jQuery,a=t.console;o.prototype=Object.create(e.prototype),o.prototype.options={},o.prototype.getImages=function(){this.images=[],this.elements.forEach(this.addElementImages,this)},o.prototype.addElementImages=function(t){"IMG"==t.nodeName&&this.addImage(t),this.options.background===!0&&this.addElementBackgroundImages(t);var e=t.nodeType;if(e&&d[e]){for(var i=t.querySelectorAll("img"),n=0;n<i.length;n++){var o=i[n];this.addImage(o)}if("string"==typeof this.options.background){var r=t.querySelectorAll(this.options.background);for(n=0;n<r.length;n++){var s=r[n];this.addElementBackgroundImages(s)}}}};var d={1:!0,9:!0,11:!0};return o.prototype.addElementBackgroundImages=function(t){var e=getComputedStyle(t);if(e)for(var i=/url\((['"])?(.*?)\1\)/gi,n=i.exec(e.backgroundImage);null!==n;){var o=n&&n[2];o&&this.addBackground(o,t),n=i.exec(e.backgroundImage)}},o.prototype.addImage=function(t){var e=new r(t);this.images.push(e)},o.prototype.addBackground=function(t,e){var i=new s(t,e);this.images.push(i)},o.prototype.check=function(){function t(t,i,n){setTimeout(function(){e.progress(t,i,n)})}var e=this;return this.progressedCount=0,this.hasAnyBroken=!1,this.images.length?void this.images.forEach(function(e){e.once("progress",t),e.check()}):void this.complete()},o.prototype.progress=function(t,e,i){this.progressedCount++,this.hasAnyBroken=this.hasAnyBroken||!t.isLoaded,this.emitEvent("progress",[this,t,e]),this.jqDeferred&&this.jqDeferred.notify&&this.jqDeferred.notify(this,t),this.progressedCount==this.images.length&&this.complete(),this.options.debug&&a&&a.log("progress: "+i,t,e)},o.prototype.complete=function(){var t=this.hasAnyBroken?"fail":"done";if(this.isComplete=!0,this.emitEvent(t,[this]),this.emitEvent("always",[this]),this.jqDeferred){var e=this.hasAnyBroken?"reject":"resolve";this.jqDeferred[e](this)}},r.prototype=Object.create(e.prototype),r.prototype.check=function(){var t=this.getIsImageComplete();return t?void this.confirm(0!==this.img.naturalWidth,"naturalWidth"):(this.proxyImage=new Image,this.proxyImage.addEventListener("load",this),this.proxyImage.addEventListener("error",this),this.img.addEventListener("load",this),this.img.addEventListener("error",this),void(this.proxyImage.src=this.img.src))},r.prototype.getIsImageComplete=function(){return this.img.complete&&void 0!==this.img.naturalWidth},r.prototype.confirm=function(t,e){this.isLoaded=t,this.emitEvent("progress",[this,this.img,e])},r.prototype.handleEvent=function(t){var e="on"+t.type;this[e]&&this[e](t)},r.prototype.onload=function(){this.confirm(!0,"onload"),this.unbindEvents()},r.prototype.onerror=function(){this.confirm(!1,"onerror"),this.unbindEvents()},r.prototype.unbindEvents=function(){this.proxyImage.removeEventListener("load",this),this.proxyImage.removeEventListener("error",this),this.img.removeEventListener("load",this),this.img.removeEventListener("error",this)},s.prototype=Object.create(r.prototype),s.prototype.check=function(){this.img.addEventListener("load",this),this.img.addEventListener("error",this),this.img.src=this.url;var t=this.getIsImageComplete();t&&(this.confirm(0!==this.img.naturalWidth,"naturalWidth"),this.unbindEvents())},s.prototype.unbindEvents=function(){this.img.removeEventListener("load",this),this.img.removeEventListener("error",this)},s.prototype.confirm=function(t,e){this.isLoaded=t,this.emitEvent("progress",[this,this.element,e])},o.makeJQueryPlugin=function(e){e=e||t.jQuery,e&&(h=e,h.fn.imagesLoaded=function(t,e){var i=new o(this,t,e);return i.jqDeferred.promise(h(this))})},o.makeJQueryPlugin(),o});
assets/js/vendor/moment-timezone-with-data.js CHANGED
@@ -1,5 +1,5 @@
1
  //! moment-timezone.js
2
- //! version : 0.5.4
3
  //! author : Tim Wood
4
  //! license : MIT
5
  //! github.com/moment/moment-timezone
@@ -24,7 +24,7 @@
24
  return moment;
25
  }
26
 
27
- var VERSION = "0.5.4",
28
  zones = {},
29
  links = {},
30
  names = {},
@@ -596,7 +596,7 @@
596
  }
597
 
598
  loadData({
599
- "version": "2016d",
600
  "zones": [
601
  "Africa/Abidjan|LMT GMT|g.8 0|01|-2ldXH.Q|48e5",
602
  "Africa/Accra|LMT GMT GHST|.Q 0 -k|012121212121212121212121212121212121212121212121|-26BbX.8 6tzX.8 MnE 1BAk MnE 1BAk MnE 1BAk MnE 1C0k MnE 1BAk MnE 1BAk MnE 1BAk MnE 1C0k MnE 1BAk MnE 1BAk MnE 1BAk MnE 1C0k MnE 1BAk MnE 1BAk MnE 1BAk MnE 1C0k MnE 1BAk MnE 1BAk MnE 1BAk MnE 1C0k MnE 1BAk MnE 1BAk MnE|41e5",
@@ -644,7 +644,7 @@
644
  "America/Boa_Vista|LMT AMT AMST|42.E 40 30|0121212121212121212121212121212121|-2glvV.k HdKV.k 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 smp0 WL0 1tB0 2L0|62e2",
645
  "America/Bogota|BMT COT COST|4U.g 50 40|0121|-2eb73.I 38yo3.I 2en0|90e5",
646
  "America/Boise|PST PDT MST MWT MPT MDT|80 70 70 60 60 60|0101023425252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252|-261q0 1nX0 11B0 1nX0 8C10 JCL0 8x20 ix0 QwN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 Dd0 1Kn0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|21e4",
647
- "America/Cambridge_Bay|zzz MST MWT MPT MDDT MDT CST CDT EST|0 70 60 60 50 60 60 50 50|0123141515151515151515151515151515151515151515678651515151515151515151515151515151515151515151515151515151515151515151515151|-21Jc0 RO90 8x20 ix0 LCL0 1fA0 zgO0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11A0 1nX0 2K0 WQ0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|15e2",
648
  "America/Campo_Grande|LMT AMT AMST|3C.s 40 30|012121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212|-2glwl.w HdLl.w 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 1EN0 Lz0 1C10 IL0 1HB0 Db0 1HB0 On0 1zd0 On0 1zd0 Lz0 1zd0 Rb0 1wN0 Wn0 1tB0 Rb0 1tB0 WL0 1tB0 Rb0 1zd0 On0 1HB0 FX0 1C10 Lz0 1Ip0 HX0 1zd0 On0 1HB0 IL0 1wp0 On0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 Rb0 1zd0 Lz0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 On0 1zd0 On0 1C10 Lz0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 Rb0 1wp0 On0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 On0 1zd0 On0 1C10 Lz0 1C10 Lz0 1C10 Lz0 1C10 On0 1zd0 Rb0 1wp0 On0 1C10 Lz0 1C10 On0 1zd0|77e4",
649
  "America/Cancun|LMT CST EST EDT CDT|5L.4 60 50 40 50|0123232341414141414141414141414141414141412|-1UQG0 2q2o0 yLB0 1lb0 14p0 1lb0 14p0 Lz0 xB0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 Dd0|63e4",
650
  "America/Caracas|CMT VET VET|4r.E 4u 40|01212|-2kV7w.k 28KM2.k 1IwOu kqo0|29e5",
@@ -684,8 +684,8 @@
684
  "America/Indiana/Vevay|CST CDT CWT CPT EST EDT|60 50 50 50 50 40|010102304545454545454545454545454545454545454545454545454545454545454545454545454|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 kPB0 Awn0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1lnd0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0",
685
  "America/Indiana/Vincennes|CST CDT CWT CPT EST EDT|60 50 50 50 50 40|01010230101010101010101010101010454541014545454545454545454545454545454545454545454545454545454545454|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 1o10 11z0 g0p0 11z0 1o10 11z0 1qL0 WN0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 1fz0 1cN0 WL0 1qN0 1cL0 1cN0 1cL0 1cN0 caL0 1cL0 1cN0 1cL0 1qhd0 1o00 Rd0 1zb0 Oo0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0",
686
  "America/Indiana/Winamac|CST CDT CWT CPT EST EDT|60 50 50 50 50 40|01010230101010101010101010101010101010454541054545454545454545454545454545454545454545454545454545454545454|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 1fz0 1cN0 1cL0 1cN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 jrz0 1cL0 1cN0 1cL0 1qhd0 1o00 Rd0 1za0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0",
687
- "America/Inuvik|zzz PST PDDT MST MDT|0 80 60 70 60|0121343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343|-FnA0 tWU0 1fA0 wPe0 2pz0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|35e2",
688
- "America/Iqaluit|zzz EWT EPT EST EDDT EDT CST CDT|0 40 40 50 30 40 60 50|01234353535353535353535353535353535353535353567353535353535353535353535353535353535353535353535353535353535353535353535353|-16K00 7nX0 iv0 LCL0 1fA0 zgO0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11C0 1nX0 11A0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|67e2",
689
  "America/Jamaica|KMT EST EDT|57.b 50 40|0121212121212121212121|-2l1uQ.N 2uM1Q.N 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0|94e4",
690
  "America/Juneau|PST PWT PPT PDT YDT YST AKST AKDT|80 70 70 70 80 90 90 80|01203030303030303030303030403030356767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676|-17T20 8x10 iy0 Vo10 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cM0 1cM0 1cL0 1cN0 1fz0 1a10 1fz0 co0 10q0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|33e3",
691
  "America/Kentucky/Louisville|CST CDT CWT CPT EST EDT|60 50 50 50 50 40|0101010102301010101010101010101010101454545454545414545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454|-261s0 1nX0 11B0 1nX0 3Fd0 Nb0 LPd0 11z0 RB0 8x30 iw0 Bb0 10N0 2bB0 8in0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 xz0 gso0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1VA0 LA0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0",
@@ -717,7 +717,7 @@
717
  "America/North_Dakota/Center|MST MDT MWT MPT CST CDT|70 60 60 60 60 50|010102301010101010101010101010101010101010101010101010101014545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454|-261r0 1nX0 11B0 1nX0 SgN0 8x20 ix0 QwN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14o0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0",
718
  "America/North_Dakota/New_Salem|MST MDT MWT MPT CST CDT|70 60 60 60 60 50|010102301010101010101010101010101010101010101010101010101010101010101010101010101454545454545454545454545454545454545454545454545454545454545454545454|-261r0 1nX0 11B0 1nX0 SgN0 8x20 ix0 QwN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14o0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0",
719
  "America/Ojinaga|LMT MST CST CDT MDT|6V.E 70 60 50 60|0121212323241414141414141414141414141414141414141414141414141414141414141414141414141414141|-1UQF0 deL0 8lc0 17c0 10M0 1dd0 2zQN0 1lb0 14p0 1lb0 14q0 1lb0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 U10 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|23e3",
720
- "America/Pangnirtung|zzz AST AWT APT ADDT ADT EDT EST CST CDT|0 40 30 30 20 30 40 50 60 50|012314151515151515151515151515151515167676767689767676767676767676767676767676767676767676767676767676767676767676767676767|-1XiM0 PnG0 8x50 iu0 LCL0 1fA0 zgO0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1o00 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11C0 1nX0 11A0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|14e2",
721
  "America/Paramaribo|LMT PMT PMT NEGT SRT SRT|3E.E 3E.Q 3E.A 3u 3u 30|012345|-2nDUj.k Wqo0.c qanX.I 1dmLN.o lzc0|24e4",
722
  "America/Phoenix|MST MDT MWT|70 60 60|01010202010|-261r0 1nX0 11B0 1nX0 SgN0 4Al1 Ap0 1db0 SWqX 1cL0|42e5",
723
  "America/Port-au-Prince|PPMT EST EDT|4N 50 40|01212121212121212121212121212121212121212121|-28RHb 2FnMb 19X0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14q0 1o00 11A0 1o00 11A0 1o00 14o0 1lc0 14o0 1lc0 14o0 1o00 11A0 1o00 11A0 1o00 14o0 1lc0 14o0 1lc0 i6n0 1nX0 11B0 1nX0 d430 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|23e5",
@@ -725,10 +725,10 @@
725
  "America/Porto_Velho|LMT AMT AMST|4f.A 40 30|012121212121212121212121212121|-2glvI.o HdKI.o 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0|37e4",
726
  "America/Puerto_Rico|AST AWT APT|40 30 30|0120|-17lU0 7XT0 iu0|24e5",
727
  "America/Rainy_River|CST CDT CWT CPT|60 50 50 50|010123010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-25TQ0 1in0 Rnb0 3je0 8x30 iw0 19yN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|842",
728
- "America/Rankin_Inlet|zzz CST CDDT CDT EST|0 60 40 50 50|012131313131313131313131313131313131313131313431313131313131313131313131313131313131313131313131313131313131313131313131|-vDc0 keu0 1fA0 zgO0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|26e2",
729
  "America/Recife|LMT BRT BRST|2j.A 30 20|0121212121212121212121212121212121212121|-2glxE.o HdLE.o 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 nsp0 WL0 1tB0 2L0 2pB0 On0|33e5",
730
  "America/Regina|LMT MST MDT MWT MPT CST|6W.A 70 60 60 60 60|012121212121212121212121341212121212121212121212121215|-2AD51.o uHe1.o 1in0 s2L0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 66N0 1cL0 1cN0 19X0 1fB0 1cL0 1fB0 1cL0 1cN0 1cL0 M30 8x20 ix0 1ip0 1cL0 1ip0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 3NB0 1cL0 1cN0|19e4",
731
- "America/Resolute|zzz CST CDDT CDT EST|0 60 40 50 50|012131313131313131313131313131313131313131313431313131313431313131313131313131313131313131313131313131313131313131313131|-SnA0 GWS0 1fA0 zgO0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|229",
732
  "America/Santarem|LMT AMT AMST BRT|3C.M 40 30 30|0121212121212121212121212121213|-2glwl.c HdLl.c 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 NBd0|21e4",
733
  "America/Santiago|SMT CLT CLT CLST CLST|4G.K 50 40 40 30|010203131313131212421242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424|-2q2jh.e fJAh.e 5knG.K 1Vzh.e jRAG.K 1pbh.e 11d0 1oL0 11d0 1oL0 11d0 1oL0 11d0 1pb0 11d0 nHX0 op0 9Bz0 jb0 1oN0 ko0 Qeo0 WL0 1zd0 On0 1ip0 11z0 1o10 11z0 1qN0 WL0 1ld0 14n0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 WL0 1qN0 1cL0 1cN0 11z0 1o10 11z0 1qN0 WL0 1fB0 19X0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 17b0 1ip0 11z0 1ip0 1fz0 1fB0 11z0 1qN0 WL0 1qN0 WL0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 17b0 1ip0 11z0 1o10 19X0 1fB0 1nX0 G10 1EL0 Op0 1zb0 Rd0 1wn0 Rd0 46n0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Dd0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Dd0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Dd0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0|62e5",
734
  "America/Santo_Domingo|SDMT EST EDT EHDT AST|4E 50 40 4u 40|01213131313131414|-1ttjk 1lJMk Mn0 6sp0 Lbu 1Cou yLu 1RAu wLu 1QMu xzu 1Q0u xXu 1PAu 13jB0 e00|29e5",
@@ -744,18 +744,18 @@
744
  "America/Whitehorse|YST YDT YWT YPT YDDT PST PDT|90 80 80 80 70 80 70|0101023040565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565|-25TN0 1in0 1o10 13V0 Ser0 8x00 iz0 LCL0 1fA0 3NA0 vrd0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|23e3",
745
  "America/Winnipeg|CST CDT CWT CPT|60 50 50 50|010101023010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2aIi0 WL0 3ND0 1in0 Jap0 Rb0 aCN0 8x30 iw0 1tB0 11z0 1ip0 11z0 1o10 11z0 1o10 11z0 1rd0 10L0 1op0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 1cL0 1cN0 11z0 6i10 WL0 6i10 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1a00 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1a00 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 14o0 1lc0 14o0 1o00 11A0 1o00 11A0 1o00 14o0 1lc0 14o0 1lc0 14o0 1o00 11A0 1o00 11A0 1o00 14o0 1lc0 14o0 1lc0 14o0 1lc0 14o0 1o00 11A0 1o00 11A0 1o00 14o0 1lc0 14o0 1lc0 14o0 1o00 11A0 1o00 11A0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|66e4",
746
  "America/Yakutat|YST YWT YPT YDT AKST AKDT|90 80 80 80 90 80|01203030303030303030303030303030304545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454|-17T10 8x00 iz0 Vo10 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 cn0 10q0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|642",
747
- "America/Yellowknife|zzz MST MWT MPT MDDT MDT|0 70 60 60 50 60|012314151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151|-1pdA0 hix0 8x20 ix0 LCL0 1fA0 zgO0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|19e3",
748
- "Antarctica/Casey|zzz AWST CAST|0 -80 -b0|012121|-2q00 1DjS0 T90 40P0 KL0|10",
749
- "Antarctica/Davis|zzz DAVT DAVT|0 -70 -50|01012121|-vyo0 iXt0 alj0 1D7v0 VB0 3Wn0 KN0|70",
750
- "Antarctica/DumontDUrville|zzz PMT DDUT|0 -a0 -a0|0102|-U0o0 cfq0 bFm0|80",
751
- "Antarctica/Macquarie|AEST AEDT zzz MIST|-a0 -b0 0 -b0|0102010101010101010101010101010101010101010101010101010101010101010101010101010101010101013|-29E80 19X0 4SL0 1ayy0 Lvs0 1cM0 1o00 Rc0 1wo0 Rc0 1wo0 U00 1wo0 LA0 1C00 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 11A0 1qM0 WM0 1qM0 Oo0 1zc0 Oo0 1zc0 Oo0 1wo0 WM0 1tA0 WM0 1tA0 U00 1tA0 U00 1tA0 11A0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 11A0 1o00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1cM0 1a00 1io0 1cM0 1cM0 1cM0 1cM0 1cM0|1",
752
- "Antarctica/Mawson|zzz MAWT MAWT|0 -60 -50|012|-CEo0 2fyk0|60",
753
  "Pacific/Auckland|NZMT NZST NZST NZDT|-bu -cu -c0 -d0|01020202020202020202020202023232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323|-1GCVu Lz0 1tB0 11zu 1o0u 11zu 1o0u 11zu 1o0u 14nu 1lcu 14nu 1lcu 1lbu 11Au 1nXu 11Au 1nXu 11Au 1nXu 11Au 1nXu 11Au 1qLu WMu 1qLu 11Au 1n1bu IM0 1C00 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1qM0 14o0 1lc0 14o0 1lc0 14o0 1lc0 17c0 1io0 17c0 1io0 17c0 1io0 17c0 1lc0 14o0 1lc0 14o0 1lc0 17c0 1io0 17c0 1io0 17c0 1lc0 14o0 1lc0 14o0 1lc0 17c0 1io0 17c0 1io0 17c0 1io0 17c0 1io0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00|14e5",
754
- "Antarctica/Palmer|zzz ARST ART ART ARST CLT CLST|0 30 40 30 20 40 30|0121212121234356565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656|-cao0 nD0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 jsN0 14N0 11z0 1o10 11z0 1qN0 WL0 1qN0 WL0 1qN0 1cL0 1cN0 11z0 1o10 11z0 1qN0 WL0 1fB0 19X0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 17b0 1ip0 11z0 1ip0 1fz0 1fB0 11z0 1qN0 WL0 1qN0 WL0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 17b0 1ip0 11z0 1o10 19X0 1fB0 1nX0 G10 1EL0 Op0 1zb0 Rd0 1wn0 Rd0 46n0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Dd0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Dd0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Dd0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0|40",
755
- "Antarctica/Rothera|zzz ROTT|0 30|01|gOo0|130",
756
- "Antarctica/Syowa|zzz SYOT|0 -30|01|-vs00|20",
757
- "Antarctica/Troll|zzz UTC CEST|0 0 -20|01212121212121212121212121212121212121212121212121212121212121212121|1puo0 hd0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|40",
758
- "Antarctica/Vostok|zzz VOST|0 -60|01|-tjA0|25",
759
  "Europe/Oslo|CET CEST|-10 -20|010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2awM0 Qm0 W6o0 5pf0 WM0 1fA0 1cM0 1cM0 1cM0 1cM0 wJc0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1qM0 WM0 zpc0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|62e4",
760
  "Asia/Riyadh|LMT AST|-36.Q -30|01|-TvD6.Q|57e5",
761
  "Asia/Almaty|LMT +05 +06 +07|-57.M -50 -60 -70|012323232323232323232321232323232323232323232323232|-1Pc57.M eUo7.M 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0|15e5",
@@ -766,7 +766,7 @@
766
  "Asia/Ashgabat|LMT ASHT ASHT ASHST ASHST TMT TMT|-3R.w -40 -50 -60 -50 -40 -50|012323232323232323232324156|-1Pc3R.w eUnR.w 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cN0 ba0 xC0|41e4",
767
  "Asia/Baghdad|BMT AST ADT|-2V.A -30 -40|012121212121212121212121212121212121212121212121212121|-26BeV.A 2ACnV.A 11b0 1cp0 1dz0 1dd0 1db0 1cN0 1cp0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1de0 1dc0 1dc0 1dc0 1cM0 1dc0 1cM0 1dc0 1cM0 1dc0 1dc0 1dc0 1cM0 1dc0 1cM0 1dc0 1cM0 1dc0 1dc0 1dc0 1cM0 1dc0 1cM0 1dc0 1cM0 1dc0 1dc0 1dc0 1cM0 1dc0 1cM0 1dc0 1cM0 1dc0|66e5",
768
  "Asia/Qatar|LMT GST AST|-3q.8 -40 -30|012|-21Jfq.8 27BXq.8|96e4",
769
- "Asia/Baku|LMT BAKT BAKT BAKST BAKST AZST AZT AZT AZST|-3j.o -30 -40 -50 -40 -40 -30 -40 -50|01232323232323232323232456578787878787878787878787878787878787878787|-1Pc3j.o 1jUoj.o WCL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 10K0 c30 1cM0 1cI0 8wu0 1o00 11z0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00|27e5",
770
  "Asia/Bangkok|BMT ICT|-6G.4 -70|01|-218SG.4|15e6",
771
  "Asia/Barnaul|LMT +06 +07 +08|-5z -60 -70 -80|0123232323232323232323212323232321212121212121212121212121212121212|-21S5z pCnz 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 p90 LE0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 3rd0",
772
  "Asia/Beirut|EET EEST|-20 -30|010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-21aq0 1on0 1410 1db0 19B0 1in0 1ip0 WL0 1lQp0 11b0 1oN0 11b0 1oN0 11b0 1pd0 11b0 1oN0 11b0 q6N0 En0 1oN0 11b0 1oN0 11b0 1oN0 11b0 1pd0 11b0 1oN0 11b0 1op0 11b0 dA10 17b0 1iN0 17b0 1iN0 17b0 1iN0 17b0 1vB0 SL0 1mp0 13z0 1iN0 17b0 1iN0 17b0 1jd0 12n0 1a10 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0|22e5",
@@ -806,8 +806,8 @@
806
  "Asia/Makassar|LMT MMT WITA JST|-7V.A -7V.A -80 -90|01232|-21JjV.A vfc0 myLV.A 8ML0|15e5",
807
  "Asia/Manila|PHT PHST JST|-80 -90 -90|010201010|-1kJI0 AL0 cK10 65X0 mXB0 vX0 VK10 1db0|24e6",
808
  "Asia/Nicosia|LMT EET EEST|-2d.s -20 -30|01212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-1Vc2d.s 2a3cd.s 1cL0 1qp0 Xz0 19B0 19X0 1fB0 1db0 1cp0 1cL0 1fB0 19X0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 1cL0 1cN0 1cL0 1cN0 1o30 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|32e4",
809
- "Asia/Novokuznetsk|LMT KRAT KRAT KRAST KRAST NOVST NOVT NOVT|-5M.M -60 -70 -80 -70 -70 -60 -70|012323232323232323232324123232323232323232323232323232323232325672|-1PctM.M eULM.M 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cN0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qN0 WM0 8Hz0|55e4",
810
- "Asia/Novosibirsk|LMT NOVT NOVT NOVST NOVST|-5v.E -60 -70 -80 -70|0123232323232323232323241232341414141414141414141414141414141414121|-21Qnv.E pAFv.E 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cN0 IM0 rX0 1cM0 1cM0 ml0 Os0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|15e5",
811
  "Asia/Omsk|LMT OMST OMST OMSST OMSST OMST|-4R.u -50 -60 -70 -60 -70|012323232323232323232324123232323232323232323232323232323232323252|-224sR.u pMLR.u 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cN0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|12e5",
812
  "Asia/Oral|LMT +04 +05 +06|-3p.o -40 -50 -60|01232323232323232121212121212121212121212121212|-1Pc3p.o eUnp.o 23CL0 3Db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 2pB0 1cM0 1fA0 1cM0 1cM0 IM0 1EM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0|27e4",
813
  "Asia/Pontianak|LMT PMT WIB JST WIB WITA WIB|-7h.k -7h.k -7u -90 -80 -80 -70|012324256|-2ua7h.k XE00 munL.k 8Rau 6kpu 4PXu xhcu Wqnu|23e4",
@@ -912,7 +912,7 @@
912
  "Europe/Luxembourg|LMT CET CEST WET WEST WEST WET|-o.A -10 -20 0 -10 -20 -10|0121212134343434343434343434343434343434343434343434565651212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2DG0o.A t6mo.A TB0 1nX0 Up0 1o20 11A0 rW0 CM0 1qP0 R90 1EO0 UK0 1u20 10m0 1ip0 1in0 17e0 19W0 1fB0 1db0 1cp0 1in0 17d0 1fz0 1a10 1in0 1a10 1in0 17f0 1fA0 1a00 1io0 17c0 1cM0 1cM0 1a00 1io0 1cM0 1cM0 1a00 1fA0 1io0 17c0 1cM0 1cM0 1a00 1fA0 1io0 1qM0 Dc0 vA0 60L0 WM0 1fA0 1cM0 17c0 1io0 16M0 1C00 Uo0 1eeo0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|54e4",
913
  "Europe/Madrid|WET WEST WEMT CET CEST|0 -10 -20 -10 -20|01010101010101010101010121212121234343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343|-28dd0 11A0 1go0 19A0 1co0 1dA0 b1A0 18o0 3I00 17c0 1fA0 1a00 1io0 1a00 1io0 17c0 iyo0 Rc0 18o0 1hc0 1io0 1a00 14o0 5aL0 MM0 1vc0 17A0 1i00 1bc0 1eo0 17d0 1in0 17A0 6hA0 10N0 XIL0 1a10 1in0 17d0 19X0 1cN0 1fz0 1a10 1fX0 1cp0 1cO0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|62e5",
914
  "Europe/Malta|CET CEST|-10 -20|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2as10 M00 1cM0 1cM0 14o0 1o00 WM0 1qM0 17c0 1cM0 M3A0 5M20 WM0 1fA0 1cM0 1cM0 1cM0 16m0 1de0 1lc0 14m0 1lc0 WO0 1qM0 GTW0 On0 1C10 Lz0 1C10 Lz0 1EN0 Lz0 1C10 Lz0 1zd0 Oo0 1C00 On0 1cp0 1cM0 1lA0 Xc0 1qq0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1iN0 19z0 1fB0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|42e4",
915
- "Europe/Minsk|MMT EET MSK CEST CET MSD EEST FET|-1O -20 -30 -20 -10 -40 -30 -30|012343432525252525252525252616161616161616161616161616161616161616172|-1Pc1O eUnO qNX0 3gQ0 WM0 1fA0 1cM0 Al0 1tsn0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 3Fc0 1cN0 1cK0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hy0|19e5",
916
  "Europe/Monaco|PMT WET WEST WEMT CET CEST|-9.l 0 -10 -20 -10 -20|01212121212121212121212121212121212121212121212121232323232345454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454|-2nco9.l cNb9.l HA0 19A0 1iM0 11c0 1oo0 Wo0 1rc0 QM0 1EM0 UM0 1u00 10o0 1io0 1wo0 Rc0 1a00 1fA0 1cM0 1cM0 1io0 17c0 1fA0 1a00 1io0 1a00 1io0 17c0 1fA0 1a00 1io0 17c0 1cM0 1cM0 1a00 1io0 1cM0 1cM0 1a00 1fA0 1io0 17c0 1cM0 1cM0 1a00 1fA0 1io0 1qM0 Df0 2RV0 11z0 11B0 1ze0 WM0 1fA0 1cM0 1fa0 1aq0 16M0 1ekn0 1cL0 1fC0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|38e3",
917
  "Europe/Moscow|MMT MMT MST MDST MSD MSK MSM EET EEST MSK|-2u.h -2v.j -3v.j -4v.j -40 -30 -50 -20 -30 -40|012132345464575454545454545454545458754545454545454545454545454545454545454595|-2ag2u.h 2pyW.W 1bA0 11X0 GN0 1Hb0 c20 imv.j 3DA0 dz0 15A0 c10 2q10 iM10 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cN0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|16e6",
918
  "Europe/Paris|PMT WET WEST CEST CET WEMT|-9.l 0 -10 -20 -10 -20|0121212121212121212121212121212121212121212121212123434352543434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434|-2nco8.l cNb8.l HA0 19A0 1iM0 11c0 1oo0 Wo0 1rc0 QM0 1EM0 UM0 1u00 10o0 1io0 1wo0 Rc0 1a00 1fA0 1cM0 1cM0 1io0 17c0 1fA0 1a00 1io0 1a00 1io0 17c0 1fA0 1a00 1io0 17c0 1cM0 1cM0 1a00 1io0 1cM0 1cM0 1a00 1fA0 1io0 17c0 1cM0 1cM0 1a00 1fA0 1io0 1qM0 Df0 Ik0 5M30 WM0 1fA0 1cM0 Vx0 hB0 1aq0 16M0 1ekn0 1cL0 1fC0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|11e6",
@@ -935,7 +935,7 @@
935
  "Indian/Chagos|LMT IOT IOT|-4N.E -50 -60|012|-2xosN.E 3AGLN.E|30e2",
936
  "Indian/Christmas|CXT|-70|0||21e2",
937
  "Indian/Cocos|CCT|-6u|0||596",
938
- "Indian/Kerguelen|zzz TFT|0 -50|01|-MG00|130",
939
  "Indian/Mahe|LMT SCT|-3F.M -40|01|-2yO3F.M|79e3",
940
  "Indian/Maldives|MMT MVT|-4S -50|01|-olgS|35e4",
941
  "Indian/Mauritius|LMT MUT MUST|-3O -40 -50|012121|-2xorO 34unO 14L0 12kr0 11z0|15e4",
1
  //! moment-timezone.js
2
+ //! version : 0.5.5
3
  //! author : Tim Wood
4
  //! license : MIT
5
  //! github.com/moment/moment-timezone
24
  return moment;
25
  }
26
 
27
+ var VERSION = "0.5.5",
28
  zones = {},
29
  links = {},
30
  names = {},
596
  }
597
 
598
  loadData({
599
+ "version": "2016f",
600
  "zones": [
601
  "Africa/Abidjan|LMT GMT|g.8 0|01|-2ldXH.Q|48e5",
602
  "Africa/Accra|LMT GMT GHST|.Q 0 -k|012121212121212121212121212121212121212121212121|-26BbX.8 6tzX.8 MnE 1BAk MnE 1BAk MnE 1BAk MnE 1C0k MnE 1BAk MnE 1BAk MnE 1BAk MnE 1C0k MnE 1BAk MnE 1BAk MnE 1BAk MnE 1C0k MnE 1BAk MnE 1BAk MnE 1BAk MnE 1C0k MnE 1BAk MnE 1BAk MnE 1BAk MnE 1C0k MnE 1BAk MnE 1BAk MnE|41e5",
644
  "America/Boa_Vista|LMT AMT AMST|42.E 40 30|0121212121212121212121212121212121|-2glvV.k HdKV.k 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 smp0 WL0 1tB0 2L0|62e2",
645
  "America/Bogota|BMT COT COST|4U.g 50 40|0121|-2eb73.I 38yo3.I 2en0|90e5",
646
  "America/Boise|PST PDT MST MWT MPT MDT|80 70 70 60 60 60|0101023425252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252|-261q0 1nX0 11B0 1nX0 8C10 JCL0 8x20 ix0 QwN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 Dd0 1Kn0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|21e4",
647
+ "America/Cambridge_Bay|-00 MST MWT MPT MDDT MDT CST CDT EST|0 70 60 60 50 60 60 50 50|0123141515151515151515151515151515151515151515678651515151515151515151515151515151515151515151515151515151515151515151515151|-21Jc0 RO90 8x20 ix0 LCL0 1fA0 zgO0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11A0 1nX0 2K0 WQ0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|15e2",
648
  "America/Campo_Grande|LMT AMT AMST|3C.s 40 30|012121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212|-2glwl.w HdLl.w 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 1EN0 Lz0 1C10 IL0 1HB0 Db0 1HB0 On0 1zd0 On0 1zd0 Lz0 1zd0 Rb0 1wN0 Wn0 1tB0 Rb0 1tB0 WL0 1tB0 Rb0 1zd0 On0 1HB0 FX0 1C10 Lz0 1Ip0 HX0 1zd0 On0 1HB0 IL0 1wp0 On0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 Rb0 1zd0 Lz0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 On0 1zd0 On0 1C10 Lz0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 Rb0 1wp0 On0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 On0 1zd0 On0 1C10 Lz0 1C10 Lz0 1C10 Lz0 1C10 On0 1zd0 Rb0 1wp0 On0 1C10 Lz0 1C10 On0 1zd0|77e4",
649
  "America/Cancun|LMT CST EST EDT CDT|5L.4 60 50 40 50|0123232341414141414141414141414141414141412|-1UQG0 2q2o0 yLB0 1lb0 14p0 1lb0 14p0 Lz0 xB0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 Dd0|63e4",
650
  "America/Caracas|CMT VET VET|4r.E 4u 40|01212|-2kV7w.k 28KM2.k 1IwOu kqo0|29e5",
684
  "America/Indiana/Vevay|CST CDT CWT CPT EST EDT|60 50 50 50 50 40|010102304545454545454545454545454545454545454545454545454545454545454545454545454|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 kPB0 Awn0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1lnd0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0",
685
  "America/Indiana/Vincennes|CST CDT CWT CPT EST EDT|60 50 50 50 50 40|01010230101010101010101010101010454541014545454545454545454545454545454545454545454545454545454545454|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 1o10 11z0 g0p0 11z0 1o10 11z0 1qL0 WN0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 1fz0 1cN0 WL0 1qN0 1cL0 1cN0 1cL0 1cN0 caL0 1cL0 1cN0 1cL0 1qhd0 1o00 Rd0 1zb0 Oo0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0",
686
  "America/Indiana/Winamac|CST CDT CWT CPT EST EDT|60 50 50 50 50 40|01010230101010101010101010101010101010454541054545454545454545454545454545454545454545454545454545454545454|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 1fz0 1cN0 1cL0 1cN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 jrz0 1cL0 1cN0 1cL0 1qhd0 1o00 Rd0 1za0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0",
687
+ "America/Inuvik|-00 PST PDDT MST MDT|0 80 60 70 60|0121343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343|-FnA0 tWU0 1fA0 wPe0 2pz0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|35e2",
688
+ "America/Iqaluit|-00 EWT EPT EST EDDT EDT CST CDT|0 40 40 50 30 40 60 50|01234353535353535353535353535353535353535353567353535353535353535353535353535353535353535353535353535353535353535353535353|-16K00 7nX0 iv0 LCL0 1fA0 zgO0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11C0 1nX0 11A0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|67e2",
689
  "America/Jamaica|KMT EST EDT|57.b 50 40|0121212121212121212121|-2l1uQ.N 2uM1Q.N 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0|94e4",
690
  "America/Juneau|PST PWT PPT PDT YDT YST AKST AKDT|80 70 70 70 80 90 90 80|01203030303030303030303030403030356767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676|-17T20 8x10 iy0 Vo10 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cM0 1cM0 1cL0 1cN0 1fz0 1a10 1fz0 co0 10q0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|33e3",
691
  "America/Kentucky/Louisville|CST CDT CWT CPT EST EDT|60 50 50 50 50 40|0101010102301010101010101010101010101454545454545414545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454|-261s0 1nX0 11B0 1nX0 3Fd0 Nb0 LPd0 11z0 RB0 8x30 iw0 Bb0 10N0 2bB0 8in0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 xz0 gso0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1VA0 LA0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0",
717
  "America/North_Dakota/Center|MST MDT MWT MPT CST CDT|70 60 60 60 60 50|010102301010101010101010101010101010101010101010101010101014545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454|-261r0 1nX0 11B0 1nX0 SgN0 8x20 ix0 QwN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14o0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0",
718
  "America/North_Dakota/New_Salem|MST MDT MWT MPT CST CDT|70 60 60 60 60 50|010102301010101010101010101010101010101010101010101010101010101010101010101010101454545454545454545454545454545454545454545454545454545454545454545454|-261r0 1nX0 11B0 1nX0 SgN0 8x20 ix0 QwN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14o0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0",
719
  "America/Ojinaga|LMT MST CST CDT MDT|6V.E 70 60 50 60|0121212323241414141414141414141414141414141414141414141414141414141414141414141414141414141|-1UQF0 deL0 8lc0 17c0 10M0 1dd0 2zQN0 1lb0 14p0 1lb0 14q0 1lb0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 U10 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|23e3",
720
+ "America/Pangnirtung|-00 AST AWT APT ADDT ADT EDT EST CST CDT|0 40 30 30 20 30 40 50 60 50|012314151515151515151515151515151515167676767689767676767676767676767676767676767676767676767676767676767676767676767676767|-1XiM0 PnG0 8x50 iu0 LCL0 1fA0 zgO0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1o00 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11C0 1nX0 11A0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|14e2",
721
  "America/Paramaribo|LMT PMT PMT NEGT SRT SRT|3E.E 3E.Q 3E.A 3u 3u 30|012345|-2nDUj.k Wqo0.c qanX.I 1dmLN.o lzc0|24e4",
722
  "America/Phoenix|MST MDT MWT|70 60 60|01010202010|-261r0 1nX0 11B0 1nX0 SgN0 4Al1 Ap0 1db0 SWqX 1cL0|42e5",
723
  "America/Port-au-Prince|PPMT EST EDT|4N 50 40|01212121212121212121212121212121212121212121|-28RHb 2FnMb 19X0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14q0 1o00 11A0 1o00 11A0 1o00 14o0 1lc0 14o0 1lc0 14o0 1o00 11A0 1o00 11A0 1o00 14o0 1lc0 14o0 1lc0 i6n0 1nX0 11B0 1nX0 d430 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|23e5",
725
  "America/Porto_Velho|LMT AMT AMST|4f.A 40 30|012121212121212121212121212121|-2glvI.o HdKI.o 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0|37e4",
726
  "America/Puerto_Rico|AST AWT APT|40 30 30|0120|-17lU0 7XT0 iu0|24e5",
727
  "America/Rainy_River|CST CDT CWT CPT|60 50 50 50|010123010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-25TQ0 1in0 Rnb0 3je0 8x30 iw0 19yN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|842",
728
+ "America/Rankin_Inlet|-00 CST CDDT CDT EST|0 60 40 50 50|012131313131313131313131313131313131313131313431313131313131313131313131313131313131313131313131313131313131313131313131|-vDc0 keu0 1fA0 zgO0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|26e2",
729
  "America/Recife|LMT BRT BRST|2j.A 30 20|0121212121212121212121212121212121212121|-2glxE.o HdLE.o 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 nsp0 WL0 1tB0 2L0 2pB0 On0|33e5",
730
  "America/Regina|LMT MST MDT MWT MPT CST|6W.A 70 60 60 60 60|012121212121212121212121341212121212121212121212121215|-2AD51.o uHe1.o 1in0 s2L0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 66N0 1cL0 1cN0 19X0 1fB0 1cL0 1fB0 1cL0 1cN0 1cL0 M30 8x20 ix0 1ip0 1cL0 1ip0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 3NB0 1cL0 1cN0|19e4",
731
+ "America/Resolute|-00 CST CDDT CDT EST|0 60 40 50 50|012131313131313131313131313131313131313131313431313131313431313131313131313131313131313131313131313131313131313131313131|-SnA0 GWS0 1fA0 zgO0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|229",
732
  "America/Santarem|LMT AMT AMST BRT|3C.M 40 30 30|0121212121212121212121212121213|-2glwl.c HdLl.c 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 NBd0|21e4",
733
  "America/Santiago|SMT CLT CLT CLST CLST|4G.K 50 40 40 30|010203131313131212421242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424|-2q2jh.e fJAh.e 5knG.K 1Vzh.e jRAG.K 1pbh.e 11d0 1oL0 11d0 1oL0 11d0 1oL0 11d0 1pb0 11d0 nHX0 op0 9Bz0 jb0 1oN0 ko0 Qeo0 WL0 1zd0 On0 1ip0 11z0 1o10 11z0 1qN0 WL0 1ld0 14n0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 WL0 1qN0 1cL0 1cN0 11z0 1o10 11z0 1qN0 WL0 1fB0 19X0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 17b0 1ip0 11z0 1ip0 1fz0 1fB0 11z0 1qN0 WL0 1qN0 WL0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 17b0 1ip0 11z0 1o10 19X0 1fB0 1nX0 G10 1EL0 Op0 1zb0 Rd0 1wn0 Rd0 46n0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Dd0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Dd0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Dd0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0|62e5",
734
  "America/Santo_Domingo|SDMT EST EDT EHDT AST|4E 50 40 4u 40|01213131313131414|-1ttjk 1lJMk Mn0 6sp0 Lbu 1Cou yLu 1RAu wLu 1QMu xzu 1Q0u xXu 1PAu 13jB0 e00|29e5",
744
  "America/Whitehorse|YST YDT YWT YPT YDDT PST PDT|90 80 80 80 70 80 70|0101023040565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565|-25TN0 1in0 1o10 13V0 Ser0 8x00 iz0 LCL0 1fA0 3NA0 vrd0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|23e3",
745
  "America/Winnipeg|CST CDT CWT CPT|60 50 50 50|010101023010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2aIi0 WL0 3ND0 1in0 Jap0 Rb0 aCN0 8x30 iw0 1tB0 11z0 1ip0 11z0 1o10 11z0 1o10 11z0 1rd0 10L0 1op0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 1cL0 1cN0 11z0 6i10 WL0 6i10 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1a00 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1a00 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 14o0 1lc0 14o0 1o00 11A0 1o00 11A0 1o00 14o0 1lc0 14o0 1lc0 14o0 1o00 11A0 1o00 11A0 1o00 14o0 1lc0 14o0 1lc0 14o0 1lc0 14o0 1o00 11A0 1o00 11A0 1o00 14o0 1lc0 14o0 1lc0 14o0 1o00 11A0 1o00 11A0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|66e4",
746
  "America/Yakutat|YST YWT YPT YDT AKST AKDT|90 80 80 80 90 80|01203030303030303030303030303030304545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454|-17T10 8x00 iz0 Vo10 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 cn0 10q0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|642",
747
+ "America/Yellowknife|-00 MST MWT MPT MDDT MDT|0 70 60 60 50 60|012314151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151|-1pdA0 hix0 8x20 ix0 LCL0 1fA0 zgO0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|19e3",
748
+ "Antarctica/Casey|-00 AWST CAST|0 -80 -b0|012121|-2q00 1DjS0 T90 40P0 KL0|10",
749
+ "Antarctica/Davis|-00 DAVT DAVT|0 -70 -50|01012121|-vyo0 iXt0 alj0 1D7v0 VB0 3Wn0 KN0|70",
750
+ "Antarctica/DumontDUrville|-00 PMT DDUT|0 -a0 -a0|0102|-U0o0 cfq0 bFm0|80",
751
+ "Antarctica/Macquarie|AEST AEDT -00 MIST|-a0 -b0 0 -b0|0102010101010101010101010101010101010101010101010101010101010101010101010101010101010101013|-29E80 19X0 4SL0 1ayy0 Lvs0 1cM0 1o00 Rc0 1wo0 Rc0 1wo0 U00 1wo0 LA0 1C00 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 11A0 1qM0 WM0 1qM0 Oo0 1zc0 Oo0 1zc0 Oo0 1wo0 WM0 1tA0 WM0 1tA0 U00 1tA0 U00 1tA0 11A0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 11A0 1o00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1cM0 1a00 1io0 1cM0 1cM0 1cM0 1cM0 1cM0|1",
752
+ "Antarctica/Mawson|-00 MAWT MAWT|0 -60 -50|012|-CEo0 2fyk0|60",
753
  "Pacific/Auckland|NZMT NZST NZST NZDT|-bu -cu -c0 -d0|01020202020202020202020202023232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323|-1GCVu Lz0 1tB0 11zu 1o0u 11zu 1o0u 11zu 1o0u 14nu 1lcu 14nu 1lcu 1lbu 11Au 1nXu 11Au 1nXu 11Au 1nXu 11Au 1nXu 11Au 1qLu WMu 1qLu 11Au 1n1bu IM0 1C00 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1qM0 14o0 1lc0 14o0 1lc0 14o0 1lc0 17c0 1io0 17c0 1io0 17c0 1io0 17c0 1lc0 14o0 1lc0 14o0 1lc0 17c0 1io0 17c0 1io0 17c0 1lc0 14o0 1lc0 14o0 1lc0 17c0 1io0 17c0 1io0 17c0 1io0 17c0 1io0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00|14e5",
754
+ "Antarctica/Palmer|-00 ARST ART ART ARST CLT CLST|0 30 40 30 20 40 30|0121212121234356565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656|-cao0 nD0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 jsN0 14N0 11z0 1o10 11z0 1qN0 WL0 1qN0 WL0 1qN0 1cL0 1cN0 11z0 1o10 11z0 1qN0 WL0 1fB0 19X0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 17b0 1ip0 11z0 1ip0 1fz0 1fB0 11z0 1qN0 WL0 1qN0 WL0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 17b0 1ip0 11z0 1o10 19X0 1fB0 1nX0 G10 1EL0 Op0 1zb0 Rd0 1wn0 Rd0 46n0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Dd0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Dd0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Dd0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0|40",
755
+ "Antarctica/Rothera|-00 ROTT|0 30|01|gOo0|130",
756
+ "Antarctica/Syowa|-00 SYOT|0 -30|01|-vs00|20",
757
+ "Antarctica/Troll|-00 UTC CEST|0 0 -20|01212121212121212121212121212121212121212121212121212121212121212121|1puo0 hd0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|40",
758
+ "Antarctica/Vostok|-00 VOST|0 -60|01|-tjA0|25",
759
  "Europe/Oslo|CET CEST|-10 -20|010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2awM0 Qm0 W6o0 5pf0 WM0 1fA0 1cM0 1cM0 1cM0 1cM0 wJc0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1qM0 WM0 zpc0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|62e4",
760
  "Asia/Riyadh|LMT AST|-36.Q -30|01|-TvD6.Q|57e5",
761
  "Asia/Almaty|LMT +05 +06 +07|-57.M -50 -60 -70|012323232323232323232321232323232323232323232323232|-1Pc57.M eUo7.M 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0|15e5",
766
  "Asia/Ashgabat|LMT ASHT ASHT ASHST ASHST TMT TMT|-3R.w -40 -50 -60 -50 -40 -50|012323232323232323232324156|-1Pc3R.w eUnR.w 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cN0 ba0 xC0|41e4",
767
  "Asia/Baghdad|BMT AST ADT|-2V.A -30 -40|012121212121212121212121212121212121212121212121212121|-26BeV.A 2ACnV.A 11b0 1cp0 1dz0 1dd0 1db0 1cN0 1cp0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1de0 1dc0 1dc0 1dc0 1cM0 1dc0 1cM0 1dc0 1cM0 1dc0 1dc0 1dc0 1cM0 1dc0 1cM0 1dc0 1cM0 1dc0 1dc0 1dc0 1cM0 1dc0 1cM0 1dc0 1cM0 1dc0 1dc0 1dc0 1cM0 1dc0 1cM0 1dc0 1cM0 1dc0|66e5",
768
  "Asia/Qatar|LMT GST AST|-3q.8 -40 -30|012|-21Jfq.8 27BXq.8|96e4",
769
+ "Asia/Baku|LMT BAKT BAKT BAKST BAKST AZST AZT AZT AZST|-3j.o -30 -40 -50 -40 -40 -30 -40 -50|01232323232323232323232456578787878787878787878787878787878787878787|-1Pc3j.o 1jUoj.o WCL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 10K0 c30 1cM0 1cM0 8wq0 1o00 11z0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00|27e5",
770
  "Asia/Bangkok|BMT ICT|-6G.4 -70|01|-218SG.4|15e6",
771
  "Asia/Barnaul|LMT +06 +07 +08|-5z -60 -70 -80|0123232323232323232323212323232321212121212121212121212121212121212|-21S5z pCnz 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 p90 LE0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 3rd0",
772
  "Asia/Beirut|EET EEST|-20 -30|010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-21aq0 1on0 1410 1db0 19B0 1in0 1ip0 WL0 1lQp0 11b0 1oN0 11b0 1oN0 11b0 1pd0 11b0 1oN0 11b0 q6N0 En0 1oN0 11b0 1oN0 11b0 1oN0 11b0 1pd0 11b0 1oN0 11b0 1op0 11b0 dA10 17b0 1iN0 17b0 1iN0 17b0 1iN0 17b0 1vB0 SL0 1mp0 13z0 1iN0 17b0 1iN0 17b0 1jd0 12n0 1a10 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0|22e5",
806
  "Asia/Makassar|LMT MMT WITA JST|-7V.A -7V.A -80 -90|01232|-21JjV.A vfc0 myLV.A 8ML0|15e5",
807
  "Asia/Manila|PHT PHST JST|-80 -90 -90|010201010|-1kJI0 AL0 cK10 65X0 mXB0 vX0 VK10 1db0|24e6",
808
  "Asia/Nicosia|LMT EET EEST|-2d.s -20 -30|01212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-1Vc2d.s 2a3cd.s 1cL0 1qp0 Xz0 19B0 19X0 1fB0 1db0 1cp0 1cL0 1fB0 19X0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 1cL0 1cN0 1cL0 1cN0 1o30 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|32e4",
809
+ "Asia/Novokuznetsk|LMT +06 +07 +08|-5M.M -60 -70 -80|012323232323232323232321232323232323232323232323232323232323212|-1PctM.M eULM.M 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 2sp0 WM0|55e4",
810
+ "Asia/Novosibirsk|LMT +06 +07 +08|-5v.E -60 -70 -80|0123232323232323232323212323212121212121212121212121212121212121212|-21Qnv.E pAFv.E 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 ml0 Os0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 4eN0|15e5",
811
  "Asia/Omsk|LMT OMST OMST OMSST OMSST OMST|-4R.u -50 -60 -70 -60 -70|012323232323232323232324123232323232323232323232323232323232323252|-224sR.u pMLR.u 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cN0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|12e5",
812
  "Asia/Oral|LMT +04 +05 +06|-3p.o -40 -50 -60|01232323232323232121212121212121212121212121212|-1Pc3p.o eUnp.o 23CL0 3Db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 2pB0 1cM0 1fA0 1cM0 1cM0 IM0 1EM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0|27e4",
813
  "Asia/Pontianak|LMT PMT WIB JST WIB WITA WIB|-7h.k -7h.k -7u -90 -80 -80 -70|012324256|-2ua7h.k XE00 munL.k 8Rau 6kpu 4PXu xhcu Wqnu|23e4",
912
  "Europe/Luxembourg|LMT CET CEST WET WEST WEST WET|-o.A -10 -20 0 -10 -20 -10|0121212134343434343434343434343434343434343434343434565651212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2DG0o.A t6mo.A TB0 1nX0 Up0 1o20 11A0 rW0 CM0 1qP0 R90 1EO0 UK0 1u20 10m0 1ip0 1in0 17e0 19W0 1fB0 1db0 1cp0 1in0 17d0 1fz0 1a10 1in0 1a10 1in0 17f0 1fA0 1a00 1io0 17c0 1cM0 1cM0 1a00 1io0 1cM0 1cM0 1a00 1fA0 1io0 17c0 1cM0 1cM0 1a00 1fA0 1io0 1qM0 Dc0 vA0 60L0 WM0 1fA0 1cM0 17c0 1io0 16M0 1C00 Uo0 1eeo0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|54e4",
913
  "Europe/Madrid|WET WEST WEMT CET CEST|0 -10 -20 -10 -20|01010101010101010101010121212121234343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343|-28dd0 11A0 1go0 19A0 1co0 1dA0 b1A0 18o0 3I00 17c0 1fA0 1a00 1io0 1a00 1io0 17c0 iyo0 Rc0 18o0 1hc0 1io0 1a00 14o0 5aL0 MM0 1vc0 17A0 1i00 1bc0 1eo0 17d0 1in0 17A0 6hA0 10N0 XIL0 1a10 1in0 17d0 19X0 1cN0 1fz0 1a10 1fX0 1cp0 1cO0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|62e5",
914
  "Europe/Malta|CET CEST|-10 -20|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2as10 M00 1cM0 1cM0 14o0 1o00 WM0 1qM0 17c0 1cM0 M3A0 5M20 WM0 1fA0 1cM0 1cM0 1cM0 16m0 1de0 1lc0 14m0 1lc0 WO0 1qM0 GTW0 On0 1C10 Lz0 1C10 Lz0 1EN0 Lz0 1C10 Lz0 1zd0 Oo0 1C00 On0 1cp0 1cM0 1lA0 Xc0 1qq0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1iN0 19z0 1fB0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|42e4",
915
+ "Europe/Minsk|MMT EET MSK CEST CET MSD EEST FET|-1O -20 -30 -20 -10 -40 -30 -30|012343432525252525252525252616161616161616161616161616161616161616172|-1Pc1O eUnO qNX0 3gQ0 WM0 1fA0 1cM0 Al0 1tsn0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 3Fc0 1cN0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hy0|19e5",
916
  "Europe/Monaco|PMT WET WEST WEMT CET CEST|-9.l 0 -10 -20 -10 -20|01212121212121212121212121212121212121212121212121232323232345454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454|-2nco9.l cNb9.l HA0 19A0 1iM0 11c0 1oo0 Wo0 1rc0 QM0 1EM0 UM0 1u00 10o0 1io0 1wo0 Rc0 1a00 1fA0 1cM0 1cM0 1io0 17c0 1fA0 1a00 1io0 1a00 1io0 17c0 1fA0 1a00 1io0 17c0 1cM0 1cM0 1a00 1io0 1cM0 1cM0 1a00 1fA0 1io0 17c0 1cM0 1cM0 1a00 1fA0 1io0 1qM0 Df0 2RV0 11z0 11B0 1ze0 WM0 1fA0 1cM0 1fa0 1aq0 16M0 1ekn0 1cL0 1fC0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|38e3",
917
  "Europe/Moscow|MMT MMT MST MDST MSD MSK MSM EET EEST MSK|-2u.h -2v.j -3v.j -4v.j -40 -30 -50 -20 -30 -40|012132345464575454545454545454545458754545454545454545454545454545454545454595|-2ag2u.h 2pyW.W 1bA0 11X0 GN0 1Hb0 c20 imv.j 3DA0 dz0 15A0 c10 2q10 iM10 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cN0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|16e6",
918
  "Europe/Paris|PMT WET WEST CEST CET WEMT|-9.l 0 -10 -20 -10 -20|0121212121212121212121212121212121212121212121212123434352543434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434|-2nco8.l cNb8.l HA0 19A0 1iM0 11c0 1oo0 Wo0 1rc0 QM0 1EM0 UM0 1u00 10o0 1io0 1wo0 Rc0 1a00 1fA0 1cM0 1cM0 1io0 17c0 1fA0 1a00 1io0 1a00 1io0 17c0 1fA0 1a00 1io0 17c0 1cM0 1cM0 1a00 1io0 1cM0 1cM0 1a00 1fA0 1io0 17c0 1cM0 1cM0 1a00 1fA0 1io0 1qM0 Df0 Ik0 5M30 WM0 1fA0 1cM0 Vx0 hB0 1aq0 16M0 1ekn0 1cL0 1fC0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|11e6",
935
  "Indian/Chagos|LMT IOT IOT|-4N.E -50 -60|012|-2xosN.E 3AGLN.E|30e2",
936
  "Indian/Christmas|CXT|-70|0||21e2",
937
  "Indian/Cocos|CCT|-6u|0||596",
938
+ "Indian/Kerguelen|-00 TFT|0 -50|01|-MG00|130",
939
  "Indian/Mahe|LMT SCT|-3F.M -40|01|-2yO3F.M|79e3",
940
  "Indian/Maldives|MMT MVT|-4S -50|01|-olgS|35e4",
941
  "Indian/Mauritius|LMT MUT MUST|-3O -40 -50|012121|-2xorO 34unO 14L0 12kr0 11z0|15e4",
assets/js/vendor/moment-timezone-with-data.min.js CHANGED
@@ -1,7 +1,7 @@
1
  //! moment-timezone.js
2
- //! version : 0.5.4
3
  //! author : Tim Wood
4
  //! license : MIT
5
  //! github.com/moment/moment-timezone
6
- !function(a,b){"use strict";"function"==typeof define&&define.amd?define(["moment"],b):"object"==typeof module&&module.exports?module.exports=b(require("moment")):b(a.moment)}(this,function(a){"use strict";function b(a){return a>96?a-87:a>64?a-29:a-48}function c(a){var c,d=0,e=a.split("."),f=e[0],g=e[1]||"",h=1,i=0,j=1;for(45===a.charCodeAt(0)&&(d=1,j=-1),d;d<f.length;d++)c=b(f.charCodeAt(d)),i=60*i+c;for(d=0;d<g.length;d++)h/=60,c=b(g.charCodeAt(d)),i+=c*h;return i*j}function d(a){for(var b=0;b<a.length;b++)a[b]=c(a[b])}function e(a,b){for(var c=0;b>c;c++)a[c]=Math.round((a[c-1]||0)+6e4*a[c]);a[b-1]=1/0}function f(a,b){var c,d=[];for(c=0;c<b.length;c++)d[c]=a[b[c]];return d}function g(a){var b=a.split("|"),c=b[2].split(" "),g=b[3].split(""),h=b[4].split(" ");return d(c),d(g),d(h),e(h,g.length),{name:b[0],abbrs:f(b[1].split(" "),g),offsets:f(c,g),untils:h,population:0|b[5]}}function h(a){a&&this._set(g(a))}function i(a){var b=a.toTimeString(),c=b.match(/\([a-z ]+\)/i);c&&c[0]?(c=c[0].match(/[A-Z]/g),c=c?c.join(""):void 0):(c=b.match(/[A-Z]{3,5}/g),c=c?c[0]:void 0),"GMT"===c&&(c=void 0),this.at=+a,this.abbr=c,this.offset=a.getTimezoneOffset()}function j(a){this.zone=a,this.offsetScore=0,this.abbrScore=0}function k(a,b){for(var c,d;d=6e4*((b.at-a.at)/12e4|0);)c=new i(new Date(a.at+d)),c.offset===a.offset?a=c:b=c;return a}function l(){var a,b,c,d=(new Date).getFullYear()-2,e=new i(new Date(d,0,1)),f=[e];for(c=1;48>c;c++)b=new i(new Date(d,c,1)),b.offset!==e.offset&&(a=k(e,b),f.push(a),f.push(new i(new Date(a.at+6e4)))),e=b;for(c=0;4>c;c++)f.push(new i(new Date(d+c,0,1))),f.push(new i(new Date(d+c,6,1)));return f}function m(a,b){return a.offsetScore!==b.offsetScore?a.offsetScore-b.offsetScore:a.abbrScore!==b.abbrScore?a.abbrScore-b.abbrScore:b.zone.population-a.zone.population}function n(a,b){var c,e;for(d(b),c=0;c<b.length;c++)e=b[c],I[e]=I[e]||{},I[e][a]=!0}function o(a){var b,c,d,e=a.length,f={},g=[];for(b=0;e>b;b++){d=I[a[b].offset]||{};for(c in d)d.hasOwnProperty(c)&&(f[c]=!0)}for(b in f)f.hasOwnProperty(b)&&g.push(H[b]);return g}function p(){try{var a=Intl.DateTimeFormat().resolvedOptions().timeZone;if(a){var b=H[r(a)];if(b)return b;z("Moment Timezone found "+a+" from the Intl api, but did not have that data loaded.")}}catch(c){}var d,e,f,g=l(),h=g.length,i=o(g),k=[];for(e=0;e<i.length;e++){for(d=new j(t(i[e]),h),f=0;h>f;f++)d.scoreOffsetAt(g[f]);k.push(d)}return k.sort(m),k.length>0?k[0].zone.name:void 0}function q(a){return D&&!a||(D=p()),D}function r(a){return(a||"").toLowerCase().replace(/\//g,"_")}function s(a){var b,c,d,e;for("string"==typeof a&&(a=[a]),b=0;b<a.length;b++)d=a[b].split("|"),c=d[0],e=r(c),F[e]=a[b],H[e]=c,d[5]&&n(e,d[2].split(" "))}function t(a,b){a=r(a);var c,d=F[a];return d instanceof h?d:"string"==typeof d?(d=new h(d),F[a]=d,d):G[a]&&b!==t&&(c=t(G[a],t))?(d=F[a]=new h,d._set(c),d.name=H[a],d):null}function u(){var a,b=[];for(a in H)H.hasOwnProperty(a)&&(F[a]||F[G[a]])&&H[a]&&b.push(H[a]);return b.sort()}function v(a){var b,c,d,e;for("string"==typeof a&&(a=[a]),b=0;b<a.length;b++)c=a[b].split("|"),d=r(c[0]),e=r(c[1]),G[d]=e,H[d]=c[0],G[e]=d,H[e]=c[1]}function w(a){s(a.zones),v(a.links),A.dataVersion=a.version}function x(a){return x.didShowError||(x.didShowError=!0,z("moment.tz.zoneExists('"+a+"') has been deprecated in favor of !moment.tz.zone('"+a+"')")),!!t(a)}function y(a){return!(!a._a||void 0!==a._tzm)}function z(a){"undefined"!=typeof console&&"function"==typeof console.error&&console.error(a)}function A(b){var c=Array.prototype.slice.call(arguments,0,-1),d=arguments[arguments.length-1],e=t(d),f=a.utc.apply(null,c);return e&&!a.isMoment(b)&&y(f)&&f.add(e.parse(f),"minutes"),f.tz(d),f}function B(a){return function(){return this._z?this._z.abbr(this):a.call(this)}}function C(a){return function(){return this._z=null,a.apply(this,arguments)}}if(void 0!==a.tz)return z("Moment Timezone "+a.tz.version+" was already loaded "+(a.tz.dataVersion?"with data from ":"without any data")+a.tz.dataVersion),a;var D,E="0.5.4",F={},G={},H={},I={},J=a.version.split("."),K=+J[0],L=+J[1];(2>K||2===K&&6>L)&&z("Moment Timezone requires Moment.js >= 2.6.0. You are using Moment.js "+a.version+". See momentjs.com"),h.prototype={_set:function(a){this.name=a.name,this.abbrs=a.abbrs,this.untils=a.untils,this.offsets=a.offsets,this.population=a.population},_index:function(a){var b,c=+a,d=this.untils;for(b=0;b<d.length;b++)if(c<d[b])return b},parse:function(a){var b,c,d,e,f=+a,g=this.offsets,h=this.untils,i=h.length-1;for(e=0;i>e;e++)if(b=g[e],c=g[e+1],d=g[e?e-1:e],c>b&&A.moveAmbiguousForward?b=c:b>d&&A.moveInvalidForward&&(b=d),f<h[e]-6e4*b)return g[e];return g[i]},abbr:function(a){return this.abbrs[this._index(a)]},offset:function(a){return this.offsets[this._index(a)]}},j.prototype.scoreOffsetAt=function(a){this.offsetScore+=Math.abs(this.zone.offset(a.at)-a.offset),this.zone.abbr(a.at).replace(/[^A-Z]/g,"")!==a.abbr&&this.abbrScore++},A.version=E,A.dataVersion="",A._zones=F,A._links=G,A._names=H,A.add=s,A.link=v,A.load=w,A.zone=t,A.zoneExists=x,A.guess=q,A.names=u,A.Zone=h,A.unpack=g,A.unpackBase60=c,A.needsOffset=y,A.moveInvalidForward=!0,A.moveAmbiguousForward=!1;var M=a.fn;a.tz=A,a.defaultZone=null,a.updateOffset=function(b,c){var d,e=a.defaultZone;void 0===b._z&&(e&&y(b)&&!b._isUTC&&(b._d=a.utc(b._a)._d,b.utc().add(e.parse(b),"minutes")),b._z=e),b._z&&(d=b._z.offset(b),Math.abs(d)<16&&(d/=60),void 0!==b.utcOffset?b.utcOffset(-d,c):b.zone(d,c))},M.tz=function(b){return b?(this._z=t(b),this._z?a.updateOffset(this):z("Moment Timezone has no data for "+b+". See http://momentjs.com/timezone/docs/#/data-loading/."),this):this._z?this._z.name:void 0},M.zoneName=B(M.zoneName),M.zoneAbbr=B(M.zoneAbbr),M.utc=C(M.utc),a.tz.setDefault=function(b){return(2>K||2===K&&9>L)&&z("Moment Timezone setDefault() requires Moment.js >= 2.9.0. You are using Moment.js "+a.version+"."),a.defaultZone=b?t(b):null,a};var N=a.momentProperties;return"[object Array]"===Object.prototype.toString.call(N)?(N.push("_z"),N.push("_a")):N&&(N._z=null),w({version:"2016d",zones:["Africa/Abidjan|LMT GMT|g.8 0|01|-2ldXH.Q|48e5","Africa/Accra|LMT GMT GHST|.Q 0 -k|012121212121212121212121212121212121212121212121|-26BbX.8 6tzX.8 MnE 1BAk MnE 1BAk MnE 1BAk MnE 1C0k MnE 1BAk MnE 1BAk MnE 1BAk MnE 1C0k MnE 1BAk MnE 1BAk MnE 1BAk MnE 1C0k MnE 1BAk MnE 1BAk MnE 1BAk MnE 1C0k MnE 1BAk MnE 1BAk MnE 1BAk MnE 1C0k MnE 1BAk MnE 1BAk MnE|41e5","Africa/Nairobi|LMT EAT BEAT BEAUT|-2r.g -30 -2u -2J|01231|-1F3Cr.g 3Dzr.g okMu MFXJ|47e5","Africa/Algiers|PMT WET WEST CET CEST|-9.l 0 -10 -10 -20|0121212121212121343431312123431213|-2nco9.l cNb9.l HA0 19A0 1iM0 11c0 1oo0 Wo0 1rc0 QM0 1EM0 UM0 DA0 Imo0 rd0 De0 9Xz0 1fb0 1ap0 16K0 2yo0 mEp0 hwL0 jxA0 11A0 dDd0 17b0 11B0 1cN0 2Dy0 1cN0 1fB0 1cL0|26e5","Africa/Lagos|LMT WAT|-d.A -10|01|-22y0d.A|17e6","Africa/Bissau|LMT WAT GMT|12.k 10 0|012|-2ldWV.E 2xonV.E|39e4","Africa/Maputo|LMT CAT|-2a.k -20|01|-2GJea.k|26e5","Africa/Cairo|EET EEST|-20 -30|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-1bIO0 vb0 1ip0 11z0 1iN0 1nz0 12p0 1pz0 10N0 1pz0 16p0 1jz0 s3d0 Vz0 1oN0 11b0 1oO0 10N0 1pz0 10N0 1pb0 10N0 1pb0 10N0 1pb0 10N0 1pz0 10N0 1pb0 10N0 1pb0 11d0 1oL0 11d0 1pb0 11d0 1oL0 11d0 1oL0 11d0 1oL0 11d0 1pb0 11d0 1oL0 11d0 1oL0 11d0 1oL0 11d0 1pb0 11d0 1oL0 11d0 1oL0 11d0 1oL0 11d0 1pb0 11d0 1oL0 11d0 1WL0 rd0 1Rz0 wp0 1pb0 11d0 1oL0 11d0 1oL0 11d0 1oL0 11d0 1pb0 11d0 1qL0 Xd0 1oL0 11d0 1oL0 11d0 1pb0 11d0 1oL0 11d0 1oL0 11d0 1ny0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 WL0 1qN0 Rb0 1wp0 On0 1zd0 Lz0 1EN0 Fb0 c10 8n0 8Nd0 gL0 e10 mn0|15e6","Africa/Casablanca|LMT WET WEST CET|u.k 0 -10 -10|0121212121212121213121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2gMnt.E 130Lt.E rb0 Dd0 dVb0 b6p0 TX0 EoB0 LL0 gnd0 rz0 43d0 AL0 1Nd0 XX0 1Cp0 pz0 dEp0 4mn0 SyN0 AL0 1Nd0 wn0 1FB0 Db0 1zd0 Lz0 1Nf0 wM0 co0 go0 1o00 s00 dA0 vc0 11A0 A00 e00 y00 11A0 uM0 e00 Dc0 11A0 s00 e00 IM0 WM0 mo0 gM0 LA0 WM0 jA0 e00 Rc0 11A0 e00 e00 U00 11A0 8o0 e00 11A0 11A0 5A0 e00 17c0 1fA0 1a00 1a00 1fA0 17c0 1io0 14o0 1lc0 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1lc0 14o0 1fA0|32e5","Africa/Ceuta|WET WEST CET CEST|0 -10 -10 -20|010101010101010101010232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-25KN0 11z0 drd0 18o0 3I00 17c0 1fA0 1a00 1io0 1a00 1y7p0 LL0 gnd0 rz0 43d0 AL0 1Nd0 XX0 1Cp0 pz0 dEp0 4VB0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|85e3","Africa/El_Aaiun|LMT WAT WET WEST|Q.M 10 0 -10|01232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-1rDz7.c 1GVA7.c 6L0 AL0 1Nd0 XX0 1Cp0 pz0 1cBB0 AL0 1Nd0 wn0 1FB0 Db0 1zd0 Lz0 1Nf0 wM0 co0 go0 1o00 s00 dA0 vc0 11A0 A00 e00 y00 11A0 uM0 e00 Dc0 11A0 s00 e00 IM0 WM0 mo0 gM0 LA0 WM0 jA0 e00 Rc0 11A0 e00 e00 U00 11A0 8o0 e00 11A0 11A0 5A0 e00 17c0 1fA0 1a00 1a00 1fA0 17c0 1io0 14o0 1lc0 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1lc0 14o0 1fA0|20e4","Africa/Johannesburg|SAST SAST SAST|-1u -20 -30|012121|-2GJdu 1Ajdu 1cL0 1cN0 1cL0|84e5","Africa/Khartoum|LMT CAT CAST EAT|-2a.8 -20 -30 -30|01212121212121212121212121212121213|-1yW2a.8 1zK0a.8 16L0 1iN0 17b0 1jd0 17b0 1ip0 17z0 1i10 17X0 1hB0 18n0 1hd0 19b0 1gp0 19z0 1iN0 17b0 1ip0 17z0 1i10 18n0 1hd0 18L0 1gN0 19b0 1gp0 19z0 1iN0 17z0 1i10 17X0 yGd0|51e5","Africa/Monrovia|MMT LRT GMT|H.8 I.u 0|012|-23Lzg.Q 29s01.m|11e5","Africa/Ndjamena|LMT WAT WAST|-10.c -10 -20|0121|-2le10.c 2J3c0.c Wn0|13e5","Africa/Tripoli|LMT CET CEST EET|-Q.I -10 -20 -20|012121213121212121212121213123123|-21JcQ.I 1hnBQ.I vx0 4iP0 xx0 4eN0 Bb0 7ip0 U0n0 A10 1db0 1cN0 1db0 1dd0 1db0 1eN0 1bb0 1e10 1cL0 1c10 1db0 1dd0 1db0 1cN0 1db0 1q10 fAn0 1ep0 1db0 AKq0 TA0 1o00|11e5","Africa/Tunis|PMT CET CEST|-9.l -10 -20|0121212121212121212121212121212121|-2nco9.l 18pa9.l 1qM0 DA0 3Tc0 11B0 1ze0 WM0 7z0 3d0 14L0 1cN0 1f90 1ar0 16J0 1gXB0 WM0 1rA0 11c0 nwo0 Ko0 1cM0 1cM0 1rA0 10M0 zuM0 10N0 1aN0 1qM0 WM0 1qM0 11A0 1o00|20e5","Africa/Windhoek|SWAT SAST SAST CAT WAT WAST|-1u -20 -30 -20 -10 -20|012134545454545454545454545454545454545454545454545454545454545454545454545454545454545454545|-2GJdu 1Ajdu 1cL0 1SqL0 9NA0 11D0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 11B0 1nX0 11B0|32e4","America/Adak|NST NWT NPT BST BDT AHST HST HDT|b0 a0 a0 b0 a0 a0 a0 90|012034343434343434343434343434343456767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676|-17SX0 8wW0 iB0 Qlb0 52O0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 cm0 10q0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|326","America/Anchorage|CAT CAWT CAPT AHST AHDT YST AKST AKDT|a0 90 90 a0 90 90 90 80|012034343434343434343434343434343456767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676|-17T00 8wX0 iA0 Qlb0 52O0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 cm0 10q0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|30e4","America/Port_of_Spain|LMT AST|46.4 40|01|-2kNvR.U|43e3","America/Araguaina|LMT BRT BRST|3c.M 30 20|0121212121212121212121212121212121212121212121212121|-2glwL.c HdKL.c 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 dMN0 Lz0 1zd0 Rb0 1wN0 Wn0 1tB0 Rb0 1tB0 WL0 1tB0 Rb0 1zd0 On0 1HB0 FX0 ny10 Lz0|14e4","America/Argentina/Buenos_Aires|CMT ART ARST ART ARST|4g.M 40 30 30 20|0121212121212121212121212121212121212121213434343434343234343|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Rb0 1wp0 Rb0 1wp0 TX0 g0p0 10M0 j3c0 uL0 1qN0 WL0","America/Argentina/Catamarca|CMT ART ARST ART ARST WART|4g.M 40 30 30 20 40|0121212121212121212121212121212121212121213434343454343235343|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Rb0 1wq0 Ra0 1wp0 TX0 g0p0 10M0 ako0 7B0 8zb0 uL0","America/Argentina/Cordoba|CMT ART ARST ART ARST WART|4g.M 40 30 30 20 40|0121212121212121212121212121212121212121213434343454343234343|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Rb0 1wq0 Ra0 1wp0 TX0 g0p0 10M0 j3c0 uL0 1qN0 WL0","America/Argentina/Jujuy|CMT ART ARST ART ARST WART WARST|4g.M 40 30 30 20 40 30|01212121212121212121212121212121212121212134343456543432343|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1ze0 TX0 1ld0 WK0 1wp0 TX0 g0p0 10M0 j3c0 uL0","America/Argentina/La_Rioja|CMT ART ARST ART ARST WART|4g.M 40 30 30 20 40|01212121212121212121212121212121212121212134343434534343235343|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Qn0 qO0 16n0 Rb0 1wp0 TX0 g0p0 10M0 ako0 7B0 8zb0 uL0","America/Argentina/Mendoza|CMT ART ARST ART ARST WART WARST|4g.M 40 30 30 20 40 30|0121212121212121212121212121212121212121213434345656543235343|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1u20 SL0 1vd0 Tb0 1wp0 TW0 g0p0 10M0 agM0 Op0 7TX0 uL0","America/Argentina/Rio_Gallegos|CMT ART ARST ART ARST WART|4g.M 40 30 30 20 40|0121212121212121212121212121212121212121213434343434343235343|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Rb0 1wp0 Rb0 1wp0 TX0 g0p0 10M0 ako0 7B0 8zb0 uL0","America/Argentina/Salta|CMT ART ARST ART ARST WART|4g.M 40 30 30 20 40|01212121212121212121212121212121212121212134343434543432343|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Rb0 1wq0 Ra0 1wp0 TX0 g0p0 10M0 j3c0 uL0","America/Argentina/San_Juan|CMT ART ARST ART ARST WART|4g.M 40 30 30 20 40|01212121212121212121212121212121212121212134343434534343235343|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Qn0 qO0 16n0 Rb0 1wp0 TX0 g0p0 10M0 ak00 m10 8lb0 uL0","America/Argentina/San_Luis|CMT ART ARST ART ARST WART WARST|4g.M 40 30 30 20 40 30|01212121212121212121212121212121212121212134343456536353465653|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 XX0 1q20 SL0 AN0 kin0 10M0 ak00 m10 8lb0 8L0 jd0 1qN0 WL0 1qN0","America/Argentina/Tucuman|CMT ART ARST ART ARST WART|4g.M 40 30 30 20 40|012121212121212121212121212121212121212121343434345434323534343|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Rb0 1wq0 Ra0 1wp0 TX0 g0p0 10M0 ako0 4N0 8BX0 uL0 1qN0 WL0","America/Argentina/Ushuaia|CMT ART ARST ART ARST WART|4g.M 40 30 30 20 40|0121212121212121212121212121212121212121213434343434343235343|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Rb0 1wp0 Rb0 1wp0 TX0 g0p0 10M0 ajA0 8p0 8zb0 uL0","America/Curacao|LMT ANT AST|4z.L 4u 40|012|-2kV7o.d 28KLS.d|15e4","America/Asuncion|AMT PYT PYT PYST|3O.E 40 30 30|012131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313|-1x589.k 1DKM9.k 3CL0 3Dd0 10L0 1pB0 10n0 1pB0 10n0 1pB0 1cL0 1dd0 1db0 1dd0 1cL0 1dd0 1cL0 1dd0 1cL0 1dd0 1db0 1dd0 1cL0 1dd0 1cL0 1dd0 1cL0 1dd0 1db0 1dd0 1cL0 1lB0 14n0 1dd0 1cL0 1fd0 WL0 1rd0 1aL0 1dB0 Xz0 1qp0 Xb0 1qN0 10L0 1rB0 TX0 1tB0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1qN0 1cL0 WN0 1qL0 11B0 1nX0 1ip0 WL0 1qN0 WL0 1qN0 WL0 1tB0 TX0 1tB0 TX0 1tB0 19X0 1a10 1fz0 1a10 1fz0 1cN0 17b0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0|28e5","America/Atikokan|CST CDT CWT CPT EST|60 50 50 50 50|0101234|-25TQ0 1in0 Rnb0 3je0 8x30 iw0|28e2","America/Bahia|LMT BRT BRST|2y.4 30 20|01212121212121212121212121212121212121212121212121212121212121|-2glxp.U HdLp.U 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 1EN0 Lz0 1C10 IL0 1HB0 Db0 1HB0 On0 1zd0 On0 1zd0 Lz0 1zd0 Rb0 1wN0 Wn0 1tB0 Rb0 1tB0 WL0 1tB0 Rb0 1zd0 On0 1HB0 FX0 l5B0 Rb0|27e5","America/Bahia_Banderas|LMT MST CST PST MDT CDT|71 70 60 80 60 50|0121212131414141414141414141414141414152525252525252525252525252525252525252525252525252525252|-1UQF0 deL0 8lc0 17c0 10M0 1dd0 otX0 gmN0 P2N0 13Vd0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nW0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0|84e3","America/Barbados|LMT BMT AST ADT|3W.t 3W.t 40 30|01232323232|-1Q0I1.v jsM0 1ODC1.v IL0 1ip0 17b0 1ip0 17b0 1ld0 13b0|28e4","America/Belem|LMT BRT BRST|3d.U 30 20|012121212121212121212121212121|-2glwK.4 HdKK.4 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0|20e5","America/Belize|LMT CST CHDT CDT|5Q.M 60 5u 50|01212121212121212121212121212121212121212121212121213131|-2kBu7.c fPA7.c Onu 1zcu Rbu 1wou Rbu 1wou Rbu 1zcu Onu 1zcu Onu 1zcu Rbu 1wou Rbu 1wou Rbu 1wou Rbu 1zcu Onu 1zcu Onu 1zcu Rbu 1wou Rbu 1wou Rbu 1zcu Onu 1zcu Onu 1zcu Onu 1zcu Rbu 1wou Rbu 1wou Rbu 1zcu Onu 1zcu Onu 1zcu Rbu 1wou Rbu 1f0Mu qn0 lxB0 mn0|57e3","America/Blanc-Sablon|AST ADT AWT APT|40 30 30 30|010230|-25TS0 1in0 UGp0 8x50 iu0|11e2","America/Boa_Vista|LMT AMT AMST|42.E 40 30|0121212121212121212121212121212121|-2glvV.k HdKV.k 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 smp0 WL0 1tB0 2L0|62e2","America/Bogota|BMT COT COST|4U.g 50 40|0121|-2eb73.I 38yo3.I 2en0|90e5","America/Boise|PST PDT MST MWT MPT MDT|80 70 70 60 60 60|0101023425252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252|-261q0 1nX0 11B0 1nX0 8C10 JCL0 8x20 ix0 QwN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 Dd0 1Kn0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|21e4","America/Cambridge_Bay|zzz MST MWT MPT MDDT MDT CST CDT EST|0 70 60 60 50 60 60 50 50|0123141515151515151515151515151515151515151515678651515151515151515151515151515151515151515151515151515151515151515151515151|-21Jc0 RO90 8x20 ix0 LCL0 1fA0 zgO0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11A0 1nX0 2K0 WQ0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|15e2","America/Campo_Grande|LMT AMT AMST|3C.s 40 30|012121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212|-2glwl.w HdLl.w 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 1EN0 Lz0 1C10 IL0 1HB0 Db0 1HB0 On0 1zd0 On0 1zd0 Lz0 1zd0 Rb0 1wN0 Wn0 1tB0 Rb0 1tB0 WL0 1tB0 Rb0 1zd0 On0 1HB0 FX0 1C10 Lz0 1Ip0 HX0 1zd0 On0 1HB0 IL0 1wp0 On0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 Rb0 1zd0 Lz0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 On0 1zd0 On0 1C10 Lz0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 Rb0 1wp0 On0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 On0 1zd0 On0 1C10 Lz0 1C10 Lz0 1C10 Lz0 1C10 On0 1zd0 Rb0 1wp0 On0 1C10 Lz0 1C10 On0 1zd0|77e4","America/Cancun|LMT CST EST EDT CDT|5L.4 60 50 40 50|0123232341414141414141414141414141414141412|-1UQG0 2q2o0 yLB0 1lb0 14p0 1lb0 14p0 Lz0 xB0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 Dd0|63e4","America/Caracas|CMT VET VET|4r.E 4u 40|01212|-2kV7w.k 28KM2.k 1IwOu kqo0|29e5","America/Cayenne|LMT GFT GFT|3t.k 40 30|012|-2mrwu.E 2gWou.E|58e3","America/Panama|CMT EST|5j.A 50|01|-2uduE.o|15e5","America/Chicago|CST CDT EST CWT CPT|60 50 50 50 50|01010101010101010101010101010101010102010101010103401010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-261s0 1nX0 11B0 1nX0 1wp0 TX0 WN0 1qL0 1cN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 11B0 1Hz0 14p0 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 RB0 8x30 iw0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|92e5","America/Chihuahua|LMT MST CST CDT MDT|74.k 70 60 50 60|0121212323241414141414141414141414141414141414141414141414141414141414141414141414141414141|-1UQF0 deL0 8lc0 17c0 10M0 1dd0 2zQN0 1lb0 14p0 1lb0 14q0 1lb0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0|81e4","America/Costa_Rica|SJMT CST CDT|5A.d 60 50|0121212121|-1Xd6n.L 2lu0n.L Db0 1Kp0 Db0 pRB0 15b0 1kp0 mL0|12e5","America/Creston|MST PST|70 80|010|-29DR0 43B0|53e2","America/Cuiaba|LMT AMT AMST|3I.k 40 30|0121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212|-2glwf.E HdLf.E 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 1EN0 Lz0 1C10 IL0 1HB0 Db0 1HB0 On0 1zd0 On0 1zd0 Lz0 1zd0 Rb0 1wN0 Wn0 1tB0 Rb0 1tB0 WL0 1tB0 Rb0 1zd0 On0 1HB0 FX0 4a10 HX0 1zd0 On0 1HB0 IL0 1wp0 On0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 Rb0 1zd0 Lz0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 On0 1zd0 On0 1C10 Lz0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 Rb0 1wp0 On0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 On0 1zd0 On0 1C10 Lz0 1C10 Lz0 1C10 Lz0 1C10 On0 1zd0 Rb0 1wp0 On0 1C10 Lz0 1C10 On0 1zd0|54e4","America/Danmarkshavn|LMT WGT WGST GMT|1e.E 30 20 0|01212121212121212121212121212121213|-2a5WJ.k 2z5fJ.k 19U0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 DC0|8","America/Dawson|YST YDT YWT YPT YDDT PST PDT|90 80 80 80 70 80 70|0101023040565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565|-25TN0 1in0 1o10 13V0 Ser0 8x00 iz0 LCL0 1fA0 jrA0 fNd0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|13e2","America/Dawson_Creek|PST PDT PWT PPT MST|80 70 70 70 70|0102301010101010101010101010101010101010101010101010101014|-25TO0 1in0 UGp0 8x10 iy0 3NB0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 ML0|12e3","America/Denver|MST MDT MWT MPT|70 60 60 60|01010101023010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-261r0 1nX0 11B0 1nX0 11B0 1qL0 WN0 mn0 Ord0 8x20 ix0 LCN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|26e5","America/Detroit|LMT CST EST EWT EPT EDT|5w.b 60 50 40 40 40|01234252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252|-2Cgir.N peqr.N 156L0 8x40 iv0 6fd0 11z0 Jy10 SL0 dnB0 1cL0 s10 1Vz0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|37e5","America/Edmonton|LMT MST MDT MWT MPT|7x.Q 70 60 60 60|01212121212121341212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2yd4q.8 shdq.8 1in0 17d0 hz0 2dB0 1fz0 1a10 11z0 1qN0 WL0 1qN0 11z0 IGN0 8x20 ix0 3NB0 11z0 LFB0 1cL0 3Cp0 1cL0 66N0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|10e5","America/Eirunepe|LMT ACT ACST AMT|4D.s 50 40 40|0121212121212121212121212121212131|-2glvk.w HdLk.w 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 dPB0 On0 yTd0 d5X0|31e3","America/El_Salvador|LMT CST CDT|5U.M 60 50|012121|-1XiG3.c 2Fvc3.c WL0 1qN0 WL0|11e5","America/Tijuana|LMT MST PST PDT PWT PPT|7M.4 70 80 70 70 70|012123245232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-1UQE0 4PX0 8mM0 8lc0 SN0 1cL0 pHB0 83r0 zI0 5O10 1Rz0 cOP0 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 BUp0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 U10 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|20e5","America/Fort_Nelson|PST PDT PWT PPT MST|80 70 70 70 70|01023010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010104|-25TO0 1in0 UGp0 8x10 iy0 3NB0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0|39e2","America/Fort_Wayne|CST CDT CWT CPT EST EDT|60 50 50 50 50 40|010101023010101010101010101040454545454545454545454545454545454545454545454545454545454545454545454|-261s0 1nX0 11B0 1nX0 QI10 Db0 RB0 8x30 iw0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 5Tz0 1o10 qLb0 1cL0 1cN0 1cL0 1qhd0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0","America/Fortaleza|LMT BRT BRST|2y 30 20|0121212121212121212121212121212121212121|-2glxq HdLq 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 nsp0 WL0 1tB0 5z0 2mN0 On0|34e5","America/Glace_Bay|LMT AST ADT AWT APT|3X.M 40 30 30 30|012134121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2IsI0.c CwO0.c 1in0 UGp0 8x50 iu0 iq10 11z0 Jg10 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|19e3","America/Godthab|LMT WGT WGST|3q.U 30 20|0121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2a5Ux.4 2z5dx.4 19U0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|17e3","America/Goose_Bay|NST NDT NST NDT NWT NPT AST ADT ADDT|3u.Q 2u.Q 3u 2u 2u 2u 40 30 20|010232323232323245232323232323232323232323232323232323232326767676767676767676767676767676767676767676768676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676|-25TSt.8 1in0 DXb0 2HbX.8 WL0 1qN0 WL0 1qN0 WL0 1tB0 TX0 1tB0 WL0 1qN0 WL0 1qN0 7UHu itu 1tB0 WL0 1qN0 WL0 1qN0 WL0 1qN0 WL0 1tB0 WL0 1ld0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 S10 g0u 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14n1 1lb0 14p0 1nW0 11C0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zcX Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|76e2","America/Grand_Turk|KMT EST EDT AST|57.b 50 40 40|0121212121212121212121212121212121212121212121212121212121212121212121212123|-2l1uQ.N 2HHBQ.N 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|37e2","America/Guatemala|LMT CST CDT|62.4 60 50|0121212121|-24KhV.U 2efXV.U An0 mtd0 Nz0 ifB0 17b0 zDB0 11z0|13e5","America/Guayaquil|QMT ECT|5e 50|01|-1yVSK|27e5","America/Guyana|LMT GBGT GYT GYT GYT|3Q.E 3J 3J 30 40|01234|-2dvU7.k 24JzQ.k mlc0 Bxbf|80e4","America/Halifax|LMT AST ADT AWT APT|4e.o 40 30 30 30|0121212121212121212121212121212121212121212121212134121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2IsHJ.A xzzJ.A 1db0 3I30 1in0 3HX0 IL0 1E10 ML0 1yN0 Pb0 1Bd0 Mn0 1Bd0 Rz0 1w10 Xb0 1w10 LX0 1w10 Xb0 1w10 Lz0 1C10 Jz0 1E10 OL0 1yN0 Un0 1qp0 Xb0 1qp0 11X0 1w10 Lz0 1HB0 LX0 1C10 FX0 1w10 Xb0 1qp0 Xb0 1BB0 LX0 1td0 Xb0 1qp0 Xb0 Rf0 8x50 iu0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 3Qp0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 3Qp0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 6i10 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|39e4","America/Havana|HMT CST CDT|5t.A 50 40|012121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-1Meuu.o 72zu.o ML0 sld0 An0 1Nd0 Db0 1Nd0 An0 6Ep0 An0 1Nd0 An0 JDd0 Mn0 1Ap0 On0 1fd0 11X0 1qN0 WL0 1wp0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 14n0 1ld0 14L0 1kN0 15b0 1kp0 1cL0 1cN0 1fz0 1a10 1fz0 1fB0 11z0 14p0 1nX0 11B0 1nX0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 14n0 1ld0 14n0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 1a10 1in0 1a10 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 17c0 1o00 11A0 1qM0 11A0 1o00 11A0 1o00 14o0 1lc0 14o0 1lc0 11A0 6i00 Rc0 1wo0 U00 1tA0 Rc0 1wo0 U00 1wo0 U00 1zc0 U00 1qM0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0|21e5","America/Hermosillo|LMT MST CST PST MDT|7n.Q 70 60 80 60|0121212131414141|-1UQF0 deL0 8lc0 17c0 10M0 1dd0 otX0 gmN0 P2N0 13Vd0 1lb0 14p0 1lb0 14p0 1lb0|64e4","America/Indiana/Knox|CST CDT CWT CPT EST|60 50 50 50 50|0101023010101010101010101010101010101040101010101010101010101010101010101010101010101010141010101010101010101010101010101010101010101010101010101010101010|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 3NB0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 1fz0 1cN0 1cL0 1cN0 11z0 1o10 11z0 1o10 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 3Cn0 8wp0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 z8o0 1o00 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0","America/Indiana/Marengo|CST CDT CWT CPT EST EDT|60 50 50 50 50 40|0101023010101010101010104545454545414545454545454545454545454545454545454545454545454545454545454545454|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 dyN0 11z0 6fd0 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 jrz0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1VA0 LA0 1BX0 1e6p0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0","America/Indiana/Petersburg|CST CDT CWT CPT EST EDT|60 50 50 50 50 40|01010230101010101010101010104010101010101010101010141014545454545454545454545454545454545454545454545454545454545454|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 njX0 WN0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 3Fb0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 19co0 1o00 Rd0 1zb0 Oo0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0","America/Indiana/Tell_City|CST CDT CWT CPT EST EDT|60 50 50 50 50 40|01010230101010101010101010101010454541010101010101010101010101010101010101010101010101010101010101010|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 1o10 11z0 g0p0 11z0 1o10 11z0 1qL0 WN0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 1fz0 1cN0 WL0 1qN0 1cL0 1cN0 1cL0 1cN0 caL0 1cL0 1cN0 1cL0 1qhd0 1o00 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0","America/Indiana/Vevay|CST CDT CWT CPT EST EDT|60 50 50 50 50 40|010102304545454545454545454545454545454545454545454545454545454545454545454545454|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 kPB0 Awn0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1lnd0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0","America/Indiana/Vincennes|CST CDT CWT CPT EST EDT|60 50 50 50 50 40|01010230101010101010101010101010454541014545454545454545454545454545454545454545454545454545454545454|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 1o10 11z0 g0p0 11z0 1o10 11z0 1qL0 WN0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 1fz0 1cN0 WL0 1qN0 1cL0 1cN0 1cL0 1cN0 caL0 1cL0 1cN0 1cL0 1qhd0 1o00 Rd0 1zb0 Oo0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0","America/Indiana/Winamac|CST CDT CWT CPT EST EDT|60 50 50 50 50 40|01010230101010101010101010101010101010454541054545454545454545454545454545454545454545454545454545454545454|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 1fz0 1cN0 1cL0 1cN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 jrz0 1cL0 1cN0 1cL0 1qhd0 1o00 Rd0 1za0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0","America/Inuvik|zzz PST PDDT MST MDT|0 80 60 70 60|0121343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343|-FnA0 tWU0 1fA0 wPe0 2pz0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|35e2","America/Iqaluit|zzz EWT EPT EST EDDT EDT CST CDT|0 40 40 50 30 40 60 50|01234353535353535353535353535353535353535353567353535353535353535353535353535353535353535353535353535353535353535353535353|-16K00 7nX0 iv0 LCL0 1fA0 zgO0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11C0 1nX0 11A0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|67e2","America/Jamaica|KMT EST EDT|57.b 50 40|0121212121212121212121|-2l1uQ.N 2uM1Q.N 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0|94e4","America/Juneau|PST PWT PPT PDT YDT YST AKST AKDT|80 70 70 70 80 90 90 80|01203030303030303030303030403030356767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676|-17T20 8x10 iy0 Vo10 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cM0 1cM0 1cL0 1cN0 1fz0 1a10 1fz0 co0 10q0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|33e3","America/Kentucky/Louisville|CST CDT CWT CPT EST EDT|60 50 50 50 50 40|0101010102301010101010101010101010101454545454545414545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454|-261s0 1nX0 11B0 1nX0 3Fd0 Nb0 LPd0 11z0 RB0 8x30 iw0 Bb0 10N0 2bB0 8in0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 xz0 gso0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1VA0 LA0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0","America/Kentucky/Monticello|CST CDT CWT CPT EST EDT|60 50 50 50 50 40|0101023010101010101010101010101010101010101010101010101010101010101010101454545454545454545454545454545454545454545454545454545454545454545454545454|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 SWp0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11A0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0","America/La_Paz|CMT BOST BOT|4w.A 3w.A 40|012|-1x37r.o 13b0|19e5","America/Lima|LMT PET PEST|58.A 50 40|0121212121212121|-2tyGP.o 1bDzP.o zX0 1aN0 1cL0 1cN0 1cL0 1PrB0 zX0 1O10 zX0 6Gp0 zX0 98p0 zX0|11e6","America/Los_Angeles|PST PDT PWT PPT|80 70 70 70|010102301010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-261q0 1nX0 11B0 1nX0 SgN0 8x10 iy0 5Wp0 1Vb0 3dB0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|15e6","America/Maceio|LMT BRT BRST|2m.Q 30 20|012121212121212121212121212121212121212121|-2glxB.8 HdLB.8 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 dMN0 Lz0 8Q10 WL0 1tB0 5z0 2mN0 On0|93e4","America/Managua|MMT CST EST CDT|5J.c 60 50 50|0121313121213131|-1quie.M 1yAMe.M 4mn0 9Up0 Dz0 1K10 Dz0 s3F0 1KH0 DB0 9In0 k8p0 19X0 1o30 11y0|22e5","America/Manaus|LMT AMT AMST|40.4 40 30|01212121212121212121212121212121|-2glvX.U HdKX.U 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 dPB0 On0|19e5","America/Martinique|FFMT AST ADT|44.k 40 30|0121|-2mPTT.E 2LPbT.E 19X0|39e4","America/Matamoros|LMT CST CDT|6E 60 50|0121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-1UQG0 2FjC0 1nX0 i6p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 U10 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|45e4","America/Mazatlan|LMT MST CST PST MDT|75.E 70 60 80 60|0121212131414141414141414141414141414141414141414141414141414141414141414141414141414141414141|-1UQF0 deL0 8lc0 17c0 10M0 1dd0 otX0 gmN0 P2N0 13Vd0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0|44e4","America/Menominee|CST CDT CWT CPT EST|60 50 50 50 50|01010230101041010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 1o10 11z0 LCN0 1fz0 6410 9Jb0 1cM0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|85e2","America/Merida|LMT CST EST CDT|5W.s 60 50 50|0121313131313131313131313131313131313131313131313131313131313131313131313131313131313131|-1UQG0 2q2o0 2hz0 wu30 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0|11e5","America/Metlakatla|PST PWT PPT PDT AKST AKDT|80 70 70 70 90 80|0120303030303030303030303030303030454545454545454545454545454545454545454545454|-17T20 8x10 iy0 Vo10 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1hU10 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|14e2","America/Mexico_City|LMT MST CST CDT CWT|6A.A 70 60 50 50|012121232324232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-1UQF0 deL0 8lc0 17c0 10M0 1dd0 gEn0 TX0 3xd0 Jb0 6zB0 SL0 e5d0 17b0 1Pff0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0|20e6","America/Miquelon|LMT AST PMST PMDT|3I.E 40 30 20|012323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-2mKkf.k 2LTAf.k gQ10 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|61e2","America/Moncton|EST AST ADT AWT APT|50 40 30 30 30|012121212121212121212134121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2IsH0 CwN0 1in0 zAo0 An0 1Nd0 An0 1Nd0 An0 1Nd0 An0 1Nd0 An0 1Nd0 An0 1K10 Lz0 1zB0 NX0 1u10 Wn0 S20 8x50 iu0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 3Cp0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14n1 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 ReX 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|64e3","America/Monterrey|LMT CST CDT|6F.g 60 50|0121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-1UQG0 2FjC0 1nX0 i6p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0|41e5","America/Montevideo|MMT UYT UYHST UYST UYT UYHST|3I.I 3u 30 20 30 2u|012121212121212121212121213434343434345454543453434343434343434343434343434343434343434|-20UIf.g 8jzJ.g 1cLu 1dcu 1cLu 1dcu 1cLu ircu 11zu 1o0u 11zu 1o0u 11zu 1qMu WLu 1qMu WLu 1qMu WLu 1qMu 11zu 1o0u 11zu NAu 11bu 2iMu zWu Dq10 19X0 pd0 jz0 cm10 19X0 1fB0 1on0 11d0 1oL0 1nB0 1fzu 1aou 1fzu 1aou 1fzu 3nAu Jb0 3MN0 1SLu 4jzu 2PB0 Lb0 3Dd0 1pb0 ixd0 An0 1MN0 An0 1wp0 On0 1wp0 Rb0 1zd0 On0 1wp0 Rb0 s8p0 1fB0 1ip0 11z0 1ld0 14n0 1o10 11z0 1o10 11z0 1o10 14n0 1ld0 14n0 1ld0 14n0 1o10 11z0 1o10 11z0 1o10 11z0|17e5","America/Toronto|EST EDT EWT EPT|50 40 40 40|01010101010101010101010101010101010101010101012301010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-25TR0 1in0 11Wu 1nzu 1fD0 WJ0 1wr0 Nb0 1Ap0 On0 1zd0 On0 1wp0 TX0 1tB0 TX0 1tB0 TX0 1tB0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 4kM0 8x40 iv0 1o10 11z0 1nX0 11z0 1o10 11z0 1o10 1qL0 11D0 1nX0 11B0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|65e5","America/Nassau|LMT EST EDT|59.u 50 40|012121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2kNuO.u 26XdO.u 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|24e4","America/New_York|EST EDT EWT EPT|50 40 40 40|01010101010101010101010101010101010101010101010102301010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-261t0 1nX0 11B0 1nX0 11B0 1qL0 1a10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 RB0 8x40 iv0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|21e6","America/Nipigon|EST EDT EWT EPT|50 40 40 40|010123010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-25TR0 1in0 Rnb0 3je0 8x40 iv0 19yN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|16e2","America/Nome|NST NWT NPT BST BDT YST AKST AKDT|b0 a0 a0 b0 a0 90 90 80|012034343434343434343434343434343456767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676|-17SX0 8wW0 iB0 Qlb0 52O0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 cl0 10q0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|38e2","America/Noronha|LMT FNT FNST|29.E 20 10|0121212121212121212121212121212121212121|-2glxO.k HdKO.k 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 nsp0 WL0 1tB0 2L0 2pB0 On0|30e2","America/North_Dakota/Beulah|MST MDT MWT MPT CST CDT|70 60 60 60 60 50|010102301010101010101010101010101010101010101010101010101010101010101010101010101010101010101014545454545454545454545454545454545454545454545454545454|-261r0 1nX0 11B0 1nX0 SgN0 8x20 ix0 QwN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Oo0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0","America/North_Dakota/Center|MST MDT MWT MPT CST CDT|70 60 60 60 60 50|010102301010101010101010101010101010101010101010101010101014545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454|-261r0 1nX0 11B0 1nX0 SgN0 8x20 ix0 QwN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14o0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0","America/North_Dakota/New_Salem|MST MDT MWT MPT CST CDT|70 60 60 60 60 50|010102301010101010101010101010101010101010101010101010101010101010101010101010101454545454545454545454545454545454545454545454545454545454545454545454|-261r0 1nX0 11B0 1nX0 SgN0 8x20 ix0 QwN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14o0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0","America/Ojinaga|LMT MST CST CDT MDT|6V.E 70 60 50 60|0121212323241414141414141414141414141414141414141414141414141414141414141414141414141414141|-1UQF0 deL0 8lc0 17c0 10M0 1dd0 2zQN0 1lb0 14p0 1lb0 14q0 1lb0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 U10 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|23e3","America/Pangnirtung|zzz AST AWT APT ADDT ADT EDT EST CST CDT|0 40 30 30 20 30 40 50 60 50|012314151515151515151515151515151515167676767689767676767676767676767676767676767676767676767676767676767676767676767676767|-1XiM0 PnG0 8x50 iu0 LCL0 1fA0 zgO0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1o00 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11C0 1nX0 11A0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|14e2","America/Paramaribo|LMT PMT PMT NEGT SRT SRT|3E.E 3E.Q 3E.A 3u 3u 30|012345|-2nDUj.k Wqo0.c qanX.I 1dmLN.o lzc0|24e4","America/Phoenix|MST MDT MWT|70 60 60|01010202010|-261r0 1nX0 11B0 1nX0 SgN0 4Al1 Ap0 1db0 SWqX 1cL0|42e5","America/Port-au-Prince|PPMT EST EDT|4N 50 40|01212121212121212121212121212121212121212121|-28RHb 2FnMb 19X0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14q0 1o00 11A0 1o00 11A0 1o00 14o0 1lc0 14o0 1lc0 14o0 1o00 11A0 1o00 11A0 1o00 14o0 1lc0 14o0 1lc0 i6n0 1nX0 11B0 1nX0 d430 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|23e5","America/Rio_Branco|LMT ACT ACST AMT|4v.c 50 40 40|01212121212121212121212121212131|-2glvs.M HdLs.M 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 NBd0 d5X0|31e4","America/Porto_Velho|LMT AMT AMST|4f.A 40 30|012121212121212121212121212121|-2glvI.o HdKI.o 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0|37e4","America/Puerto_Rico|AST AWT APT|40 30 30|0120|-17lU0 7XT0 iu0|24e5","America/Rainy_River|CST CDT CWT CPT|60 50 50 50|010123010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-25TQ0 1in0 Rnb0 3je0 8x30 iw0 19yN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|842","America/Rankin_Inlet|zzz CST CDDT CDT EST|0 60 40 50 50|012131313131313131313131313131313131313131313431313131313131313131313131313131313131313131313131313131313131313131313131|-vDc0 keu0 1fA0 zgO0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|26e2","America/Recife|LMT BRT BRST|2j.A 30 20|0121212121212121212121212121212121212121|-2glxE.o HdLE.o 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 nsp0 WL0 1tB0 2L0 2pB0 On0|33e5","America/Regina|LMT MST MDT MWT MPT CST|6W.A 70 60 60 60 60|012121212121212121212121341212121212121212121212121215|-2AD51.o uHe1.o 1in0 s2L0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 66N0 1cL0 1cN0 19X0 1fB0 1cL0 1fB0 1cL0 1cN0 1cL0 M30 8x20 ix0 1ip0 1cL0 1ip0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 3NB0 1cL0 1cN0|19e4","America/Resolute|zzz CST CDDT CDT EST|0 60 40 50 50|012131313131313131313131313131313131313131313431313131313431313131313131313131313131313131313131313131313131313131313131|-SnA0 GWS0 1fA0 zgO0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|229","America/Santarem|LMT AMT AMST BRT|3C.M 40 30 30|0121212121212121212121212121213|-2glwl.c HdLl.c 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 NBd0|21e4","America/Santiago|SMT CLT CLT CLST CLST|4G.K 50 40 40 30|010203131313131212421242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424|-2q2jh.e fJAh.e 5knG.K 1Vzh.e jRAG.K 1pbh.e 11d0 1oL0 11d0 1oL0 11d0 1oL0 11d0 1pb0 11d0 nHX0 op0 9Bz0 jb0 1oN0 ko0 Qeo0 WL0 1zd0 On0 1ip0 11z0 1o10 11z0 1qN0 WL0 1ld0 14n0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 WL0 1qN0 1cL0 1cN0 11z0 1o10 11z0 1qN0 WL0 1fB0 19X0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 17b0 1ip0 11z0 1ip0 1fz0 1fB0 11z0 1qN0 WL0 1qN0 WL0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 17b0 1ip0 11z0 1o10 19X0 1fB0 1nX0 G10 1EL0 Op0 1zb0 Rd0 1wn0 Rd0 46n0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Dd0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Dd0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Dd0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0|62e5","America/Santo_Domingo|SDMT EST EDT EHDT AST|4E 50 40 4u 40|01213131313131414|-1ttjk 1lJMk Mn0 6sp0 Lbu 1Cou yLu 1RAu wLu 1QMu xzu 1Q0u xXu 1PAu 13jB0 e00|29e5","America/Sao_Paulo|LMT BRT BRST|36.s 30 20|012121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212|-2glwR.w HdKR.w 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 pTd0 PX0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 1EN0 Lz0 1C10 IL0 1HB0 Db0 1HB0 On0 1zd0 On0 1zd0 Lz0 1zd0 Rb0 1wN0 Wn0 1tB0 Rb0 1tB0 WL0 1tB0 Rb0 1zd0 On0 1HB0 FX0 1C10 Lz0 1Ip0 HX0 1zd0 On0 1HB0 IL0 1wp0 On0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 Rb0 1zd0 Lz0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 On0 1zd0 On0 1C10 Lz0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 Rb0 1wp0 On0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 On0 1zd0 On0 1C10 Lz0 1C10 Lz0 1C10 Lz0 1C10 On0 1zd0 Rb0 1wp0 On0 1C10 Lz0 1C10 On0 1zd0|20e6","America/Scoresbysund|LMT CGT CGST EGST EGT|1r.Q 20 10 0 10|0121343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434|-2a5Ww.8 2z5ew.8 1a00 1cK0 1cL0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|452","America/Sitka|PST PWT PPT PDT YST AKST AKDT|80 70 70 70 90 90 80|01203030303030303030303030303030345656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565|-17T20 8x10 iy0 Vo10 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 co0 10q0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|90e2","America/St_Johns|NST NDT NST NDT NWT NPT NDDT|3u.Q 2u.Q 3u 2u 2u 2u 1u|01010101010101010101010101010101010102323232323232324523232323232323232323232323232323232323232323232323232323232323232323232323232323232326232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-28oit.8 14L0 1nB0 1in0 1gm0 Dz0 1JB0 1cL0 1cN0 1cL0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1fB0 1cL0 1cN0 1cL0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1fB0 1cL0 1fB0 19X0 1fB0 19X0 10O0 eKX.8 19X0 1iq0 WL0 1qN0 WL0 1qN0 WL0 1tB0 TX0 1tB0 WL0 1qN0 WL0 1qN0 7UHu itu 1tB0 WL0 1qN0 WL0 1qN0 WL0 1qN0 WL0 1tB0 WL0 1ld0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14n1 1lb0 14p0 1nW0 11C0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zcX Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|11e4","America/Swift_Current|LMT MST MDT MWT MPT CST|7b.k 70 60 60 60 60|012134121212121212121215|-2AD4M.E uHdM.E 1in0 UGp0 8x20 ix0 1o10 17b0 1ip0 11z0 1o10 11z0 1o10 11z0 isN0 1cL0 3Cp0 1cL0 1cN0 11z0 1qN0 WL0 pMp0|16e3","America/Tegucigalpa|LMT CST CDT|5M.Q 60 50|01212121|-1WGGb.8 2ETcb.8 WL0 1qN0 WL0 GRd0 AL0|11e5","America/Thule|LMT AST ADT|4z.8 40 30|012121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2a5To.Q 31NBo.Q 1cL0 1cN0 1cL0 1fB0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|656","America/Thunder_Bay|CST EST EWT EPT EDT|60 50 40 40 40|0123141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141|-2q5S0 1iaN0 8x40 iv0 XNB0 1cL0 1cN0 1fz0 1cN0 1cL0 3Cp0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|11e4","America/Vancouver|PST PDT PWT PPT|80 70 70 70|0102301010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-25TO0 1in0 UGp0 8x10 iy0 1o10 17b0 1ip0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|23e5","America/Whitehorse|YST YDT YWT YPT YDDT PST PDT|90 80 80 80 70 80 70|0101023040565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565|-25TN0 1in0 1o10 13V0 Ser0 8x00 iz0 LCL0 1fA0 3NA0 vrd0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|23e3","America/Winnipeg|CST CDT CWT CPT|60 50 50 50|010101023010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2aIi0 WL0 3ND0 1in0 Jap0 Rb0 aCN0 8x30 iw0 1tB0 11z0 1ip0 11z0 1o10 11z0 1o10 11z0 1rd0 10L0 1op0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 1cL0 1cN0 11z0 6i10 WL0 6i10 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1a00 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1a00 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 14o0 1lc0 14o0 1o00 11A0 1o00 11A0 1o00 14o0 1lc0 14o0 1lc0 14o0 1o00 11A0 1o00 11A0 1o00 14o0 1lc0 14o0 1lc0 14o0 1lc0 14o0 1o00 11A0 1o00 11A0 1o00 14o0 1lc0 14o0 1lc0 14o0 1o00 11A0 1o00 11A0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|66e4","America/Yakutat|YST YWT YPT YDT AKST AKDT|90 80 80 80 90 80|01203030303030303030303030303030304545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454|-17T10 8x00 iz0 Vo10 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 cn0 10q0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|642","America/Yellowknife|zzz MST MWT MPT MDDT MDT|0 70 60 60 50 60|012314151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151|-1pdA0 hix0 8x20 ix0 LCL0 1fA0 zgO0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|19e3","Antarctica/Casey|zzz AWST CAST|0 -80 -b0|012121|-2q00 1DjS0 T90 40P0 KL0|10","Antarctica/Davis|zzz DAVT DAVT|0 -70 -50|01012121|-vyo0 iXt0 alj0 1D7v0 VB0 3Wn0 KN0|70","Antarctica/DumontDUrville|zzz PMT DDUT|0 -a0 -a0|0102|-U0o0 cfq0 bFm0|80","Antarctica/Macquarie|AEST AEDT zzz MIST|-a0 -b0 0 -b0|0102010101010101010101010101010101010101010101010101010101010101010101010101010101010101013|-29E80 19X0 4SL0 1ayy0 Lvs0 1cM0 1o00 Rc0 1wo0 Rc0 1wo0 U00 1wo0 LA0 1C00 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 11A0 1qM0 WM0 1qM0 Oo0 1zc0 Oo0 1zc0 Oo0 1wo0 WM0 1tA0 WM0 1tA0 U00 1tA0 U00 1tA0 11A0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 11A0 1o00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1cM0 1a00 1io0 1cM0 1cM0 1cM0 1cM0 1cM0|1","Antarctica/Mawson|zzz MAWT MAWT|0 -60 -50|012|-CEo0 2fyk0|60","Pacific/Auckland|NZMT NZST NZST NZDT|-bu -cu -c0 -d0|01020202020202020202020202023232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323|-1GCVu Lz0 1tB0 11zu 1o0u 11zu 1o0u 11zu 1o0u 14nu 1lcu 14nu 1lcu 1lbu 11Au 1nXu 11Au 1nXu 11Au 1nXu 11Au 1nXu 11Au 1qLu WMu 1qLu 11Au 1n1bu IM0 1C00 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1qM0 14o0 1lc0 14o0 1lc0 14o0 1lc0 17c0 1io0 17c0 1io0 17c0 1io0 17c0 1lc0 14o0 1lc0 14o0 1lc0 17c0 1io0 17c0 1io0 17c0 1lc0 14o0 1lc0 14o0 1lc0 17c0 1io0 17c0 1io0 17c0 1io0 17c0 1io0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00|14e5","Antarctica/Palmer|zzz ARST ART ART ARST CLT CLST|0 30 40 30 20 40 30|0121212121234356565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656|-cao0 nD0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 jsN0 14N0 11z0 1o10 11z0 1qN0 WL0 1qN0 WL0 1qN0 1cL0 1cN0 11z0 1o10 11z0 1qN0 WL0 1fB0 19X0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 17b0 1ip0 11z0 1ip0 1fz0 1fB0 11z0 1qN0 WL0 1qN0 WL0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 17b0 1ip0 11z0 1o10 19X0 1fB0 1nX0 G10 1EL0 Op0 1zb0 Rd0 1wn0 Rd0 46n0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Dd0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Dd0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Dd0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0|40","Antarctica/Rothera|zzz ROTT|0 30|01|gOo0|130","Antarctica/Syowa|zzz SYOT|0 -30|01|-vs00|20","Antarctica/Troll|zzz UTC CEST|0 0 -20|01212121212121212121212121212121212121212121212121212121212121212121|1puo0 hd0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|40","Antarctica/Vostok|zzz VOST|0 -60|01|-tjA0|25","Europe/Oslo|CET CEST|-10 -20|010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2awM0 Qm0 W6o0 5pf0 WM0 1fA0 1cM0 1cM0 1cM0 1cM0 wJc0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1qM0 WM0 zpc0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|62e4","Asia/Riyadh|LMT AST|-36.Q -30|01|-TvD6.Q|57e5","Asia/Almaty|LMT +05 +06 +07|-57.M -50 -60 -70|012323232323232323232321232323232323232323232323232|-1Pc57.M eUo7.M 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0|15e5","Asia/Amman|LMT EET EEST|-2n.I -20 -30|0121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-1yW2n.I 1HiMn.I KL0 1oN0 11b0 1oN0 11b0 1pd0 1dz0 1cp0 11b0 1op0 11b0 fO10 1db0 1e10 1cL0 1cN0 1cL0 1cN0 1fz0 1pd0 10n0 1ld0 14n0 1hB0 15b0 1ip0 19X0 1cN0 1cL0 1cN0 17b0 1ld0 14o0 1lc0 17c0 1io0 17c0 1io0 17c0 1So0 y00 1fc0 1dc0 1co0 1dc0 1cM0 1cM0 1cM0 1o00 11A0 1lc0 17c0 1cM0 1cM0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 4bX0 Dd0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0|25e5","Asia/Anadyr|LMT ANAT ANAT ANAST ANAST ANAST ANAT|-bN.U -c0 -d0 -e0 -d0 -c0 -b0|01232414141414141414141561414141414141414141414141414141414141561|-1PcbN.U eUnN.U 23CL0 1db0 1cN0 1dc0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cN0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qN0 WM0|13e3","Asia/Aqtau|LMT +04 +05 +06|-3l.4 -40 -50 -60|012323232323232323232123232312121212121212121212|-1Pc3l.4 eUnl.4 24PX0 2pX0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cN0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0|15e4","Asia/Aqtobe|LMT +04 +05 +06|-3M.E -40 -50 -60|0123232323232323232321232323232323232323232323232|-1Pc3M.E eUnM.E 23CL0 3Db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0|27e4","Asia/Ashgabat|LMT ASHT ASHT ASHST ASHST TMT TMT|-3R.w -40 -50 -60 -50 -40 -50|012323232323232323232324156|-1Pc3R.w eUnR.w 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cN0 ba0 xC0|41e4","Asia/Baghdad|BMT AST ADT|-2V.A -30 -40|012121212121212121212121212121212121212121212121212121|-26BeV.A 2ACnV.A 11b0 1cp0 1dz0 1dd0 1db0 1cN0 1cp0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1de0 1dc0 1dc0 1dc0 1cM0 1dc0 1cM0 1dc0 1cM0 1dc0 1dc0 1dc0 1cM0 1dc0 1cM0 1dc0 1cM0 1dc0 1dc0 1dc0 1cM0 1dc0 1cM0 1dc0 1cM0 1dc0 1dc0 1dc0 1cM0 1dc0 1cM0 1dc0 1cM0 1dc0|66e5","Asia/Qatar|LMT GST AST|-3q.8 -40 -30|012|-21Jfq.8 27BXq.8|96e4","Asia/Baku|LMT BAKT BAKT BAKST BAKST AZST AZT AZT AZST|-3j.o -30 -40 -50 -40 -40 -30 -40 -50|01232323232323232323232456578787878787878787878787878787878787878787|-1Pc3j.o 1jUoj.o WCL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 10K0 c30 1cM0 1cI0 8wu0 1o00 11z0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00|27e5","Asia/Bangkok|BMT ICT|-6G.4 -70|01|-218SG.4|15e6","Asia/Barnaul|LMT +06 +07 +08|-5z -60 -70 -80|0123232323232323232323212323232321212121212121212121212121212121212|-21S5z pCnz 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 p90 LE0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 3rd0","Asia/Beirut|EET EEST|-20 -30|010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-21aq0 1on0 1410 1db0 19B0 1in0 1ip0 WL0 1lQp0 11b0 1oN0 11b0 1oN0 11b0 1pd0 11b0 1oN0 11b0 q6N0 En0 1oN0 11b0 1oN0 11b0 1oN0 11b0 1pd0 11b0 1oN0 11b0 1op0 11b0 dA10 17b0 1iN0 17b0 1iN0 17b0 1iN0 17b0 1vB0 SL0 1mp0 13z0 1iN0 17b0 1iN0 17b0 1jd0 12n0 1a10 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0|22e5","Asia/Bishkek|LMT FRUT FRUT FRUST FRUST KGT KGST KGT|-4W.o -50 -60 -70 -60 -50 -60 -60|01232323232323232323232456565656565656565656565656567|-1Pc4W.o eUnW.o 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 11c0 1tX0 17b0 1ip0 17b0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1cPu 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 T8u|87e4","Asia/Brunei|LMT BNT BNT|-7D.E -7u -80|012|-1KITD.E gDc9.E|42e4","Asia/Kolkata|HMT BURT IST IST|-5R.k -6u -5u -6u|01232|-18LFR.k 1unn.k HB0 7zX0|15e6","Asia/Chita|LMT YAKT YAKT YAKST YAKST YAKT IRKT|-7x.Q -80 -90 -a0 -90 -a0 -80|0123232323232323232323241232323232323232323232323232323232323232562|-21Q7x.Q pAnx.Q 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cN0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 3re0|33e4","Asia/Choibalsan|LMT ULAT ULAT CHOST CHOT CHOT CHOST|-7C -70 -80 -a0 -90 -80 -90|0123434343434343434343434343434343434343434343456565656565656565656565656565656565656565656565|-2APHC 2UkoC cKn0 1da0 1dd0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 1cL0 1cN0 1cL0 1cN0 1cL0 6hD0 11z0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 3Db0 h1f0 1cJ0 1cP0 1cJ0 1cP0 1fx0 1cP0 1cJ0 1cP0 1cJ0 1cP0 1cJ0 1cP0 1cJ0 1cP0 1cJ0 1cP0 1fx0 1cP0 1cJ0 1cP0 1cJ0 1cP0 1cJ0 1cP0 1cJ0 1cP0 1fx0 1cP0 1cJ0 1cP0 1cJ0 1cP0 1cJ0 1cP0 1cJ0 1cP0 1cJ0 1cP0 1fx0 1cP0 1cJ0 1cP0 1cJ0 1cP0 1cJ0|38e3","Asia/Shanghai|CST CDT|-80 -90|01010101010101010|-1c1I0 LX0 16p0 1jz0 1Myp0 Rb0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0|23e6","Asia/Colombo|MMT IST IHST IST LKT LKT|-5j.w -5u -60 -6u -6u -60|01231451|-2zOtj.w 1rFbN.w 1zzu 7Apu 23dz0 11zu n3cu|22e5","Asia/Dhaka|HMT BURT IST DACT BDT BDST|-5R.k -6u -5u -60 -60 -70|01213454|-18LFR.k 1unn.k HB0 m6n0 LqMu 1x6n0 1i00|16e6","Asia/Damascus|LMT EET EEST|-2p.c -20 -30|01212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-21Jep.c Hep.c 17b0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1xRB0 11X0 1oN0 10L0 1pB0 11b0 1oN0 10L0 1mp0 13X0 1oN0 11b0 1pd0 11b0 1oN0 11b0 1oN0 11b0 1oN0 11b0 1pd0 11b0 1oN0 11b0 1oN0 11b0 1oN0 11b0 1pd0 11b0 1oN0 Nb0 1AN0 Nb0 bcp0 19X0 1gp0 19X0 3ld0 1xX0 Vd0 1Bz0 Sp0 1vX0 10p0 1dz0 1cN0 1cL0 1db0 1db0 1g10 1an0 1ap0 1db0 1fd0 1db0 1cN0 1db0 1dd0 1db0 1cp0 1dz0 1c10 1dX0 1cN0 1db0 1dd0 1db0 1cN0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1db0 1cN0 1db0 1cN0 19z0 1fB0 1qL0 11B0 1on0 Wp0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0|26e5","Asia/Dili|LMT TLT JST TLT WITA|-8m.k -80 -90 -90 -80|012343|-2le8m.k 1dnXm.k 8HA0 1ew00 Xld0|19e4","Asia/Dubai|LMT GST|-3F.c -40|01|-21JfF.c|39e5","Asia/Dushanbe|LMT DUST DUST DUSST DUSST TJT|-4z.c -50 -60 -70 -60 -50|0123232323232323232323245|-1Pc4z.c eUnz.c 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 14N0|76e4","Asia/Gaza|EET EET EEST IST IDT|-20 -30 -30 -20 -30|010101010102020202020202020202023434343434343434343434343430202020202020202020202020202020202020202020202020202020202020202020202020202020202020|-1c2q0 5Rb0 10r0 1px0 10N0 1pz0 16p0 1jB0 16p0 1jx0 pBd0 Vz0 1oN0 11b0 1oO0 10N0 1pz0 10N0 1pb0 10N0 1pb0 10N0 1pb0 10N0 1pz0 10N0 1pb0 10N0 1pb0 11d0 1oL0 dW0 hfB0 Db0 1fB0 Rb0 npB0 11z0 1C10 IL0 1s10 10n0 1o10 WL0 1zd0 On0 1ld0 11z0 1o10 14n0 1o10 14n0 1nd0 12n0 1nd0 Xz0 1q10 12n0 M10 C00 17c0 1io0 17c0 1io0 17c0 1o00 1cL0 1fB0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 17c0 1io0 18N0 1bz0 19z0 1gp0 1610 1iL0 11z0 1o10 14o0 1lA1 SKX 1xd1 MKX 1AN0 1a00 1fA0 1cL0 1cN0 1nX0 1210 1nz0 1220 1ny0 1220 1qm0 1220 1ny0 1220 1ny0 1220 1ny0 1220 1ny0 1220 1ny0 1220 1qm0 1220 1ny0 1220 1ny0 1220 1ny0 1220 1ny0 1220 1qm0 1220 1ny0 1220 1ny0 1220 1ny0 1220 1ny0 1220 1ny0 1220 1qm0 1220 1ny0 1220 1ny0 1220 1ny0|18e5","Asia/Hebron|EET EET EEST IST IDT|-20 -30 -30 -20 -30|01010101010202020202020202020202343434343434343434343434343020202020202020202020202020202020202020202020202020202020202020202020202020202020202020|-1c2q0 5Rb0 10r0 1px0 10N0 1pz0 16p0 1jB0 16p0 1jx0 pBd0 Vz0 1oN0 11b0 1oO0 10N0 1pz0 10N0 1pb0 10N0 1pb0 10N0 1pb0 10N0 1pz0 10N0 1pb0 10N0 1pb0 11d0 1oL0 dW0 hfB0 Db0 1fB0 Rb0 npB0 11z0 1C10 IL0 1s10 10n0 1o10 WL0 1zd0 On0 1ld0 11z0 1o10 14n0 1o10 14n0 1nd0 12n0 1nd0 Xz0 1q10 12n0 M10 C00 17c0 1io0 17c0 1io0 17c0 1o00 1cL0 1fB0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 17c0 1io0 18N0 1bz0 19z0 1gp0 1610 1iL0 12L0 1mN0 14o0 1lc0 Tb0 1xd1 MKX bB0 cn0 1cN0 1a00 1fA0 1cL0 1cN0 1nX0 1210 1nz0 1220 1ny0 1220 1qm0 1220 1ny0 1220 1ny0 1220 1ny0 1220 1ny0 1220 1ny0 1220 1qm0 1220 1ny0 1220 1ny0 1220 1ny0 1220 1ny0 1220 1qm0 1220 1ny0 1220 1ny0 1220 1ny0 1220 1ny0 1220 1ny0 1220 1qm0 1220 1ny0 1220 1ny0 1220 1ny0|25e4","Asia/Ho_Chi_Minh|LMT PLMT ICT IDT JST|-76.E -76.u -70 -80 -90|0123423232|-2yC76.E bK00.a 1h7b6.u 5lz0 18o0 3Oq0 k5b0 aW00 BAM0|90e5","Asia/Hong_Kong|LMT HKT HKST JST|-7A.G -80 -90 -90|0121312121212121212121212121212121212121212121212121212121212121212121|-2CFHA.G 1sEP6.G 1cL0 ylu 93X0 1qQu 1tX0 Rd0 1In0 NB0 1cL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1kL0 14N0 1nX0 U10 1tz0 U10 1wn0 Rd0 1wn0 U10 1tz0 U10 1tz0 U10 1tz0 U10 1wn0 Rd0 1wn0 Rd0 1wn0 U10 1tz0 U10 1tz0 17d0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 s10 1Vz0 1cN0 1cL0 1cN0 1cL0 6fd0 14n0|73e5","Asia/Hovd|LMT HOVT HOVT HOVST|-66.A -60 -70 -80|012323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-2APG6.A 2Uko6.A cKn0 1db0 1dd0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 1cL0 1cN0 1cL0 1cN0 1cL0 6hD0 11z0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 kEp0 1cJ0 1cP0 1cJ0 1cP0 1fx0 1cP0 1cJ0 1cP0 1cJ0 1cP0 1cJ0 1cP0 1cJ0 1cP0 1cJ0 1cP0 1fx0 1cP0 1cJ0 1cP0 1cJ0 1cP0 1cJ0 1cP0 1cJ0 1cP0 1fx0 1cP0 1cJ0 1cP0 1cJ0 1cP0 1cJ0 1cP0 1cJ0 1cP0 1cJ0 1cP0 1fx0 1cP0 1cJ0 1cP0 1cJ0 1cP0 1cJ0|81e3","Asia/Irkutsk|IMT IRKT IRKT IRKST IRKST IRKT|-6V.5 -70 -80 -90 -80 -90|012323232323232323232324123232323232323232323232323232323232323252|-21zGV.5 pjXV.5 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cN0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|60e4","Europe/Istanbul|IMT EET EEST TRST TRT|-1U.U -20 -30 -40 -30|012121212121212121212121212121212121212121212121212121234343434342121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2ogNU.U dzzU.U 11b0 8tB0 1on0 1410 1db0 19B0 1in0 3Rd0 Un0 1oN0 11b0 zSp0 CL0 mN0 1Vz0 1gN0 1pz0 5Rd0 1fz0 1yp0 ML0 1kp0 17b0 1ip0 17b0 1fB0 19X0 1jB0 18L0 1ip0 17z0 qdd0 xX0 3S10 Tz0 dA10 11z0 1o10 11z0 1qN0 11z0 1ze0 11B0 WM0 1qO0 WI0 1nX0 1rB0 10L0 11B0 1in0 17d0 1in0 2pX0 19E0 1fU0 16Q0 1iI0 16Q0 1iI0 1Vd0 pb0 3Kp0 14o0 1df0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cL0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WO0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 Xc0 1qo0 WM0 1qM0 11A0 1o00 1200 1nA0 11A0 1tA0 U00 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|13e6","Asia/Jakarta|BMT JAVT WIB JST WIB WIB|-77.c -7k -7u -90 -80 -70|01232425|-1Q0Tk luM0 mPzO 8vWu 6kpu 4PXu xhcu|31e6","Asia/Jayapura|LMT WIT ACST|-9m.M -90 -9u|0121|-1uu9m.M sMMm.M L4nu|26e4","Asia/Jerusalem|JMT IST IDT IDDT|-2k.E -20 -30 -40|01212121212132121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-26Bek.E SyMk.E 5Rb0 10r0 1px0 10N0 1pz0 16p0 1jB0 16p0 1jx0 3LB0 Em0 or0 1cn0 1dB0 16n0 10O0 1ja0 1tC0 14o0 1cM0 1a00 11A0 1Na0 An0 1MP0 AJ0 1Kp0 LC0 1oo0 Wl0 EQN0 Db0 1fB0 Rb0 npB0 11z0 1C10 IL0 1s10 10n0 1o10 WL0 1zd0 On0 1ld0 11z0 1o10 14n0 1o10 14n0 1nd0 12n0 1nd0 Xz0 1q10 12n0 1hB0 1dX0 1ep0 1aL0 1eN0 17X0 1nf0 11z0 1tB0 19W0 1e10 17b0 1ep0 1gL0 18N0 1fz0 1eN0 17b0 1gq0 1gn0 19d0 1dz0 1c10 17X0 1hB0 1gn0 19d0 1dz0 1c10 17X0 1kp0 1dz0 1c10 1aL0 1eN0 1oL0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0|81e4","Asia/Kabul|AFT AFT|-40 -4u|01|-10Qs0|46e5","Asia/Kamchatka|LMT PETT PETT PETST PETST|-ay.A -b0 -c0 -d0 -c0|01232323232323232323232412323232323232323232323232323232323232412|-1SLKy.A ivXy.A 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cN0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qN0 WM0|18e4","Asia/Karachi|LMT IST IST KART PKT PKST|-4s.c -5u -6u -50 -50 -60|012134545454|-2xoss.c 1qOKW.c 7zX0 eup0 LqMu 1fy00 1cL0 dK10 11b0 1610 1jX0|24e6","Asia/Urumqi|LMT XJT|-5O.k -60|01|-1GgtO.k|32e5","Asia/Kathmandu|LMT IST NPT|-5F.g -5u -5J|012|-21JhF.g 2EGMb.g|12e5","Asia/Khandyga|LMT YAKT YAKT YAKST YAKST VLAT VLAST VLAT YAKT|-92.d -80 -90 -a0 -90 -a0 -b0 -b0 -a0|01232323232323232323232412323232323232323232323232565656565656565782|-21Q92.d pAp2.d 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cN0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 qK0 yN0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 17V0 7zD0|66e2","Asia/Krasnoyarsk|LMT KRAT KRAT KRAST KRAST KRAT|-6b.q -60 -70 -80 -70 -80|012323232323232323232324123232323232323232323232323232323232323252|-21Hib.q prAb.q 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cN0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|10e5","Asia/Kuala_Lumpur|SMT MALT MALST MALT MALT JST MYT|-6T.p -70 -7k -7k -7u -90 -80|01234546|-2Bg6T.p 17anT.p 7hXE dM00 17bO 8Fyu 1so1u|71e5","Asia/Kuching|LMT BORT BORT BORTST JST MYT|-7l.k -7u -80 -8k -90 -80|01232323232323232425|-1KITl.k gDbP.k 6ynu AnE 1O0k AnE 1NAk AnE 1NAk AnE 1NAk AnE 1O0k AnE 1NAk AnE pAk 8Fz0 1so10|13e4","Asia/Macau|LMT MOT MOST CST|-7y.k -80 -90 -80|0121212121212121212121212121212121212121213|-2le7y.k 1XO34.k 1wn0 Rd0 1wn0 R9u 1wqu U10 1tz0 TVu 1tz0 17gu 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cJu 1cL0 1cN0 1fz0 1cN0 1cOu 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cJu 1cL0 1cN0 1fz0 1cN0 1cL0 KEp0|57e4","Asia/Magadan|LMT MAGT MAGT MAGST MAGST MAGT|-a3.c -a0 -b0 -c0 -b0 -c0|0123232323232323232323241232323232323232323232323232323232323232512|-1Pca3.c eUo3.c 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cN0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 3Cq0|95e3","Asia/Makassar|LMT MMT WITA JST|-7V.A -7V.A -80 -90|01232|-21JjV.A vfc0 myLV.A 8ML0|15e5","Asia/Manila|PHT PHST JST|-80 -90 -90|010201010|-1kJI0 AL0 cK10 65X0 mXB0 vX0 VK10 1db0|24e6","Asia/Nicosia|LMT EET EEST|-2d.s -20 -30|01212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-1Vc2d.s 2a3cd.s 1cL0 1qp0 Xz0 19B0 19X0 1fB0 1db0 1cp0 1cL0 1fB0 19X0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 1cL0 1cN0 1cL0 1cN0 1o30 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|32e4","Asia/Novokuznetsk|LMT KRAT KRAT KRAST KRAST NOVST NOVT NOVT|-5M.M -60 -70 -80 -70 -70 -60 -70|012323232323232323232324123232323232323232323232323232323232325672|-1PctM.M eULM.M 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cN0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qN0 WM0 8Hz0|55e4","Asia/Novosibirsk|LMT NOVT NOVT NOVST NOVST|-5v.E -60 -70 -80 -70|0123232323232323232323241232341414141414141414141414141414141414121|-21Qnv.E pAFv.E 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cN0 IM0 rX0 1cM0 1cM0 ml0 Os0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|15e5","Asia/Omsk|LMT OMST OMST OMSST OMSST OMST|-4R.u -50 -60 -70 -60 -70|012323232323232323232324123232323232323232323232323232323232323252|-224sR.u pMLR.u 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cN0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|12e5","Asia/Oral|LMT +04 +05 +06|-3p.o -40 -50 -60|01232323232323232121212121212121212121212121212|-1Pc3p.o eUnp.o 23CL0 3Db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 2pB0 1cM0 1fA0 1cM0 1cM0 IM0 1EM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0|27e4","Asia/Pontianak|LMT PMT WIB JST WIB WITA WIB|-7h.k -7h.k -7u -90 -80 -80 -70|012324256|-2ua7h.k XE00 munL.k 8Rau 6kpu 4PXu xhcu Wqnu|23e4","Asia/Pyongyang|LMT KST JCST JST KST|-8n -8u -90 -90 -90|012341|-2um8n 97XR 12FXu jdA0 2Onc0|29e5","Asia/Qyzylorda|LMT +04 +05 +06|-4l.Q -40 -50 -60|0123232323232323232323232323232323232323232323|-1Pc4l.Q eUol.Q 23CL0 3Db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 3ao0 1EM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0|73e4","Asia/Rangoon|RMT BURT JST MMT|-6o.E -6u -90 -6u|0123|-21Jio.E SmnS.E 7j9u|48e5","Asia/Sakhalin|LMT JCST JST SAKT SAKST SAKST SAKT|-9u.M -90 -90 -b0 -c0 -b0 -a0|01234343434343434343434356343434343435656565656565656565656565656363|-2AGVu.M 1iaMu.M je00 1qFa0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cN0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o10 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 3rd0|58e4","Asia/Samarkand|LMT SAMT SAMT SAMST TAST UZST UZT|-4r.R -40 -50 -60 -60 -60 -50|01234323232323232323232356|-1Pc4r.R eUor.R 23CL0 1db0 1cM0 1dc0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 11x0 bf0|36e4","Asia/Seoul|LMT KST JCST JST KST KDT KDT|-8r.Q -8u -90 -90 -90 -9u -a0|01234151515151515146464|-2um8r.Q 97XV.Q 12FXu jjA0 kKo0 2I0u OL0 1FB0 Rb0 1qN0 TX0 1tB0 TX0 1tB0 TX0 1tB0 TX0 2ap0 12FBu 11A0 1o00 11A0|23e6","Asia/Singapore|SMT MALT MALST MALT MALT JST SGT SGT|-6T.p -70 -7k -7k -7u -90 -7u -80|012345467|-2Bg6T.p 17anT.p 7hXE dM00 17bO 8Fyu Mspu DTA0|56e5","Asia/Srednekolymsk|LMT MAGT MAGT MAGST MAGST MAGT SRET|-ae.Q -a0 -b0 -c0 -b0 -c0 -b0|012323232323232323232324123232323232323232323232323232323232323256|-1Pcae.Q eUoe.Q 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cN0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|35e2","Asia/Taipei|JWST JST CST CDT|-80 -90 -80 -90|01232323232323232323232323232323232323232|-1iw80 joM0 1yo0 Tz0 1ip0 1jX0 1cN0 11b0 1oN0 11b0 1oN0 11b0 1oN0 11b0 10N0 1BX0 10p0 1pz0 10p0 1pz0 10p0 1db0 1dd0 1db0 1cN0 1db0 1cN0 1db0 1cN0 1db0 1BB0 ML0 1Bd0 ML0 uq10 1db0 1cN0 1db0 97B0 AL0|74e5","Asia/Tashkent|LMT TAST TAST TASST TASST UZST UZT|-4B.b -50 -60 -70 -60 -60 -50|01232323232323232323232456|-1Pc4B.b eUnB.b 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 11y0 bf0|23e5","Asia/Tbilisi|TBMT TBIT TBIT TBIST TBIST GEST GET GET GEST|-2X.b -30 -40 -50 -40 -40 -30 -40 -50|0123232323232323232323245656565787878787878787878567|-1Pc2X.b 1jUnX.b WCL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 3y0 19f0 1cK0 1cL0 1cN0 1cL0 1cN0 1cL0 1cM0 1cL0 1fB0 3Nz0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 An0 Os0 WM0|11e5","Asia/Tehran|LMT TMT IRST IRST IRDT IRDT|-3p.I -3p.I -3u -40 -50 -4u|01234325252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252|-2btDp.I 1d3c0 1huLT.I TXu 1pz0 sN0 vAu 1cL0 1dB0 1en0 pNB0 UL0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cN0 1dz0 64p0 1dz0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0|14e6","Asia/Thimphu|LMT IST BTT|-5W.A -5u -60|012|-Su5W.A 1BGMs.A|79e3","Asia/Tokyo|JCST JST JDT|-90 -90 -a0|0121212121|-1iw90 pKq0 QL0 1lB0 13X0 1zB0 NX0 1zB0 NX0|38e6","Asia/Tomsk|LMT +06 +07 +08|-5D.P -60 -70 -80|0123232323232323232323212323232323232323232323212121212121212121212|-21NhD.P pxzD.P 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 co0 1bB0 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 3Qp0|10e5","Asia/Ulaanbaatar|LMT ULAT ULAT ULAST|-77.w -70 -80 -90|012323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-2APH7.w 2Uko7.w cKn0 1db0 1dd0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 1cL0 1cN0 1cL0 1cN0 1cL0 6hD0 11z0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 kEp0 1cJ0 1cP0 1cJ0 1cP0 1fx0 1cP0 1cJ0 1cP0 1cJ0 1cP0 1cJ0 1cP0 1cJ0 1cP0 1cJ0 1cP0 1fx0 1cP0 1cJ0 1cP0 1cJ0 1cP0 1cJ0 1cP0 1cJ0 1cP0 1fx0 1cP0 1cJ0 1cP0 1cJ0 1cP0 1cJ0 1cP0 1cJ0 1cP0 1cJ0 1cP0 1fx0 1cP0 1cJ0 1cP0 1cJ0 1cP0 1cJ0|12e5","Asia/Ust-Nera|LMT YAKT YAKT MAGST MAGT MAGST MAGT MAGT VLAT VLAT|-9w.S -80 -90 -c0 -b0 -b0 -a0 -c0 -b0 -a0|0123434343434343434343456434343434343434343434343434343434343434789|-21Q9w.S pApw.S 23CL0 1d90 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cN0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 17V0 7zD0|65e2","Asia/Vladivostok|LMT VLAT VLAT VLAST VLAST VLAT|-8L.v -90 -a0 -b0 -a0 -b0|012323232323232323232324123232323232323232323232323232323232323252|-1SJIL.v itXL.v 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cN0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|60e4","Asia/Yakutsk|LMT YAKT YAKT YAKST YAKST YAKT|-8C.W -80 -90 -a0 -90 -a0|012323232323232323232324123232323232323232323232323232323232323252|-21Q8C.W pAoC.W 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cN0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|28e4","Asia/Yekaterinburg|LMT PMT SVET SVET SVEST SVEST YEKT YEKST YEKT|-42.x -3J.5 -40 -50 -60 -50 -50 -60 -60|0123434343434343434343435267676767676767676767676767676767676767686|-2ag42.x 7mQh.s qBvJ.5 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cN0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|14e5","Asia/Yerevan|LMT YERT YERT YERST YERST AMST AMT AMT AMST|-2W -30 -40 -50 -40 -40 -30 -40 -50|0123232323232323232323245656565657878787878787878787878787878787|-1Pc2W 1jUnW WCL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1am0 2r0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 3Fb0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0|13e5","Atlantic/Azores|HMT AZOT AZOST AZOMT AZOT AZOST WET|1S.w 20 10 0 10 0 0|01212121212121212121212121212121212121212121232123212321232121212121212121212121212121212121212121454545454545454545454545454545456545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454|-2ldW5.s aPX5.s Sp0 LX0 1vc0 Tc0 1uM0 SM0 1vc0 Tc0 1vc0 SM0 1vc0 6600 1co0 3E00 17c0 1fA0 1a00 1io0 1a00 1io0 17c0 3I00 17c0 1cM0 1cM0 3Fc0 1cM0 1a00 1fA0 1io0 17c0 1cM0 1cM0 1a00 1fA0 1io0 1qM0 Dc0 1tA0 1cM0 1dc0 1400 gL0 IM0 s10 U00 dX0 Rc0 pd0 Rc0 gL0 Oo0 pd0 Rc0 gL0 Oo0 pd0 14o0 1cM0 1cP0 1cM0 1cM0 1cM0 1cM0 1cM0 3Co0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 qIl0 1cM0 1fA0 1cM0 1cM0 1cN0 1cL0 1cN0 1cM0 1cM0 1cM0 1cM0 1cN0 1cL0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cL0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|25e4","Atlantic/Bermuda|LMT AST ADT|4j.i 40 30|0121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-1BnRE.G 1LTbE.G 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|65e3","Atlantic/Canary|LMT CANT WET WEST|11.A 10 0 -10|01232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-1UtaW.o XPAW.o 1lAK0 1a10 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|54e4","Atlantic/Cape_Verde|LMT CVT CVST CVT|1y.4 20 10 10|01213|-2xomp.U 1qOMp.U 7zX0 1djf0|50e4","Atlantic/Faroe|LMT WET WEST|r.4 0 -10|01212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2uSnw.U 2Wgow.U 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|49e3","Atlantic/Madeira|FMT MADT MADST MADMT WET WEST|17.A 10 0 -10 0 -10|01212121212121212121212121212121212121212121232123212321232121212121212121212121212121212121212121454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454|-2ldWQ.o aPWQ.o Sp0 LX0 1vc0 Tc0 1uM0 SM0 1vc0 Tc0 1vc0 SM0 1vc0 6600 1co0 3E00 17c0 1fA0 1a00 1io0 1a00 1io0 17c0 3I00 17c0 1cM0 1cM0 3Fc0 1cM0 1a00 1fA0 1io0 17c0 1cM0 1cM0 1a00 1fA0 1io0 1qM0 Dc0 1tA0 1cM0 1dc0 1400 gL0 IM0 s10 U00 dX0 Rc0 pd0 Rc0 gL0 Oo0 pd0 Rc0 gL0 Oo0 pd0 14o0 1cM0 1cP0 1cM0 1cM0 1cM0 1cM0 1cM0 3Co0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 qIl0 1cM0 1fA0 1cM0 1cM0 1cN0 1cL0 1cN0 1cM0 1cM0 1cM0 1cM0 1cN0 1cL0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|27e4","Atlantic/Reykjavik|LMT IST ISST GMT|1s 10 0 0|012121212121212121212121212121212121212121212121212121212121212121213|-2uWmw mfaw 1Bd0 ML0 1LB0 Cn0 1LB0 3fX0 C10 HrX0 1cO0 LB0 1EL0 LA0 1C00 Oo0 1wo0 Rc0 1wo0 Rc0 1wo0 Rc0 1zc0 Oo0 1zc0 14o0 1lc0 14o0 1lc0 14o0 1o00 11A0 1lc0 14o0 1o00 14o0 1lc0 14o0 1lc0 14o0 1lc0 14o0 1lc0 14o0 1o00 14o0 1lc0 14o0 1lc0 14o0 1lc0 14o0 1lc0 14o0 1lc0 14o0 1o00 14o0 1lc0 14o0 1lc0 14o0 1lc0 14o0 1lc0 14o0 1o00 14o0|12e4","Atlantic/South_Georgia|GST|20|0||30","Atlantic/Stanley|SMT FKT FKST FKT FKST|3P.o 40 30 30 20|0121212121212134343212121212121212121212121212121212121212121212121212|-2kJw8.A 12bA8.A 19X0 1fB0 19X0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1fB0 Cn0 1Cc10 WL0 1qL0 U10 1tz0 U10 1qM0 WN0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1tz0 U10 1tz0 WN0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1tz0 WN0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qN0 U10 1wn0 Rd0 1wn0 U10 1tz0 U10 1tz0 U10 1tz0 U10 1tz0 U10 1wn0 U10 1tz0 U10 1tz0 U10|21e2","Australia/Sydney|AEST AEDT|-a0 -b0|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101|-293lX xcX 10jd0 yL0 1cN0 1cL0 1fB0 19X0 17c10 LA0 1C00 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 14o0 1o00 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 U00 1qM0 WM0 1tA0 WM0 1tA0 U00 1tA0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 11A0 1o00 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 11A0 1o00 WM0 1qM0 14o0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0|40e5","Australia/Adelaide|ACST ACDT|-9u -au|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101|-293lt xcX 10jd0 yL0 1cN0 1cL0 1fB0 19X0 17c10 LA0 1C00 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 U00 1qM0 WM0 1tA0 WM0 1tA0 U00 1tA0 U00 1tA0 Oo0 1zc0 WM0 1qM0 Rc0 1zc0 U00 1tA0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 11A0 1o00 WM0 1qM0 14o0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0|11e5","Australia/Brisbane|AEST AEDT|-a0 -b0|01010101010101010|-293lX xcX 10jd0 yL0 1cN0 1cL0 1fB0 19X0 17c10 LA0 H1A0 Oo0 1zc0 Oo0 1zc0 Oo0|20e5","Australia/Broken_Hill|ACST ACDT|-9u -au|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101|-293lt xcX 10jd0 yL0 1cN0 1cL0 1fB0 19X0 17c10 LA0 1C00 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 14o0 1o00 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 U00 1qM0 WM0 1tA0 WM0 1tA0 U00 1tA0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 11A0 1o00 WM0 1qM0 14o0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0|18e3","Australia/Currie|AEST AEDT|-a0 -b0|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101|-29E80 19X0 10jd0 yL0 1cN0 1cL0 1fB0 19X0 17c10 LA0 1C00 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 11A0 1qM0 WM0 1qM0 Oo0 1zc0 Oo0 1zc0 Oo0 1wo0 WM0 1tA0 WM0 1tA0 U00 1tA0 U00 1tA0 11A0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 11A0 1o00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1cM0 1a00 1io0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0|746","Australia/Darwin|ACST ACDT|-9u -au|010101010|-293lt xcX 10jd0 yL0 1cN0 1cL0 1fB0 19X0|12e4","Australia/Eucla|ACWST ACWDT|-8J -9J|0101010101010101010|-293kI xcX 10jd0 yL0 1cN0 1cL0 1gSp0 Oo0 l5A0 Oo0 iJA0 G00 zU00 IM0 1qM0 11A0 1o00 11A0|368","Australia/Hobart|AEST AEDT|-a0 -b0|010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101|-29E80 19X0 10jd0 yL0 1cN0 1cL0 1fB0 19X0 VfB0 1cM0 1o00 Rc0 1wo0 Rc0 1wo0 U00 1wo0 LA0 1C00 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 11A0 1qM0 WM0 1qM0 Oo0 1zc0 Oo0 1zc0 Oo0 1wo0 WM0 1tA0 WM0 1tA0 U00 1tA0 U00 1tA0 11A0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 11A0 1o00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1cM0 1a00 1io0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0|21e4","Australia/Lord_Howe|AEST LHST LHDT LHDT|-a0 -au -bu -b0|0121212121313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313|raC0 1zdu Rb0 1zd0 On0 1zd0 On0 1zd0 On0 1zd0 TXu 1qMu WLu 1tAu WLu 1tAu TXu 1tAu Onu 1zcu Onu 1zcu Onu 1zcu Rbu 1zcu Onu 1zcu Onu 1zcu 11zu 1o0u 11zu 1o0u 11zu 1o0u 11zu 1qMu WLu 11Au 1nXu 1qMu 11zu 1o0u 11zu 1o0u 11zu 1qMu WLu 1qMu 11zu 1o0u WLu 1qMu 14nu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1fzu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu|347","Australia/Lindeman|AEST AEDT|-a0 -b0|010101010101010101010|-293lX xcX 10jd0 yL0 1cN0 1cL0 1fB0 19X0 17c10 LA0 H1A0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0|10","Australia/Melbourne|AEST AEDT|-a0 -b0|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101|-293lX xcX 10jd0 yL0 1cN0 1cL0 1fB0 19X0 17c10 LA0 1C00 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 U00 1qM0 WM0 1qM0 11A0 1tA0 U00 1tA0 U00 1tA0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 11A0 1o00 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 11A0 1o00 WM0 1qM0 14o0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0|39e5","Australia/Perth|AWST AWDT|-80 -90|0101010101010101010|-293jX xcX 10jd0 yL0 1cN0 1cL0 1gSp0 Oo0 l5A0 Oo0 iJA0 G00 zU00 IM0 1qM0 11A0 1o00 11A0|18e5","CET|CET CEST|-10 -20|01010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2aFe0 11d0 1iO0 11A0 1o00 11A0 Qrc0 6i00 WM0 1fA0 1cM0 1cM0 1cM0 16M0 1gMM0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00","CST6CDT|CST CDT CWT CPT|60 50 50 50|010102301010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 QwN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0","Pacific/Easter|EMT EAST EASST EAST EASST|7h.s 70 60 60 50|0121212121212121212121212121234343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434|-1uSgG.w 1s4IG.w WL0 1zd0 On0 1ip0 11z0 1o10 11z0 1qN0 WL0 1ld0 14n0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 WL0 1qN0 1cL0 1cN0 11z0 1o10 11z0 1qN0 WL0 1fB0 19X0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 17b0 1ip0 11z0 1ip0 1fz0 1fB0 11z0 1qN0 WL0 1qN0 WL0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 17b0 1ip0 11z0 1o10 19X0 1fB0 1nX0 G10 1EL0 Op0 1zb0 Rd0 1wn0 Rd0 46n0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Dd0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Dd0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Dd0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0|30e2","EET|EET EEST|-20 -30|010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|hDB0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00","EST|EST|50|0|","EST5EDT|EST EDT EWT EPT|50 40 40 40|010102301010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-261t0 1nX0 11B0 1nX0 SgN0 8x40 iv0 QwN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0","Europe/Dublin|DMT IST GMT BST IST|p.l -y.D 0 -10 -10|01232323232324242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242|-2ax9y.D Rc0 1fzy.D 14M0 1fc0 1g00 1co0 1dc0 1co0 1oo0 1400 1dc0 19A0 1io0 1io0 WM0 1o00 14o0 1o00 17c0 1io0 17c0 1fA0 1a00 1lc0 17c0 1io0 17c0 1fA0 1a00 1io0 17c0 1io0 17c0 1fA0 1cM0 1io0 17c0 1fA0 1a00 1io0 17c0 1io0 17c0 1fA0 1a00 1io0 1qM0 Dc0 g5X0 14p0 1wn0 17d0 1io0 11A0 1o00 17c0 1fA0 1a00 1fA0 1cM0 1fA0 1a00 17c0 1fA0 1a00 1io0 17c0 1lc0 17c0 1fA0 1a00 1io0 17c0 1io0 17c0 1fA0 1a00 1a00 1qM0 WM0 1qM0 11A0 1o00 WM0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1tA0 IM0 90o0 U00 1tA0 U00 1tA0 U00 1tA0 U00 1tA0 WM0 1qM0 WM0 1qM0 WM0 1tA0 U00 1tA0 U00 1tA0 11z0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 14o0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|12e5","Etc/GMT+0|GMT|0|0|","Etc/GMT+1|GMT+1|10|0|","Etc/GMT+10|GMT+10|a0|0|","Etc/GMT+11|GMT+11|b0|0|","Etc/GMT+12|GMT+12|c0|0|","Etc/GMT+2|GMT+2|20|0|","Etc/GMT+3|GMT+3|30|0|","Etc/GMT+4|GMT+4|40|0|","Etc/GMT+5|GMT+5|50|0|","Etc/GMT+6|GMT+6|60|0|","Etc/GMT+7|GMT+7|70|0|","Etc/GMT+8|GMT+8|80|0|","Etc/GMT+9|GMT+9|90|0|","Etc/GMT-1|GMT-1|-10|0|","Etc/GMT-10|GMT-10|-a0|0|","Etc/GMT-11|GMT-11|-b0|0|","Etc/GMT-12|GMT-12|-c0|0|","Etc/GMT-13|GMT-13|-d0|0|","Etc/GMT-14|GMT-14|-e0|0|","Etc/GMT-2|GMT-2|-20|0|","Etc/GMT-3|GMT-3|-30|0|","Etc/GMT-4|GMT-4|-40|0|","Etc/GMT-5|GMT-5|-50|0|","Etc/GMT-6|GMT-6|-60|0|","Etc/GMT-7|GMT-7|-70|0|","Etc/GMT-8|GMT-8|-80|0|","Etc/GMT-9|GMT-9|-90|0|","Etc/UCT|UCT|0|0|","Etc/UTC|UTC|0|0|","Europe/Amsterdam|AMT NST NEST NET CEST CET|-j.w -1j.w -1k -k -20 -10|010101010101010101010101010101010101010101012323234545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545|-2aFcj.w 11b0 1iP0 11A0 1io0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1co0 1io0 1yo0 Pc0 1a00 1fA0 1Bc0 Mo0 1tc0 Uo0 1tA0 U00 1uo0 W00 1s00 VA0 1so0 Vc0 1sM0 UM0 1wo0 Rc0 1u00 Wo0 1rA0 W00 1s00 VA0 1sM0 UM0 1w00 fV0 BCX.w 1tA0 U00 1u00 Wo0 1sm0 601k WM0 1fA0 1cM0 1cM0 1cM0 16M0 1gMM0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|16e5","Europe/Andorra|WET CET CEST|0 -10 -20|012121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-UBA0 1xIN0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|79e3","Europe/Astrakhan|LMT +03 +04 +05|-3c.c -30 -40 -50|012323232323232323212121212121212121212121212121212121212121212|-1Pcrc.c eUMc.c 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 2pB0 1cM0 1fA0 1cM0 3Co0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 3rd0","Europe/Athens|AMT EET EEST CEST CET|-1y.Q -20 -30 -20 -10|012123434121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2a61x.Q CNbx.Q mn0 kU10 9b0 3Es0 Xa0 1fb0 1dd0 k3X0 Nz0 SCp0 1vc0 SO0 1cM0 1a00 1ao0 1fc0 1a10 1fG0 1cg0 1dX0 1bX0 1cQ0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|35e5","Europe/London|GMT BST BDST|0 -10 -20|0101010101010101010101010101010101010101010101010121212121210101210101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2axa0 Rc0 1fA0 14M0 1fc0 1g00 1co0 1dc0 1co0 1oo0 1400 1dc0 19A0 1io0 1io0 WM0 1o00 14o0 1o00 17c0 1io0 17c0 1fA0 1a00 1lc0 17c0 1io0 17c0 1fA0 1a00 1io0 17c0 1io0 17c0 1fA0 1cM0 1io0 17c0 1fA0 1a00 1io0 17c0 1io0 17c0 1fA0 1a00 1io0 1qM0 Dc0 2Rz0 Dc0 1zc0 Oo0 1zc0 Rc0 1wo0 17c0 1iM0 FA0 xB0 1fA0 1a00 14o0 bb0 LA0 xB0 Rc0 1wo0 11A0 1o00 17c0 1fA0 1a00 1fA0 1cM0 1fA0 1a00 17c0 1fA0 1a00 1io0 17c0 1lc0 17c0 1fA0 1a00 1io0 17c0 1io0 17c0 1fA0 1a00 1a00 1qM0 WM0 1qM0 11A0 1o00 WM0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1tA0 IM0 90o0 U00 1tA0 U00 1tA0 U00 1tA0 U00 1tA0 WM0 1qM0 WM0 1qM0 WM0 1tA0 U00 1tA0 U00 1tA0 11z0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 14o0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|10e6","Europe/Belgrade|CET CEST|-10 -20|01010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-19RC0 3IP0 WM0 1fA0 1cM0 1cM0 1rc0 Qo0 1vmo0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|12e5","Europe/Berlin|CET CEST CEMT|-10 -20 -30|01010101010101210101210101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2aFe0 11d0 1iO0 11A0 1o00 11A0 Qrc0 6i00 WM0 1fA0 1cM0 1cM0 1cM0 kL0 Nc0 m10 WM0 1ao0 1cp0 dX0 jz0 Dd0 1io0 17c0 1fA0 1a00 1ehA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|41e5","Europe/Prague|CET CEST|-10 -20|010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2aFe0 11d0 1iO0 11A0 1o00 11A0 Qrc0 6i00 WM0 1fA0 1cM0 16M0 1lc0 1tA0 17A0 11c0 1io0 17c0 1io0 17c0 1fc0 1ao0 1bNc0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|13e5","Europe/Brussels|WET CET CEST WEST|0 -10 -20 -10|0121212103030303030303030303030303030303030303030303212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2ehc0 3zX0 11c0 1iO0 11A0 1o00 11A0 my0 Ic0 1qM0 Rc0 1EM0 UM0 1u00 10o0 1io0 1io0 17c0 1a00 1fA0 1cM0 1cM0 1io0 17c0 1fA0 1a00 1io0 1a30 1io0 17c0 1fA0 1a00 1io0 17c0 1cM0 1cM0 1a00 1io0 1cM0 1cM0 1a00 1fA0 1io0 17c0 1cM0 1cM0 1a00 1fA0 1io0 1qM0 Dc0 y00 5Wn0 WM0 1fA0 1cM0 16M0 1iM0 16M0 1C00 Uo0 1eeo0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|21e5","Europe/Bucharest|BMT EET EEST|-1I.o -20 -30|0121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-1xApI.o 20LI.o RA0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1Axc0 On0 1fA0 1a10 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cK0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cL0 1cN0 1cL0 1fB0 1nX0 11E0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|19e5","Europe/Budapest|CET CEST|-10 -20|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2aFe0 11d0 1iO0 11A0 1ip0 17b0 1op0 1tb0 Q2m0 3Ne0 WM0 1fA0 1cM0 1cM0 1oJ0 1dc0 1030 1fA0 1cM0 1cM0 1cM0 1cM0 1fA0 1a00 1iM0 1fA0 8Ha0 Rb0 1wN0 Rb0 1BB0 Lz0 1C20 LB0 SNX0 1a10 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|17e5","Europe/Zurich|CET CEST|-10 -20|01010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-19Lc0 11A0 1o00 11A0 1xG10 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|38e4","Europe/Chisinau|CMT BMT EET EEST CEST CET MSK MSD|-1T -1I.o -20 -30 -20 -10 -30 -40|012323232323232323234545467676767676767676767323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-26jdT wGMa.A 20LI.o RA0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 27A0 2en0 39g0 WM0 1fA0 1cM0 V90 1t7z0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 gL0 WO0 1cM0 1cM0 1cK0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 1nX0 11D0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|67e4","Europe/Copenhagen|CET CEST|-10 -20|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2azC0 Tz0 VuO0 60q0 WM0 1fA0 1cM0 1cM0 1cM0 S00 1HA0 Nc0 1C00 Dc0 1Nc0 Ao0 1h5A0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|12e5","Europe/Gibraltar|GMT BST BDST CET CEST|0 -10 -20 -10 -20|010101010101010101010101010101010101010101010101012121212121010121010101010101010101034343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343|-2axa0 Rc0 1fA0 14M0 1fc0 1g00 1co0 1dc0 1co0 1oo0 1400 1dc0 19A0 1io0 1io0 WM0 1o00 14o0 1o00 17c0 1io0 17c0 1fA0 1a00 1lc0 17c0 1io0 17c0 1fA0 1a00 1io0 17c0 1io0 17c0 1fA0 1cM0 1io0 17c0 1fA0 1a00 1io0 17c0 1io0 17c0 1fA0 1a00 1io0 1qM0 Dc0 2Rz0 Dc0 1zc0 Oo0 1zc0 Rc0 1wo0 17c0 1iM0 FA0 xB0 1fA0 1a00 14o0 bb0 LA0 xB0 Rc0 1wo0 11A0 1o00 17c0 1fA0 1a00 1fA0 1cM0 1fA0 1a00 17c0 1fA0 1a00 1io0 17c0 1lc0 17c0 1fA0 10Jz0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|30e3","Europe/Helsinki|HMT EET EEST|-1D.N -20 -30|0121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-1WuND.N OULD.N 1dA0 1xGq0 1cM0 1cM0 1cM0 1cN0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|12e5","Europe/Kaliningrad|CET CEST CET CEST MSK MSD EEST EET FET|-10 -20 -20 -30 -30 -40 -30 -20 -30|0101010101010232454545454545454546767676767676767676767676767676767676767676787|-2aFe0 11d0 1iO0 11A0 1o00 11A0 Qrc0 6i00 WM0 1fA0 1cM0 1cM0 Am0 Lb0 1en0 op0 1pNz0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cN0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|44e4","Europe/Kiev|KMT EET MSK CEST CET MSD EEST|-22.4 -20 -30 -20 -10 -40 -30|0123434252525252525252525256161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161|-1Pc22.4 eUo2.4 rnz0 2Hg0 WM0 1fA0 da0 1v4m0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 Db0 3220 1cK0 1cL0 1cN0 1cL0 1cN0 1cL0 1cQ0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|34e5","Europe/Kirov|LMT +03 +04 +05|-3i.M -30 -40 -50|01232323232323232321212121212121212121212121212121212121212121|-22WNi.M qHai.M 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 2pB0 1cM0 1fA0 1cM0 3Co0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|48e4","Europe/Lisbon|LMT WET WEST WEMT CET CEST|A.J 0 -10 -20 -10 -20|012121212121212121212121212121212121212121212321232123212321212121212121212121212121212121212121214121212121212121212121212121212124545454212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2ldXn.f aPWn.f Sp0 LX0 1vc0 Tc0 1uM0 SM0 1vc0 Tc0 1vc0 SM0 1vc0 6600 1co0 3E00 17c0 1fA0 1a00 1io0 1a00 1io0 17c0 3I00 17c0 1cM0 1cM0 3Fc0 1cM0 1a00 1fA0 1io0 17c0 1cM0 1cM0 1a00 1fA0 1io0 1qM0 Dc0 1tA0 1cM0 1dc0 1400 gL0 IM0 s10 U00 dX0 Rc0 pd0 Rc0 gL0 Oo0 pd0 Rc0 gL0 Oo0 pd0 14o0 1cM0 1cP0 1cM0 1cM0 1cM0 1cM0 1cM0 3Co0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 pvy0 1cM0 1cM0 1fA0 1cM0 1cM0 1cN0 1cL0 1cN0 1cM0 1cM0 1cM0 1cM0 1cN0 1cL0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|27e5","Europe/Luxembourg|LMT CET CEST WET WEST WEST WET|-o.A -10 -20 0 -10 -20 -10|0121212134343434343434343434343434343434343434343434565651212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2DG0o.A t6mo.A TB0 1nX0 Up0 1o20 11A0 rW0 CM0 1qP0 R90 1EO0 UK0 1u20 10m0 1ip0 1in0 17e0 19W0 1fB0 1db0 1cp0 1in0 17d0 1fz0 1a10 1in0 1a10 1in0 17f0 1fA0 1a00 1io0 17c0 1cM0 1cM0 1a00 1io0 1cM0 1cM0 1a00 1fA0 1io0 17c0 1cM0 1cM0 1a00 1fA0 1io0 1qM0 Dc0 vA0 60L0 WM0 1fA0 1cM0 17c0 1io0 16M0 1C00 Uo0 1eeo0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|54e4","Europe/Madrid|WET WEST WEMT CET CEST|0 -10 -20 -10 -20|01010101010101010101010121212121234343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343|-28dd0 11A0 1go0 19A0 1co0 1dA0 b1A0 18o0 3I00 17c0 1fA0 1a00 1io0 1a00 1io0 17c0 iyo0 Rc0 18o0 1hc0 1io0 1a00 14o0 5aL0 MM0 1vc0 17A0 1i00 1bc0 1eo0 17d0 1in0 17A0 6hA0 10N0 XIL0 1a10 1in0 17d0 19X0 1cN0 1fz0 1a10 1fX0 1cp0 1cO0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|62e5","Europe/Malta|CET CEST|-10 -20|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2as10 M00 1cM0 1cM0 14o0 1o00 WM0 1qM0 17c0 1cM0 M3A0 5M20 WM0 1fA0 1cM0 1cM0 1cM0 16m0 1de0 1lc0 14m0 1lc0 WO0 1qM0 GTW0 On0 1C10 Lz0 1C10 Lz0 1EN0 Lz0 1C10 Lz0 1zd0 Oo0 1C00 On0 1cp0 1cM0 1lA0 Xc0 1qq0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1iN0 19z0 1fB0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|42e4","Europe/Minsk|MMT EET MSK CEST CET MSD EEST FET|-1O -20 -30 -20 -10 -40 -30 -30|012343432525252525252525252616161616161616161616161616161616161616172|-1Pc1O eUnO qNX0 3gQ0 WM0 1fA0 1cM0 Al0 1tsn0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 3Fc0 1cN0 1cK0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hy0|19e5","Europe/Monaco|PMT WET WEST WEMT CET CEST|-9.l 0 -10 -20 -10 -20|01212121212121212121212121212121212121212121212121232323232345454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454|-2nco9.l cNb9.l HA0 19A0 1iM0 11c0 1oo0 Wo0 1rc0 QM0 1EM0 UM0 1u00 10o0 1io0 1wo0 Rc0 1a00 1fA0 1cM0 1cM0 1io0 17c0 1fA0 1a00 1io0 1a00 1io0 17c0 1fA0 1a00 1io0 17c0 1cM0 1cM0 1a00 1io0 1cM0 1cM0 1a00 1fA0 1io0 17c0 1cM0 1cM0 1a00 1fA0 1io0 1qM0 Df0 2RV0 11z0 11B0 1ze0 WM0 1fA0 1cM0 1fa0 1aq0 16M0 1ekn0 1cL0 1fC0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|38e3","Europe/Moscow|MMT MMT MST MDST MSD MSK MSM EET EEST MSK|-2u.h -2v.j -3v.j -4v.j -40 -30 -50 -20 -30 -40|012132345464575454545454545454545458754545454545454545454545454545454545454595|-2ag2u.h 2pyW.W 1bA0 11X0 GN0 1Hb0 c20 imv.j 3DA0 dz0 15A0 c10 2q10 iM10 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cN0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|16e6","Europe/Paris|PMT WET WEST CEST CET WEMT|-9.l 0 -10 -20 -10 -20|0121212121212121212121212121212121212121212121212123434352543434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434|-2nco8.l cNb8.l HA0 19A0 1iM0 11c0 1oo0 Wo0 1rc0 QM0 1EM0 UM0 1u00 10o0 1io0 1wo0 Rc0 1a00 1fA0 1cM0 1cM0 1io0 17c0 1fA0 1a00 1io0 1a00 1io0 17c0 1fA0 1a00 1io0 17c0 1cM0 1cM0 1a00 1io0 1cM0 1cM0 1a00 1fA0 1io0 17c0 1cM0 1cM0 1a00 1fA0 1io0 1qM0 Df0 Ik0 5M30 WM0 1fA0 1cM0 Vx0 hB0 1aq0 16M0 1ekn0 1cL0 1fC0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|11e6","Europe/Riga|RMT LST EET MSK CEST CET MSD EEST|-1A.y -2A.y -20 -30 -20 -10 -40 -30|010102345454536363636363636363727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272|-25TzA.y 11A0 1iM0 ko0 gWm0 yDXA.y 2bX0 3fE0 WM0 1fA0 1cM0 1cM0 4m0 1sLy0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cN0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cN0 1o00 11A0 1o00 11A0 1qM0 3oo0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|64e4","Europe/Rome|CET CEST|-10 -20|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2as10 M00 1cM0 1cM0 14o0 1o00 WM0 1qM0 17c0 1cM0 M3A0 5M20 WM0 1fA0 1cM0 16K0 1iO0 16m0 1de0 1lc0 14m0 1lc0 WO0 1qM0 GTW0 On0 1C10 Lz0 1C10 Lz0 1EN0 Lz0 1C10 Lz0 1zd0 Oo0 1C00 On0 1C10 Lz0 1zd0 On0 1C10 LA0 1C00 LA0 1zc0 Oo0 1C00 Oo0 1zc0 Oo0 1fC0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|39e5","Europe/Samara|LMT SAMT SAMT KUYT KUYST MSD MSK EEST SAMST SAMST|-3k.k -30 -40 -40 -50 -40 -30 -30 -50 -40|012343434343434343435656712828282828282828282828282828282828282912|-22WNk.k qHak.k bcn0 1Qqo0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cN0 1cM0 1fA0 1cM0 1cN0 8o0 14m0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qN0 WM0|12e5","Europe/Simferopol|SMT EET MSK CEST CET MSD EEST MSK|-2g -20 -30 -20 -10 -40 -30 -40|012343432525252525252525252161616525252616161616161616161616161616161616172|-1Pc2g eUog rEn0 2qs0 WM0 1fA0 1cM0 3V0 1u0L0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1Q00 4eL0 1cL0 1cN0 1cL0 1cN0 dX0 WL0 1cN0 1cL0 1fB0 1o30 11B0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11z0 1nW0|33e4","Europe/Sofia|EET CET CEST EEST|-20 -10 -20 -30|01212103030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030|-168L0 WM0 1fA0 1cM0 1cM0 1cN0 1mKH0 1dd0 1fb0 1ap0 1fb0 1a20 1fy0 1a30 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cK0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 1nX0 11E0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|12e5","Europe/Stockholm|CET CEST|-10 -20|01010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2azC0 TB0 2yDe0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|15e5","Europe/Tallinn|TMT CET CEST EET MSK MSD EEST|-1D -10 -20 -20 -30 -40 -30|012103421212454545454545454546363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363|-26oND teD 11A0 1Ta0 4rXl KSLD 2FX0 2Jg0 WM0 1fA0 1cM0 18J0 1sTX0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cN0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o10 11A0 1qM0 5QM0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|41e4","Europe/Tirane|LMT CET CEST|-1j.k -10 -20|01212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2glBj.k 14pcj.k 5LC0 WM0 4M0 1fCK0 10n0 1op0 11z0 1pd0 11z0 1qN0 WL0 1qp0 Xb0 1qp0 Xb0 1qp0 11z0 1lB0 11z0 1qN0 11z0 1iN0 16n0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|42e4","Europe/Ulyanovsk|LMT +03 +04 +05 +02|-3d.A -30 -40 -50 -20|01232323232323232321214121212121212121212121212121212121212121212|-22WNd.A qHad.A 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 2pB0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 3rd0","Europe/Uzhgorod|CET CEST MSK MSD EET EEST|-10 -20 -30 -40 -20 -30|010101023232323232323232320454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454|-1cqL0 6i00 WM0 1fA0 1cM0 1ml0 1Cp0 1r3W0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1Q00 1Nf0 2pw0 1cL0 1cN0 1cL0 1cN0 1cL0 1cQ0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|11e4","Europe/Vienna|CET CEST|-10 -20|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2aFe0 11d0 1iO0 11A0 1o00 11A0 3KM0 14o0 LA00 6i00 WM0 1fA0 1cM0 1cM0 1cM0 400 2qM0 1a00 1cM0 1cM0 1io0 17c0 1gHa0 19X0 1cP0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|18e5","Europe/Vilnius|WMT KMT CET EET MSK CEST MSD EEST|-1o -1z.A -10 -20 -30 -20 -40 -30|012324525254646464646464646473737373737373737352537373737373737373737373737373737373737373737373737373737373737373737373|-293do 6ILM.o 1Ooz.A zz0 Mfd0 29W0 3is0 WM0 1fA0 1cM0 LV0 1tgL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cN0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11B0 1o00 11A0 1qM0 8io0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|54e4","Europe/Volgograd|LMT TSAT STAT STAT VOLT VOLST VOLST VOLT MSD MSK MSK|-2V.E -30 -30 -40 -40 -50 -40 -30 -40 -30 -40|0123454545454545454676767489898989898989898989898989898989898989a9|-21IqV.E cLXV.E cEM0 1gqn0 Lco0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cN0 1cM0 1cM0 1cM0 1fA0 1cM0 2pz0 1cN0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|10e5","Europe/Warsaw|WMT CET CEST EET EEST|-1o -10 -20 -20 -30|012121234312121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2ctdo 1LXo 11d0 1iO0 11A0 1o00 11A0 1on0 11A0 6zy0 HWP0 5IM0 WM0 1fA0 1cM0 1dz0 1mL0 1en0 15B0 1aq0 1nA0 11A0 1io0 17c0 1fA0 1a00 iDX0 LA0 1cM0 1cM0 1C00 Oo0 1cM0 1cM0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1C00 LA0 uso0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cN0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|17e5","Europe/Zaporozhye|CUT EET MSK CEST CET MSD EEST|-2k -20 -30 -20 -10 -40 -30|01234342525252525252525252526161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161|-1Pc2k eUok rdb0 2RE0 WM0 1fA0 8m0 1v9a0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cK0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cQ0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|77e4","HST|HST|a0|0|","Indian/Chagos|LMT IOT IOT|-4N.E -50 -60|012|-2xosN.E 3AGLN.E|30e2","Indian/Christmas|CXT|-70|0||21e2","Indian/Cocos|CCT|-6u|0||596","Indian/Kerguelen|zzz TFT|0 -50|01|-MG00|130","Indian/Mahe|LMT SCT|-3F.M -40|01|-2yO3F.M|79e3","Indian/Maldives|MMT MVT|-4S -50|01|-olgS|35e4","Indian/Mauritius|LMT MUT MUST|-3O -40 -50|012121|-2xorO 34unO 14L0 12kr0 11z0|15e4","Indian/Reunion|LMT RET|-3F.Q -40|01|-2mDDF.Q|84e4","Pacific/Kwajalein|MHT KWAT MHT|-b0 c0 -c0|012|-AX0 W9X0|14e3","MET|MET MEST|-10 -20|01010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2aFe0 11d0 1iO0 11A0 1o00 11A0 Qrc0 6i00 WM0 1fA0 1cM0 1cM0 1cM0 16M0 1gMM0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00","MST|MST|70|0|","MST7MDT|MST MDT MWT MPT|70 60 60 60|010102301010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-261r0 1nX0 11B0 1nX0 SgN0 8x20 ix0 QwN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0","Pacific/Chatham|CHAST CHAST CHADT|-cf -cJ -dJ|012121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212|-WqAf 1adef IM0 1C00 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1qM0 14o0 1lc0 14o0 1lc0 14o0 1lc0 17c0 1io0 17c0 1io0 17c0 1io0 17c0 1lc0 14o0 1lc0 14o0 1lc0 17c0 1io0 17c0 1io0 17c0 1lc0 14o0 1lc0 14o0 1lc0 17c0 1io0 17c0 1io0 17c0 1io0 17c0 1io0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00|600","PST8PDT|PST PDT PWT PPT|80 70 70 70|010102301010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-261q0 1nX0 11B0 1nX0 SgN0 8x10 iy0 QwN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0","Pacific/Apia|LMT WSST SST SDT WSDT WSST|bq.U bu b0 a0 -e0 -d0|01232345454545454545454545454545454545454545454545454545454|-2nDMx.4 1yW03.4 2rRbu 1ff0 1a00 CI0 AQ0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00|37e3","Pacific/Bougainville|PGT JST BST|-a0 -90 -b0|0102|-16Wy0 7CN0 2MQp0|18e4","Pacific/Chuuk|CHUT|-a0|0||49e3","Pacific/Efate|LMT VUT VUST|-bd.g -b0 -c0|0121212121212121212121|-2l9nd.g 2Szcd.g 1cL0 1oN0 10L0 1fB0 19X0 1fB0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 Lz0 1Nd0 An0|66e3","Pacific/Enderbury|PHOT PHOT PHOT|c0 b0 -d0|012|nIc0 B8n0|1","Pacific/Fakaofo|TKT TKT|b0 -d0|01|1Gfn0|483","Pacific/Fiji|LMT FJT FJST|-bT.I -c0 -d0|0121212121212121212121212121212121212121212121212121212121212121|-2bUzT.I 3m8NT.I LA0 1EM0 IM0 nJc0 LA0 1o00 Rc0 1wo0 Ao0 1Nc0 Ao0 1Q00 xz0 1SN0 uM0 1SM0 uM0 1VA0 s00 1VA0 uM0 1SM0 uM0 1SM0 uM0 1SM0 uM0 1VA0 s00 1VA0 s00 1VA0 uM0 1SM0 uM0 1SM0 uM0 1SM0 uM0 1VA0 s00 1VA0 uM0 1SM0 uM0 1SM0 uM0 1SM0 uM0 1VA0 s00 1VA0 s00 1VA0 uM0 1SM0 uM0 1SM0 uM0 1SM0 uM0|88e4","Pacific/Funafuti|TVT|-c0|0||45e2","Pacific/Galapagos|LMT ECT GALT|5W.o 50 60|012|-1yVS1.A 2dTz1.A|25e3","Pacific/Gambier|LMT GAMT|8X.M 90|01|-2jof0.c|125","Pacific/Guadalcanal|LMT SBT|-aD.M -b0|01|-2joyD.M|11e4","Pacific/Guam|GST ChST|-a0 -a0|01|1fpq0|17e4","Pacific/Honolulu|HST HDT HST|au 9u a0|010102|-1thLu 8x0 lef0 8Pz0 46p0|37e4","Pacific/Kiritimati|LINT LINT LINT|aE a0 -e0|012|nIaE B8nk|51e2","Pacific/Kosrae|KOST KOST|-b0 -c0|010|-AX0 1bdz0|66e2","Pacific/Majuro|MHT MHT|-b0 -c0|01|-AX0|28e3","Pacific/Marquesas|LMT MART|9i 9u|01|-2joeG|86e2","Pacific/Pago_Pago|LMT NST BST SST|bm.M b0 b0 b0|0123|-2nDMB.c 2gVzB.c EyM0|37e2","Pacific/Nauru|LMT NRT JST NRT|-b7.E -bu -90 -c0|01213|-1Xdn7.E PvzB.E 5RCu 1ouJu|10e3","Pacific/Niue|NUT NUT NUT|bk bu b0|012|-KfME 17y0a|12e2","Pacific/Norfolk|NMT NFT NFST NFT|-bc -bu -cu -b0|01213|-Kgbc W01G On0 1COp0|25e4","Pacific/Noumea|LMT NCT NCST|-b5.M -b0 -c0|01212121|-2l9n5.M 2EqM5.M xX0 1PB0 yn0 HeP0 Ao0|98e3","Pacific/Palau|PWT|-90|0||21e3","Pacific/Pitcairn|PNT PST|8u 80|01|18Vku|56","Pacific/Pohnpei|PONT|-b0|0||34e3","Pacific/Port_Moresby|PGT|-a0|0||25e4","Pacific/Rarotonga|CKT CKHST CKT|au 9u a0|012121212121212121212121212|lyWu IL0 1zcu Onu 1zcu Onu 1zcu Rbu 1zcu Onu 1zcu Onu 1zcu Onu 1zcu Onu 1zcu Onu 1zcu Rbu 1zcu Onu 1zcu Onu 1zcu Onu|13e3","Pacific/Tahiti|LMT TAHT|9W.g a0|01|-2joe1.I|18e4","Pacific/Tarawa|GILT|-c0|0||29e3","Pacific/Tongatapu|TOT TOT TOST|-ck -d0 -e0|01212121|-1aB0k 2n5dk 15A0 1wo0 xz0 1Q10 xz0|75e3","Pacific/Wake|WAKT|-c0|0||16e3","Pacific/Wallis|WFT|-c0|0||94","WET|WET WEST|0 -10|010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|hDB0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00"],
7
  links:["Africa/Abidjan|Africa/Bamako","Africa/Abidjan|Africa/Banjul","Africa/Abidjan|Africa/Conakry","Africa/Abidjan|Africa/Dakar","Africa/Abidjan|Africa/Freetown","Africa/Abidjan|Africa/Lome","Africa/Abidjan|Africa/Nouakchott","Africa/Abidjan|Africa/Ouagadougou","Africa/Abidjan|Africa/Sao_Tome","Africa/Abidjan|Africa/Timbuktu","Africa/Abidjan|Atlantic/St_Helena","Africa/Cairo|Egypt","Africa/Johannesburg|Africa/Maseru","Africa/Johannesburg|Africa/Mbabane","Africa/Khartoum|Africa/Juba","Africa/Lagos|Africa/Bangui","Africa/Lagos|Africa/Brazzaville","Africa/Lagos|Africa/Douala","Africa/Lagos|Africa/Kinshasa","Africa/Lagos|Africa/Libreville","Africa/Lagos|Africa/Luanda","Africa/Lagos|Africa/Malabo","Africa/Lagos|Africa/Niamey","Africa/Lagos|Africa/Porto-Novo","Africa/Maputo|Africa/Blantyre","Africa/Maputo|Africa/Bujumbura","Africa/Maputo|Africa/Gaborone","Africa/Maputo|Africa/Harare","Africa/Maputo|Africa/Kigali","Africa/Maputo|Africa/Lubumbashi","Africa/Maputo|Africa/Lusaka","Africa/Nairobi|Africa/Addis_Ababa","Africa/Nairobi|Africa/Asmara","Africa/Nairobi|Africa/Asmera","Africa/Nairobi|Africa/Dar_es_Salaam","Africa/Nairobi|Africa/Djibouti","Africa/Nairobi|Africa/Kampala","Africa/Nairobi|Africa/Mogadishu","Africa/Nairobi|Indian/Antananarivo","Africa/Nairobi|Indian/Comoro","Africa/Nairobi|Indian/Mayotte","Africa/Tripoli|Libya","America/Adak|America/Atka","America/Adak|US/Aleutian","America/Anchorage|US/Alaska","America/Argentina/Buenos_Aires|America/Buenos_Aires","America/Argentina/Catamarca|America/Argentina/ComodRivadavia","America/Argentina/Catamarca|America/Catamarca","America/Argentina/Cordoba|America/Cordoba","America/Argentina/Cordoba|America/Rosario","America/Argentina/Jujuy|America/Jujuy","America/Argentina/Mendoza|America/Mendoza","America/Atikokan|America/Coral_Harbour","America/Chicago|US/Central","America/Curacao|America/Aruba","America/Curacao|America/Kralendijk","America/Curacao|America/Lower_Princes","America/Denver|America/Shiprock","America/Denver|Navajo","America/Denver|US/Mountain","America/Detroit|US/Michigan","America/Edmonton|Canada/Mountain","America/Fort_Wayne|America/Indiana/Indianapolis","America/Fort_Wayne|America/Indianapolis","America/Fort_Wayne|US/East-Indiana","America/Halifax|Canada/Atlantic","America/Havana|Cuba","America/Indiana/Knox|America/Knox_IN","America/Indiana/Knox|US/Indiana-Starke","America/Jamaica|Jamaica","America/Kentucky/Louisville|America/Louisville","America/Los_Angeles|US/Pacific","America/Los_Angeles|US/Pacific-New","America/Manaus|Brazil/West","America/Mazatlan|Mexico/BajaSur","America/Mexico_City|Mexico/General","America/New_York|US/Eastern","America/Noronha|Brazil/DeNoronha","America/Panama|America/Cayman","America/Phoenix|US/Arizona","America/Port_of_Spain|America/Anguilla","America/Port_of_Spain|America/Antigua","America/Port_of_Spain|America/Dominica","America/Port_of_Spain|America/Grenada","America/Port_of_Spain|America/Guadeloupe","America/Port_of_Spain|America/Marigot","America/Port_of_Spain|America/Montserrat","America/Port_of_Spain|America/St_Barthelemy","America/Port_of_Spain|America/St_Kitts","America/Port_of_Spain|America/St_Lucia","America/Port_of_Spain|America/St_Thomas","America/Port_of_Spain|America/St_Vincent","America/Port_of_Spain|America/Tortola","America/Port_of_Spain|America/Virgin","America/Regina|Canada/East-Saskatchewan","America/Regina|Canada/Saskatchewan","America/Rio_Branco|America/Porto_Acre","America/Rio_Branco|Brazil/Acre","America/Santiago|Chile/Continental","America/Sao_Paulo|Brazil/East","America/St_Johns|Canada/Newfoundland","America/Tijuana|America/Ensenada","America/Tijuana|America/Santa_Isabel","America/Tijuana|Mexico/BajaNorte","America/Toronto|America/Montreal","America/Toronto|Canada/Eastern","America/Vancouver|Canada/Pacific","America/Whitehorse|Canada/Yukon","America/Winnipeg|Canada/Central","Asia/Ashgabat|Asia/Ashkhabad","Asia/Bangkok|Asia/Phnom_Penh","Asia/Bangkok|Asia/Vientiane","Asia/Dhaka|Asia/Dacca","Asia/Dubai|Asia/Muscat","Asia/Ho_Chi_Minh|Asia/Saigon","Asia/Hong_Kong|Hongkong","Asia/Jerusalem|Asia/Tel_Aviv","Asia/Jerusalem|Israel","Asia/Kathmandu|Asia/Katmandu","Asia/Kolkata|Asia/Calcutta","Asia/Macau|Asia/Macao","Asia/Makassar|Asia/Ujung_Pandang","Asia/Nicosia|Europe/Nicosia","Asia/Qatar|Asia/Bahrain","Asia/Riyadh|Asia/Aden","Asia/Riyadh|Asia/Kuwait","Asia/Seoul|ROK","Asia/Shanghai|Asia/Chongqing","Asia/Shanghai|Asia/Chungking","Asia/Shanghai|Asia/Harbin","Asia/Shanghai|PRC","Asia/Singapore|Singapore","Asia/Taipei|ROC","Asia/Tehran|Iran","Asia/Thimphu|Asia/Thimbu","Asia/Tokyo|Japan","Asia/Ulaanbaatar|Asia/Ulan_Bator","Asia/Urumqi|Asia/Kashgar","Atlantic/Faroe|Atlantic/Faeroe","Atlantic/Reykjavik|Iceland","Australia/Adelaide|Australia/South","Australia/Brisbane|Australia/Queensland","Australia/Broken_Hill|Australia/Yancowinna","Australia/Darwin|Australia/North","Australia/Hobart|Australia/Tasmania","Australia/Lord_Howe|Australia/LHI","Australia/Melbourne|Australia/Victoria","Australia/Perth|Australia/West","Australia/Sydney|Australia/ACT","Australia/Sydney|Australia/Canberra","Australia/Sydney|Australia/NSW","Etc/GMT+0|Etc/GMT","Etc/GMT+0|Etc/GMT-0","Etc/GMT+0|Etc/GMT0","Etc/GMT+0|Etc/Greenwich","Etc/GMT+0|GMT","Etc/GMT+0|GMT+0","Etc/GMT+0|GMT-0","Etc/GMT+0|GMT0","Etc/GMT+0|Greenwich","Etc/UCT|UCT","Etc/UTC|Etc/Universal","Etc/UTC|Etc/Zulu","Etc/UTC|UTC","Etc/UTC|Universal","Etc/UTC|Zulu","Europe/Belgrade|Europe/Ljubljana","Europe/Belgrade|Europe/Podgorica","Europe/Belgrade|Europe/Sarajevo","Europe/Belgrade|Europe/Skopje","Europe/Belgrade|Europe/Zagreb","Europe/Chisinau|Europe/Tiraspol","Europe/Dublin|Eire","Europe/Helsinki|Europe/Mariehamn","Europe/Istanbul|Asia/Istanbul","Europe/Istanbul|Turkey","Europe/Lisbon|Portugal","Europe/London|Europe/Belfast","Europe/London|Europe/Guernsey","Europe/London|Europe/Isle_of_Man","Europe/London|Europe/Jersey","Europe/London|GB","Europe/London|GB-Eire","Europe/Moscow|W-SU","Europe/Oslo|Arctic/Longyearbyen","Europe/Oslo|Atlantic/Jan_Mayen","Europe/Prague|Europe/Bratislava","Europe/Rome|Europe/San_Marino","Europe/Rome|Europe/Vatican","Europe/Warsaw|Poland","Europe/Zurich|Europe/Busingen","Europe/Zurich|Europe/Vaduz","Pacific/Auckland|Antarctica/McMurdo","Pacific/Auckland|Antarctica/South_Pole","Pacific/Auckland|NZ","Pacific/Chatham|NZ-CHAT","Pacific/Chuuk|Pacific/Truk","Pacific/Chuuk|Pacific/Yap","Pacific/Easter|Chile/EasterIsland","Pacific/Guam|Pacific/Saipan","Pacific/Honolulu|Pacific/Johnston","Pacific/Honolulu|US/Hawaii","Pacific/Kwajalein|Kwajalein","Pacific/Pago_Pago|Pacific/Midway","Pacific/Pago_Pago|Pacific/Samoa","Pacific/Pago_Pago|US/Samoa","Pacific/Pohnpei|Pacific/Ponape"]}),a});
1
  //! moment-timezone.js
2
+ //! version : 0.5.5
3
  //! author : Tim Wood
4
  //! license : MIT
5
  //! github.com/moment/moment-timezone
6
+ !function(a,b){"use strict";"function"==typeof define&&define.amd?define(["moment"],b):"object"==typeof module&&module.exports?module.exports=b(require("moment")):b(a.moment)}(this,function(a){"use strict";function b(a){return a>96?a-87:a>64?a-29:a-48}function c(a){var c,d=0,e=a.split("."),f=e[0],g=e[1]||"",h=1,i=0,j=1;for(45===a.charCodeAt(0)&&(d=1,j=-1),d;d<f.length;d++)c=b(f.charCodeAt(d)),i=60*i+c;for(d=0;d<g.length;d++)h/=60,c=b(g.charCodeAt(d)),i+=c*h;return i*j}function d(a){for(var b=0;b<a.length;b++)a[b]=c(a[b])}function e(a,b){for(var c=0;c<b;c++)a[c]=Math.round((a[c-1]||0)+6e4*a[c]);a[b-1]=1/0}function f(a,b){var c,d=[];for(c=0;c<b.length;c++)d[c]=a[b[c]];return d}function g(a){var b=a.split("|"),c=b[2].split(" "),g=b[3].split(""),h=b[4].split(" ");return d(c),d(g),d(h),e(h,g.length),{name:b[0],abbrs:f(b[1].split(" "),g),offsets:f(c,g),untils:h,population:0|b[5]}}function h(a){a&&this._set(g(a))}function i(a){var b=a.toTimeString(),c=b.match(/\([a-z ]+\)/i);c&&c[0]?(c=c[0].match(/[A-Z]/g),c=c?c.join(""):void 0):(c=b.match(/[A-Z]{3,5}/g),c=c?c[0]:void 0),"GMT"===c&&(c=void 0),this.at=+a,this.abbr=c,this.offset=a.getTimezoneOffset()}function j(a){this.zone=a,this.offsetScore=0,this.abbrScore=0}function k(a,b){for(var c,d;d=6e4*((b.at-a.at)/12e4|0);)c=new i(new Date(a.at+d)),c.offset===a.offset?a=c:b=c;return a}function l(){var a,b,c,d=(new Date).getFullYear()-2,e=new i(new Date(d,0,1)),f=[e];for(c=1;c<48;c++)b=new i(new Date(d,c,1)),b.offset!==e.offset&&(a=k(e,b),f.push(a),f.push(new i(new Date(a.at+6e4)))),e=b;for(c=0;c<4;c++)f.push(new i(new Date(d+c,0,1))),f.push(new i(new Date(d+c,6,1)));return f}function m(a,b){return a.offsetScore!==b.offsetScore?a.offsetScore-b.offsetScore:a.abbrScore!==b.abbrScore?a.abbrScore-b.abbrScore:b.zone.population-a.zone.population}function n(a,b){var c,e;for(d(b),c=0;c<b.length;c++)e=b[c],I[e]=I[e]||{},I[e][a]=!0}function o(a){var b,c,d,e=a.length,f={},g=[];for(b=0;b<e;b++){d=I[a[b].offset]||{};for(c in d)d.hasOwnProperty(c)&&(f[c]=!0)}for(b in f)f.hasOwnProperty(b)&&g.push(H[b]);return g}function p(){try{var a=Intl.DateTimeFormat().resolvedOptions().timeZone;if(a){var b=H[r(a)];if(b)return b;z("Moment Timezone found "+a+" from the Intl api, but did not have that data loaded.")}}catch(c){}var d,e,f,g=l(),h=g.length,i=o(g),k=[];for(e=0;e<i.length;e++){for(d=new j(t(i[e]),h),f=0;f<h;f++)d.scoreOffsetAt(g[f]);k.push(d)}return k.sort(m),k.length>0?k[0].zone.name:void 0}function q(a){return D&&!a||(D=p()),D}function r(a){return(a||"").toLowerCase().replace(/\//g,"_")}function s(a){var b,c,d,e;for("string"==typeof a&&(a=[a]),b=0;b<a.length;b++)d=a[b].split("|"),c=d[0],e=r(c),F[e]=a[b],H[e]=c,d[5]&&n(e,d[2].split(" "))}function t(a,b){a=r(a);var c,d=F[a];return d instanceof h?d:"string"==typeof d?(d=new h(d),F[a]=d,d):G[a]&&b!==t&&(c=t(G[a],t))?(d=F[a]=new h,d._set(c),d.name=H[a],d):null}function u(){var a,b=[];for(a in H)H.hasOwnProperty(a)&&(F[a]||F[G[a]])&&H[a]&&b.push(H[a]);return b.sort()}function v(a){var b,c,d,e;for("string"==typeof a&&(a=[a]),b=0;b<a.length;b++)c=a[b].split("|"),d=r(c[0]),e=r(c[1]),G[d]=e,H[d]=c[0],G[e]=d,H[e]=c[1]}function w(a){s(a.zones),v(a.links),A.dataVersion=a.version}function x(a){return x.didShowError||(x.didShowError=!0,z("moment.tz.zoneExists('"+a+"') has been deprecated in favor of !moment.tz.zone('"+a+"')")),!!t(a)}function y(a){return!(!a._a||void 0!==a._tzm)}function z(a){"undefined"!=typeof console&&"function"==typeof console.error&&console.error(a)}function A(b){var c=Array.prototype.slice.call(arguments,0,-1),d=arguments[arguments.length-1],e=t(d),f=a.utc.apply(null,c);return e&&!a.isMoment(b)&&y(f)&&f.add(e.parse(f),"minutes"),f.tz(d),f}function B(a){return function(){return this._z?this._z.abbr(this):a.call(this)}}function C(a){return function(){return this._z=null,a.apply(this,arguments)}}if(void 0!==a.tz)return z("Moment Timezone "+a.tz.version+" was already loaded "+(a.tz.dataVersion?"with data from ":"without any data")+a.tz.dataVersion),a;var D,E="0.5.5",F={},G={},H={},I={},J=a.version.split("."),K=+J[0],L=+J[1];(K<2||2===K&&L<6)&&z("Moment Timezone requires Moment.js >= 2.6.0. You are using Moment.js "+a.version+". See momentjs.com"),h.prototype={_set:function(a){this.name=a.name,this.abbrs=a.abbrs,this.untils=a.untils,this.offsets=a.offsets,this.population=a.population},_index:function(a){var b,c=+a,d=this.untils;for(b=0;b<d.length;b++)if(c<d[b])return b},parse:function(a){var b,c,d,e,f=+a,g=this.offsets,h=this.untils,i=h.length-1;for(e=0;e<i;e++)if(b=g[e],c=g[e+1],d=g[e?e-1:e],b<c&&A.moveAmbiguousForward?b=c:b>d&&A.moveInvalidForward&&(b=d),f<h[e]-6e4*b)return g[e];return g[i]},abbr:function(a){return this.abbrs[this._index(a)]},offset:function(a){return this.offsets[this._index(a)]}},j.prototype.scoreOffsetAt=function(a){this.offsetScore+=Math.abs(this.zone.offset(a.at)-a.offset),this.zone.abbr(a.at).replace(/[^A-Z]/g,"")!==a.abbr&&this.abbrScore++},A.version=E,A.dataVersion="",A._zones=F,A._links=G,A._names=H,A.add=s,A.link=v,A.load=w,A.zone=t,A.zoneExists=x,A.guess=q,A.names=u,A.Zone=h,A.unpack=g,A.unpackBase60=c,A.needsOffset=y,A.moveInvalidForward=!0,A.moveAmbiguousForward=!1;var M=a.fn;a.tz=A,a.defaultZone=null,a.updateOffset=function(b,c){var d,e=a.defaultZone;void 0===b._z&&(e&&y(b)&&!b._isUTC&&(b._d=a.utc(b._a)._d,b.utc().add(e.parse(b),"minutes")),b._z=e),b._z&&(d=b._z.offset(b),Math.abs(d)<16&&(d/=60),void 0!==b.utcOffset?b.utcOffset(-d,c):b.zone(d,c))},M.tz=function(b){return b?(this._z=t(b),this._z?a.updateOffset(this):z("Moment Timezone has no data for "+b+". See http://momentjs.com/timezone/docs/#/data-loading/."),this):this._z?this._z.name:void 0},M.zoneName=B(M.zoneName),M.zoneAbbr=B(M.zoneAbbr),M.utc=C(M.utc),a.tz.setDefault=function(b){return(K<2||2===K&&L<9)&&z("Moment Timezone setDefault() requires Moment.js >= 2.9.0. You are using Moment.js "+a.version+"."),a.defaultZone=b?t(b):null,a};var N=a.momentProperties;return"[object Array]"===Object.prototype.toString.call(N)?(N.push("_z"),N.push("_a")):N&&(N._z=null),w({version:"2016f",zones:["Africa/Abidjan|LMT GMT|g.8 0|01|-2ldXH.Q|48e5","Africa/Accra|LMT GMT GHST|.Q 0 -k|012121212121212121212121212121212121212121212121|-26BbX.8 6tzX.8 MnE 1BAk MnE 1BAk MnE 1BAk MnE 1C0k MnE 1BAk MnE 1BAk MnE 1BAk MnE 1C0k MnE 1BAk MnE 1BAk MnE 1BAk MnE 1C0k MnE 1BAk MnE 1BAk MnE 1BAk MnE 1C0k MnE 1BAk MnE 1BAk MnE 1BAk MnE 1C0k MnE 1BAk MnE 1BAk MnE|41e5","Africa/Nairobi|LMT EAT BEAT BEAUT|-2r.g -30 -2u -2J|01231|-1F3Cr.g 3Dzr.g okMu MFXJ|47e5","Africa/Algiers|PMT WET WEST CET CEST|-9.l 0 -10 -10 -20|0121212121212121343431312123431213|-2nco9.l cNb9.l HA0 19A0 1iM0 11c0 1oo0 Wo0 1rc0 QM0 1EM0 UM0 DA0 Imo0 rd0 De0 9Xz0 1fb0 1ap0 16K0 2yo0 mEp0 hwL0 jxA0 11A0 dDd0 17b0 11B0 1cN0 2Dy0 1cN0 1fB0 1cL0|26e5","Africa/Lagos|LMT WAT|-d.A -10|01|-22y0d.A|17e6","Africa/Bissau|LMT WAT GMT|12.k 10 0|012|-2ldWV.E 2xonV.E|39e4","Africa/Maputo|LMT CAT|-2a.k -20|01|-2GJea.k|26e5","Africa/Cairo|EET EEST|-20 -30|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-1bIO0 vb0 1ip0 11z0 1iN0 1nz0 12p0 1pz0 10N0 1pz0 16p0 1jz0 s3d0 Vz0 1oN0 11b0 1oO0 10N0 1pz0 10N0 1pb0 10N0 1pb0 10N0 1pb0 10N0 1pz0 10N0 1pb0 10N0 1pb0 11d0 1oL0 11d0 1pb0 11d0 1oL0 11d0 1oL0 11d0 1oL0 11d0 1pb0 11d0 1oL0 11d0 1oL0 11d0 1oL0 11d0 1pb0 11d0 1oL0 11d0 1oL0 11d0 1oL0 11d0 1pb0 11d0 1oL0 11d0 1WL0 rd0 1Rz0 wp0 1pb0 11d0 1oL0 11d0 1oL0 11d0 1oL0 11d0 1pb0 11d0 1qL0 Xd0 1oL0 11d0 1oL0 11d0 1pb0 11d0 1oL0 11d0 1oL0 11d0 1ny0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 WL0 1qN0 Rb0 1wp0 On0 1zd0 Lz0 1EN0 Fb0 c10 8n0 8Nd0 gL0 e10 mn0|15e6","Africa/Casablanca|LMT WET WEST CET|u.k 0 -10 -10|0121212121212121213121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2gMnt.E 130Lt.E rb0 Dd0 dVb0 b6p0 TX0 EoB0 LL0 gnd0 rz0 43d0 AL0 1Nd0 XX0 1Cp0 pz0 dEp0 4mn0 SyN0 AL0 1Nd0 wn0 1FB0 Db0 1zd0 Lz0 1Nf0 wM0 co0 go0 1o00 s00 dA0 vc0 11A0 A00 e00 y00 11A0 uM0 e00 Dc0 11A0 s00 e00 IM0 WM0 mo0 gM0 LA0 WM0 jA0 e00 Rc0 11A0 e00 e00 U00 11A0 8o0 e00 11A0 11A0 5A0 e00 17c0 1fA0 1a00 1a00 1fA0 17c0 1io0 14o0 1lc0 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1lc0 14o0 1fA0|32e5","Africa/Ceuta|WET WEST CET CEST|0 -10 -10 -20|010101010101010101010232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-25KN0 11z0 drd0 18o0 3I00 17c0 1fA0 1a00 1io0 1a00 1y7p0 LL0 gnd0 rz0 43d0 AL0 1Nd0 XX0 1Cp0 pz0 dEp0 4VB0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|85e3","Africa/El_Aaiun|LMT WAT WET WEST|Q.M 10 0 -10|01232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-1rDz7.c 1GVA7.c 6L0 AL0 1Nd0 XX0 1Cp0 pz0 1cBB0 AL0 1Nd0 wn0 1FB0 Db0 1zd0 Lz0 1Nf0 wM0 co0 go0 1o00 s00 dA0 vc0 11A0 A00 e00 y00 11A0 uM0 e00 Dc0 11A0 s00 e00 IM0 WM0 mo0 gM0 LA0 WM0 jA0 e00 Rc0 11A0 e00 e00 U00 11A0 8o0 e00 11A0 11A0 5A0 e00 17c0 1fA0 1a00 1a00 1fA0 17c0 1io0 14o0 1lc0 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1lc0 14o0 1fA0|20e4","Africa/Johannesburg|SAST SAST SAST|-1u -20 -30|012121|-2GJdu 1Ajdu 1cL0 1cN0 1cL0|84e5","Africa/Khartoum|LMT CAT CAST EAT|-2a.8 -20 -30 -30|01212121212121212121212121212121213|-1yW2a.8 1zK0a.8 16L0 1iN0 17b0 1jd0 17b0 1ip0 17z0 1i10 17X0 1hB0 18n0 1hd0 19b0 1gp0 19z0 1iN0 17b0 1ip0 17z0 1i10 18n0 1hd0 18L0 1gN0 19b0 1gp0 19z0 1iN0 17z0 1i10 17X0 yGd0|51e5","Africa/Monrovia|MMT LRT GMT|H.8 I.u 0|012|-23Lzg.Q 29s01.m|11e5","Africa/Ndjamena|LMT WAT WAST|-10.c -10 -20|0121|-2le10.c 2J3c0.c Wn0|13e5","Africa/Tripoli|LMT CET CEST EET|-Q.I -10 -20 -20|012121213121212121212121213123123|-21JcQ.I 1hnBQ.I vx0 4iP0 xx0 4eN0 Bb0 7ip0 U0n0 A10 1db0 1cN0 1db0 1dd0 1db0 1eN0 1bb0 1e10 1cL0 1c10 1db0 1dd0 1db0 1cN0 1db0 1q10 fAn0 1ep0 1db0 AKq0 TA0 1o00|11e5","Africa/Tunis|PMT CET CEST|-9.l -10 -20|0121212121212121212121212121212121|-2nco9.l 18pa9.l 1qM0 DA0 3Tc0 11B0 1ze0 WM0 7z0 3d0 14L0 1cN0 1f90 1ar0 16J0 1gXB0 WM0 1rA0 11c0 nwo0 Ko0 1cM0 1cM0 1rA0 10M0 zuM0 10N0 1aN0 1qM0 WM0 1qM0 11A0 1o00|20e5","Africa/Windhoek|SWAT SAST SAST CAT WAT WAST|-1u -20 -30 -20 -10 -20|012134545454545454545454545454545454545454545454545454545454545454545454545454545454545454545|-2GJdu 1Ajdu 1cL0 1SqL0 9NA0 11D0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 11B0 1nX0 11B0|32e4","America/Adak|NST NWT NPT BST BDT AHST HST HDT|b0 a0 a0 b0 a0 a0 a0 90|012034343434343434343434343434343456767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676|-17SX0 8wW0 iB0 Qlb0 52O0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 cm0 10q0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|326","America/Anchorage|CAT CAWT CAPT AHST AHDT YST AKST AKDT|a0 90 90 a0 90 90 90 80|012034343434343434343434343434343456767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676|-17T00 8wX0 iA0 Qlb0 52O0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 cm0 10q0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|30e4","America/Port_of_Spain|LMT AST|46.4 40|01|-2kNvR.U|43e3","America/Araguaina|LMT BRT BRST|3c.M 30 20|0121212121212121212121212121212121212121212121212121|-2glwL.c HdKL.c 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 dMN0 Lz0 1zd0 Rb0 1wN0 Wn0 1tB0 Rb0 1tB0 WL0 1tB0 Rb0 1zd0 On0 1HB0 FX0 ny10 Lz0|14e4","America/Argentina/Buenos_Aires|CMT ART ARST ART ARST|4g.M 40 30 30 20|0121212121212121212121212121212121212121213434343434343234343|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Rb0 1wp0 Rb0 1wp0 TX0 g0p0 10M0 j3c0 uL0 1qN0 WL0","America/Argentina/Catamarca|CMT ART ARST ART ARST WART|4g.M 40 30 30 20 40|0121212121212121212121212121212121212121213434343454343235343|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Rb0 1wq0 Ra0 1wp0 TX0 g0p0 10M0 ako0 7B0 8zb0 uL0","America/Argentina/Cordoba|CMT ART ARST ART ARST WART|4g.M 40 30 30 20 40|0121212121212121212121212121212121212121213434343454343234343|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Rb0 1wq0 Ra0 1wp0 TX0 g0p0 10M0 j3c0 uL0 1qN0 WL0","America/Argentina/Jujuy|CMT ART ARST ART ARST WART WARST|4g.M 40 30 30 20 40 30|01212121212121212121212121212121212121212134343456543432343|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1ze0 TX0 1ld0 WK0 1wp0 TX0 g0p0 10M0 j3c0 uL0","America/Argentina/La_Rioja|CMT ART ARST ART ARST WART|4g.M 40 30 30 20 40|01212121212121212121212121212121212121212134343434534343235343|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Qn0 qO0 16n0 Rb0 1wp0 TX0 g0p0 10M0 ako0 7B0 8zb0 uL0","America/Argentina/Mendoza|CMT ART ARST ART ARST WART WARST|4g.M 40 30 30 20 40 30|0121212121212121212121212121212121212121213434345656543235343|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1u20 SL0 1vd0 Tb0 1wp0 TW0 g0p0 10M0 agM0 Op0 7TX0 uL0","America/Argentina/Rio_Gallegos|CMT ART ARST ART ARST WART|4g.M 40 30 30 20 40|0121212121212121212121212121212121212121213434343434343235343|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Rb0 1wp0 Rb0 1wp0 TX0 g0p0 10M0 ako0 7B0 8zb0 uL0","America/Argentina/Salta|CMT ART ARST ART ARST WART|4g.M 40 30 30 20 40|01212121212121212121212121212121212121212134343434543432343|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Rb0 1wq0 Ra0 1wp0 TX0 g0p0 10M0 j3c0 uL0","America/Argentina/San_Juan|CMT ART ARST ART ARST WART|4g.M 40 30 30 20 40|01212121212121212121212121212121212121212134343434534343235343|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Qn0 qO0 16n0 Rb0 1wp0 TX0 g0p0 10M0 ak00 m10 8lb0 uL0","America/Argentina/San_Luis|CMT ART ARST ART ARST WART WARST|4g.M 40 30 30 20 40 30|01212121212121212121212121212121212121212134343456536353465653|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 XX0 1q20 SL0 AN0 kin0 10M0 ak00 m10 8lb0 8L0 jd0 1qN0 WL0 1qN0","America/Argentina/Tucuman|CMT ART ARST ART ARST WART|4g.M 40 30 30 20 40|012121212121212121212121212121212121212121343434345434323534343|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Rb0 1wq0 Ra0 1wp0 TX0 g0p0 10M0 ako0 4N0 8BX0 uL0 1qN0 WL0","America/Argentina/Ushuaia|CMT ART ARST ART ARST WART|4g.M 40 30 30 20 40|0121212121212121212121212121212121212121213434343434343235343|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Rb0 1wp0 Rb0 1wp0 TX0 g0p0 10M0 ajA0 8p0 8zb0 uL0","America/Curacao|LMT ANT AST|4z.L 4u 40|012|-2kV7o.d 28KLS.d|15e4","America/Asuncion|AMT PYT PYT PYST|3O.E 40 30 30|012131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313|-1x589.k 1DKM9.k 3CL0 3Dd0 10L0 1pB0 10n0 1pB0 10n0 1pB0 1cL0 1dd0 1db0 1dd0 1cL0 1dd0 1cL0 1dd0 1cL0 1dd0 1db0 1dd0 1cL0 1dd0 1cL0 1dd0 1cL0 1dd0 1db0 1dd0 1cL0 1lB0 14n0 1dd0 1cL0 1fd0 WL0 1rd0 1aL0 1dB0 Xz0 1qp0 Xb0 1qN0 10L0 1rB0 TX0 1tB0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1qN0 1cL0 WN0 1qL0 11B0 1nX0 1ip0 WL0 1qN0 WL0 1qN0 WL0 1tB0 TX0 1tB0 TX0 1tB0 19X0 1a10 1fz0 1a10 1fz0 1cN0 17b0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0|28e5","America/Atikokan|CST CDT CWT CPT EST|60 50 50 50 50|0101234|-25TQ0 1in0 Rnb0 3je0 8x30 iw0|28e2","America/Bahia|LMT BRT BRST|2y.4 30 20|01212121212121212121212121212121212121212121212121212121212121|-2glxp.U HdLp.U 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 1EN0 Lz0 1C10 IL0 1HB0 Db0 1HB0 On0 1zd0 On0 1zd0 Lz0 1zd0 Rb0 1wN0 Wn0 1tB0 Rb0 1tB0 WL0 1tB0 Rb0 1zd0 On0 1HB0 FX0 l5B0 Rb0|27e5","America/Bahia_Banderas|LMT MST CST PST MDT CDT|71 70 60 80 60 50|0121212131414141414141414141414141414152525252525252525252525252525252525252525252525252525252|-1UQF0 deL0 8lc0 17c0 10M0 1dd0 otX0 gmN0 P2N0 13Vd0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nW0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0|84e3","America/Barbados|LMT BMT AST ADT|3W.t 3W.t 40 30|01232323232|-1Q0I1.v jsM0 1ODC1.v IL0 1ip0 17b0 1ip0 17b0 1ld0 13b0|28e4","America/Belem|LMT BRT BRST|3d.U 30 20|012121212121212121212121212121|-2glwK.4 HdKK.4 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0|20e5","America/Belize|LMT CST CHDT CDT|5Q.M 60 5u 50|01212121212121212121212121212121212121212121212121213131|-2kBu7.c fPA7.c Onu 1zcu Rbu 1wou Rbu 1wou Rbu 1zcu Onu 1zcu Onu 1zcu Rbu 1wou Rbu 1wou Rbu 1wou Rbu 1zcu Onu 1zcu Onu 1zcu Rbu 1wou Rbu 1wou Rbu 1zcu Onu 1zcu Onu 1zcu Onu 1zcu Rbu 1wou Rbu 1wou Rbu 1zcu Onu 1zcu Onu 1zcu Rbu 1wou Rbu 1f0Mu qn0 lxB0 mn0|57e3","America/Blanc-Sablon|AST ADT AWT APT|40 30 30 30|010230|-25TS0 1in0 UGp0 8x50 iu0|11e2","America/Boa_Vista|LMT AMT AMST|42.E 40 30|0121212121212121212121212121212121|-2glvV.k HdKV.k 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 smp0 WL0 1tB0 2L0|62e2","America/Bogota|BMT COT COST|4U.g 50 40|0121|-2eb73.I 38yo3.I 2en0|90e5","America/Boise|PST PDT MST MWT MPT MDT|80 70 70 60 60 60|0101023425252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252|-261q0 1nX0 11B0 1nX0 8C10 JCL0 8x20 ix0 QwN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 Dd0 1Kn0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|21e4","America/Cambridge_Bay|-00 MST MWT MPT MDDT MDT CST CDT EST|0 70 60 60 50 60 60 50 50|0123141515151515151515151515151515151515151515678651515151515151515151515151515151515151515151515151515151515151515151515151|-21Jc0 RO90 8x20 ix0 LCL0 1fA0 zgO0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11A0 1nX0 2K0 WQ0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|15e2","America/Campo_Grande|LMT AMT AMST|3C.s 40 30|012121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212|-2glwl.w HdLl.w 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 1EN0 Lz0 1C10 IL0 1HB0 Db0 1HB0 On0 1zd0 On0 1zd0 Lz0 1zd0 Rb0 1wN0 Wn0 1tB0 Rb0 1tB0 WL0 1tB0 Rb0 1zd0 On0 1HB0 FX0 1C10 Lz0 1Ip0 HX0 1zd0 On0 1HB0 IL0 1wp0 On0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 Rb0 1zd0 Lz0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 On0 1zd0 On0 1C10 Lz0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 Rb0 1wp0 On0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 On0 1zd0 On0 1C10 Lz0 1C10 Lz0 1C10 Lz0 1C10 On0 1zd0 Rb0 1wp0 On0 1C10 Lz0 1C10 On0 1zd0|77e4","America/Cancun|LMT CST EST EDT CDT|5L.4 60 50 40 50|0123232341414141414141414141414141414141412|-1UQG0 2q2o0 yLB0 1lb0 14p0 1lb0 14p0 Lz0 xB0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 Dd0|63e4","America/Caracas|CMT VET VET|4r.E 4u 40|01212|-2kV7w.k 28KM2.k 1IwOu kqo0|29e5","America/Cayenne|LMT GFT GFT|3t.k 40 30|012|-2mrwu.E 2gWou.E|58e3","America/Panama|CMT EST|5j.A 50|01|-2uduE.o|15e5","America/Chicago|CST CDT EST CWT CPT|60 50 50 50 50|01010101010101010101010101010101010102010101010103401010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-261s0 1nX0 11B0 1nX0 1wp0 TX0 WN0 1qL0 1cN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 11B0 1Hz0 14p0 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 RB0 8x30 iw0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|92e5","America/Chihuahua|LMT MST CST CDT MDT|74.k 70 60 50 60|0121212323241414141414141414141414141414141414141414141414141414141414141414141414141414141|-1UQF0 deL0 8lc0 17c0 10M0 1dd0 2zQN0 1lb0 14p0 1lb0 14q0 1lb0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0|81e4","America/Costa_Rica|SJMT CST CDT|5A.d 60 50|0121212121|-1Xd6n.L 2lu0n.L Db0 1Kp0 Db0 pRB0 15b0 1kp0 mL0|12e5","America/Creston|MST PST|70 80|010|-29DR0 43B0|53e2","America/Cuiaba|LMT AMT AMST|3I.k 40 30|0121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212|-2glwf.E HdLf.E 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 1EN0 Lz0 1C10 IL0 1HB0 Db0 1HB0 On0 1zd0 On0 1zd0 Lz0 1zd0 Rb0 1wN0 Wn0 1tB0 Rb0 1tB0 WL0 1tB0 Rb0 1zd0 On0 1HB0 FX0 4a10 HX0 1zd0 On0 1HB0 IL0 1wp0 On0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 Rb0 1zd0 Lz0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 On0 1zd0 On0 1C10 Lz0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 Rb0 1wp0 On0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 On0 1zd0 On0 1C10 Lz0 1C10 Lz0 1C10 Lz0 1C10 On0 1zd0 Rb0 1wp0 On0 1C10 Lz0 1C10 On0 1zd0|54e4","America/Danmarkshavn|LMT WGT WGST GMT|1e.E 30 20 0|01212121212121212121212121212121213|-2a5WJ.k 2z5fJ.k 19U0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 DC0|8","America/Dawson|YST YDT YWT YPT YDDT PST PDT|90 80 80 80 70 80 70|0101023040565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565|-25TN0 1in0 1o10 13V0 Ser0 8x00 iz0 LCL0 1fA0 jrA0 fNd0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|13e2","America/Dawson_Creek|PST PDT PWT PPT MST|80 70 70 70 70|0102301010101010101010101010101010101010101010101010101014|-25TO0 1in0 UGp0 8x10 iy0 3NB0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 ML0|12e3","America/Denver|MST MDT MWT MPT|70 60 60 60|01010101023010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-261r0 1nX0 11B0 1nX0 11B0 1qL0 WN0 mn0 Ord0 8x20 ix0 LCN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|26e5","America/Detroit|LMT CST EST EWT EPT EDT|5w.b 60 50 40 40 40|01234252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252|-2Cgir.N peqr.N 156L0 8x40 iv0 6fd0 11z0 Jy10 SL0 dnB0 1cL0 s10 1Vz0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|37e5","America/Edmonton|LMT MST MDT MWT MPT|7x.Q 70 60 60 60|01212121212121341212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2yd4q.8 shdq.8 1in0 17d0 hz0 2dB0 1fz0 1a10 11z0 1qN0 WL0 1qN0 11z0 IGN0 8x20 ix0 3NB0 11z0 LFB0 1cL0 3Cp0 1cL0 66N0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|10e5","America/Eirunepe|LMT ACT ACST AMT|4D.s 50 40 40|0121212121212121212121212121212131|-2glvk.w HdLk.w 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 dPB0 On0 yTd0 d5X0|31e3","America/El_Salvador|LMT CST CDT|5U.M 60 50|012121|-1XiG3.c 2Fvc3.c WL0 1qN0 WL0|11e5","America/Tijuana|LMT MST PST PDT PWT PPT|7M.4 70 80 70 70 70|012123245232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-1UQE0 4PX0 8mM0 8lc0 SN0 1cL0 pHB0 83r0 zI0 5O10 1Rz0 cOP0 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 BUp0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 U10 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|20e5","America/Fort_Nelson|PST PDT PWT PPT MST|80 70 70 70 70|01023010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010104|-25TO0 1in0 UGp0 8x10 iy0 3NB0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0|39e2","America/Fort_Wayne|CST CDT CWT CPT EST EDT|60 50 50 50 50 40|010101023010101010101010101040454545454545454545454545454545454545454545454545454545454545454545454|-261s0 1nX0 11B0 1nX0 QI10 Db0 RB0 8x30 iw0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 5Tz0 1o10 qLb0 1cL0 1cN0 1cL0 1qhd0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0","America/Fortaleza|LMT BRT BRST|2y 30 20|0121212121212121212121212121212121212121|-2glxq HdLq 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 nsp0 WL0 1tB0 5z0 2mN0 On0|34e5","America/Glace_Bay|LMT AST ADT AWT APT|3X.M 40 30 30 30|012134121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2IsI0.c CwO0.c 1in0 UGp0 8x50 iu0 iq10 11z0 Jg10 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|19e3","America/Godthab|LMT WGT WGST|3q.U 30 20|0121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2a5Ux.4 2z5dx.4 19U0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|17e3","America/Goose_Bay|NST NDT NST NDT NWT NPT AST ADT ADDT|3u.Q 2u.Q 3u 2u 2u 2u 40 30 20|010232323232323245232323232323232323232323232323232323232326767676767676767676767676767676767676767676768676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676|-25TSt.8 1in0 DXb0 2HbX.8 WL0 1qN0 WL0 1qN0 WL0 1tB0 TX0 1tB0 WL0 1qN0 WL0 1qN0 7UHu itu 1tB0 WL0 1qN0 WL0 1qN0 WL0 1qN0 WL0 1tB0 WL0 1ld0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 S10 g0u 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14n1 1lb0 14p0 1nW0 11C0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zcX Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|76e2","America/Grand_Turk|KMT EST EDT AST|57.b 50 40 40|0121212121212121212121212121212121212121212121212121212121212121212121212123|-2l1uQ.N 2HHBQ.N 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|37e2","America/Guatemala|LMT CST CDT|62.4 60 50|0121212121|-24KhV.U 2efXV.U An0 mtd0 Nz0 ifB0 17b0 zDB0 11z0|13e5","America/Guayaquil|QMT ECT|5e 50|01|-1yVSK|27e5","America/Guyana|LMT GBGT GYT GYT GYT|3Q.E 3J 3J 30 40|01234|-2dvU7.k 24JzQ.k mlc0 Bxbf|80e4","America/Halifax|LMT AST ADT AWT APT|4e.o 40 30 30 30|0121212121212121212121212121212121212121212121212134121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2IsHJ.A xzzJ.A 1db0 3I30 1in0 3HX0 IL0 1E10 ML0 1yN0 Pb0 1Bd0 Mn0 1Bd0 Rz0 1w10 Xb0 1w10 LX0 1w10 Xb0 1w10 Lz0 1C10 Jz0 1E10 OL0 1yN0 Un0 1qp0 Xb0 1qp0 11X0 1w10 Lz0 1HB0 LX0 1C10 FX0 1w10 Xb0 1qp0 Xb0 1BB0 LX0 1td0 Xb0 1qp0 Xb0 Rf0 8x50 iu0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 3Qp0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 3Qp0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 6i10 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|39e4","America/Havana|HMT CST CDT|5t.A 50 40|012121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-1Meuu.o 72zu.o ML0 sld0 An0 1Nd0 Db0 1Nd0 An0 6Ep0 An0 1Nd0 An0 JDd0 Mn0 1Ap0 On0 1fd0 11X0 1qN0 WL0 1wp0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 14n0 1ld0 14L0 1kN0 15b0 1kp0 1cL0 1cN0 1fz0 1a10 1fz0 1fB0 11z0 14p0 1nX0 11B0 1nX0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 14n0 1ld0 14n0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 1a10 1in0 1a10 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 17c0 1o00 11A0 1qM0 11A0 1o00 11A0 1o00 14o0 1lc0 14o0 1lc0 11A0 6i00 Rc0 1wo0 U00 1tA0 Rc0 1wo0 U00 1wo0 U00 1zc0 U00 1qM0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0|21e5","America/Hermosillo|LMT MST CST PST MDT|7n.Q 70 60 80 60|0121212131414141|-1UQF0 deL0 8lc0 17c0 10M0 1dd0 otX0 gmN0 P2N0 13Vd0 1lb0 14p0 1lb0 14p0 1lb0|64e4","America/Indiana/Knox|CST CDT CWT CPT EST|60 50 50 50 50|0101023010101010101010101010101010101040101010101010101010101010101010101010101010101010141010101010101010101010101010101010101010101010101010101010101010|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 3NB0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 1fz0 1cN0 1cL0 1cN0 11z0 1o10 11z0 1o10 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 3Cn0 8wp0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 z8o0 1o00 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0","America/Indiana/Marengo|CST CDT CWT CPT EST EDT|60 50 50 50 50 40|0101023010101010101010104545454545414545454545454545454545454545454545454545454545454545454545454545454|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 dyN0 11z0 6fd0 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 jrz0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1VA0 LA0 1BX0 1e6p0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0","America/Indiana/Petersburg|CST CDT CWT CPT EST EDT|60 50 50 50 50 40|01010230101010101010101010104010101010101010101010141014545454545454545454545454545454545454545454545454545454545454|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 njX0 WN0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 3Fb0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 19co0 1o00 Rd0 1zb0 Oo0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0","America/Indiana/Tell_City|CST CDT CWT CPT EST EDT|60 50 50 50 50 40|01010230101010101010101010101010454541010101010101010101010101010101010101010101010101010101010101010|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 1o10 11z0 g0p0 11z0 1o10 11z0 1qL0 WN0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 1fz0 1cN0 WL0 1qN0 1cL0 1cN0 1cL0 1cN0 caL0 1cL0 1cN0 1cL0 1qhd0 1o00 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0","America/Indiana/Vevay|CST CDT CWT CPT EST EDT|60 50 50 50 50 40|010102304545454545454545454545454545454545454545454545454545454545454545454545454|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 kPB0 Awn0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1lnd0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0","America/Indiana/Vincennes|CST CDT CWT CPT EST EDT|60 50 50 50 50 40|01010230101010101010101010101010454541014545454545454545454545454545454545454545454545454545454545454|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 1o10 11z0 g0p0 11z0 1o10 11z0 1qL0 WN0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 1fz0 1cN0 WL0 1qN0 1cL0 1cN0 1cL0 1cN0 caL0 1cL0 1cN0 1cL0 1qhd0 1o00 Rd0 1zb0 Oo0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0","America/Indiana/Winamac|CST CDT CWT CPT EST EDT|60 50 50 50 50 40|01010230101010101010101010101010101010454541054545454545454545454545454545454545454545454545454545454545454|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 1fz0 1cN0 1cL0 1cN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 jrz0 1cL0 1cN0 1cL0 1qhd0 1o00 Rd0 1za0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0","America/Inuvik|-00 PST PDDT MST MDT|0 80 60 70 60|0121343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343|-FnA0 tWU0 1fA0 wPe0 2pz0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|35e2","America/Iqaluit|-00 EWT EPT EST EDDT EDT CST CDT|0 40 40 50 30 40 60 50|01234353535353535353535353535353535353535353567353535353535353535353535353535353535353535353535353535353535353535353535353|-16K00 7nX0 iv0 LCL0 1fA0 zgO0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11C0 1nX0 11A0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|67e2","America/Jamaica|KMT EST EDT|57.b 50 40|0121212121212121212121|-2l1uQ.N 2uM1Q.N 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0|94e4","America/Juneau|PST PWT PPT PDT YDT YST AKST AKDT|80 70 70 70 80 90 90 80|01203030303030303030303030403030356767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676|-17T20 8x10 iy0 Vo10 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cM0 1cM0 1cL0 1cN0 1fz0 1a10 1fz0 co0 10q0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|33e3","America/Kentucky/Louisville|CST CDT CWT CPT EST EDT|60 50 50 50 50 40|0101010102301010101010101010101010101454545454545414545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454|-261s0 1nX0 11B0 1nX0 3Fd0 Nb0 LPd0 11z0 RB0 8x30 iw0 Bb0 10N0 2bB0 8in0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 xz0 gso0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1VA0 LA0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0","America/Kentucky/Monticello|CST CDT CWT CPT EST EDT|60 50 50 50 50 40|0101023010101010101010101010101010101010101010101010101010101010101010101454545454545454545454545454545454545454545454545454545454545454545454545454|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 SWp0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11A0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0","America/La_Paz|CMT BOST BOT|4w.A 3w.A 40|012|-1x37r.o 13b0|19e5","America/Lima|LMT PET PEST|58.A 50 40|0121212121212121|-2tyGP.o 1bDzP.o zX0 1aN0 1cL0 1cN0 1cL0 1PrB0 zX0 1O10 zX0 6Gp0 zX0 98p0 zX0|11e6","America/Los_Angeles|PST PDT PWT PPT|80 70 70 70|010102301010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-261q0 1nX0 11B0 1nX0 SgN0 8x10 iy0 5Wp0 1Vb0 3dB0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|15e6","America/Maceio|LMT BRT BRST|2m.Q 30 20|012121212121212121212121212121212121212121|-2glxB.8 HdLB.8 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 dMN0 Lz0 8Q10 WL0 1tB0 5z0 2mN0 On0|93e4","America/Managua|MMT CST EST CDT|5J.c 60 50 50|0121313121213131|-1quie.M 1yAMe.M 4mn0 9Up0 Dz0 1K10 Dz0 s3F0 1KH0 DB0 9In0 k8p0 19X0 1o30 11y0|22e5","America/Manaus|LMT AMT AMST|40.4 40 30|01212121212121212121212121212121|-2glvX.U HdKX.U 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 dPB0 On0|19e5","America/Martinique|FFMT AST ADT|44.k 40 30|0121|-2mPTT.E 2LPbT.E 19X0|39e4","America/Matamoros|LMT CST CDT|6E 60 50|0121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-1UQG0 2FjC0 1nX0 i6p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 U10 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|45e4","America/Mazatlan|LMT MST CST PST MDT|75.E 70 60 80 60|0121212131414141414141414141414141414141414141414141414141414141414141414141414141414141414141|-1UQF0 deL0 8lc0 17c0 10M0 1dd0 otX0 gmN0 P2N0 13Vd0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0|44e4","America/Menominee|CST CDT CWT CPT EST|60 50 50 50 50|01010230101041010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 1o10 11z0 LCN0 1fz0 6410 9Jb0 1cM0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|85e2","America/Merida|LMT CST EST CDT|5W.s 60 50 50|0121313131313131313131313131313131313131313131313131313131313131313131313131313131313131|-1UQG0 2q2o0 2hz0 wu30 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0|11e5","America/Metlakatla|PST PWT PPT PDT AKST AKDT|80 70 70 70 90 80|0120303030303030303030303030303030454545454545454545454545454545454545454545454|-17T20 8x10 iy0 Vo10 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1hU10 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|14e2","America/Mexico_City|LMT MST CST CDT CWT|6A.A 70 60 50 50|012121232324232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-1UQF0 deL0 8lc0 17c0 10M0 1dd0 gEn0 TX0 3xd0 Jb0 6zB0 SL0 e5d0 17b0 1Pff0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0|20e6","America/Miquelon|LMT AST PMST PMDT|3I.E 40 30 20|012323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-2mKkf.k 2LTAf.k gQ10 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|61e2","America/Moncton|EST AST ADT AWT APT|50 40 30 30 30|012121212121212121212134121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2IsH0 CwN0 1in0 zAo0 An0 1Nd0 An0 1Nd0 An0 1Nd0 An0 1Nd0 An0 1Nd0 An0 1K10 Lz0 1zB0 NX0 1u10 Wn0 S20 8x50 iu0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 3Cp0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14n1 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 ReX 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|64e3","America/Monterrey|LMT CST CDT|6F.g 60 50|0121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-1UQG0 2FjC0 1nX0 i6p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0|41e5","America/Montevideo|MMT UYT UYHST UYST UYT UYHST|3I.I 3u 30 20 30 2u|012121212121212121212121213434343434345454543453434343434343434343434343434343434343434|-20UIf.g 8jzJ.g 1cLu 1dcu 1cLu 1dcu 1cLu ircu 11zu 1o0u 11zu 1o0u 11zu 1qMu WLu 1qMu WLu 1qMu WLu 1qMu 11zu 1o0u 11zu NAu 11bu 2iMu zWu Dq10 19X0 pd0 jz0 cm10 19X0 1fB0 1on0 11d0 1oL0 1nB0 1fzu 1aou 1fzu 1aou 1fzu 3nAu Jb0 3MN0 1SLu 4jzu 2PB0 Lb0 3Dd0 1pb0 ixd0 An0 1MN0 An0 1wp0 On0 1wp0 Rb0 1zd0 On0 1wp0 Rb0 s8p0 1fB0 1ip0 11z0 1ld0 14n0 1o10 11z0 1o10 11z0 1o10 14n0 1ld0 14n0 1ld0 14n0 1o10 11z0 1o10 11z0 1o10 11z0|17e5","America/Toronto|EST EDT EWT EPT|50 40 40 40|01010101010101010101010101010101010101010101012301010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-25TR0 1in0 11Wu 1nzu 1fD0 WJ0 1wr0 Nb0 1Ap0 On0 1zd0 On0 1wp0 TX0 1tB0 TX0 1tB0 TX0 1tB0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 4kM0 8x40 iv0 1o10 11z0 1nX0 11z0 1o10 11z0 1o10 1qL0 11D0 1nX0 11B0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|65e5","America/Nassau|LMT EST EDT|59.u 50 40|012121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2kNuO.u 26XdO.u 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|24e4","America/New_York|EST EDT EWT EPT|50 40 40 40|01010101010101010101010101010101010101010101010102301010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-261t0 1nX0 11B0 1nX0 11B0 1qL0 1a10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 RB0 8x40 iv0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|21e6","America/Nipigon|EST EDT EWT EPT|50 40 40 40|010123010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-25TR0 1in0 Rnb0 3je0 8x40 iv0 19yN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|16e2","America/Nome|NST NWT NPT BST BDT YST AKST AKDT|b0 a0 a0 b0 a0 90 90 80|012034343434343434343434343434343456767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676|-17SX0 8wW0 iB0 Qlb0 52O0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 cl0 10q0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|38e2","America/Noronha|LMT FNT FNST|29.E 20 10|0121212121212121212121212121212121212121|-2glxO.k HdKO.k 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 nsp0 WL0 1tB0 2L0 2pB0 On0|30e2","America/North_Dakota/Beulah|MST MDT MWT MPT CST CDT|70 60 60 60 60 50|010102301010101010101010101010101010101010101010101010101010101010101010101010101010101010101014545454545454545454545454545454545454545454545454545454|-261r0 1nX0 11B0 1nX0 SgN0 8x20 ix0 QwN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Oo0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0","America/North_Dakota/Center|MST MDT MWT MPT CST CDT|70 60 60 60 60 50|010102301010101010101010101010101010101010101010101010101014545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454|-261r0 1nX0 11B0 1nX0 SgN0 8x20 ix0 QwN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14o0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0","America/North_Dakota/New_Salem|MST MDT MWT MPT CST CDT|70 60 60 60 60 50|010102301010101010101010101010101010101010101010101010101010101010101010101010101454545454545454545454545454545454545454545454545454545454545454545454|-261r0 1nX0 11B0 1nX0 SgN0 8x20 ix0 QwN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14o0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0","America/Ojinaga|LMT MST CST CDT MDT|6V.E 70 60 50 60|0121212323241414141414141414141414141414141414141414141414141414141414141414141414141414141|-1UQF0 deL0 8lc0 17c0 10M0 1dd0 2zQN0 1lb0 14p0 1lb0 14q0 1lb0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 U10 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|23e3","America/Pangnirtung|-00 AST AWT APT ADDT ADT EDT EST CST CDT|0 40 30 30 20 30 40 50 60 50|012314151515151515151515151515151515167676767689767676767676767676767676767676767676767676767676767676767676767676767676767|-1XiM0 PnG0 8x50 iu0 LCL0 1fA0 zgO0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1o00 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11C0 1nX0 11A0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|14e2","America/Paramaribo|LMT PMT PMT NEGT SRT SRT|3E.E 3E.Q 3E.A 3u 3u 30|012345|-2nDUj.k Wqo0.c qanX.I 1dmLN.o lzc0|24e4","America/Phoenix|MST MDT MWT|70 60 60|01010202010|-261r0 1nX0 11B0 1nX0 SgN0 4Al1 Ap0 1db0 SWqX 1cL0|42e5","America/Port-au-Prince|PPMT EST EDT|4N 50 40|01212121212121212121212121212121212121212121|-28RHb 2FnMb 19X0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14q0 1o00 11A0 1o00 11A0 1o00 14o0 1lc0 14o0 1lc0 14o0 1o00 11A0 1o00 11A0 1o00 14o0 1lc0 14o0 1lc0 i6n0 1nX0 11B0 1nX0 d430 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|23e5","America/Rio_Branco|LMT ACT ACST AMT|4v.c 50 40 40|01212121212121212121212121212131|-2glvs.M HdLs.M 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 NBd0 d5X0|31e4","America/Porto_Velho|LMT AMT AMST|4f.A 40 30|012121212121212121212121212121|-2glvI.o HdKI.o 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0|37e4","America/Puerto_Rico|AST AWT APT|40 30 30|0120|-17lU0 7XT0 iu0|24e5","America/Rainy_River|CST CDT CWT CPT|60 50 50 50|010123010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-25TQ0 1in0 Rnb0 3je0 8x30 iw0 19yN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|842","America/Rankin_Inlet|-00 CST CDDT CDT EST|0 60 40 50 50|012131313131313131313131313131313131313131313431313131313131313131313131313131313131313131313131313131313131313131313131|-vDc0 keu0 1fA0 zgO0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|26e2","America/Recife|LMT BRT BRST|2j.A 30 20|0121212121212121212121212121212121212121|-2glxE.o HdLE.o 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 nsp0 WL0 1tB0 2L0 2pB0 On0|33e5","America/Regina|LMT MST MDT MWT MPT CST|6W.A 70 60 60 60 60|012121212121212121212121341212121212121212121212121215|-2AD51.o uHe1.o 1in0 s2L0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 66N0 1cL0 1cN0 19X0 1fB0 1cL0 1fB0 1cL0 1cN0 1cL0 M30 8x20 ix0 1ip0 1cL0 1ip0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 3NB0 1cL0 1cN0|19e4","America/Resolute|-00 CST CDDT CDT EST|0 60 40 50 50|012131313131313131313131313131313131313131313431313131313431313131313131313131313131313131313131313131313131313131313131|-SnA0 GWS0 1fA0 zgO0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|229","America/Santarem|LMT AMT AMST BRT|3C.M 40 30 30|0121212121212121212121212121213|-2glwl.c HdLl.c 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 NBd0|21e4","America/Santiago|SMT CLT CLT CLST CLST|4G.K 50 40 40 30|010203131313131212421242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424|-2q2jh.e fJAh.e 5knG.K 1Vzh.e jRAG.K 1pbh.e 11d0 1oL0 11d0 1oL0 11d0 1oL0 11d0 1pb0 11d0 nHX0 op0 9Bz0 jb0 1oN0 ko0 Qeo0 WL0 1zd0 On0 1ip0 11z0 1o10 11z0 1qN0 WL0 1ld0 14n0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 WL0 1qN0 1cL0 1cN0 11z0 1o10 11z0 1qN0 WL0 1fB0 19X0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 17b0 1ip0 11z0 1ip0 1fz0 1fB0 11z0 1qN0 WL0 1qN0 WL0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 17b0 1ip0 11z0 1o10 19X0 1fB0 1nX0 G10 1EL0 Op0 1zb0 Rd0 1wn0 Rd0 46n0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Dd0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Dd0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Dd0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0|62e5","America/Santo_Domingo|SDMT EST EDT EHDT AST|4E 50 40 4u 40|01213131313131414|-1ttjk 1lJMk Mn0 6sp0 Lbu 1Cou yLu 1RAu wLu 1QMu xzu 1Q0u xXu 1PAu 13jB0 e00|29e5","America/Sao_Paulo|LMT BRT BRST|36.s 30 20|012121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212|-2glwR.w HdKR.w 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 pTd0 PX0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 1EN0 Lz0 1C10 IL0 1HB0 Db0 1HB0 On0 1zd0 On0 1zd0 Lz0 1zd0 Rb0 1wN0 Wn0 1tB0 Rb0 1tB0 WL0 1tB0 Rb0 1zd0 On0 1HB0 FX0 1C10 Lz0 1Ip0 HX0 1zd0 On0 1HB0 IL0 1wp0 On0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 Rb0 1zd0 Lz0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 On0 1zd0 On0 1C10 Lz0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 Rb0 1wp0 On0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 On0 1zd0 On0 1C10 Lz0 1C10 Lz0 1C10 Lz0 1C10 On0 1zd0 Rb0 1wp0 On0 1C10 Lz0 1C10 On0 1zd0|20e6","America/Scoresbysund|LMT CGT CGST EGST EGT|1r.Q 20 10 0 10|0121343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434|-2a5Ww.8 2z5ew.8 1a00 1cK0 1cL0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|452","America/Sitka|PST PWT PPT PDT YST AKST AKDT|80 70 70 70 90 90 80|01203030303030303030303030303030345656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565|-17T20 8x10 iy0 Vo10 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 co0 10q0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|90e2","America/St_Johns|NST NDT NST NDT NWT NPT NDDT|3u.Q 2u.Q 3u 2u 2u 2u 1u|01010101010101010101010101010101010102323232323232324523232323232323232323232323232323232323232323232323232323232323232323232323232323232326232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-28oit.8 14L0 1nB0 1in0 1gm0 Dz0 1JB0 1cL0 1cN0 1cL0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1fB0 1cL0 1cN0 1cL0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1fB0 1cL0 1fB0 19X0 1fB0 19X0 10O0 eKX.8 19X0 1iq0 WL0 1qN0 WL0 1qN0 WL0 1tB0 TX0 1tB0 WL0 1qN0 WL0 1qN0 7UHu itu 1tB0 WL0 1qN0 WL0 1qN0 WL0 1qN0 WL0 1tB0 WL0 1ld0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14n1 1lb0 14p0 1nW0 11C0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zcX Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|11e4","America/Swift_Current|LMT MST MDT MWT MPT CST|7b.k 70 60 60 60 60|012134121212121212121215|-2AD4M.E uHdM.E 1in0 UGp0 8x20 ix0 1o10 17b0 1ip0 11z0 1o10 11z0 1o10 11z0 isN0 1cL0 3Cp0 1cL0 1cN0 11z0 1qN0 WL0 pMp0|16e3","America/Tegucigalpa|LMT CST CDT|5M.Q 60 50|01212121|-1WGGb.8 2ETcb.8 WL0 1qN0 WL0 GRd0 AL0|11e5","America/Thule|LMT AST ADT|4z.8 40 30|012121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2a5To.Q 31NBo.Q 1cL0 1cN0 1cL0 1fB0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|656","America/Thunder_Bay|CST EST EWT EPT EDT|60 50 40 40 40|0123141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141|-2q5S0 1iaN0 8x40 iv0 XNB0 1cL0 1cN0 1fz0 1cN0 1cL0 3Cp0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|11e4","America/Vancouver|PST PDT PWT PPT|80 70 70 70|0102301010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-25TO0 1in0 UGp0 8x10 iy0 1o10 17b0 1ip0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|23e5","America/Whitehorse|YST YDT YWT YPT YDDT PST PDT|90 80 80 80 70 80 70|0101023040565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565|-25TN0 1in0 1o10 13V0 Ser0 8x00 iz0 LCL0 1fA0 3NA0 vrd0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|23e3","America/Winnipeg|CST CDT CWT CPT|60 50 50 50|010101023010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2aIi0 WL0 3ND0 1in0 Jap0 Rb0 aCN0 8x30 iw0 1tB0 11z0 1ip0 11z0 1o10 11z0 1o10 11z0 1rd0 10L0 1op0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 1cL0 1cN0 11z0 6i10 WL0 6i10 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1a00 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1a00 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 14o0 1lc0 14o0 1o00 11A0 1o00 11A0 1o00 14o0 1lc0 14o0 1lc0 14o0 1o00 11A0 1o00 11A0 1o00 14o0 1lc0 14o0 1lc0 14o0 1lc0 14o0 1o00 11A0 1o00 11A0 1o00 14o0 1lc0 14o0 1lc0 14o0 1o00 11A0 1o00 11A0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|66e4","America/Yakutat|YST YWT YPT YDT AKST AKDT|90 80 80 80 90 80|01203030303030303030303030303030304545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454|-17T10 8x00 iz0 Vo10 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 cn0 10q0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|642","America/Yellowknife|-00 MST MWT MPT MDDT MDT|0 70 60 60 50 60|012314151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151|-1pdA0 hix0 8x20 ix0 LCL0 1fA0 zgO0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|19e3","Antarctica/Casey|-00 AWST CAST|0 -80 -b0|012121|-2q00 1DjS0 T90 40P0 KL0|10","Antarctica/Davis|-00 DAVT DAVT|0 -70 -50|01012121|-vyo0 iXt0 alj0 1D7v0 VB0 3Wn0 KN0|70","Antarctica/DumontDUrville|-00 PMT DDUT|0 -a0 -a0|0102|-U0o0 cfq0 bFm0|80","Antarctica/Macquarie|AEST AEDT -00 MIST|-a0 -b0 0 -b0|0102010101010101010101010101010101010101010101010101010101010101010101010101010101010101013|-29E80 19X0 4SL0 1ayy0 Lvs0 1cM0 1o00 Rc0 1wo0 Rc0 1wo0 U00 1wo0 LA0 1C00 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 11A0 1qM0 WM0 1qM0 Oo0 1zc0 Oo0 1zc0 Oo0 1wo0 WM0 1tA0 WM0 1tA0 U00 1tA0 U00 1tA0 11A0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 11A0 1o00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1cM0 1a00 1io0 1cM0 1cM0 1cM0 1cM0 1cM0|1","Antarctica/Mawson|-00 MAWT MAWT|0 -60 -50|012|-CEo0 2fyk0|60","Pacific/Auckland|NZMT NZST NZST NZDT|-bu -cu -c0 -d0|01020202020202020202020202023232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323|-1GCVu Lz0 1tB0 11zu 1o0u 11zu 1o0u 11zu 1o0u 14nu 1lcu 14nu 1lcu 1lbu 11Au 1nXu 11Au 1nXu 11Au 1nXu 11Au 1nXu 11Au 1qLu WMu 1qLu 11Au 1n1bu IM0 1C00 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1qM0 14o0 1lc0 14o0 1lc0 14o0 1lc0 17c0 1io0 17c0 1io0 17c0 1io0 17c0 1lc0 14o0 1lc0 14o0 1lc0 17c0 1io0 17c0 1io0 17c0 1lc0 14o0 1lc0 14o0 1lc0 17c0 1io0 17c0 1io0 17c0 1io0 17c0 1io0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00|14e5","Antarctica/Palmer|-00 ARST ART ART ARST CLT CLST|0 30 40 30 20 40 30|0121212121234356565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656|-cao0 nD0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 jsN0 14N0 11z0 1o10 11z0 1qN0 WL0 1qN0 WL0 1qN0 1cL0 1cN0 11z0 1o10 11z0 1qN0 WL0 1fB0 19X0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 17b0 1ip0 11z0 1ip0 1fz0 1fB0 11z0 1qN0 WL0 1qN0 WL0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 17b0 1ip0 11z0 1o10 19X0 1fB0 1nX0 G10 1EL0 Op0 1zb0 Rd0 1wn0 Rd0 46n0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Dd0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Dd0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Dd0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0|40","Antarctica/Rothera|-00 ROTT|0 30|01|gOo0|130","Antarctica/Syowa|-00 SYOT|0 -30|01|-vs00|20","Antarctica/Troll|-00 UTC CEST|0 0 -20|01212121212121212121212121212121212121212121212121212121212121212121|1puo0 hd0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|40","Antarctica/Vostok|-00 VOST|0 -60|01|-tjA0|25","Europe/Oslo|CET CEST|-10 -20|010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2awM0 Qm0 W6o0 5pf0 WM0 1fA0 1cM0 1cM0 1cM0 1cM0 wJc0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1qM0 WM0 zpc0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|62e4","Asia/Riyadh|LMT AST|-36.Q -30|01|-TvD6.Q|57e5","Asia/Almaty|LMT +05 +06 +07|-57.M -50 -60 -70|012323232323232323232321232323232323232323232323232|-1Pc57.M eUo7.M 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0|15e5","Asia/Amman|LMT EET EEST|-2n.I -20 -30|0121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-1yW2n.I 1HiMn.I KL0 1oN0 11b0 1oN0 11b0 1pd0 1dz0 1cp0 11b0 1op0 11b0 fO10 1db0 1e10 1cL0 1cN0 1cL0 1cN0 1fz0 1pd0 10n0 1ld0 14n0 1hB0 15b0 1ip0 19X0 1cN0 1cL0 1cN0 17b0 1ld0 14o0 1lc0 17c0 1io0 17c0 1io0 17c0 1So0 y00 1fc0 1dc0 1co0 1dc0 1cM0 1cM0 1cM0 1o00 11A0 1lc0 17c0 1cM0 1cM0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 4bX0 Dd0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0|25e5","Asia/Anadyr|LMT ANAT ANAT ANAST ANAST ANAST ANAT|-bN.U -c0 -d0 -e0 -d0 -c0 -b0|01232414141414141414141561414141414141414141414141414141414141561|-1PcbN.U eUnN.U 23CL0 1db0 1cN0 1dc0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cN0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qN0 WM0|13e3","Asia/Aqtau|LMT +04 +05 +06|-3l.4 -40 -50 -60|012323232323232323232123232312121212121212121212|-1Pc3l.4 eUnl.4 24PX0 2pX0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cN0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0|15e4","Asia/Aqtobe|LMT +04 +05 +06|-3M.E -40 -50 -60|0123232323232323232321232323232323232323232323232|-1Pc3M.E eUnM.E 23CL0 3Db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0|27e4","Asia/Ashgabat|LMT ASHT ASHT ASHST ASHST TMT TMT|-3R.w -40 -50 -60 -50 -40 -50|012323232323232323232324156|-1Pc3R.w eUnR.w 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cN0 ba0 xC0|41e4","Asia/Baghdad|BMT AST ADT|-2V.A -30 -40|012121212121212121212121212121212121212121212121212121|-26BeV.A 2ACnV.A 11b0 1cp0 1dz0 1dd0 1db0 1cN0 1cp0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1de0 1dc0 1dc0 1dc0 1cM0 1dc0 1cM0 1dc0 1cM0 1dc0 1dc0 1dc0 1cM0 1dc0 1cM0 1dc0 1cM0 1dc0 1dc0 1dc0 1cM0 1dc0 1cM0 1dc0 1cM0 1dc0 1dc0 1dc0 1cM0 1dc0 1cM0 1dc0 1cM0 1dc0|66e5","Asia/Qatar|LMT GST AST|-3q.8 -40 -30|012|-21Jfq.8 27BXq.8|96e4","Asia/Baku|LMT BAKT BAKT BAKST BAKST AZST AZT AZT AZST|-3j.o -30 -40 -50 -40 -40 -30 -40 -50|01232323232323232323232456578787878787878787878787878787878787878787|-1Pc3j.o 1jUoj.o WCL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 10K0 c30 1cM0 1cM0 8wq0 1o00 11z0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00|27e5","Asia/Bangkok|BMT ICT|-6G.4 -70|01|-218SG.4|15e6","Asia/Barnaul|LMT +06 +07 +08|-5z -60 -70 -80|0123232323232323232323212323232321212121212121212121212121212121212|-21S5z pCnz 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 p90 LE0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 3rd0","Asia/Beirut|EET EEST|-20 -30|010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-21aq0 1on0 1410 1db0 19B0 1in0 1ip0 WL0 1lQp0 11b0 1oN0 11b0 1oN0 11b0 1pd0 11b0 1oN0 11b0 q6N0 En0 1oN0 11b0 1oN0 11b0 1oN0 11b0 1pd0 11b0 1oN0 11b0 1op0 11b0 dA10 17b0 1iN0 17b0 1iN0 17b0 1iN0 17b0 1vB0 SL0 1mp0 13z0 1iN0 17b0 1iN0 17b0 1jd0 12n0 1a10 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0|22e5","Asia/Bishkek|LMT FRUT FRUT FRUST FRUST KGT KGST KGT|-4W.o -50 -60 -70 -60 -50 -60 -60|01232323232323232323232456565656565656565656565656567|-1Pc4W.o eUnW.o 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 11c0 1tX0 17b0 1ip0 17b0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1cPu 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 T8u|87e4","Asia/Brunei|LMT BNT BNT|-7D.E -7u -80|012|-1KITD.E gDc9.E|42e4","Asia/Kolkata|HMT BURT IST IST|-5R.k -6u -5u -6u|01232|-18LFR.k 1unn.k HB0 7zX0|15e6","Asia/Chita|LMT YAKT YAKT YAKST YAKST YAKT IRKT|-7x.Q -80 -90 -a0 -90 -a0 -80|0123232323232323232323241232323232323232323232323232323232323232562|-21Q7x.Q pAnx.Q 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cN0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 3re0|33e4","Asia/Choibalsan|LMT ULAT ULAT CHOST CHOT CHOT CHOST|-7C -70 -80 -a0 -90 -80 -90|0123434343434343434343434343434343434343434343456565656565656565656565656565656565656565656565|-2APHC 2UkoC cKn0 1da0 1dd0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 1cL0 1cN0 1cL0 1cN0 1cL0 6hD0 11z0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 3Db0 h1f0 1cJ0 1cP0 1cJ0 1cP0 1fx0 1cP0 1cJ0 1cP0 1cJ0 1cP0 1cJ0 1cP0 1cJ0 1cP0 1cJ0 1cP0 1fx0 1cP0 1cJ0 1cP0 1cJ0 1cP0 1cJ0 1cP0 1cJ0 1cP0 1fx0 1cP0 1cJ0 1cP0 1cJ0 1cP0 1cJ0 1cP0 1cJ0 1cP0 1cJ0 1cP0 1fx0 1cP0 1cJ0 1cP0 1cJ0 1cP0 1cJ0|38e3","Asia/Shanghai|CST CDT|-80 -90|01010101010101010|-1c1I0 LX0 16p0 1jz0 1Myp0 Rb0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0|23e6","Asia/Colombo|MMT IST IHST IST LKT LKT|-5j.w -5u -60 -6u -6u -60|01231451|-2zOtj.w 1rFbN.w 1zzu 7Apu 23dz0 11zu n3cu|22e5","Asia/Dhaka|HMT BURT IST DACT BDT BDST|-5R.k -6u -5u -60 -60 -70|01213454|-18LFR.k 1unn.k HB0 m6n0 LqMu 1x6n0 1i00|16e6","Asia/Damascus|LMT EET EEST|-2p.c -20 -30|01212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-21Jep.c Hep.c 17b0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1xRB0 11X0 1oN0 10L0 1pB0 11b0 1oN0 10L0 1mp0 13X0 1oN0 11b0 1pd0 11b0 1oN0 11b0 1oN0 11b0 1oN0 11b0 1pd0 11b0 1oN0 11b0 1oN0 11b0 1oN0 11b0 1pd0 11b0 1oN0 Nb0 1AN0 Nb0 bcp0 19X0 1gp0 19X0 3ld0 1xX0 Vd0 1Bz0 Sp0 1vX0 10p0 1dz0 1cN0 1cL0 1db0 1db0 1g10 1an0 1ap0 1db0 1fd0 1db0 1cN0 1db0 1dd0 1db0 1cp0 1dz0 1c10 1dX0 1cN0 1db0 1dd0 1db0 1cN0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1db0 1cN0 1db0 1cN0 19z0 1fB0 1qL0 11B0 1on0 Wp0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0|26e5","Asia/Dili|LMT TLT JST TLT WITA|-8m.k -80 -90 -90 -80|012343|-2le8m.k 1dnXm.k 8HA0 1ew00 Xld0|19e4","Asia/Dubai|LMT GST|-3F.c -40|01|-21JfF.c|39e5","Asia/Dushanbe|LMT DUST DUST DUSST DUSST TJT|-4z.c -50 -60 -70 -60 -50|0123232323232323232323245|-1Pc4z.c eUnz.c 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 14N0|76e4","Asia/Gaza|EET EET EEST IST IDT|-20 -30 -30 -20 -30|010101010102020202020202020202023434343434343434343434343430202020202020202020202020202020202020202020202020202020202020202020202020202020202020|-1c2q0 5Rb0 10r0 1px0 10N0 1pz0 16p0 1jB0 16p0 1jx0 pBd0 Vz0 1oN0 11b0 1oO0 10N0 1pz0 10N0 1pb0 10N0 1pb0 10N0 1pb0 10N0 1pz0 10N0 1pb0 10N0 1pb0 11d0 1oL0 dW0 hfB0 Db0 1fB0 Rb0 npB0 11z0 1C10 IL0 1s10 10n0 1o10 WL0 1zd0 On0 1ld0 11z0 1o10 14n0 1o10 14n0 1nd0 12n0 1nd0 Xz0 1q10 12n0 M10 C00 17c0 1io0 17c0 1io0 17c0 1o00 1cL0 1fB0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 17c0 1io0 18N0 1bz0 19z0 1gp0 1610 1iL0 11z0 1o10 14o0 1lA1 SKX 1xd1 MKX 1AN0 1a00 1fA0 1cL0 1cN0 1nX0 1210 1nz0 1220 1ny0 1220 1qm0 1220 1ny0 1220 1ny0 1220 1ny0 1220 1ny0 1220 1ny0 1220 1qm0 1220 1ny0 1220 1ny0 1220 1ny0 1220 1ny0 1220 1qm0 1220 1ny0 1220 1ny0 1220 1ny0 1220 1ny0 1220 1ny0 1220 1qm0 1220 1ny0 1220 1ny0 1220 1ny0|18e5","Asia/Hebron|EET EET EEST IST IDT|-20 -30 -30 -20 -30|01010101010202020202020202020202343434343434343434343434343020202020202020202020202020202020202020202020202020202020202020202020202020202020202020|-1c2q0 5Rb0 10r0 1px0 10N0 1pz0 16p0 1jB0 16p0 1jx0 pBd0 Vz0 1oN0 11b0 1oO0 10N0 1pz0 10N0 1pb0 10N0 1pb0 10N0 1pb0 10N0 1pz0 10N0 1pb0 10N0 1pb0 11d0 1oL0 dW0 hfB0 Db0 1fB0 Rb0 npB0 11z0 1C10 IL0 1s10 10n0 1o10 WL0 1zd0 On0 1ld0 11z0 1o10 14n0 1o10 14n0 1nd0 12n0 1nd0 Xz0 1q10 12n0 M10 C00 17c0 1io0 17c0 1io0 17c0 1o00 1cL0 1fB0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 17c0 1io0 18N0 1bz0 19z0 1gp0 1610 1iL0 12L0 1mN0 14o0 1lc0 Tb0 1xd1 MKX bB0 cn0 1cN0 1a00 1fA0 1cL0 1cN0 1nX0 1210 1nz0 1220 1ny0 1220 1qm0 1220 1ny0 1220 1ny0 1220 1ny0 1220 1ny0 1220 1ny0 1220 1qm0 1220 1ny0 1220 1ny0 1220 1ny0 1220 1ny0 1220 1qm0 1220 1ny0 1220 1ny0 1220 1ny0 1220 1ny0 1220 1ny0 1220 1qm0 1220 1ny0 1220 1ny0 1220 1ny0|25e4","Asia/Ho_Chi_Minh|LMT PLMT ICT IDT JST|-76.E -76.u -70 -80 -90|0123423232|-2yC76.E bK00.a 1h7b6.u 5lz0 18o0 3Oq0 k5b0 aW00 BAM0|90e5","Asia/Hong_Kong|LMT HKT HKST JST|-7A.G -80 -90 -90|0121312121212121212121212121212121212121212121212121212121212121212121|-2CFHA.G 1sEP6.G 1cL0 ylu 93X0 1qQu 1tX0 Rd0 1In0 NB0 1cL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1kL0 14N0 1nX0 U10 1tz0 U10 1wn0 Rd0 1wn0 U10 1tz0 U10 1tz0 U10 1tz0 U10 1wn0 Rd0 1wn0 Rd0 1wn0 U10 1tz0 U10 1tz0 17d0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 s10 1Vz0 1cN0 1cL0 1cN0 1cL0 6fd0 14n0|73e5","Asia/Hovd|LMT HOVT HOVT HOVST|-66.A -60 -70 -80|012323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-2APG6.A 2Uko6.A cKn0 1db0 1dd0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 1cL0 1cN0 1cL0 1cN0 1cL0 6hD0 11z0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 kEp0 1cJ0 1cP0 1cJ0 1cP0 1fx0 1cP0 1cJ0 1cP0 1cJ0 1cP0 1cJ0 1cP0 1cJ0 1cP0 1cJ0 1cP0 1fx0 1cP0 1cJ0 1cP0 1cJ0 1cP0 1cJ0 1cP0 1cJ0 1cP0 1fx0 1cP0 1cJ0 1cP0 1cJ0 1cP0 1cJ0 1cP0 1cJ0 1cP0 1cJ0 1cP0 1fx0 1cP0 1cJ0 1cP0 1cJ0 1cP0 1cJ0|81e3","Asia/Irkutsk|IMT IRKT IRKT IRKST IRKST IRKT|-6V.5 -70 -80 -90 -80 -90|012323232323232323232324123232323232323232323232323232323232323252|-21zGV.5 pjXV.5 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cN0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|60e4","Europe/Istanbul|IMT EET EEST TRST TRT|-1U.U -20 -30 -40 -30|012121212121212121212121212121212121212121212121212121234343434342121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2ogNU.U dzzU.U 11b0 8tB0 1on0 1410 1db0 19B0 1in0 3Rd0 Un0 1oN0 11b0 zSp0 CL0 mN0 1Vz0 1gN0 1pz0 5Rd0 1fz0 1yp0 ML0 1kp0 17b0 1ip0 17b0 1fB0 19X0 1jB0 18L0 1ip0 17z0 qdd0 xX0 3S10 Tz0 dA10 11z0 1o10 11z0 1qN0 11z0 1ze0 11B0 WM0 1qO0 WI0 1nX0 1rB0 10L0 11B0 1in0 17d0 1in0 2pX0 19E0 1fU0 16Q0 1iI0 16Q0 1iI0 1Vd0 pb0 3Kp0 14o0 1df0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cL0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WO0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 Xc0 1qo0 WM0 1qM0 11A0 1o00 1200 1nA0 11A0 1tA0 U00 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|13e6","Asia/Jakarta|BMT JAVT WIB JST WIB WIB|-77.c -7k -7u -90 -80 -70|01232425|-1Q0Tk luM0 mPzO 8vWu 6kpu 4PXu xhcu|31e6","Asia/Jayapura|LMT WIT ACST|-9m.M -90 -9u|0121|-1uu9m.M sMMm.M L4nu|26e4","Asia/Jerusalem|JMT IST IDT IDDT|-2k.E -20 -30 -40|01212121212132121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-26Bek.E SyMk.E 5Rb0 10r0 1px0 10N0 1pz0 16p0 1jB0 16p0 1jx0 3LB0 Em0 or0 1cn0 1dB0 16n0 10O0 1ja0 1tC0 14o0 1cM0 1a00 11A0 1Na0 An0 1MP0 AJ0 1Kp0 LC0 1oo0 Wl0 EQN0 Db0 1fB0 Rb0 npB0 11z0 1C10 IL0 1s10 10n0 1o10 WL0 1zd0 On0 1ld0 11z0 1o10 14n0 1o10 14n0 1nd0 12n0 1nd0 Xz0 1q10 12n0 1hB0 1dX0 1ep0 1aL0 1eN0 17X0 1nf0 11z0 1tB0 19W0 1e10 17b0 1ep0 1gL0 18N0 1fz0 1eN0 17b0 1gq0 1gn0 19d0 1dz0 1c10 17X0 1hB0 1gn0 19d0 1dz0 1c10 17X0 1kp0 1dz0 1c10 1aL0 1eN0 1oL0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0|81e4","Asia/Kabul|AFT AFT|-40 -4u|01|-10Qs0|46e5","Asia/Kamchatka|LMT PETT PETT PETST PETST|-ay.A -b0 -c0 -d0 -c0|01232323232323232323232412323232323232323232323232323232323232412|-1SLKy.A ivXy.A 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cN0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qN0 WM0|18e4","Asia/Karachi|LMT IST IST KART PKT PKST|-4s.c -5u -6u -50 -50 -60|012134545454|-2xoss.c 1qOKW.c 7zX0 eup0 LqMu 1fy00 1cL0 dK10 11b0 1610 1jX0|24e6","Asia/Urumqi|LMT XJT|-5O.k -60|01|-1GgtO.k|32e5","Asia/Kathmandu|LMT IST NPT|-5F.g -5u -5J|012|-21JhF.g 2EGMb.g|12e5","Asia/Khandyga|LMT YAKT YAKT YAKST YAKST VLAT VLAST VLAT YAKT|-92.d -80 -90 -a0 -90 -a0 -b0 -b0 -a0|01232323232323232323232412323232323232323232323232565656565656565782|-21Q92.d pAp2.d 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cN0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 qK0 yN0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 17V0 7zD0|66e2","Asia/Krasnoyarsk|LMT KRAT KRAT KRAST KRAST KRAT|-6b.q -60 -70 -80 -70 -80|012323232323232323232324123232323232323232323232323232323232323252|-21Hib.q prAb.q 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cN0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|10e5","Asia/Kuala_Lumpur|SMT MALT MALST MALT MALT JST MYT|-6T.p -70 -7k -7k -7u -90 -80|01234546|-2Bg6T.p 17anT.p 7hXE dM00 17bO 8Fyu 1so1u|71e5","Asia/Kuching|LMT BORT BORT BORTST JST MYT|-7l.k -7u -80 -8k -90 -80|01232323232323232425|-1KITl.k gDbP.k 6ynu AnE 1O0k AnE 1NAk AnE 1NAk AnE 1NAk AnE 1O0k AnE 1NAk AnE pAk 8Fz0 1so10|13e4","Asia/Macau|LMT MOT MOST CST|-7y.k -80 -90 -80|0121212121212121212121212121212121212121213|-2le7y.k 1XO34.k 1wn0 Rd0 1wn0 R9u 1wqu U10 1tz0 TVu 1tz0 17gu 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cJu 1cL0 1cN0 1fz0 1cN0 1cOu 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cJu 1cL0 1cN0 1fz0 1cN0 1cL0 KEp0|57e4","Asia/Magadan|LMT MAGT MAGT MAGST MAGST MAGT|-a3.c -a0 -b0 -c0 -b0 -c0|0123232323232323232323241232323232323232323232323232323232323232512|-1Pca3.c eUo3.c 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cN0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 3Cq0|95e3","Asia/Makassar|LMT MMT WITA JST|-7V.A -7V.A -80 -90|01232|-21JjV.A vfc0 myLV.A 8ML0|15e5","Asia/Manila|PHT PHST JST|-80 -90 -90|010201010|-1kJI0 AL0 cK10 65X0 mXB0 vX0 VK10 1db0|24e6","Asia/Nicosia|LMT EET EEST|-2d.s -20 -30|01212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-1Vc2d.s 2a3cd.s 1cL0 1qp0 Xz0 19B0 19X0 1fB0 1db0 1cp0 1cL0 1fB0 19X0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 1cL0 1cN0 1cL0 1cN0 1o30 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|32e4","Asia/Novokuznetsk|LMT +06 +07 +08|-5M.M -60 -70 -80|012323232323232323232321232323232323232323232323232323232323212|-1PctM.M eULM.M 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 2sp0 WM0|55e4","Asia/Novosibirsk|LMT +06 +07 +08|-5v.E -60 -70 -80|0123232323232323232323212323212121212121212121212121212121212121212|-21Qnv.E pAFv.E 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 ml0 Os0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 4eN0|15e5","Asia/Omsk|LMT OMST OMST OMSST OMSST OMST|-4R.u -50 -60 -70 -60 -70|012323232323232323232324123232323232323232323232323232323232323252|-224sR.u pMLR.u 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cN0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|12e5","Asia/Oral|LMT +04 +05 +06|-3p.o -40 -50 -60|01232323232323232121212121212121212121212121212|-1Pc3p.o eUnp.o 23CL0 3Db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 2pB0 1cM0 1fA0 1cM0 1cM0 IM0 1EM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0|27e4","Asia/Pontianak|LMT PMT WIB JST WIB WITA WIB|-7h.k -7h.k -7u -90 -80 -80 -70|012324256|-2ua7h.k XE00 munL.k 8Rau 6kpu 4PXu xhcu Wqnu|23e4","Asia/Pyongyang|LMT KST JCST JST KST|-8n -8u -90 -90 -90|012341|-2um8n 97XR 12FXu jdA0 2Onc0|29e5","Asia/Qyzylorda|LMT +04 +05 +06|-4l.Q -40 -50 -60|0123232323232323232323232323232323232323232323|-1Pc4l.Q eUol.Q 23CL0 3Db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 3ao0 1EM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0|73e4","Asia/Rangoon|RMT BURT JST MMT|-6o.E -6u -90 -6u|0123|-21Jio.E SmnS.E 7j9u|48e5","Asia/Sakhalin|LMT JCST JST SAKT SAKST SAKST SAKT|-9u.M -90 -90 -b0 -c0 -b0 -a0|01234343434343434343434356343434343435656565656565656565656565656363|-2AGVu.M 1iaMu.M je00 1qFa0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cN0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o10 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 3rd0|58e4","Asia/Samarkand|LMT SAMT SAMT SAMST TAST UZST UZT|-4r.R -40 -50 -60 -60 -60 -50|01234323232323232323232356|-1Pc4r.R eUor.R 23CL0 1db0 1cM0 1dc0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 11x0 bf0|36e4","Asia/Seoul|LMT KST JCST JST KST KDT KDT|-8r.Q -8u -90 -90 -90 -9u -a0|01234151515151515146464|-2um8r.Q 97XV.Q 12FXu jjA0 kKo0 2I0u OL0 1FB0 Rb0 1qN0 TX0 1tB0 TX0 1tB0 TX0 1tB0 TX0 2ap0 12FBu 11A0 1o00 11A0|23e6","Asia/Singapore|SMT MALT MALST MALT MALT JST SGT SGT|-6T.p -70 -7k -7k -7u -90 -7u -80|012345467|-2Bg6T.p 17anT.p 7hXE dM00 17bO 8Fyu Mspu DTA0|56e5","Asia/Srednekolymsk|LMT MAGT MAGT MAGST MAGST MAGT SRET|-ae.Q -a0 -b0 -c0 -b0 -c0 -b0|012323232323232323232324123232323232323232323232323232323232323256|-1Pcae.Q eUoe.Q 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cN0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|35e2","Asia/Taipei|JWST JST CST CDT|-80 -90 -80 -90|01232323232323232323232323232323232323232|-1iw80 joM0 1yo0 Tz0 1ip0 1jX0 1cN0 11b0 1oN0 11b0 1oN0 11b0 1oN0 11b0 10N0 1BX0 10p0 1pz0 10p0 1pz0 10p0 1db0 1dd0 1db0 1cN0 1db0 1cN0 1db0 1cN0 1db0 1BB0 ML0 1Bd0 ML0 uq10 1db0 1cN0 1db0 97B0 AL0|74e5","Asia/Tashkent|LMT TAST TAST TASST TASST UZST UZT|-4B.b -50 -60 -70 -60 -60 -50|01232323232323232323232456|-1Pc4B.b eUnB.b 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 11y0 bf0|23e5","Asia/Tbilisi|TBMT TBIT TBIT TBIST TBIST GEST GET GET GEST|-2X.b -30 -40 -50 -40 -40 -30 -40 -50|0123232323232323232323245656565787878787878787878567|-1Pc2X.b 1jUnX.b WCL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 3y0 19f0 1cK0 1cL0 1cN0 1cL0 1cN0 1cL0 1cM0 1cL0 1fB0 3Nz0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 An0 Os0 WM0|11e5","Asia/Tehran|LMT TMT IRST IRST IRDT IRDT|-3p.I -3p.I -3u -40 -50 -4u|01234325252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252|-2btDp.I 1d3c0 1huLT.I TXu 1pz0 sN0 vAu 1cL0 1dB0 1en0 pNB0 UL0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cN0 1dz0 64p0 1dz0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0|14e6","Asia/Thimphu|LMT IST BTT|-5W.A -5u -60|012|-Su5W.A 1BGMs.A|79e3","Asia/Tokyo|JCST JST JDT|-90 -90 -a0|0121212121|-1iw90 pKq0 QL0 1lB0 13X0 1zB0 NX0 1zB0 NX0|38e6","Asia/Tomsk|LMT +06 +07 +08|-5D.P -60 -70 -80|0123232323232323232323212323232323232323232323212121212121212121212|-21NhD.P pxzD.P 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 co0 1bB0 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 3Qp0|10e5","Asia/Ulaanbaatar|LMT ULAT ULAT ULAST|-77.w -70 -80 -90|012323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-2APH7.w 2Uko7.w cKn0 1db0 1dd0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 1cL0 1cN0 1cL0 1cN0 1cL0 6hD0 11z0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 kEp0 1cJ0 1cP0 1cJ0 1cP0 1fx0 1cP0 1cJ0 1cP0 1cJ0 1cP0 1cJ0 1cP0 1cJ0 1cP0 1cJ0 1cP0 1fx0 1cP0 1cJ0 1cP0 1cJ0 1cP0 1cJ0 1cP0 1cJ0 1cP0 1fx0 1cP0 1cJ0 1cP0 1cJ0 1cP0 1cJ0 1cP0 1cJ0 1cP0 1cJ0 1cP0 1fx0 1cP0 1cJ0 1cP0 1cJ0 1cP0 1cJ0|12e5","Asia/Ust-Nera|LMT YAKT YAKT MAGST MAGT MAGST MAGT MAGT VLAT VLAT|-9w.S -80 -90 -c0 -b0 -b0 -a0 -c0 -b0 -a0|0123434343434343434343456434343434343434343434343434343434343434789|-21Q9w.S pApw.S 23CL0 1d90 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cN0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 17V0 7zD0|65e2","Asia/Vladivostok|LMT VLAT VLAT VLAST VLAST VLAT|-8L.v -90 -a0 -b0 -a0 -b0|012323232323232323232324123232323232323232323232323232323232323252|-1SJIL.v itXL.v 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cN0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|60e4","Asia/Yakutsk|LMT YAKT YAKT YAKST YAKST YAKT|-8C.W -80 -90 -a0 -90 -a0|012323232323232323232324123232323232323232323232323232323232323252|-21Q8C.W pAoC.W 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cN0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|28e4","Asia/Yekaterinburg|LMT PMT SVET SVET SVEST SVEST YEKT YEKST YEKT|-42.x -3J.5 -40 -50 -60 -50 -50 -60 -60|0123434343434343434343435267676767676767676767676767676767676767686|-2ag42.x 7mQh.s qBvJ.5 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cN0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|14e5","Asia/Yerevan|LMT YERT YERT YERST YERST AMST AMT AMT AMST|-2W -30 -40 -50 -40 -40 -30 -40 -50|0123232323232323232323245656565657878787878787878787878787878787|-1Pc2W 1jUnW WCL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1am0 2r0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 3Fb0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0|13e5","Atlantic/Azores|HMT AZOT AZOST AZOMT AZOT AZOST WET|1S.w 20 10 0 10 0 0|01212121212121212121212121212121212121212121232123212321232121212121212121212121212121212121212121454545454545454545454545454545456545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454|-2ldW5.s aPX5.s Sp0 LX0 1vc0 Tc0 1uM0 SM0 1vc0 Tc0 1vc0 SM0 1vc0 6600 1co0 3E00 17c0 1fA0 1a00 1io0 1a00 1io0 17c0 3I00 17c0 1cM0 1cM0 3Fc0 1cM0 1a00 1fA0 1io0 17c0 1cM0 1cM0 1a00 1fA0 1io0 1qM0 Dc0 1tA0 1cM0 1dc0 1400 gL0 IM0 s10 U00 dX0 Rc0 pd0 Rc0 gL0 Oo0 pd0 Rc0 gL0 Oo0 pd0 14o0 1cM0 1cP0 1cM0 1cM0 1cM0 1cM0 1cM0 3Co0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 qIl0 1cM0 1fA0 1cM0 1cM0 1cN0 1cL0 1cN0 1cM0 1cM0 1cM0 1cM0 1cN0 1cL0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cL0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|25e4","Atlantic/Bermuda|LMT AST ADT|4j.i 40 30|0121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-1BnRE.G 1LTbE.G 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|65e3","Atlantic/Canary|LMT CANT WET WEST|11.A 10 0 -10|01232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-1UtaW.o XPAW.o 1lAK0 1a10 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|54e4","Atlantic/Cape_Verde|LMT CVT CVST CVT|1y.4 20 10 10|01213|-2xomp.U 1qOMp.U 7zX0 1djf0|50e4","Atlantic/Faroe|LMT WET WEST|r.4 0 -10|01212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2uSnw.U 2Wgow.U 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|49e3","Atlantic/Madeira|FMT MADT MADST MADMT WET WEST|17.A 10 0 -10 0 -10|01212121212121212121212121212121212121212121232123212321232121212121212121212121212121212121212121454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454|-2ldWQ.o aPWQ.o Sp0 LX0 1vc0 Tc0 1uM0 SM0 1vc0 Tc0 1vc0 SM0 1vc0 6600 1co0 3E00 17c0 1fA0 1a00 1io0 1a00 1io0 17c0 3I00 17c0 1cM0 1cM0 3Fc0 1cM0 1a00 1fA0 1io0 17c0 1cM0 1cM0 1a00 1fA0 1io0 1qM0 Dc0 1tA0 1cM0 1dc0 1400 gL0 IM0 s10 U00 dX0 Rc0 pd0 Rc0 gL0 Oo0 pd0 Rc0 gL0 Oo0 pd0 14o0 1cM0 1cP0 1cM0 1cM0 1cM0 1cM0 1cM0 3Co0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 qIl0 1cM0 1fA0 1cM0 1cM0 1cN0 1cL0 1cN0 1cM0 1cM0 1cM0 1cM0 1cN0 1cL0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|27e4","Atlantic/Reykjavik|LMT IST ISST GMT|1s 10 0 0|012121212121212121212121212121212121212121212121212121212121212121213|-2uWmw mfaw 1Bd0 ML0 1LB0 Cn0 1LB0 3fX0 C10 HrX0 1cO0 LB0 1EL0 LA0 1C00 Oo0 1wo0 Rc0 1wo0 Rc0 1wo0 Rc0 1zc0 Oo0 1zc0 14o0 1lc0 14o0 1lc0 14o0 1o00 11A0 1lc0 14o0 1o00 14o0 1lc0 14o0 1lc0 14o0 1lc0 14o0 1lc0 14o0 1o00 14o0 1lc0 14o0 1lc0 14o0 1lc0 14o0 1lc0 14o0 1lc0 14o0 1o00 14o0 1lc0 14o0 1lc0 14o0 1lc0 14o0 1lc0 14o0 1o00 14o0|12e4","Atlantic/South_Georgia|GST|20|0||30","Atlantic/Stanley|SMT FKT FKST FKT FKST|3P.o 40 30 30 20|0121212121212134343212121212121212121212121212121212121212121212121212|-2kJw8.A 12bA8.A 19X0 1fB0 19X0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1fB0 Cn0 1Cc10 WL0 1qL0 U10 1tz0 U10 1qM0 WN0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1tz0 U10 1tz0 WN0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1tz0 WN0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qN0 U10 1wn0 Rd0 1wn0 U10 1tz0 U10 1tz0 U10 1tz0 U10 1tz0 U10 1wn0 U10 1tz0 U10 1tz0 U10|21e2","Australia/Sydney|AEST AEDT|-a0 -b0|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101|-293lX xcX 10jd0 yL0 1cN0 1cL0 1fB0 19X0 17c10 LA0 1C00 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 14o0 1o00 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 U00 1qM0 WM0 1tA0 WM0 1tA0 U00 1tA0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 11A0 1o00 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 11A0 1o00 WM0 1qM0 14o0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0|40e5","Australia/Adelaide|ACST ACDT|-9u -au|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101|-293lt xcX 10jd0 yL0 1cN0 1cL0 1fB0 19X0 17c10 LA0 1C00 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 U00 1qM0 WM0 1tA0 WM0 1tA0 U00 1tA0 U00 1tA0 Oo0 1zc0 WM0 1qM0 Rc0 1zc0 U00 1tA0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 11A0 1o00 WM0 1qM0 14o0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0|11e5","Australia/Brisbane|AEST AEDT|-a0 -b0|01010101010101010|-293lX xcX 10jd0 yL0 1cN0 1cL0 1fB0 19X0 17c10 LA0 H1A0 Oo0 1zc0 Oo0 1zc0 Oo0|20e5","Australia/Broken_Hill|ACST ACDT|-9u -au|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101|-293lt xcX 10jd0 yL0 1cN0 1cL0 1fB0 19X0 17c10 LA0 1C00 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 14o0 1o00 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 U00 1qM0 WM0 1tA0 WM0 1tA0 U00 1tA0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 11A0 1o00 WM0 1qM0 14o0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0|18e3","Australia/Currie|AEST AEDT|-a0 -b0|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101|-29E80 19X0 10jd0 yL0 1cN0 1cL0 1fB0 19X0 17c10 LA0 1C00 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 11A0 1qM0 WM0 1qM0 Oo0 1zc0 Oo0 1zc0 Oo0 1wo0 WM0 1tA0 WM0 1tA0 U00 1tA0 U00 1tA0 11A0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 11A0 1o00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1cM0 1a00 1io0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0|746","Australia/Darwin|ACST ACDT|-9u -au|010101010|-293lt xcX 10jd0 yL0 1cN0 1cL0 1fB0 19X0|12e4","Australia/Eucla|ACWST ACWDT|-8J -9J|0101010101010101010|-293kI xcX 10jd0 yL0 1cN0 1cL0 1gSp0 Oo0 l5A0 Oo0 iJA0 G00 zU00 IM0 1qM0 11A0 1o00 11A0|368","Australia/Hobart|AEST AEDT|-a0 -b0|010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101|-29E80 19X0 10jd0 yL0 1cN0 1cL0 1fB0 19X0 VfB0 1cM0 1o00 Rc0 1wo0 Rc0 1wo0 U00 1wo0 LA0 1C00 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 11A0 1qM0 WM0 1qM0 Oo0 1zc0 Oo0 1zc0 Oo0 1wo0 WM0 1tA0 WM0 1tA0 U00 1tA0 U00 1tA0 11A0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 11A0 1o00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1cM0 1a00 1io0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0|21e4","Australia/Lord_Howe|AEST LHST LHDT LHDT|-a0 -au -bu -b0|0121212121313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313|raC0 1zdu Rb0 1zd0 On0 1zd0 On0 1zd0 On0 1zd0 TXu 1qMu WLu 1tAu WLu 1tAu TXu 1tAu Onu 1zcu Onu 1zcu Onu 1zcu Rbu 1zcu Onu 1zcu Onu 1zcu 11zu 1o0u 11zu 1o0u 11zu 1o0u 11zu 1qMu WLu 11Au 1nXu 1qMu 11zu 1o0u 11zu 1o0u 11zu 1qMu WLu 1qMu 11zu 1o0u WLu 1qMu 14nu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1fzu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu|347","Australia/Lindeman|AEST AEDT|-a0 -b0|010101010101010101010|-293lX xcX 10jd0 yL0 1cN0 1cL0 1fB0 19X0 17c10 LA0 H1A0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0|10","Australia/Melbourne|AEST AEDT|-a0 -b0|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101|-293lX xcX 10jd0 yL0 1cN0 1cL0 1fB0 19X0 17c10 LA0 1C00 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 U00 1qM0 WM0 1qM0 11A0 1tA0 U00 1tA0 U00 1tA0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 11A0 1o00 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 11A0 1o00 WM0 1qM0 14o0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0|39e5","Australia/Perth|AWST AWDT|-80 -90|0101010101010101010|-293jX xcX 10jd0 yL0 1cN0 1cL0 1gSp0 Oo0 l5A0 Oo0 iJA0 G00 zU00 IM0 1qM0 11A0 1o00 11A0|18e5","CET|CET CEST|-10 -20|01010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2aFe0 11d0 1iO0 11A0 1o00 11A0 Qrc0 6i00 WM0 1fA0 1cM0 1cM0 1cM0 16M0 1gMM0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00","CST6CDT|CST CDT CWT CPT|60 50 50 50|010102301010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 QwN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0","Pacific/Easter|EMT EAST EASST EAST EASST|7h.s 70 60 60 50|0121212121212121212121212121234343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434|-1uSgG.w 1s4IG.w WL0 1zd0 On0 1ip0 11z0 1o10 11z0 1qN0 WL0 1ld0 14n0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 WL0 1qN0 1cL0 1cN0 11z0 1o10 11z0 1qN0 WL0 1fB0 19X0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 17b0 1ip0 11z0 1ip0 1fz0 1fB0 11z0 1qN0 WL0 1qN0 WL0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 17b0 1ip0 11z0 1o10 19X0 1fB0 1nX0 G10 1EL0 Op0 1zb0 Rd0 1wn0 Rd0 46n0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Dd0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Dd0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Dd0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0|30e2","EET|EET EEST|-20 -30|010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|hDB0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00","EST|EST|50|0|","EST5EDT|EST EDT EWT EPT|50 40 40 40|010102301010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-261t0 1nX0 11B0 1nX0 SgN0 8x40 iv0 QwN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0","Europe/Dublin|DMT IST GMT BST IST|p.l -y.D 0 -10 -10|01232323232324242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242|-2ax9y.D Rc0 1fzy.D 14M0 1fc0 1g00 1co0 1dc0 1co0 1oo0 1400 1dc0 19A0 1io0 1io0 WM0 1o00 14o0 1o00 17c0 1io0 17c0 1fA0 1a00 1lc0 17c0 1io0 17c0 1fA0 1a00 1io0 17c0 1io0 17c0 1fA0 1cM0 1io0 17c0 1fA0 1a00 1io0 17c0 1io0 17c0 1fA0 1a00 1io0 1qM0 Dc0 g5X0 14p0 1wn0 17d0 1io0 11A0 1o00 17c0 1fA0 1a00 1fA0 1cM0 1fA0 1a00 17c0 1fA0 1a00 1io0 17c0 1lc0 17c0 1fA0 1a00 1io0 17c0 1io0 17c0 1fA0 1a00 1a00 1qM0 WM0 1qM0 11A0 1o00 WM0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1tA0 IM0 90o0 U00 1tA0 U00 1tA0 U00 1tA0 U00 1tA0 WM0 1qM0 WM0 1qM0 WM0 1tA0 U00 1tA0 U00 1tA0 11z0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 14o0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|12e5","Etc/GMT+0|GMT|0|0|","Etc/GMT+1|GMT+1|10|0|","Etc/GMT+10|GMT+10|a0|0|","Etc/GMT+11|GMT+11|b0|0|","Etc/GMT+12|GMT+12|c0|0|","Etc/GMT+2|GMT+2|20|0|","Etc/GMT+3|GMT+3|30|0|","Etc/GMT+4|GMT+4|40|0|","Etc/GMT+5|GMT+5|50|0|","Etc/GMT+6|GMT+6|60|0|","Etc/GMT+7|GMT+7|70|0|","Etc/GMT+8|GMT+8|80|0|","Etc/GMT+9|GMT+9|90|0|","Etc/GMT-1|GMT-1|-10|0|","Etc/GMT-10|GMT-10|-a0|0|","Etc/GMT-11|GMT-11|-b0|0|","Etc/GMT-12|GMT-12|-c0|0|","Etc/GMT-13|GMT-13|-d0|0|","Etc/GMT-14|GMT-14|-e0|0|","Etc/GMT-2|GMT-2|-20|0|","Etc/GMT-3|GMT-3|-30|0|","Etc/GMT-4|GMT-4|-40|0|","Etc/GMT-5|GMT-5|-50|0|","Etc/GMT-6|GMT-6|-60|0|","Etc/GMT-7|GMT-7|-70|0|","Etc/GMT-8|GMT-8|-80|0|","Etc/GMT-9|GMT-9|-90|0|","Etc/UCT|UCT|0|0|","Etc/UTC|UTC|0|0|","Europe/Amsterdam|AMT NST NEST NET CEST CET|-j.w -1j.w -1k -k -20 -10|010101010101010101010101010101010101010101012323234545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545|-2aFcj.w 11b0 1iP0 11A0 1io0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1co0 1io0 1yo0 Pc0 1a00 1fA0 1Bc0 Mo0 1tc0 Uo0 1tA0 U00 1uo0 W00 1s00 VA0 1so0 Vc0 1sM0 UM0 1wo0 Rc0 1u00 Wo0 1rA0 W00 1s00 VA0 1sM0 UM0 1w00 fV0 BCX.w 1tA0 U00 1u00 Wo0 1sm0 601k WM0 1fA0 1cM0 1cM0 1cM0 16M0 1gMM0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|16e5","Europe/Andorra|WET CET CEST|0 -10 -20|012121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-UBA0 1xIN0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|79e3","Europe/Astrakhan|LMT +03 +04 +05|-3c.c -30 -40 -50|012323232323232323212121212121212121212121212121212121212121212|-1Pcrc.c eUMc.c 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 2pB0 1cM0 1fA0 1cM0 3Co0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 3rd0","Europe/Athens|AMT EET EEST CEST CET|-1y.Q -20 -30 -20 -10|012123434121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2a61x.Q CNbx.Q mn0 kU10 9b0 3Es0 Xa0 1fb0 1dd0 k3X0 Nz0 SCp0 1vc0 SO0 1cM0 1a00 1ao0 1fc0 1a10 1fG0 1cg0 1dX0 1bX0 1cQ0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|35e5","Europe/London|GMT BST BDST|0 -10 -20|0101010101010101010101010101010101010101010101010121212121210101210101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2axa0 Rc0 1fA0 14M0 1fc0 1g00 1co0 1dc0 1co0 1oo0 1400 1dc0 19A0 1io0 1io0 WM0 1o00 14o0 1o00 17c0 1io0 17c0 1fA0 1a00 1lc0 17c0 1io0 17c0 1fA0 1a00 1io0 17c0 1io0 17c0 1fA0 1cM0 1io0 17c0 1fA0 1a00 1io0 17c0 1io0 17c0 1fA0 1a00 1io0 1qM0 Dc0 2Rz0 Dc0 1zc0 Oo0 1zc0 Rc0 1wo0 17c0 1iM0 FA0 xB0 1fA0 1a00 14o0 bb0 LA0 xB0 Rc0 1wo0 11A0 1o00 17c0 1fA0 1a00 1fA0 1cM0 1fA0 1a00 17c0 1fA0 1a00 1io0 17c0 1lc0 17c0 1fA0 1a00 1io0 17c0 1io0 17c0 1fA0 1a00 1a00 1qM0 WM0 1qM0 11A0 1o00 WM0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1tA0 IM0 90o0 U00 1tA0 U00 1tA0 U00 1tA0 U00 1tA0 WM0 1qM0 WM0 1qM0 WM0 1tA0 U00 1tA0 U00 1tA0 11z0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 14o0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|10e6","Europe/Belgrade|CET CEST|-10 -20|01010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-19RC0 3IP0 WM0 1fA0 1cM0 1cM0 1rc0 Qo0 1vmo0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|12e5","Europe/Berlin|CET CEST CEMT|-10 -20 -30|01010101010101210101210101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2aFe0 11d0 1iO0 11A0 1o00 11A0 Qrc0 6i00 WM0 1fA0 1cM0 1cM0 1cM0 kL0 Nc0 m10 WM0 1ao0 1cp0 dX0 jz0 Dd0 1io0 17c0 1fA0 1a00 1ehA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|41e5","Europe/Prague|CET CEST|-10 -20|010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2aFe0 11d0 1iO0 11A0 1o00 11A0 Qrc0 6i00 WM0 1fA0 1cM0 16M0 1lc0 1tA0 17A0 11c0 1io0 17c0 1io0 17c0 1fc0 1ao0 1bNc0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|13e5","Europe/Brussels|WET CET CEST WEST|0 -10 -20 -10|0121212103030303030303030303030303030303030303030303212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2ehc0 3zX0 11c0 1iO0 11A0 1o00 11A0 my0 Ic0 1qM0 Rc0 1EM0 UM0 1u00 10o0 1io0 1io0 17c0 1a00 1fA0 1cM0 1cM0 1io0 17c0 1fA0 1a00 1io0 1a30 1io0 17c0 1fA0 1a00 1io0 17c0 1cM0 1cM0 1a00 1io0 1cM0 1cM0 1a00 1fA0 1io0 17c0 1cM0 1cM0 1a00 1fA0 1io0 1qM0 Dc0 y00 5Wn0 WM0 1fA0 1cM0 16M0 1iM0 16M0 1C00 Uo0 1eeo0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|21e5","Europe/Bucharest|BMT EET EEST|-1I.o -20 -30|0121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-1xApI.o 20LI.o RA0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1Axc0 On0 1fA0 1a10 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cK0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cL0 1cN0 1cL0 1fB0 1nX0 11E0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|19e5","Europe/Budapest|CET CEST|-10 -20|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2aFe0 11d0 1iO0 11A0 1ip0 17b0 1op0 1tb0 Q2m0 3Ne0 WM0 1fA0 1cM0 1cM0 1oJ0 1dc0 1030 1fA0 1cM0 1cM0 1cM0 1cM0 1fA0 1a00 1iM0 1fA0 8Ha0 Rb0 1wN0 Rb0 1BB0 Lz0 1C20 LB0 SNX0 1a10 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|17e5","Europe/Zurich|CET CEST|-10 -20|01010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-19Lc0 11A0 1o00 11A0 1xG10 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|38e4","Europe/Chisinau|CMT BMT EET EEST CEST CET MSK MSD|-1T -1I.o -20 -30 -20 -10 -30 -40|012323232323232323234545467676767676767676767323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-26jdT wGMa.A 20LI.o RA0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 27A0 2en0 39g0 WM0 1fA0 1cM0 V90 1t7z0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 gL0 WO0 1cM0 1cM0 1cK0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 1nX0 11D0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|67e4","Europe/Copenhagen|CET CEST|-10 -20|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2azC0 Tz0 VuO0 60q0 WM0 1fA0 1cM0 1cM0 1cM0 S00 1HA0 Nc0 1C00 Dc0 1Nc0 Ao0 1h5A0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|12e5","Europe/Gibraltar|GMT BST BDST CET CEST|0 -10 -20 -10 -20|010101010101010101010101010101010101010101010101012121212121010121010101010101010101034343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343|-2axa0 Rc0 1fA0 14M0 1fc0 1g00 1co0 1dc0 1co0 1oo0 1400 1dc0 19A0 1io0 1io0 WM0 1o00 14o0 1o00 17c0 1io0 17c0 1fA0 1a00 1lc0 17c0 1io0 17c0 1fA0 1a00 1io0 17c0 1io0 17c0 1fA0 1cM0 1io0 17c0 1fA0 1a00 1io0 17c0 1io0 17c0 1fA0 1a00 1io0 1qM0 Dc0 2Rz0 Dc0 1zc0 Oo0 1zc0 Rc0 1wo0 17c0 1iM0 FA0 xB0 1fA0 1a00 14o0 bb0 LA0 xB0 Rc0 1wo0 11A0 1o00 17c0 1fA0 1a00 1fA0 1cM0 1fA0 1a00 17c0 1fA0 1a00 1io0 17c0 1lc0 17c0 1fA0 10Jz0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|30e3","Europe/Helsinki|HMT EET EEST|-1D.N -20 -30|0121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-1WuND.N OULD.N 1dA0 1xGq0 1cM0 1cM0 1cM0 1cN0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|12e5","Europe/Kaliningrad|CET CEST CET CEST MSK MSD EEST EET FET|-10 -20 -20 -30 -30 -40 -30 -20 -30|0101010101010232454545454545454546767676767676767676767676767676767676767676787|-2aFe0 11d0 1iO0 11A0 1o00 11A0 Qrc0 6i00 WM0 1fA0 1cM0 1cM0 Am0 Lb0 1en0 op0 1pNz0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cN0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|44e4","Europe/Kiev|KMT EET MSK CEST CET MSD EEST|-22.4 -20 -30 -20 -10 -40 -30|0123434252525252525252525256161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161|-1Pc22.4 eUo2.4 rnz0 2Hg0 WM0 1fA0 da0 1v4m0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 Db0 3220 1cK0 1cL0 1cN0 1cL0 1cN0 1cL0 1cQ0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|34e5","Europe/Kirov|LMT +03 +04 +05|-3i.M -30 -40 -50|01232323232323232321212121212121212121212121212121212121212121|-22WNi.M qHai.M 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 2pB0 1cM0 1fA0 1cM0 3Co0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|48e4","Europe/Lisbon|LMT WET WEST WEMT CET CEST|A.J 0 -10 -20 -10 -20|012121212121212121212121212121212121212121212321232123212321212121212121212121212121212121212121214121212121212121212121212121212124545454212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2ldXn.f aPWn.f Sp0 LX0 1vc0 Tc0 1uM0 SM0 1vc0 Tc0 1vc0 SM0 1vc0 6600 1co0 3E00 17c0 1fA0 1a00 1io0 1a00 1io0 17c0 3I00 17c0 1cM0 1cM0 3Fc0 1cM0 1a00 1fA0 1io0 17c0 1cM0 1cM0 1a00 1fA0 1io0 1qM0 Dc0 1tA0 1cM0 1dc0 1400 gL0 IM0 s10 U00 dX0 Rc0 pd0 Rc0 gL0 Oo0 pd0 Rc0 gL0 Oo0 pd0 14o0 1cM0 1cP0 1cM0 1cM0 1cM0 1cM0 1cM0 3Co0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 pvy0 1cM0 1cM0 1fA0 1cM0 1cM0 1cN0 1cL0 1cN0 1cM0 1cM0 1cM0 1cM0 1cN0 1cL0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|27e5","Europe/Luxembourg|LMT CET CEST WET WEST WEST WET|-o.A -10 -20 0 -10 -20 -10|0121212134343434343434343434343434343434343434343434565651212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2DG0o.A t6mo.A TB0 1nX0 Up0 1o20 11A0 rW0 CM0 1qP0 R90 1EO0 UK0 1u20 10m0 1ip0 1in0 17e0 19W0 1fB0 1db0 1cp0 1in0 17d0 1fz0 1a10 1in0 1a10 1in0 17f0 1fA0 1a00 1io0 17c0 1cM0 1cM0 1a00 1io0 1cM0 1cM0 1a00 1fA0 1io0 17c0 1cM0 1cM0 1a00 1fA0 1io0 1qM0 Dc0 vA0 60L0 WM0 1fA0 1cM0 17c0 1io0 16M0 1C00 Uo0 1eeo0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|54e4","Europe/Madrid|WET WEST WEMT CET CEST|0 -10 -20 -10 -20|01010101010101010101010121212121234343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343|-28dd0 11A0 1go0 19A0 1co0 1dA0 b1A0 18o0 3I00 17c0 1fA0 1a00 1io0 1a00 1io0 17c0 iyo0 Rc0 18o0 1hc0 1io0 1a00 14o0 5aL0 MM0 1vc0 17A0 1i00 1bc0 1eo0 17d0 1in0 17A0 6hA0 10N0 XIL0 1a10 1in0 17d0 19X0 1cN0 1fz0 1a10 1fX0 1cp0 1cO0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|62e5","Europe/Malta|CET CEST|-10 -20|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2as10 M00 1cM0 1cM0 14o0 1o00 WM0 1qM0 17c0 1cM0 M3A0 5M20 WM0 1fA0 1cM0 1cM0 1cM0 16m0 1de0 1lc0 14m0 1lc0 WO0 1qM0 GTW0 On0 1C10 Lz0 1C10 Lz0 1EN0 Lz0 1C10 Lz0 1zd0 Oo0 1C00 On0 1cp0 1cM0 1lA0 Xc0 1qq0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1iN0 19z0 1fB0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|42e4","Europe/Minsk|MMT EET MSK CEST CET MSD EEST FET|-1O -20 -30 -20 -10 -40 -30 -30|012343432525252525252525252616161616161616161616161616161616161616172|-1Pc1O eUnO qNX0 3gQ0 WM0 1fA0 1cM0 Al0 1tsn0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 3Fc0 1cN0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hy0|19e5","Europe/Monaco|PMT WET WEST WEMT CET CEST|-9.l 0 -10 -20 -10 -20|01212121212121212121212121212121212121212121212121232323232345454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454|-2nco9.l cNb9.l HA0 19A0 1iM0 11c0 1oo0 Wo0 1rc0 QM0 1EM0 UM0 1u00 10o0 1io0 1wo0 Rc0 1a00 1fA0 1cM0 1cM0 1io0 17c0 1fA0 1a00 1io0 1a00 1io0 17c0 1fA0 1a00 1io0 17c0 1cM0 1cM0 1a00 1io0 1cM0 1cM0 1a00 1fA0 1io0 17c0 1cM0 1cM0 1a00 1fA0 1io0 1qM0 Df0 2RV0 11z0 11B0 1ze0 WM0 1fA0 1cM0 1fa0 1aq0 16M0 1ekn0 1cL0 1fC0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|38e3","Europe/Moscow|MMT MMT MST MDST MSD MSK MSM EET EEST MSK|-2u.h -2v.j -3v.j -4v.j -40 -30 -50 -20 -30 -40|012132345464575454545454545454545458754545454545454545454545454545454545454595|-2ag2u.h 2pyW.W 1bA0 11X0 GN0 1Hb0 c20 imv.j 3DA0 dz0 15A0 c10 2q10 iM10 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cN0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|16e6","Europe/Paris|PMT WET WEST CEST CET WEMT|-9.l 0 -10 -20 -10 -20|0121212121212121212121212121212121212121212121212123434352543434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434|-2nco8.l cNb8.l HA0 19A0 1iM0 11c0 1oo0 Wo0 1rc0 QM0 1EM0 UM0 1u00 10o0 1io0 1wo0 Rc0 1a00 1fA0 1cM0 1cM0 1io0 17c0 1fA0 1a00 1io0 1a00 1io0 17c0 1fA0 1a00 1io0 17c0 1cM0 1cM0 1a00 1io0 1cM0 1cM0 1a00 1fA0 1io0 17c0 1cM0 1cM0 1a00 1fA0 1io0 1qM0 Df0 Ik0 5M30 WM0 1fA0 1cM0 Vx0 hB0 1aq0 16M0 1ekn0 1cL0 1fC0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|11e6","Europe/Riga|RMT LST EET MSK CEST CET MSD EEST|-1A.y -2A.y -20 -30 -20 -10 -40 -30|010102345454536363636363636363727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272|-25TzA.y 11A0 1iM0 ko0 gWm0 yDXA.y 2bX0 3fE0 WM0 1fA0 1cM0 1cM0 4m0 1sLy0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cN0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cN0 1o00 11A0 1o00 11A0 1qM0 3oo0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|64e4","Europe/Rome|CET CEST|-10 -20|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2as10 M00 1cM0 1cM0 14o0 1o00 WM0 1qM0 17c0 1cM0 M3A0 5M20 WM0 1fA0 1cM0 16K0 1iO0 16m0 1de0 1lc0 14m0 1lc0 WO0 1qM0 GTW0 On0 1C10 Lz0 1C10 Lz0 1EN0 Lz0 1C10 Lz0 1zd0 Oo0 1C00 On0 1C10 Lz0 1zd0 On0 1C10 LA0 1C00 LA0 1zc0 Oo0 1C00 Oo0 1zc0 Oo0 1fC0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|39e5","Europe/Samara|LMT SAMT SAMT KUYT KUYST MSD MSK EEST SAMST SAMST|-3k.k -30 -40 -40 -50 -40 -30 -30 -50 -40|012343434343434343435656712828282828282828282828282828282828282912|-22WNk.k qHak.k bcn0 1Qqo0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cN0 1cM0 1fA0 1cM0 1cN0 8o0 14m0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qN0 WM0|12e5","Europe/Simferopol|SMT EET MSK CEST CET MSD EEST MSK|-2g -20 -30 -20 -10 -40 -30 -40|012343432525252525252525252161616525252616161616161616161616161616161616172|-1Pc2g eUog rEn0 2qs0 WM0 1fA0 1cM0 3V0 1u0L0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1Q00 4eL0 1cL0 1cN0 1cL0 1cN0 dX0 WL0 1cN0 1cL0 1fB0 1o30 11B0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11z0 1nW0|33e4","Europe/Sofia|EET CET CEST EEST|-20 -10 -20 -30|01212103030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030|-168L0 WM0 1fA0 1cM0 1cM0 1cN0 1mKH0 1dd0 1fb0 1ap0 1fb0 1a20 1fy0 1a30 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cK0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 1nX0 11E0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|12e5","Europe/Stockholm|CET CEST|-10 -20|01010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2azC0 TB0 2yDe0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|15e5","Europe/Tallinn|TMT CET CEST EET MSK MSD EEST|-1D -10 -20 -20 -30 -40 -30|012103421212454545454545454546363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363|-26oND teD 11A0 1Ta0 4rXl KSLD 2FX0 2Jg0 WM0 1fA0 1cM0 18J0 1sTX0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cN0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o10 11A0 1qM0 5QM0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|41e4","Europe/Tirane|LMT CET CEST|-1j.k -10 -20|01212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2glBj.k 14pcj.k 5LC0 WM0 4M0 1fCK0 10n0 1op0 11z0 1pd0 11z0 1qN0 WL0 1qp0 Xb0 1qp0 Xb0 1qp0 11z0 1lB0 11z0 1qN0 11z0 1iN0 16n0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|42e4","Europe/Ulyanovsk|LMT +03 +04 +05 +02|-3d.A -30 -40 -50 -20|01232323232323232321214121212121212121212121212121212121212121212|-22WNd.A qHad.A 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 2pB0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 3rd0","Europe/Uzhgorod|CET CEST MSK MSD EET EEST|-10 -20 -30 -40 -20 -30|010101023232323232323232320454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454|-1cqL0 6i00 WM0 1fA0 1cM0 1ml0 1Cp0 1r3W0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1Q00 1Nf0 2pw0 1cL0 1cN0 1cL0 1cN0 1cL0 1cQ0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|11e4","Europe/Vienna|CET CEST|-10 -20|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2aFe0 11d0 1iO0 11A0 1o00 11A0 3KM0 14o0 LA00 6i00 WM0 1fA0 1cM0 1cM0 1cM0 400 2qM0 1a00 1cM0 1cM0 1io0 17c0 1gHa0 19X0 1cP0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|18e5","Europe/Vilnius|WMT KMT CET EET MSK CEST MSD EEST|-1o -1z.A -10 -20 -30 -20 -40 -30|012324525254646464646464646473737373737373737352537373737373737373737373737373737373737373737373737373737373737373737373|-293do 6ILM.o 1Ooz.A zz0 Mfd0 29W0 3is0 WM0 1fA0 1cM0 LV0 1tgL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cN0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11B0 1o00 11A0 1qM0 8io0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|54e4","Europe/Volgograd|LMT TSAT STAT STAT VOLT VOLST VOLST VOLT MSD MSK MSK|-2V.E -30 -30 -40 -40 -50 -40 -30 -40 -30 -40|0123454545454545454676767489898989898989898989898989898989898989a9|-21IqV.E cLXV.E cEM0 1gqn0 Lco0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cN0 1cM0 1cM0 1cM0 1fA0 1cM0 2pz0 1cN0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|10e5","Europe/Warsaw|WMT CET CEST EET EEST|-1o -10 -20 -20 -30|012121234312121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2ctdo 1LXo 11d0 1iO0 11A0 1o00 11A0 1on0 11A0 6zy0 HWP0 5IM0 WM0 1fA0 1cM0 1dz0 1mL0 1en0 15B0 1aq0 1nA0 11A0 1io0 17c0 1fA0 1a00 iDX0 LA0 1cM0 1cM0 1C00 Oo0 1cM0 1cM0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1C00 LA0 uso0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cN0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|17e5","Europe/Zaporozhye|CUT EET MSK CEST CET MSD EEST|-2k -20 -30 -20 -10 -40 -30|01234342525252525252525252526161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161|-1Pc2k eUok rdb0 2RE0 WM0 1fA0 8m0 1v9a0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cK0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cQ0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|77e4","HST|HST|a0|0|","Indian/Chagos|LMT IOT IOT|-4N.E -50 -60|012|-2xosN.E 3AGLN.E|30e2","Indian/Christmas|CXT|-70|0||21e2","Indian/Cocos|CCT|-6u|0||596","Indian/Kerguelen|-00 TFT|0 -50|01|-MG00|130","Indian/Mahe|LMT SCT|-3F.M -40|01|-2yO3F.M|79e3","Indian/Maldives|MMT MVT|-4S -50|01|-olgS|35e4","Indian/Mauritius|LMT MUT MUST|-3O -40 -50|012121|-2xorO 34unO 14L0 12kr0 11z0|15e4","Indian/Reunion|LMT RET|-3F.Q -40|01|-2mDDF.Q|84e4","Pacific/Kwajalein|MHT KWAT MHT|-b0 c0 -c0|012|-AX0 W9X0|14e3","MET|MET MEST|-10 -20|01010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2aFe0 11d0 1iO0 11A0 1o00 11A0 Qrc0 6i00 WM0 1fA0 1cM0 1cM0 1cM0 16M0 1gMM0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00","MST|MST|70|0|","MST7MDT|MST MDT MWT MPT|70 60 60 60|010102301010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-261r0 1nX0 11B0 1nX0 SgN0 8x20 ix0 QwN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0","Pacific/Chatham|CHAST CHAST CHADT|-cf -cJ -dJ|012121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212|-WqAf 1adef IM0 1C00 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1qM0 14o0 1lc0 14o0 1lc0 14o0 1lc0 17c0 1io0 17c0 1io0 17c0 1io0 17c0 1lc0 14o0 1lc0 14o0 1lc0 17c0 1io0 17c0 1io0 17c0 1lc0 14o0 1lc0 14o0 1lc0 17c0 1io0 17c0 1io0 17c0 1io0 17c0 1io0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00|600","PST8PDT|PST PDT PWT PPT|80 70 70 70|010102301010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-261q0 1nX0 11B0 1nX0 SgN0 8x10 iy0 QwN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0","Pacific/Apia|LMT WSST SST SDT WSDT WSST|bq.U bu b0 a0 -e0 -d0|01232345454545454545454545454545454545454545454545454545454|-2nDMx.4 1yW03.4 2rRbu 1ff0 1a00 CI0 AQ0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00|37e3","Pacific/Bougainville|PGT JST BST|-a0 -90 -b0|0102|-16Wy0 7CN0 2MQp0|18e4","Pacific/Chuuk|CHUT|-a0|0||49e3","Pacific/Efate|LMT VUT VUST|-bd.g -b0 -c0|0121212121212121212121|-2l9nd.g 2Szcd.g 1cL0 1oN0 10L0 1fB0 19X0 1fB0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 Lz0 1Nd0 An0|66e3","Pacific/Enderbury|PHOT PHOT PHOT|c0 b0 -d0|012|nIc0 B8n0|1","Pacific/Fakaofo|TKT TKT|b0 -d0|01|1Gfn0|483","Pacific/Fiji|LMT FJT FJST|-bT.I -c0 -d0|0121212121212121212121212121212121212121212121212121212121212121|-2bUzT.I 3m8NT.I LA0 1EM0 IM0 nJc0 LA0 1o00 Rc0 1wo0 Ao0 1Nc0 Ao0 1Q00 xz0 1SN0 uM0 1SM0 uM0 1VA0 s00 1VA0 uM0 1SM0 uM0 1SM0 uM0 1SM0 uM0 1VA0 s00 1VA0 s00 1VA0 uM0 1SM0 uM0 1SM0 uM0 1SM0 uM0 1VA0 s00 1VA0 uM0 1SM0 uM0 1SM0 uM0 1SM0 uM0 1VA0 s00 1VA0 s00 1VA0 uM0 1SM0 uM0 1SM0 uM0 1SM0 uM0|88e4","Pacific/Funafuti|TVT|-c0|0||45e2","Pacific/Galapagos|LMT ECT GALT|5W.o 50 60|012|-1yVS1.A 2dTz1.A|25e3","Pacific/Gambier|LMT GAMT|8X.M 90|01|-2jof0.c|125","Pacific/Guadalcanal|LMT SBT|-aD.M -b0|01|-2joyD.M|11e4","Pacific/Guam|GST ChST|-a0 -a0|01|1fpq0|17e4","Pacific/Honolulu|HST HDT HST|au 9u a0|010102|-1thLu 8x0 lef0 8Pz0 46p0|37e4","Pacific/Kiritimati|LINT LINT LINT|aE a0 -e0|012|nIaE B8nk|51e2","Pacific/Kosrae|KOST KOST|-b0 -c0|010|-AX0 1bdz0|66e2","Pacific/Majuro|MHT MHT|-b0 -c0|01|-AX0|28e3","Pacific/Marquesas|LMT MART|9i 9u|01|-2joeG|86e2","Pacific/Pago_Pago|LMT NST BST SST|bm.M b0 b0 b0|0123|-2nDMB.c 2gVzB.c EyM0|37e2","Pacific/Nauru|LMT NRT JST NRT|-b7.E -bu -90 -c0|01213|-1Xdn7.E PvzB.E 5RCu 1ouJu|10e3","Pacific/Niue|NUT NUT NUT|bk bu b0|012|-KfME 17y0a|12e2","Pacific/Norfolk|NMT NFT NFST NFT|-bc -bu -cu -b0|01213|-Kgbc W01G On0 1COp0|25e4","Pacific/Noumea|LMT NCT NCST|-b5.M -b0 -c0|01212121|-2l9n5.M 2EqM5.M xX0 1PB0 yn0 HeP0 Ao0|98e3","Pacific/Palau|PWT|-90|0||21e3","Pacific/Pitcairn|PNT PST|8u 80|01|18Vku|56","Pacific/Pohnpei|PONT|-b0|0||34e3","Pacific/Port_Moresby|PGT|-a0|0||25e4","Pacific/Rarotonga|CKT CKHST CKT|au 9u a0|012121212121212121212121212|lyWu IL0 1zcu Onu 1zcu Onu 1zcu Rbu 1zcu Onu 1zcu Onu 1zcu Onu 1zcu Onu 1zcu Onu 1zcu Rbu 1zcu Onu 1zcu Onu 1zcu Onu|13e3","Pacific/Tahiti|LMT TAHT|9W.g a0|01|-2joe1.I|18e4","Pacific/Tarawa|GILT|-c0|0||29e3","Pacific/Tongatapu|TOT TOT TOST|-ck -d0 -e0|01212121|-1aB0k 2n5dk 15A0 1wo0 xz0 1Q10 xz0|75e3","Pacific/Wake|WAKT|-c0|0||16e3","Pacific/Wallis|WFT|-c0|0||94","WET|WET WEST|0 -10|010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|hDB0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00"],
7
  links:["Africa/Abidjan|Africa/Bamako","Africa/Abidjan|Africa/Banjul","Africa/Abidjan|Africa/Conakry","Africa/Abidjan|Africa/Dakar","Africa/Abidjan|Africa/Freetown","Africa/Abidjan|Africa/Lome","Africa/Abidjan|Africa/Nouakchott","Africa/Abidjan|Africa/Ouagadougou","Africa/Abidjan|Africa/Sao_Tome","Africa/Abidjan|Africa/Timbuktu","Africa/Abidjan|Atlantic/St_Helena","Africa/Cairo|Egypt","Africa/Johannesburg|Africa/Maseru","Africa/Johannesburg|Africa/Mbabane","Africa/Khartoum|Africa/Juba","Africa/Lagos|Africa/Bangui","Africa/Lagos|Africa/Brazzaville","Africa/Lagos|Africa/Douala","Africa/Lagos|Africa/Kinshasa","Africa/Lagos|Africa/Libreville","Africa/Lagos|Africa/Luanda","Africa/Lagos|Africa/Malabo","Africa/Lagos|Africa/Niamey","Africa/Lagos|Africa/Porto-Novo","Africa/Maputo|Africa/Blantyre","Africa/Maputo|Africa/Bujumbura","Africa/Maputo|Africa/Gaborone","Africa/Maputo|Africa/Harare","Africa/Maputo|Africa/Kigali","Africa/Maputo|Africa/Lubumbashi","Africa/Maputo|Africa/Lusaka","Africa/Nairobi|Africa/Addis_Ababa","Africa/Nairobi|Africa/Asmara","Africa/Nairobi|Africa/Asmera","Africa/Nairobi|Africa/Dar_es_Salaam","Africa/Nairobi|Africa/Djibouti","Africa/Nairobi|Africa/Kampala","Africa/Nairobi|Africa/Mogadishu","Africa/Nairobi|Indian/Antananarivo","Africa/Nairobi|Indian/Comoro","Africa/Nairobi|Indian/Mayotte","Africa/Tripoli|Libya","America/Adak|America/Atka","America/Adak|US/Aleutian","America/Anchorage|US/Alaska","America/Argentina/Buenos_Aires|America/Buenos_Aires","America/Argentina/Catamarca|America/Argentina/ComodRivadavia","America/Argentina/Catamarca|America/Catamarca","America/Argentina/Cordoba|America/Cordoba","America/Argentina/Cordoba|America/Rosario","America/Argentina/Jujuy|America/Jujuy","America/Argentina/Mendoza|America/Mendoza","America/Atikokan|America/Coral_Harbour","America/Chicago|US/Central","America/Curacao|America/Aruba","America/Curacao|America/Kralendijk","America/Curacao|America/Lower_Princes","America/Denver|America/Shiprock","America/Denver|Navajo","America/Denver|US/Mountain","America/Detroit|US/Michigan","America/Edmonton|Canada/Mountain","America/Fort_Wayne|America/Indiana/Indianapolis","America/Fort_Wayne|America/Indianapolis","America/Fort_Wayne|US/East-Indiana","America/Halifax|Canada/Atlantic","America/Havana|Cuba","America/Indiana/Knox|America/Knox_IN","America/Indiana/Knox|US/Indiana-Starke","America/Jamaica|Jamaica","America/Kentucky/Louisville|America/Louisville","America/Los_Angeles|US/Pacific","America/Los_Angeles|US/Pacific-New","America/Manaus|Brazil/West","America/Mazatlan|Mexico/BajaSur","America/Mexico_City|Mexico/General","America/New_York|US/Eastern","America/Noronha|Brazil/DeNoronha","America/Panama|America/Cayman","America/Phoenix|US/Arizona","America/Port_of_Spain|America/Anguilla","America/Port_of_Spain|America/Antigua","America/Port_of_Spain|America/Dominica","America/Port_of_Spain|America/Grenada","America/Port_of_Spain|America/Guadeloupe","America/Port_of_Spain|America/Marigot","America/Port_of_Spain|America/Montserrat","America/Port_of_Spain|America/St_Barthelemy","America/Port_of_Spain|America/St_Kitts","America/Port_of_Spain|America/St_Lucia","America/Port_of_Spain|America/St_Thomas","America/Port_of_Spain|America/St_Vincent","America/Port_of_Spain|America/Tortola","America/Port_of_Spain|America/Virgin","America/Regina|Canada/East-Saskatchewan","America/Regina|Canada/Saskatchewan","America/Rio_Branco|America/Porto_Acre","America/Rio_Branco|Brazil/Acre","America/Santiago|Chile/Continental","America/Sao_Paulo|Brazil/East","America/St_Johns|Canada/Newfoundland","America/Tijuana|America/Ensenada","America/Tijuana|America/Santa_Isabel","America/Tijuana|Mexico/BajaNorte","America/Toronto|America/Montreal","America/Toronto|Canada/Eastern","America/Vancouver|Canada/Pacific","America/Whitehorse|Canada/Yukon","America/Winnipeg|Canada/Central","Asia/Ashgabat|Asia/Ashkhabad","Asia/Bangkok|Asia/Phnom_Penh","Asia/Bangkok|Asia/Vientiane","Asia/Dhaka|Asia/Dacca","Asia/Dubai|Asia/Muscat","Asia/Ho_Chi_Minh|Asia/Saigon","Asia/Hong_Kong|Hongkong","Asia/Jerusalem|Asia/Tel_Aviv","Asia/Jerusalem|Israel","Asia/Kathmandu|Asia/Katmandu","Asia/Kolkata|Asia/Calcutta","Asia/Macau|Asia/Macao","Asia/Makassar|Asia/Ujung_Pandang","Asia/Nicosia|Europe/Nicosia","Asia/Qatar|Asia/Bahrain","Asia/Riyadh|Asia/Aden","Asia/Riyadh|Asia/Kuwait","Asia/Seoul|ROK","Asia/Shanghai|Asia/Chongqing","Asia/Shanghai|Asia/Chungking","Asia/Shanghai|Asia/Harbin","Asia/Shanghai|PRC","Asia/Singapore|Singapore","Asia/Taipei|ROC","Asia/Tehran|Iran","Asia/Thimphu|Asia/Thimbu","Asia/Tokyo|Japan","Asia/Ulaanbaatar|Asia/Ulan_Bator","Asia/Urumqi|Asia/Kashgar","Atlantic/Faroe|Atlantic/Faeroe","Atlantic/Reykjavik|Iceland","Australia/Adelaide|Australia/South","Australia/Brisbane|Australia/Queensland","Australia/Broken_Hill|Australia/Yancowinna","Australia/Darwin|Australia/North","Australia/Hobart|Australia/Tasmania","Australia/Lord_Howe|Australia/LHI","Australia/Melbourne|Australia/Victoria","Australia/Perth|Australia/West","Australia/Sydney|Australia/ACT","Australia/Sydney|Australia/Canberra","Australia/Sydney|Australia/NSW","Etc/GMT+0|Etc/GMT","Etc/GMT+0|Etc/GMT-0","Etc/GMT+0|Etc/GMT0","Etc/GMT+0|Etc/Greenwich","Etc/GMT+0|GMT","Etc/GMT+0|GMT+0","Etc/GMT+0|GMT-0","Etc/GMT+0|GMT0","Etc/GMT+0|Greenwich","Etc/UCT|UCT","Etc/UTC|Etc/Universal","Etc/UTC|Etc/Zulu","Etc/UTC|UTC","Etc/UTC|Universal","Etc/UTC|Zulu","Europe/Belgrade|Europe/Ljubljana","Europe/Belgrade|Europe/Podgorica","Europe/Belgrade|Europe/Sarajevo","Europe/Belgrade|Europe/Skopje","Europe/Belgrade|Europe/Zagreb","Europe/Chisinau|Europe/Tiraspol","Europe/Dublin|Eire","Europe/Helsinki|Europe/Mariehamn","Europe/Istanbul|Asia/Istanbul","Europe/Istanbul|Turkey","Europe/Lisbon|Portugal","Europe/London|Europe/Belfast","Europe/London|Europe/Guernsey","Europe/London|Europe/Isle_of_Man","Europe/London|Europe/Jersey","Europe/London|GB","Europe/London|GB-Eire","Europe/Moscow|W-SU","Europe/Oslo|Arctic/Longyearbyen","Europe/Oslo|Atlantic/Jan_Mayen","Europe/Prague|Europe/Bratislava","Europe/Rome|Europe/San_Marino","Europe/Rome|Europe/Vatican","Europe/Warsaw|Poland","Europe/Zurich|Europe/Busingen","Europe/Zurich|Europe/Vaduz","Pacific/Auckland|Antarctica/McMurdo","Pacific/Auckland|Antarctica/South_Pole","Pacific/Auckland|NZ","Pacific/Chatham|NZ-CHAT","Pacific/Chuuk|Pacific/Truk","Pacific/Chuuk|Pacific/Yap","Pacific/Easter|Chile/EasterIsland","Pacific/Guam|Pacific/Saipan","Pacific/Honolulu|Pacific/Johnston","Pacific/Honolulu|US/Hawaii","Pacific/Kwajalein|Kwajalein","Pacific/Pago_Pago|Pacific/Midway","Pacific/Pago_Pago|Pacific/Samoa","Pacific/Pago_Pago|US/Samoa","Pacific/Pohnpei|Pacific/Ponape"]}),a});
assets/js/vendor/moment.js CHANGED
@@ -1,5 +1,5 @@
1
  //! moment.js
2
- //! version : 2.14.1
3
  //! authors : Tim Wood, Iskren Chernev, Moment.js contributors
4
  //! license : MIT
5
  //! momentjs.com
@@ -27,7 +27,9 @@
27
  }
28
 
29
  function isObject(input) {
30
- return Object.prototype.toString.call(input) === '[object Object]';
 
 
31
  }
32
 
33
  function isObjectEmpty(obj) {
@@ -126,7 +128,7 @@
126
  var parsedParts = some.call(flags.parsedDateParts, function (i) {
127
  return i != null;
128
  });
129
- m._isValid = !isNaN(m._d.getTime()) &&
130
  flags.overflow < 0 &&
131
  !flags.empty &&
132
  !flags.invalidMonth &&
@@ -137,11 +139,18 @@
137
  (!flags.meridiem || (flags.meridiem && parsedParts));
138
 
139
  if (m._strict) {
140
- m._isValid = m._isValid &&
141
  flags.charsLeftOver === 0 &&
142
  flags.unusedTokens.length === 0 &&
143
  flags.bigHour === undefined;
144
  }
 
 
 
 
 
 
 
145
  }
146
  return m._isValid;
147
  }
@@ -282,7 +291,22 @@
282
  utils_hooks__hooks.deprecationHandler(null, msg);
283
  }
284
  if (firstTime) {
285
- warn(msg + '\nArguments: ' + Array.prototype.slice.call(arguments).join(', ') + '\n' + (new Error()).stack);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
286
  firstTime = false;
287
  }
288
  return fn.apply(this, arguments);
@@ -809,12 +833,18 @@
809
  var MONTHS_IN_FORMAT = /D[oD]?(\[[^\[\]]*\]|\s+)+MMMM?/;
810
  var defaultLocaleMonths = 'January_February_March_April_May_June_July_August_September_October_November_December'.split('_');
811
  function localeMonths (m, format) {
 
 
 
812
  return isArray(this._months) ? this._months[m.month()] :
813
  this._months[(this._months.isFormat || MONTHS_IN_FORMAT).test(format) ? 'format' : 'standalone'][m.month()];
814
  }
815
 
816
  var defaultLocaleMonthsShort = 'Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec'.split('_');
817
  function localeMonthsShort (m, format) {
 
 
 
818
  return isArray(this._monthsShort) ? this._monthsShort[m.month()] :
819
  this._monthsShort[MONTHS_IN_FORMAT.test(format) ? 'format' : 'standalone'][m.month()];
820
  }
@@ -1311,18 +1341,21 @@
1311
 
1312
  var defaultLocaleWeekdays = 'Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday'.split('_');
1313
  function localeWeekdays (m, format) {
 
 
 
1314
  return isArray(this._weekdays) ? this._weekdays[m.day()] :
1315
  this._weekdays[this._weekdays.isFormat.test(format) ? 'format' : 'standalone'][m.day()];
1316
  }
1317
 
1318
  var defaultLocaleWeekdaysShort = 'Sun_Mon_Tue_Wed_Thu_Fri_Sat'.split('_');
1319
  function localeWeekdaysShort (m) {
1320
- return this._weekdaysShort[m.day()];
1321
  }
1322
 
1323
  var defaultLocaleWeekdaysMin = 'Su_Mo_Tu_We_Th_Fr_Sa'.split('_');
1324
  function localeWeekdaysMin (m) {
1325
- return this._weekdaysMin[m.day()];
1326
  }
1327
 
1328
  function day_of_week__handleStrictParse(weekdayName, format, strict) {
@@ -1758,10 +1791,10 @@
1758
  var oldLocale = null;
1759
  // TODO: Find a better way to register and load all the locales in Node
1760
  if (!locales[name] && (typeof module !== 'undefined') &&
1761
- module && module.exports) {
1762
  try {
1763
  oldLocale = globalLocale._abbr;
1764
- require('./locale/' + name);
1765
  // because defineLocale currently also sets the global locale, we
1766
  // want to undo that for lazy loaded locales
1767
  locale_locales__getSetGlobalLocale(oldLocale);
@@ -2017,9 +2050,9 @@
2017
  }
2018
 
2019
  utils_hooks__hooks.createFromInputFallback = deprecate(
2020
- 'moment construction falls back to js Date. This is ' +
2021
- 'discouraged and will be removed in upcoming major ' +
2022
- 'release. Please refer to ' +
2023
  'http://momentjs.com/guides/#/warnings/js-date/ for more info.',
2024
  function (config) {
2025
  config._d = new Date(config._i + (config._useUTC ? ' UTC' : ''));
@@ -2518,6 +2551,14 @@
2518
  return obj instanceof Duration;
2519
  }
2520
 
 
 
 
 
 
 
 
 
2521
  // FORMATTING
2522
 
2523
  function offset (token, separator) {
@@ -2668,7 +2709,13 @@
2668
  if (this._tzm) {
2669
  this.utcOffset(this._tzm);
2670
  } else if (typeof this._i === 'string') {
2671
- this.utcOffset(offsetFromString(matchOffset, this._i));
 
 
 
 
 
 
2672
  }
2673
  return this;
2674
  }
@@ -2723,7 +2770,7 @@
2723
  }
2724
 
2725
  // ASP.NET json date format regex
2726
- var aspNetRegex = /^(\-)?(?:(\d*)[. ])?(\d+)\:(\d+)(?:\:(\d+)\.?(\d{3})?\d*)?$/;
2727
 
2728
  // from http://docs.closure-library.googlecode.com/git/closure_goog_date_date.js.source.html
2729
  // somewhat more in line with 4.4.3.2 2004 spec, but allows decimal anywhere
@@ -2755,11 +2802,11 @@
2755
  sign = (match[1] === '-') ? -1 : 1;
2756
  duration = {
2757
  y : 0,
2758
- d : toInt(match[DATE]) * sign,
2759
- h : toInt(match[HOUR]) * sign,
2760
- m : toInt(match[MINUTE]) * sign,
2761
- s : toInt(match[SECOND]) * sign,
2762
- ms : toInt(match[MILLISECOND]) * sign
2763
  };
2764
  } else if (!!(match = isoRegex.exec(input))) {
2765
  sign = (match[1] === '-') ? -1 : 1;
@@ -2834,14 +2881,6 @@
2834
  return res;
2835
  }
2836
 
2837
- function absRound (number) {
2838
- if (number < 0) {
2839
- return Math.round(-1 * number) * -1;
2840
- } else {
2841
- return Math.round(number);
2842
- }
2843
- }
2844
-
2845
  // TODO: remove 'name' arg after deprecation is removed
2846
  function createAdder(direction, name) {
2847
  return function (val, period) {
@@ -4156,7 +4195,7 @@
4156
  // Side effect imports
4157
 
4158
 
4159
- utils_hooks__hooks.version = '2.14.1';
4160
 
4161
  setHookCallback(local__createLocal);
4162
 
1
  //! moment.js
2
+ //! version : 2.15.0
3
  //! authors : Tim Wood, Iskren Chernev, Moment.js contributors
4
  //! license : MIT
5
  //! momentjs.com
27
  }
28
 
29
  function isObject(input) {
30
+ // IE8 will treat undefined and null as object if it wasn't for
31
+ // input != null
32
+ return input != null && Object.prototype.toString.call(input) === '[object Object]';
33
  }
34
 
35
  function isObjectEmpty(obj) {
128
  var parsedParts = some.call(flags.parsedDateParts, function (i) {
129
  return i != null;
130
  });
131
+ var isNowValid = !isNaN(m._d.getTime()) &&
132
  flags.overflow < 0 &&
133
  !flags.empty &&
134
  !flags.invalidMonth &&
139
  (!flags.meridiem || (flags.meridiem && parsedParts));
140
 
141
  if (m._strict) {
142
+ isNowValid = isNowValid &&
143
  flags.charsLeftOver === 0 &&
144
  flags.unusedTokens.length === 0 &&
145
  flags.bigHour === undefined;
146
  }
147
+
148
+ if (Object.isFrozen == null || !Object.isFrozen(m)) {
149
+ m._isValid = isNowValid;
150
+ }
151
+ else {
152
+ return isNowValid;
153
+ }
154
  }
155
  return m._isValid;
156
  }
291
  utils_hooks__hooks.deprecationHandler(null, msg);
292
  }
293
  if (firstTime) {
294
+ var args = [];
295
+ var arg;
296
+ for (var i = 0; i < arguments.length; i++) {
297
+ arg = '';
298
+ if (typeof arguments[i] === 'object') {
299
+ arg += '\n[' + i + '] ';
300
+ for (var key in arguments[0]) {
301
+ arg += key + ': ' + arguments[0][key] + ', ';
302
+ }
303
+ arg = arg.slice(0, -2); // Remove trailing comma and space
304
+ } else {
305
+ arg = arguments[i];
306
+ }
307
+ args.push(arg);
308
+ }
309
+ warn(msg + '\nArguments: ' + Array.prototype.slice.call(args).join('') + '\n' + (new Error()).stack);
310
  firstTime = false;
311
  }
312
  return fn.apply(this, arguments);
833
  var MONTHS_IN_FORMAT = /D[oD]?(\[[^\[\]]*\]|\s+)+MMMM?/;
834
  var defaultLocaleMonths = 'January_February_March_April_May_June_July_August_September_October_November_December'.split('_');
835
  function localeMonths (m, format) {
836
+ if (!m) {
837
+ return this._months;
838
+ }
839
  return isArray(this._months) ? this._months[m.month()] :
840
  this._months[(this._months.isFormat || MONTHS_IN_FORMAT).test(format) ? 'format' : 'standalone'][m.month()];
841
  }
842
 
843
  var defaultLocaleMonthsShort = 'Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec'.split('_');
844
  function localeMonthsShort (m, format) {
845
+ if (!m) {
846
+ return this._monthsShort;
847
+ }
848
  return isArray(this._monthsShort) ? this._monthsShort[m.month()] :
849
  this._monthsShort[MONTHS_IN_FORMAT.test(format) ? 'format' : 'standalone'][m.month()];
850
  }
1341
 
1342
  var defaultLocaleWeekdays = 'Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday'.split('_');
1343
  function localeWeekdays (m, format) {
1344
+ if (!m) {
1345
+ return this._weekdays;
1346
+ }
1347
  return isArray(this._weekdays) ? this._weekdays[m.day()] :
1348
  this._weekdays[this._weekdays.isFormat.test(format) ? 'format' : 'standalone'][m.day()];
1349
  }
1350
 
1351
  var defaultLocaleWeekdaysShort = 'Sun_Mon_Tue_Wed_Thu_Fri_Sat'.split('_');
1352
  function localeWeekdaysShort (m) {
1353
+ return (m) ? this._weekdaysShort[m.day()] : this._weekdaysShort;
1354
  }
1355
 
1356
  var defaultLocaleWeekdaysMin = 'Su_Mo_Tu_We_Th_Fr_Sa'.split('_');
1357
  function localeWeekdaysMin (m) {
1358
+ return (m) ? this._weekdaysMin[m.day()] : this._weekdaysMin;
1359
  }
1360
 
1361
  function day_of_week__handleStrictParse(weekdayName, format, strict) {
1791
  var oldLocale = null;
1792
  // TODO: Find a better way to register and load all the locales in Node
1793
  if (!locales[name] && (typeof module !== 'undefined') &&
1794
+ module && module.require) {
1795
  try {
1796
  oldLocale = globalLocale._abbr;
1797
+ module.require('./locale/' + name);
1798
  // because defineLocale currently also sets the global locale, we
1799
  // want to undo that for lazy loaded locales
1800
  locale_locales__getSetGlobalLocale(oldLocale);
2050
  }
2051
 
2052
  utils_hooks__hooks.createFromInputFallback = deprecate(
2053
+ 'value provided is not in a recognized ISO format. moment construction falls back to js Date(), ' +
2054
+ 'which is not reliable across all browsers and versions. Non ISO date formats are ' +
2055
+ 'discouraged and will be removed in an upcoming major release. Please refer to ' +
2056
  'http://momentjs.com/guides/#/warnings/js-date/ for more info.',
2057
  function (config) {
2058
  config._d = new Date(config._i + (config._useUTC ? ' UTC' : ''));
2551
  return obj instanceof Duration;
2552
  }
2553
 
2554
+ function absRound (number) {
2555
+ if (number < 0) {
2556
+ return Math.round(-1 * number) * -1;
2557
+ } else {
2558
+ return Math.round(number);
2559
+ }
2560
+ }
2561
+
2562
  // FORMATTING
2563
 
2564
  function offset (token, separator) {
2709
  if (this._tzm) {
2710
  this.utcOffset(this._tzm);
2711
  } else if (typeof this._i === 'string') {
2712
+ var tZone = offsetFromString(matchOffset, this._i);
2713
+
2714
+ if (tZone === 0) {
2715
+ this.utcOffset(0, true);
2716
+ } else {
2717
+ this.utcOffset(offsetFromString(matchOffset, this._i));
2718
+ }
2719
  }
2720
  return this;
2721
  }
2770
  }
2771
 
2772
  // ASP.NET json date format regex
2773
+ var aspNetRegex = /^(\-)?(?:(\d*)[. ])?(\d+)\:(\d+)(?:\:(\d+)(\.\d*)?)?$/;
2774
 
2775
  // from http://docs.closure-library.googlecode.com/git/closure_goog_date_date.js.source.html
2776
  // somewhat more in line with 4.4.3.2 2004 spec, but allows decimal anywhere
2802
  sign = (match[1] === '-') ? -1 : 1;
2803
  duration = {
2804
  y : 0,
2805
+ d : toInt(match[DATE]) * sign,
2806
+ h : toInt(match[HOUR]) * sign,
2807
+ m : toInt(match[MINUTE]) * sign,
2808
+ s : toInt(match[SECOND]) * sign,
2809
+ ms : toInt(absRound(match[MILLISECOND] * 1000)) * sign // the millisecond decimal point is included in the match
2810
  };
2811
  } else if (!!(match = isoRegex.exec(input))) {
2812
  sign = (match[1] === '-') ? -1 : 1;
2881
  return res;
2882
  }
2883
 
 
 
 
 
 
 
 
 
2884
  // TODO: remove 'name' arg after deprecation is removed
2885
  function createAdder(direction, name) {
2886
  return function (val, period) {
4195
  // Side effect imports
4196
 
4197
 
4198
+ utils_hooks__hooks.version = '2.15.0';
4199
 
4200
  setHookCallback(local__createLocal);
4201
 
assets/js/vendor/moment.min.js CHANGED
@@ -1,20 +1,23 @@
1
  //! moment.js
2
- //! version : 2.14.1
3
  //! authors : Tim Wood, Iskren Chernev, Moment.js contributors
4
  //! license : MIT
5
  //! momentjs.com
6
  !function(a,b){"object"==typeof exports&&"undefined"!=typeof module?module.exports=b():"function"==typeof define&&define.amd?define(b):a.moment=b()}(this,function(){"use strict";function a(){return md.apply(null,arguments)}
7
  // This is done to register the method called with moment()
8
  // without creating circular dependencies.
9
- function b(a){md=a}function c(a){return a instanceof Array||"[object Array]"===Object.prototype.toString.call(a)}function d(a){return"[object Object]"===Object.prototype.toString.call(a)}function e(a){var b;for(b in a)
 
 
 
10
  // even if its not own property I'd still call it non-empty
11
  return!1;return!0}function f(a){return a instanceof Date||"[object Date]"===Object.prototype.toString.call(a)}function g(a,b){var c,d=[];for(c=0;c<a.length;++c)d.push(b(a[c],c));return d}function h(a,b){return Object.prototype.hasOwnProperty.call(a,b)}function i(a,b){for(var c in b)h(b,c)&&(a[c]=b[c]);return h(b,"toString")&&(a.toString=b.toString),h(b,"valueOf")&&(a.valueOf=b.valueOf),a}function j(a,b,c,d){return qb(a,b,c,d,!0).utc()}function k(){
12
  // We need to deep clone this object.
13
- return{empty:!1,unusedTokens:[],unusedInput:[],overflow:-2,charsLeftOver:0,nullInput:!1,invalidMonth:null,invalidFormat:!1,userInvalidated:!1,iso:!1,parsedDateParts:[],meridiem:null}}function l(a){return null==a._pf&&(a._pf=k()),a._pf}function m(a){if(null==a._isValid){var b=l(a),c=nd.call(b.parsedDateParts,function(a){return null!=a});a._isValid=!isNaN(a._d.getTime())&&b.overflow<0&&!b.empty&&!b.invalidMonth&&!b.invalidWeekday&&!b.nullInput&&!b.invalidFormat&&!b.userInvalidated&&(!b.meridiem||b.meridiem&&c),a._strict&&(a._isValid=a._isValid&&0===b.charsLeftOver&&0===b.unusedTokens.length&&void 0===b.bigHour)}return a._isValid}function n(a){var b=j(NaN);return null!=a?i(l(b),a):l(b).userInvalidated=!0,b}function o(a){return void 0===a}function p(a,b){var c,d,e;if(o(b._isAMomentObject)||(a._isAMomentObject=b._isAMomentObject),o(b._i)||(a._i=b._i),o(b._f)||(a._f=b._f),o(b._l)||(a._l=b._l),o(b._strict)||(a._strict=b._strict),o(b._tzm)||(a._tzm=b._tzm),o(b._isUTC)||(a._isUTC=b._isUTC),o(b._offset)||(a._offset=b._offset),o(b._pf)||(a._pf=l(b)),o(b._locale)||(a._locale=b._locale),od.length>0)for(c in od)d=od[c],e=b[d],o(e)||(a[d]=e);return a}
14
  // Moment prototype object
15
  function q(b){p(this,b),this._d=new Date(null!=b._d?b._d.getTime():NaN),pd===!1&&(pd=!0,a.updateOffset(this),pd=!1)}function r(a){return a instanceof q||null!=a&&null!=a._isAMomentObject}function s(a){return 0>a?Math.ceil(a)||0:Math.floor(a)}function t(a){var b=+a,c=0;return 0!==b&&isFinite(b)&&(c=s(b)),c}
16
  // compare two arrays, return the number of differences
17
- function u(a,b,c){var d,e=Math.min(a.length,b.length),f=Math.abs(a.length-b.length),g=0;for(d=0;e>d;d++)(c&&a[d]!==b[d]||!c&&t(a[d])!==t(b[d]))&&g++;return g+f}function v(b){a.suppressDeprecationWarnings===!1&&"undefined"!=typeof console&&console.warn&&console.warn("Deprecation warning: "+b)}function w(b,c){var d=!0;return i(function(){return null!=a.deprecationHandler&&a.deprecationHandler(null,b),d&&(v(b+"\nArguments: "+Array.prototype.slice.call(arguments).join(", ")+"\n"+(new Error).stack),d=!1),c.apply(this,arguments)},c)}function x(b,c){null!=a.deprecationHandler&&a.deprecationHandler(b,c),qd[b]||(v(c),qd[b]=!0)}function y(a){return a instanceof Function||"[object Function]"===Object.prototype.toString.call(a)}function z(a){var b,c;for(c in a)b=a[c],y(b)?this[c]=b:this["_"+c]=b;this._config=a,
18
  // Lenient ordinal parsing accepts just a number in addition to
19
  // number + (possibly) stuff coming from _ordinalParseLenient.
20
  this._ordinalParseLenient=new RegExp(this._ordinalParse.source+"|"+/\d{1,2}/.source)}function A(a,b){var c,e=i({},a);for(c in b)h(b,c)&&(d(a[c])&&d(b[c])?(e[c]={},i(e[c],a[c]),i(e[c],b[c])):null!=b[c]?e[c]=b[c]:delete e[c]);for(c in a)h(a,c)&&!h(b,c)&&d(a[c])&&(
@@ -30,7 +33,7 @@ function T(a,b,c,d){var e=d;"string"==typeof d&&(e=function(){return this[d]()})
30
  // format date using native date object
31
  function W(a,b){return a.isValid()?(b=X(b,a.localeData()),Dd[b]=Dd[b]||V(b),Dd[b](a)):a.localeData().invalidDate()}function X(a,b){function c(a){return b.longDateFormat(a)||a}var d=5;for(Cd.lastIndex=0;d>=0&&Cd.test(a);)a=a.replace(Cd,c),Cd.lastIndex=0,d-=1;return a}function Y(a,b,c){Wd[a]=y(b)?b:function(a,d){return a&&c?c:b}}function Z(a,b){return h(Wd,a)?Wd[a](b._strict,b._locale):new RegExp($(a))}
32
  // Code from http://stackoverflow.com/questions/3561493/is-there-a-regexp-escape-function-in-javascript
33
- function $(a){return _(a.replace("\\","").replace(/\\(\[)|\\(\])|\[([^\]\[]*)\]|\\(.)/g,function(a,b,c,d,e){return b||c||d||e}))}function _(a){return a.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&")}function aa(a,b){var c,d=b;for("string"==typeof a&&(a=[a]),"number"==typeof b&&(d=function(a,c){c[b]=t(a)}),c=0;c<a.length;c++)Xd[a[c]]=d}function ba(a,b){aa(a,function(a,c,d,e){d._w=d._w||{},b(a,d._w,d,e)})}function ca(a,b,c){null!=b&&h(Xd,a)&&Xd[a](b,c._a,c,a)}function da(a,b){return new Date(Date.UTC(a,b+1,0)).getUTCDate()}function ea(a,b){return c(this._months)?this._months[a.month()]:this._months[(this._months.isFormat||fe).test(b)?"format":"standalone"][a.month()]}function fa(a,b){return c(this._monthsShort)?this._monthsShort[a.month()]:this._monthsShort[fe.test(b)?"format":"standalone"][a.month()]}function ga(a,b,c){var d,e,f,g=a.toLocaleLowerCase();if(!this._monthsParse)for(
34
  // this is not used
35
  this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[],d=0;12>d;++d)f=j([2e3,d]),this._shortMonthsParse[d]=this.monthsShort(f,"").toLocaleLowerCase(),this._longMonthsParse[d]=this.months(f,"").toLocaleLowerCase();return c?"MMM"===b?(e=sd.call(this._shortMonthsParse,g),-1!==e?e:null):(e=sd.call(this._longMonthsParse,g),-1!==e?e:null):"MMM"===b?(e=sd.call(this._shortMonthsParse,g),-1!==e?e:(e=sd.call(this._longMonthsParse,g),-1!==e?e:null)):(e=sd.call(this._longMonthsParse,g),-1!==e?e:(e=sd.call(this._shortMonthsParse,g),-1!==e?e:null))}function ha(a,b,c){var d,e,f;if(this._monthsParseExact)return ga.call(this,a,b,c);
36
  // TODO: add sorting
@@ -70,7 +73,7 @@ function xa(a){return va(a,this._week.dow,this._week.doy).week}function ya(){ret
70
  // MOMENTS
71
  function Aa(a){var b=this.localeData().week(this);return null==a?b:this.add(7*(a-b),"d")}function Ba(a){var b=va(this,1,4).week;return null==a?b:this.add(7*(a-b),"d")}
72
  // HELPERS
73
- function Ca(a,b){return"string"!=typeof a?a:isNaN(a)?(a=b.weekdaysParse(a),"number"==typeof a?a:null):parseInt(a,10)}function Da(a,b){return"string"==typeof a?b.weekdaysParse(a)%7||7:isNaN(a)?null:a}function Ea(a,b){return c(this._weekdays)?this._weekdays[a.day()]:this._weekdays[this._weekdays.isFormat.test(b)?"format":"standalone"][a.day()]}function Fa(a){return this._weekdaysShort[a.day()]}function Ga(a){return this._weekdaysMin[a.day()]}function Ha(a,b,c){var d,e,f,g=a.toLocaleLowerCase();if(!this._weekdaysParse)for(this._weekdaysParse=[],this._shortWeekdaysParse=[],this._minWeekdaysParse=[],d=0;7>d;++d)f=j([2e3,1]).day(d),this._minWeekdaysParse[d]=this.weekdaysMin(f,"").toLocaleLowerCase(),this._shortWeekdaysParse[d]=this.weekdaysShort(f,"").toLocaleLowerCase(),this._weekdaysParse[d]=this.weekdays(f,"").toLocaleLowerCase();return c?"dddd"===b?(e=sd.call(this._weekdaysParse,g),-1!==e?e:null):"ddd"===b?(e=sd.call(this._shortWeekdaysParse,g),-1!==e?e:null):(e=sd.call(this._minWeekdaysParse,g),-1!==e?e:null):"dddd"===b?(e=sd.call(this._weekdaysParse,g),-1!==e?e:(e=sd.call(this._shortWeekdaysParse,g),-1!==e?e:(e=sd.call(this._minWeekdaysParse,g),-1!==e?e:null))):"ddd"===b?(e=sd.call(this._shortWeekdaysParse,g),-1!==e?e:(e=sd.call(this._weekdaysParse,g),-1!==e?e:(e=sd.call(this._minWeekdaysParse,g),-1!==e?e:null))):(e=sd.call(this._minWeekdaysParse,g),-1!==e?e:(e=sd.call(this._weekdaysParse,g),-1!==e?e:(e=sd.call(this._shortWeekdaysParse,g),-1!==e?e:null)))}function Ia(a,b,c){var d,e,f;if(this._weekdaysParseExact)return Ha.call(this,a,b,c);for(this._weekdaysParse||(this._weekdaysParse=[],this._minWeekdaysParse=[],this._shortWeekdaysParse=[],this._fullWeekdaysParse=[]),d=0;7>d;d++){
74
  // test the regex
75
  if(e=j([2e3,1]).day(d),c&&!this._fullWeekdaysParse[d]&&(this._fullWeekdaysParse[d]=new RegExp("^"+this.weekdays(e,"").replace(".",".?")+"$","i"),this._shortWeekdaysParse[d]=new RegExp("^"+this.weekdaysShort(e,"").replace(".",".?")+"$","i"),this._minWeekdaysParse[d]=new RegExp("^"+this.weekdaysMin(e,"").replace(".",".?")+"$","i")),this._weekdaysParse[d]||(f="^"+this.weekdays(e,"")+"|^"+this.weekdaysShort(e,"")+"|^"+this.weekdaysMin(e,""),this._weekdaysParse[d]=new RegExp(f.replace(".",""),"i")),c&&"dddd"===b&&this._fullWeekdaysParse[d].test(a))return d;if(c&&"ddd"===b&&this._shortWeekdaysParse[d].test(a))return d;if(c&&"dd"===b&&this._minWeekdaysParse[d].test(a))return d;if(!c&&this._weekdaysParse[d].test(a))return d}}
76
  // MOMENTS
@@ -98,7 +101,7 @@ function Xa(a){for(var b,c,d,e,f=0;f<a.length;){for(e=Wa(a[f]).split("-"),b=e.le
98
  //the next array item is better than a shallower substring of this one
99
  break;b--}f++}return null}function Ya(a){var b=null;
100
  // TODO: Find a better way to register and load all the locales in Node
101
- if(!we[a]&&"undefined"!=typeof module&&module&&module.exports)try{b=se._abbr,require("./locale/"+a),
102
  // because defineLocale currently also sets the global locale, we
103
  // want to undo that for lazy loaded locales
104
  Za(b)}catch(c){}return we[a]}
@@ -190,13 +193,13 @@ this._days=+g+7*f,
190
  // It is impossible translate months into days without knowing
191
  // which months you are are talking about, so we have to store
192
  // it separately.
193
- this._months=+e+3*d+12*c,this._data={},this._locale=ab(),this._bubble()}function wb(a){return a instanceof vb}
194
  // FORMATTING
195
- function xb(a,b){T(a,0,0,function(){var a=this.utcOffset(),c="+";return 0>a&&(a=-a,c="-"),c+S(~~(a/60),2)+b+S(~~a%60,2)})}function yb(a,b){var c=(b||"").match(a)||[],d=c[c.length-1]||[],e=(d+"").match(Ge)||["-",0,0],f=+(60*e[1])+t(e[2]);return"+"===e[0]?f:-f}
196
  // Return a moment from input, that is local/utc/zone equivalent to model.
197
- function zb(b,c){var d,e;
198
  // Use low-level api, because this fn is low-level api.
199
- return c._isUTC?(d=c.clone(),e=(r(b)||f(b)?b.valueOf():rb(b).valueOf())-d.valueOf(),d._d.setTime(d._d.valueOf()+e),a.updateOffset(d,!1),d):rb(b).local()}function Ab(a){
200
  // On Firefox.24 Date#getTimezoneOffset returns a floating point.
201
  // https://github.com/moment/moment/pull/1871
202
  return 15*-Math.round(a._d.getTimezoneOffset()/15)}
@@ -211,28 +214,28 @@ return 15*-Math.round(a._d.getTimezoneOffset()/15)}
211
  // a second time. In case it wants us to change the offset again
212
  // _changeInProgress == true case, then we have to adjust, because
213
  // there is no such time in the given timezone.
214
- function Bb(b,c){var d,e=this._offset||0;return this.isValid()?null!=b?("string"==typeof b?b=yb(Td,b):Math.abs(b)<16&&(b=60*b),!this._isUTC&&c&&(d=Ab(this)),this._offset=b,this._isUTC=!0,null!=d&&this.add(d,"m"),e!==b&&(!c||this._changeInProgress?Sb(this,Mb(b-e,"m"),1,!1):this._changeInProgress||(this._changeInProgress=!0,a.updateOffset(this,!0),this._changeInProgress=null)),this):this._isUTC?e:Ab(this):null!=b?this:NaN}function Cb(a,b){return null!=a?("string"!=typeof a&&(a=-a),this.utcOffset(a,b),this):-this.utcOffset()}function Db(a){return this.utcOffset(0,a)}function Eb(a){return this._isUTC&&(this.utcOffset(0,a),this._isUTC=!1,a&&this.subtract(Ab(this),"m")),this}function Fb(){return this._tzm?this.utcOffset(this._tzm):"string"==typeof this._i&&this.utcOffset(yb(Sd,this._i)),this}function Gb(a){return this.isValid()?(a=a?rb(a).utcOffset():0,(this.utcOffset()-a)%60===0):!1}function Hb(){return this.utcOffset()>this.clone().month(0).utcOffset()||this.utcOffset()>this.clone().month(5).utcOffset()}function Ib(){if(!o(this._isDSTShifted))return this._isDSTShifted;var a={};if(p(a,this),a=ob(a),a._a){var b=a._isUTC?j(a._a):rb(a._a);this._isDSTShifted=this.isValid()&&u(a._a,b.toArray())>0}else this._isDSTShifted=!1;return this._isDSTShifted}function Jb(){return this.isValid()?!this._isUTC:!1}function Kb(){return this.isValid()?this._isUTC:!1}function Lb(){return this.isValid()?this._isUTC&&0===this._offset:!1}function Mb(a,b){var c,d,e,f=a,
215
  // matching against regexp is expensive, do it on demand
216
  g=null;// checks for null or undefined
217
- return wb(a)?f={ms:a._milliseconds,d:a._days,M:a._months}:"number"==typeof a?(f={},b?f[b]=a:f.milliseconds=a):(g=He.exec(a))?(c="-"===g[1]?-1:1,f={y:0,d:t(g[$d])*c,h:t(g[_d])*c,m:t(g[ae])*c,s:t(g[be])*c,ms:t(g[ce])*c}):(g=Ie.exec(a))?(c="-"===g[1]?-1:1,f={y:Nb(g[2],c),M:Nb(g[3],c),w:Nb(g[4],c),d:Nb(g[5],c),h:Nb(g[6],c),m:Nb(g[7],c),s:Nb(g[8],c)}):null==f?f={}:"object"==typeof f&&("from"in f||"to"in f)&&(e=Pb(rb(f.from),rb(f.to)),f={},f.ms=e.milliseconds,f.M=e.months),d=new vb(f),wb(a)&&h(a,"_locale")&&(d._locale=a._locale),d}function Nb(a,b){
218
  // We'd normally use ~~inp for this, but unfortunately it also
219
  // converts floats to ints.
220
  // inp may be undefined, so careful calling replace on it.
221
  var c=a&&parseFloat(a.replace(",","."));
222
  // apply sign while we're at it
223
- return(isNaN(c)?0:c)*b}function Ob(a,b){var c={milliseconds:0,months:0};return c.months=b.month()-a.month()+12*(b.year()-a.year()),a.clone().add(c.months,"M").isAfter(b)&&--c.months,c.milliseconds=+b-+a.clone().add(c.months,"M"),c}function Pb(a,b){var c;return a.isValid()&&b.isValid()?(b=zb(b,a),a.isBefore(b)?c=Ob(a,b):(c=Ob(b,a),c.milliseconds=-c.milliseconds,c.months=-c.months),c):{milliseconds:0,months:0}}function Qb(a){return 0>a?-1*Math.round(-1*a):Math.round(a)}
224
  // TODO: remove 'name' arg after deprecation is removed
225
  function Rb(a,b){return function(c,d){var e,f;
226
  //invert the arguments, but complain about it
227
- return null===d||isNaN(+d)||(x(b,"moment()."+b+"(period, number) is deprecated. Please use moment()."+b+"(number, period). See http://momentjs.com/guides/#/warnings/add-inverted-param/ for more info."),f=c,c=d,d=f),c="string"==typeof c?+c:c,e=Mb(c,d),Sb(this,e,a),this}}function Sb(b,c,d,e){var f=c._milliseconds,g=Qb(c._days),h=Qb(c._months);b.isValid()&&(e=null==e?!0:e,f&&b._d.setTime(b._d.valueOf()+f*d),g&&P(b,"Date",O(b,"Date")+g*d),h&&ia(b,O(b,"Month")+h*d),e&&a.updateOffset(b,g||h))}function Tb(a,b){var c=a.diff(b,"days",!0);return-6>c?"sameElse":-1>c?"lastWeek":0>c?"lastDay":1>c?"sameDay":2>c?"nextDay":7>c?"nextWeek":"sameElse"}function Ub(b,c){
228
  // We want to compare the start of today, vs this.
229
  // Getting start-of-today depends on whether we're local/utc/offset or not.
230
- var d=b||rb(),e=zb(d,this).startOf("day"),f=a.calendarFormat(this,e)||"sameElse",g=c&&(y(c[f])?c[f].call(this,d):c[f]);return this.format(g||this.localeData().calendar(f,this,rb(d)))}function Vb(){return new q(this)}function Wb(a,b){var c=r(a)?a:rb(a);return this.isValid()&&c.isValid()?(b=J(o(b)?"millisecond":b),"millisecond"===b?this.valueOf()>c.valueOf():c.valueOf()<this.clone().startOf(b).valueOf()):!1}function Xb(a,b){var c=r(a)?a:rb(a);return this.isValid()&&c.isValid()?(b=J(o(b)?"millisecond":b),"millisecond"===b?this.valueOf()<c.valueOf():this.clone().endOf(b).valueOf()<c.valueOf()):!1}function Yb(a,b,c,d){return d=d||"()",("("===d[0]?this.isAfter(a,c):!this.isBefore(a,c))&&(")"===d[1]?this.isBefore(b,c):!this.isAfter(b,c))}function Zb(a,b){var c,d=r(a)?a:rb(a);return this.isValid()&&d.isValid()?(b=J(b||"millisecond"),"millisecond"===b?this.valueOf()===d.valueOf():(c=d.valueOf(),this.clone().startOf(b).valueOf()<=c&&c<=this.clone().endOf(b).valueOf())):!1}function $b(a,b){return this.isSame(a,b)||this.isAfter(a,b)}function _b(a,b){return this.isSame(a,b)||this.isBefore(a,b)}function ac(a,b,c){var d,e,f,g;// 1000
231
  // 1000 * 60
232
  // 1000 * 60 * 60
233
  // 1000 * 60 * 60 * 24, negate dst
234
  // 1000 * 60 * 60 * 24 * 7, negate dst
235
- return this.isValid()?(d=zb(a,this),d.isValid()?(e=6e4*(d.utcOffset()-this.utcOffset()),b=J(b),"year"===b||"month"===b||"quarter"===b?(g=bc(this,d),"quarter"===b?g/=3:"year"===b&&(g/=12)):(f=this-d,g="second"===b?f/1e3:"minute"===b?f/6e4:"hour"===b?f/36e5:"day"===b?(f-e)/864e5:"week"===b?(f-e)/6048e5:f),c?g:s(g)):NaN):NaN}function bc(a,b){
236
  // difference in months
237
  var c,d,e=12*(b.year()-a.year())+(b.month()-a.month()),
238
  // b is in (anchor - 1 month, anchor + 1 month)
@@ -240,7 +243,7 @@ f=a.clone().add(e,"months");
240
  //check for negative zero, return zero if negative zero
241
  // linear across the month
242
  // linear across the month
243
- return 0>b-f?(c=a.clone().add(e-1,"months"),d=(b-f)/(f-c)):(c=a.clone().add(e+1,"months"),d=(b-f)/(c-f)),-(e+d)||0}function cc(){return this.clone().locale("en").format("ddd MMM DD YYYY HH:mm:ss [GMT]ZZ")}function dc(){var a=this.clone().utc();return 0<a.year()&&a.year()<=9999?y(Date.prototype.toISOString)?this.toDate().toISOString():W(a,"YYYY-MM-DD[T]HH:mm:ss.SSS[Z]"):W(a,"YYYYYY-MM-DD[T]HH:mm:ss.SSS[Z]")}function ec(b){b||(b=this.isUtc()?a.defaultFormatUtc:a.defaultFormat);var c=W(this,b);return this.localeData().postformat(c)}function fc(a,b){return this.isValid()&&(r(a)&&a.isValid()||rb(a).isValid())?Mb({to:this,from:a}).locale(this.locale()).humanize(!b):this.localeData().invalidDate()}function gc(a){return this.from(rb(),a)}function hc(a,b){return this.isValid()&&(r(a)&&a.isValid()||rb(a).isValid())?Mb({from:this,to:a}).locale(this.locale()).humanize(!b):this.localeData().invalidDate()}function ic(a){return this.to(rb(),a)}
244
  // If passed a locale key, it will set the locale for this
245
  // instance. Otherwise, it will return the locale configuration
246
  // variables for this instance.
@@ -277,7 +280,7 @@ function Hc(){return this._isUTC?"UTC":""}function Ic(){return this._isUTC?"Coor
277
  // (true, 5)
278
  // (true, fmt, 5)
279
  // (true, fmt)
280
- function Oc(a,b,c,d){"boolean"==typeof a?("number"==typeof b&&(c=b,b=void 0),b=b||""):(b=a,c=b,a=!1,"number"==typeof b&&(c=b,b=void 0),b=b||"");var e=ab(),f=a?e._week.dow:0;if(null!=c)return Mc(b,(c+f)%7,d,"day");var g,h=[];for(g=0;7>g;g++)h[g]=Mc(b,(g+f)%7,d,"day");return h}function Pc(a,b){return Nc(a,b,"months")}function Qc(a,b){return Nc(a,b,"monthsShort")}function Rc(a,b,c){return Oc(a,b,c,"weekdays")}function Sc(a,b,c){return Oc(a,b,c,"weekdaysShort")}function Tc(a,b,c){return Oc(a,b,c,"weekdaysMin")}function Uc(){var a=this._data;return this._milliseconds=Ue(this._milliseconds),this._days=Ue(this._days),this._months=Ue(this._months),a.milliseconds=Ue(a.milliseconds),a.seconds=Ue(a.seconds),a.minutes=Ue(a.minutes),a.hours=Ue(a.hours),a.months=Ue(a.months),a.years=Ue(a.years),this}function Vc(a,b,c,d){var e=Mb(b,c);return a._milliseconds+=d*e._milliseconds,a._days+=d*e._days,a._months+=d*e._months,a._bubble()}
281
  // supports only 2.0-style add(1, 's') or add(duration)
282
  function Wc(a,b){return Vc(this,a,b,1)}
283
  // supports only 2.0-style subtract(1, 's') or subtract(duration)
@@ -299,7 +302,7 @@ case"millisecond":return Math.floor(864e5*b)+d;default:throw new Error("Unknown
299
  // TODO: Use this.as('ms')?
300
  function bd(){return this._milliseconds+864e5*this._days+this._months%12*2592e6+31536e6*t(this._months/12)}function cd(a){return function(){return this.as(a)}}function dd(a){return a=J(a),this[a+"s"]()}function ed(a){return function(){return this._data[a]}}function fd(){return s(this.days()/7)}
301
  // helper function for moment.fn.from, moment.fn.fromNow, and moment.duration.fn.humanize
302
- function gd(a,b,c,d,e){return e.relativeTime(b||1,!!c,a,d)}function hd(a,b,c){var d=Mb(a).abs(),e=jf(d.as("s")),f=jf(d.as("m")),g=jf(d.as("h")),h=jf(d.as("d")),i=jf(d.as("M")),j=jf(d.as("y")),k=e<kf.s&&["s",e]||1>=f&&["m"]||f<kf.m&&["mm",f]||1>=g&&["h"]||g<kf.h&&["hh",g]||1>=h&&["d"]||h<kf.d&&["dd",h]||1>=i&&["M"]||i<kf.M&&["MM",i]||1>=j&&["y"]||["yy",j];return k[2]=b,k[3]=+a>0,k[4]=c,gd.apply(null,k)}
303
  // This function allows you to set the rounding function for relative time strings
304
  function id(a){return void 0===a?jf:"function"==typeof a?(jf=a,!0):!1}
305
  // This function allows you to set a threshold for relative time strings
@@ -359,11 +362,11 @@ I("hour","h"),
359
  // PRIORITY
360
  L("hour",13),Y("a",Ta),Y("A",Ta),Y("H",Kd),Y("h",Kd),Y("HH",Kd,Gd),Y("hh",Kd,Gd),Y("hmm",Ld),Y("hmmss",Md),Y("Hmm",Ld),Y("Hmmss",Md),aa(["H","HH"],_d),aa(["a","A"],function(a,b,c){c._isPm=c._locale.isPM(a),c._meridiem=a}),aa(["h","hh"],function(a,b,c){b[_d]=t(a),l(c).bigHour=!0}),aa("hmm",function(a,b,c){var d=a.length-2;b[_d]=t(a.substr(0,d)),b[ae]=t(a.substr(d)),l(c).bigHour=!0}),aa("hmmss",function(a,b,c){var d=a.length-4,e=a.length-2;b[_d]=t(a.substr(0,d)),b[ae]=t(a.substr(d,2)),b[be]=t(a.substr(e)),l(c).bigHour=!0}),aa("Hmm",function(a,b,c){var d=a.length-2;b[_d]=t(a.substr(0,d)),b[ae]=t(a.substr(d))}),aa("Hmmss",function(a,b,c){var d=a.length-4,e=a.length-2;b[_d]=t(a.substr(0,d)),b[ae]=t(a.substr(d,2)),b[be]=t(a.substr(e))});var se,te=/[ap]\.?m?\.?/i,ue=N("Hours",!0),ve={calendar:td,longDateFormat:ud,invalidDate:vd,ordinal:wd,ordinalParse:xd,relativeTime:yd,months:ge,monthsShort:he,week:le,weekdays:me,weekdaysMin:oe,weekdaysShort:ne,meridiemParse:te},we={},xe=/^\s*((?:[+-]\d{6}|\d{4})-(?:\d\d-\d\d|W\d\d-\d|W\d\d|\d\d\d|\d\d))(?:(T| )(\d\d(?::\d\d(?::\d\d(?:[.,]\d+)?)?)?)([\+\-]\d\d(?::?\d\d)?|\s*Z)?)?/,ye=/^\s*((?:[+-]\d{6}|\d{4})(?:\d\d\d\d|W\d\d\d|W\d\d|\d\d\d|\d\d))(?:(T| )(\d\d(?:\d\d(?:\d\d(?:[.,]\d+)?)?)?)([\+\-]\d\d(?::?\d\d)?|\s*Z)?)?/,ze=/Z|[+-]\d\d(?::?\d\d)?/,Ae=[["YYYYYY-MM-DD",/[+-]\d{6}-\d\d-\d\d/],["YYYY-MM-DD",/\d{4}-\d\d-\d\d/],["GGGG-[W]WW-E",/\d{4}-W\d\d-\d/],["GGGG-[W]WW",/\d{4}-W\d\d/,!1],["YYYY-DDD",/\d{4}-\d{3}/],["YYYY-MM",/\d{4}-\d\d/,!1],["YYYYYYMMDD",/[+-]\d{10}/],["YYYYMMDD",/\d{8}/],
361
  // YYYYMM is NOT allowed by the standard
362
- ["GGGG[W]WWE",/\d{4}W\d{3}/],["GGGG[W]WW",/\d{4}W\d{2}/,!1],["YYYYDDD",/\d{7}/]],Be=[["HH:mm:ss.SSSS",/\d\d:\d\d:\d\d\.\d+/],["HH:mm:ss,SSSS",/\d\d:\d\d:\d\d,\d+/],["HH:mm:ss",/\d\d:\d\d:\d\d/],["HH:mm",/\d\d:\d\d/],["HHmmss.SSSS",/\d\d\d\d\d\d\.\d+/],["HHmmss,SSSS",/\d\d\d\d\d\d,\d+/],["HHmmss",/\d\d\d\d\d\d/],["HHmm",/\d\d\d\d/],["HH",/\d\d/]],Ce=/^\/?Date\((\-?\d+)/i;a.createFromInputFallback=w("moment construction falls back to js Date. This is discouraged and will be removed in upcoming major release. Please refer to http://momentjs.com/guides/#/warnings/js-date/ for more info.",function(a){a._d=new Date(a._i+(a._useUTC?" UTC":""))}),
363
  // constant that refers to the ISO standard
364
- a.ISO_8601=function(){};var De=w("moment().min is deprecated, use moment.max instead. http://momentjs.com/guides/#/warnings/min-max/",function(){var a=rb.apply(null,arguments);return this.isValid()&&a.isValid()?this>a?this:a:n()}),Ee=w("moment().max is deprecated, use moment.min instead. http://momentjs.com/guides/#/warnings/min-max/",function(){var a=rb.apply(null,arguments);return this.isValid()&&a.isValid()?a>this?this:a:n()}),Fe=function(){return Date.now?Date.now():+new Date};xb("Z",":"),xb("ZZ",""),
365
  // PARSING
366
- Y("Z",Td),Y("ZZ",Td),aa(["Z","ZZ"],function(a,b,c){c._useUTC=!0,c._tzm=yb(Td,a)});
367
  // HELPERS
368
  // timezone chunker
369
  // '+10:00' > ['10', '00']
@@ -374,7 +377,7 @@ var Ge=/([\+\-]|\d\d)/gi;
374
  // It is intended to keep the offset in sync with the timezone.
375
  a.updateOffset=function(){};
376
  // ASP.NET json date format regex
377
- var He=/^(\-)?(?:(\d*)[. ])?(\d+)\:(\d+)(?:\:(\d+)\.?(\d{3})?\d*)?$/,Ie=/^(-)?P(?:(-?[0-9,.]*)Y)?(?:(-?[0-9,.]*)M)?(?:(-?[0-9,.]*)W)?(?:(-?[0-9,.]*)D)?(?:T(?:(-?[0-9,.]*)H)?(?:(-?[0-9,.]*)M)?(?:(-?[0-9,.]*)S)?)?$/;Mb.fn=vb.prototype;var Je=Rb(1,"add"),Ke=Rb(-1,"subtract");a.defaultFormat="YYYY-MM-DDTHH:mm:ssZ",a.defaultFormatUtc="YYYY-MM-DDTHH:mm:ss[Z]";var Le=w("moment().lang() is deprecated. Instead, use moment().localeData() to get the language configuration. Use moment().locale() to change languages.",function(a){return void 0===a?this.localeData():this.locale(a)});
378
  // FORMATTING
379
  T(0,["gg",2],0,function(){return this.weekYear()%100}),T(0,["GG",2],0,function(){return this.isoWeekYear()%100}),xc("gggg","weekYear"),xc("ggggg","weekYear"),xc("GGGG","isoWeekYear"),xc("GGGGG","isoWeekYear"),
380
  // ALIASES
@@ -462,11 +465,11 @@ Re.second=Re.seconds=Oe,
462
  // Millisecond
463
  Re.millisecond=Re.milliseconds=Qe,
464
  // Offset
465
- Re.utcOffset=Bb,Re.utc=Db,Re.local=Eb,Re.parseZone=Fb,Re.hasAlignedHourOffset=Gb,Re.isDST=Hb,Re.isLocal=Jb,Re.isUtcOffset=Kb,Re.isUtc=Lb,Re.isUTC=Lb,
466
  // Timezone
467
  Re.zoneAbbr=Hc,Re.zoneName=Ic,
468
  // Deprecations
469
- Re.dates=w("dates accessor is deprecated. Use date instead.",Me),Re.months=w("months accessor is deprecated. Use month instead",ja),Re.years=w("years accessor is deprecated. Use year instead",ke),Re.zone=w("moment().zone is deprecated, use moment().utcOffset instead. http://momentjs.com/guides/#/warnings/zone/",Cb),Re.isDSTShifted=w("isDSTShifted is deprecated. See http://momentjs.com/guides/#/warnings/dst-shifted/ for more information",Ib);var Se=Re,Te=B.prototype;Te.calendar=C,Te.longDateFormat=D,Te.invalidDate=E,Te.ordinal=F,Te.preparse=Lc,Te.postformat=Lc,Te.relativeTime=G,Te.pastFuture=H,Te.set=z,
470
  // Month
471
  Te.months=ea,Te.monthsShort=fa,Te.monthsParse=ha,Te.monthsRegex=ma,Te.monthsShortRegex=la,
472
  // Week
@@ -489,4 +492,4 @@ T("X",0,0,"unix"),T("x",0,0,"valueOf"),
489
  // PARSING
490
  Y("x",Rd),Y("X",Ud),aa("X",function(a,b,c){c._d=new Date(1e3*parseFloat(a,10))}),aa("x",function(a,b,c){c._d=new Date(t(a))}),
491
  // Side effect imports
492
- a.version="2.14.1",b(rb),a.fn=Se,a.min=tb,a.max=ub,a.now=Fe,a.utc=j,a.unix=Jc,a.months=Pc,a.isDate=f,a.locale=Za,a.invalid=n,a.duration=Mb,a.isMoment=r,a.weekdays=Rc,a.parseZone=Kc,a.localeData=ab,a.isDuration=wb,a.monthsShort=Qc,a.weekdaysMin=Tc,a.defineLocale=$a,a.updateLocale=_a,a.locales=bb,a.weekdaysShort=Sc,a.normalizeUnits=J,a.relativeTimeRounding=id,a.relativeTimeThreshold=jd,a.calendarFormat=Tb,a.prototype=Se;var nf=a;return nf});
1
  //! moment.js
2
+ //! version : 2.15.0
3
  //! authors : Tim Wood, Iskren Chernev, Moment.js contributors
4
  //! license : MIT
5
  //! momentjs.com
6
  !function(a,b){"object"==typeof exports&&"undefined"!=typeof module?module.exports=b():"function"==typeof define&&define.amd?define(b):a.moment=b()}(this,function(){"use strict";function a(){return md.apply(null,arguments)}
7
  // This is done to register the method called with moment()
8
  // without creating circular dependencies.
9
+ function b(a){md=a}function c(a){return a instanceof Array||"[object Array]"===Object.prototype.toString.call(a)}function d(a){
10
+ // IE8 will treat undefined and null as object if it wasn't for
11
+ // input != null
12
+ return null!=a&&"[object Object]"===Object.prototype.toString.call(a)}function e(a){var b;for(b in a)
13
  // even if its not own property I'd still call it non-empty
14
  return!1;return!0}function f(a){return a instanceof Date||"[object Date]"===Object.prototype.toString.call(a)}function g(a,b){var c,d=[];for(c=0;c<a.length;++c)d.push(b(a[c],c));return d}function h(a,b){return Object.prototype.hasOwnProperty.call(a,b)}function i(a,b){for(var c in b)h(b,c)&&(a[c]=b[c]);return h(b,"toString")&&(a.toString=b.toString),h(b,"valueOf")&&(a.valueOf=b.valueOf),a}function j(a,b,c,d){return qb(a,b,c,d,!0).utc()}function k(){
15
  // We need to deep clone this object.
16
+ return{empty:!1,unusedTokens:[],unusedInput:[],overflow:-2,charsLeftOver:0,nullInput:!1,invalidMonth:null,invalidFormat:!1,userInvalidated:!1,iso:!1,parsedDateParts:[],meridiem:null}}function l(a){return null==a._pf&&(a._pf=k()),a._pf}function m(a){if(null==a._isValid){var b=l(a),c=nd.call(b.parsedDateParts,function(a){return null!=a}),d=!isNaN(a._d.getTime())&&b.overflow<0&&!b.empty&&!b.invalidMonth&&!b.invalidWeekday&&!b.nullInput&&!b.invalidFormat&&!b.userInvalidated&&(!b.meridiem||b.meridiem&&c);if(a._strict&&(d=d&&0===b.charsLeftOver&&0===b.unusedTokens.length&&void 0===b.bigHour),null!=Object.isFrozen&&Object.isFrozen(a))return d;a._isValid=d}return a._isValid}function n(a){var b=j(NaN);return null!=a?i(l(b),a):l(b).userInvalidated=!0,b}function o(a){return void 0===a}function p(a,b){var c,d,e;if(o(b._isAMomentObject)||(a._isAMomentObject=b._isAMomentObject),o(b._i)||(a._i=b._i),o(b._f)||(a._f=b._f),o(b._l)||(a._l=b._l),o(b._strict)||(a._strict=b._strict),o(b._tzm)||(a._tzm=b._tzm),o(b._isUTC)||(a._isUTC=b._isUTC),o(b._offset)||(a._offset=b._offset),o(b._pf)||(a._pf=l(b)),o(b._locale)||(a._locale=b._locale),od.length>0)for(c in od)d=od[c],e=b[d],o(e)||(a[d]=e);return a}
17
  // Moment prototype object
18
  function q(b){p(this,b),this._d=new Date(null!=b._d?b._d.getTime():NaN),pd===!1&&(pd=!0,a.updateOffset(this),pd=!1)}function r(a){return a instanceof q||null!=a&&null!=a._isAMomentObject}function s(a){return 0>a?Math.ceil(a)||0:Math.floor(a)}function t(a){var b=+a,c=0;return 0!==b&&isFinite(b)&&(c=s(b)),c}
19
  // compare two arrays, return the number of differences
20
+ function u(a,b,c){var d,e=Math.min(a.length,b.length),f=Math.abs(a.length-b.length),g=0;for(d=0;e>d;d++)(c&&a[d]!==b[d]||!c&&t(a[d])!==t(b[d]))&&g++;return g+f}function v(b){a.suppressDeprecationWarnings===!1&&"undefined"!=typeof console&&console.warn&&console.warn("Deprecation warning: "+b)}function w(b,c){var d=!0;return i(function(){if(null!=a.deprecationHandler&&a.deprecationHandler(null,b),d){for(var e,f=[],g=0;g<arguments.length;g++){if(e="","object"==typeof arguments[g]){e+="\n["+g+"] ";for(var h in arguments[0])e+=h+": "+arguments[0][h]+", ";e=e.slice(0,-2)}else e=arguments[g];f.push(e)}v(b+"\nArguments: "+Array.prototype.slice.call(f).join("")+"\n"+(new Error).stack),d=!1}return c.apply(this,arguments)},c)}function x(b,c){null!=a.deprecationHandler&&a.deprecationHandler(b,c),qd[b]||(v(c),qd[b]=!0)}function y(a){return a instanceof Function||"[object Function]"===Object.prototype.toString.call(a)}function z(a){var b,c;for(c in a)b=a[c],y(b)?this[c]=b:this["_"+c]=b;this._config=a,
21
  // Lenient ordinal parsing accepts just a number in addition to
22
  // number + (possibly) stuff coming from _ordinalParseLenient.
23
  this._ordinalParseLenient=new RegExp(this._ordinalParse.source+"|"+/\d{1,2}/.source)}function A(a,b){var c,e=i({},a);for(c in b)h(b,c)&&(d(a[c])&&d(b[c])?(e[c]={},i(e[c],a[c]),i(e[c],b[c])):null!=b[c]?e[c]=b[c]:delete e[c]);for(c in a)h(a,c)&&!h(b,c)&&d(a[c])&&(
33
  // format date using native date object
34
  function W(a,b){return a.isValid()?(b=X(b,a.localeData()),Dd[b]=Dd[b]||V(b),Dd[b](a)):a.localeData().invalidDate()}function X(a,b){function c(a){return b.longDateFormat(a)||a}var d=5;for(Cd.lastIndex=0;d>=0&&Cd.test(a);)a=a.replace(Cd,c),Cd.lastIndex=0,d-=1;return a}function Y(a,b,c){Wd[a]=y(b)?b:function(a,d){return a&&c?c:b}}function Z(a,b){return h(Wd,a)?Wd[a](b._strict,b._locale):new RegExp($(a))}
35
  // Code from http://stackoverflow.com/questions/3561493/is-there-a-regexp-escape-function-in-javascript
36
+ function $(a){return _(a.replace("\\","").replace(/\\(\[)|\\(\])|\[([^\]\[]*)\]|\\(.)/g,function(a,b,c,d,e){return b||c||d||e}))}function _(a){return a.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&")}function aa(a,b){var c,d=b;for("string"==typeof a&&(a=[a]),"number"==typeof b&&(d=function(a,c){c[b]=t(a)}),c=0;c<a.length;c++)Xd[a[c]]=d}function ba(a,b){aa(a,function(a,c,d,e){d._w=d._w||{},b(a,d._w,d,e)})}function ca(a,b,c){null!=b&&h(Xd,a)&&Xd[a](b,c._a,c,a)}function da(a,b){return new Date(Date.UTC(a,b+1,0)).getUTCDate()}function ea(a,b){return a?c(this._months)?this._months[a.month()]:this._months[(this._months.isFormat||fe).test(b)?"format":"standalone"][a.month()]:this._months}function fa(a,b){return a?c(this._monthsShort)?this._monthsShort[a.month()]:this._monthsShort[fe.test(b)?"format":"standalone"][a.month()]:this._monthsShort}function ga(a,b,c){var d,e,f,g=a.toLocaleLowerCase();if(!this._monthsParse)for(
37
  // this is not used
38
  this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[],d=0;12>d;++d)f=j([2e3,d]),this._shortMonthsParse[d]=this.monthsShort(f,"").toLocaleLowerCase(),this._longMonthsParse[d]=this.months(f,"").toLocaleLowerCase();return c?"MMM"===b?(e=sd.call(this._shortMonthsParse,g),-1!==e?e:null):(e=sd.call(this._longMonthsParse,g),-1!==e?e:null):"MMM"===b?(e=sd.call(this._shortMonthsParse,g),-1!==e?e:(e=sd.call(this._longMonthsParse,g),-1!==e?e:null)):(e=sd.call(this._longMonthsParse,g),-1!==e?e:(e=sd.call(this._shortMonthsParse,g),-1!==e?e:null))}function ha(a,b,c){var d,e,f;if(this._monthsParseExact)return ga.call(this,a,b,c);
39
  // TODO: add sorting
73
  // MOMENTS
74
  function Aa(a){var b=this.localeData().week(this);return null==a?b:this.add(7*(a-b),"d")}function Ba(a){var b=va(this,1,4).week;return null==a?b:this.add(7*(a-b),"d")}
75
  // HELPERS
76
+ function Ca(a,b){return"string"!=typeof a?a:isNaN(a)?(a=b.weekdaysParse(a),"number"==typeof a?a:null):parseInt(a,10)}function Da(a,b){return"string"==typeof a?b.weekdaysParse(a)%7||7:isNaN(a)?null:a}function Ea(a,b){return a?c(this._weekdays)?this._weekdays[a.day()]:this._weekdays[this._weekdays.isFormat.test(b)?"format":"standalone"][a.day()]:this._weekdays}function Fa(a){return a?this._weekdaysShort[a.day()]:this._weekdaysShort}function Ga(a){return a?this._weekdaysMin[a.day()]:this._weekdaysMin}function Ha(a,b,c){var d,e,f,g=a.toLocaleLowerCase();if(!this._weekdaysParse)for(this._weekdaysParse=[],this._shortWeekdaysParse=[],this._minWeekdaysParse=[],d=0;7>d;++d)f=j([2e3,1]).day(d),this._minWeekdaysParse[d]=this.weekdaysMin(f,"").toLocaleLowerCase(),this._shortWeekdaysParse[d]=this.weekdaysShort(f,"").toLocaleLowerCase(),this._weekdaysParse[d]=this.weekdays(f,"").toLocaleLowerCase();return c?"dddd"===b?(e=sd.call(this._weekdaysParse,g),-1!==e?e:null):"ddd"===b?(e=sd.call(this._shortWeekdaysParse,g),-1!==e?e:null):(e=sd.call(this._minWeekdaysParse,g),-1!==e?e:null):"dddd"===b?(e=sd.call(this._weekdaysParse,g),-1!==e?e:(e=sd.call(this._shortWeekdaysParse,g),-1!==e?e:(e=sd.call(this._minWeekdaysParse,g),-1!==e?e:null))):"ddd"===b?(e=sd.call(this._shortWeekdaysParse,g),-1!==e?e:(e=sd.call(this._weekdaysParse,g),-1!==e?e:(e=sd.call(this._minWeekdaysParse,g),-1!==e?e:null))):(e=sd.call(this._minWeekdaysParse,g),-1!==e?e:(e=sd.call(this._weekdaysParse,g),-1!==e?e:(e=sd.call(this._shortWeekdaysParse,g),-1!==e?e:null)))}function Ia(a,b,c){var d,e,f;if(this._weekdaysParseExact)return Ha.call(this,a,b,c);for(this._weekdaysParse||(this._weekdaysParse=[],this._minWeekdaysParse=[],this._shortWeekdaysParse=[],this._fullWeekdaysParse=[]),d=0;7>d;d++){
77
  // test the regex
78
  if(e=j([2e3,1]).day(d),c&&!this._fullWeekdaysParse[d]&&(this._fullWeekdaysParse[d]=new RegExp("^"+this.weekdays(e,"").replace(".",".?")+"$","i"),this._shortWeekdaysParse[d]=new RegExp("^"+this.weekdaysShort(e,"").replace(".",".?")+"$","i"),this._minWeekdaysParse[d]=new RegExp("^"+this.weekdaysMin(e,"").replace(".",".?")+"$","i")),this._weekdaysParse[d]||(f="^"+this.weekdays(e,"")+"|^"+this.weekdaysShort(e,"")+"|^"+this.weekdaysMin(e,""),this._weekdaysParse[d]=new RegExp(f.replace(".",""),"i")),c&&"dddd"===b&&this._fullWeekdaysParse[d].test(a))return d;if(c&&"ddd"===b&&this._shortWeekdaysParse[d].test(a))return d;if(c&&"dd"===b&&this._minWeekdaysParse[d].test(a))return d;if(!c&&this._weekdaysParse[d].test(a))return d}}
79
  // MOMENTS
101
  //the next array item is better than a shallower substring of this one
102
  break;b--}f++}return null}function Ya(a){var b=null;
103
  // TODO: Find a better way to register and load all the locales in Node
104
+ if(!we[a]&&"undefined"!=typeof module&&module&&module.require)try{b=se._abbr,module.require("./locale/"+a),
105
  // because defineLocale currently also sets the global locale, we
106
  // want to undo that for lazy loaded locales
107
  Za(b)}catch(c){}return we[a]}
193
  // It is impossible translate months into days without knowing
194
  // which months you are are talking about, so we have to store
195
  // it separately.
196
+ this._months=+e+3*d+12*c,this._data={},this._locale=ab(),this._bubble()}function wb(a){return a instanceof vb}function xb(a){return 0>a?-1*Math.round(-1*a):Math.round(a)}
197
  // FORMATTING
198
+ function yb(a,b){T(a,0,0,function(){var a=this.utcOffset(),c="+";return 0>a&&(a=-a,c="-"),c+S(~~(a/60),2)+b+S(~~a%60,2)})}function zb(a,b){var c=(b||"").match(a)||[],d=c[c.length-1]||[],e=(d+"").match(Ge)||["-",0,0],f=+(60*e[1])+t(e[2]);return"+"===e[0]?f:-f}
199
  // Return a moment from input, that is local/utc/zone equivalent to model.
200
+ function Ab(b,c){var d,e;
201
  // Use low-level api, because this fn is low-level api.
202
+ return c._isUTC?(d=c.clone(),e=(r(b)||f(b)?b.valueOf():rb(b).valueOf())-d.valueOf(),d._d.setTime(d._d.valueOf()+e),a.updateOffset(d,!1),d):rb(b).local()}function Bb(a){
203
  // On Firefox.24 Date#getTimezoneOffset returns a floating point.
204
  // https://github.com/moment/moment/pull/1871
205
  return 15*-Math.round(a._d.getTimezoneOffset()/15)}
214
  // a second time. In case it wants us to change the offset again
215
  // _changeInProgress == true case, then we have to adjust, because
216
  // there is no such time in the given timezone.
217
+ function Cb(b,c){var d,e=this._offset||0;return this.isValid()?null!=b?("string"==typeof b?b=zb(Td,b):Math.abs(b)<16&&(b=60*b),!this._isUTC&&c&&(d=Bb(this)),this._offset=b,this._isUTC=!0,null!=d&&this.add(d,"m"),e!==b&&(!c||this._changeInProgress?Sb(this,Nb(b-e,"m"),1,!1):this._changeInProgress||(this._changeInProgress=!0,a.updateOffset(this,!0),this._changeInProgress=null)),this):this._isUTC?e:Bb(this):null!=b?this:NaN}function Db(a,b){return null!=a?("string"!=typeof a&&(a=-a),this.utcOffset(a,b),this):-this.utcOffset()}function Eb(a){return this.utcOffset(0,a)}function Fb(a){return this._isUTC&&(this.utcOffset(0,a),this._isUTC=!1,a&&this.subtract(Bb(this),"m")),this}function Gb(){if(this._tzm)this.utcOffset(this._tzm);else if("string"==typeof this._i){var a=zb(Sd,this._i);0===a?this.utcOffset(0,!0):this.utcOffset(zb(Sd,this._i))}return this}function Hb(a){return this.isValid()?(a=a?rb(a).utcOffset():0,(this.utcOffset()-a)%60===0):!1}function Ib(){return this.utcOffset()>this.clone().month(0).utcOffset()||this.utcOffset()>this.clone().month(5).utcOffset()}function Jb(){if(!o(this._isDSTShifted))return this._isDSTShifted;var a={};if(p(a,this),a=ob(a),a._a){var b=a._isUTC?j(a._a):rb(a._a);this._isDSTShifted=this.isValid()&&u(a._a,b.toArray())>0}else this._isDSTShifted=!1;return this._isDSTShifted}function Kb(){return this.isValid()?!this._isUTC:!1}function Lb(){return this.isValid()?this._isUTC:!1}function Mb(){return this.isValid()?this._isUTC&&0===this._offset:!1}function Nb(a,b){var c,d,e,f=a,
218
  // matching against regexp is expensive, do it on demand
219
  g=null;// checks for null or undefined
220
+ return wb(a)?f={ms:a._milliseconds,d:a._days,M:a._months}:"number"==typeof a?(f={},b?f[b]=a:f.milliseconds=a):(g=He.exec(a))?(c="-"===g[1]?-1:1,f={y:0,d:t(g[$d])*c,h:t(g[_d])*c,m:t(g[ae])*c,s:t(g[be])*c,ms:t(xb(1e3*g[ce]))*c}):(g=Ie.exec(a))?(c="-"===g[1]?-1:1,f={y:Ob(g[2],c),M:Ob(g[3],c),w:Ob(g[4],c),d:Ob(g[5],c),h:Ob(g[6],c),m:Ob(g[7],c),s:Ob(g[8],c)}):null==f?f={}:"object"==typeof f&&("from"in f||"to"in f)&&(e=Qb(rb(f.from),rb(f.to)),f={},f.ms=e.milliseconds,f.M=e.months),d=new vb(f),wb(a)&&h(a,"_locale")&&(d._locale=a._locale),d}function Ob(a,b){
221
  // We'd normally use ~~inp for this, but unfortunately it also
222
  // converts floats to ints.
223
  // inp may be undefined, so careful calling replace on it.
224
  var c=a&&parseFloat(a.replace(",","."));
225
  // apply sign while we're at it
226
+ return(isNaN(c)?0:c)*b}function Pb(a,b){var c={milliseconds:0,months:0};return c.months=b.month()-a.month()+12*(b.year()-a.year()),a.clone().add(c.months,"M").isAfter(b)&&--c.months,c.milliseconds=+b-+a.clone().add(c.months,"M"),c}function Qb(a,b){var c;return a.isValid()&&b.isValid()?(b=Ab(b,a),a.isBefore(b)?c=Pb(a,b):(c=Pb(b,a),c.milliseconds=-c.milliseconds,c.months=-c.months),c):{milliseconds:0,months:0}}
227
  // TODO: remove 'name' arg after deprecation is removed
228
  function Rb(a,b){return function(c,d){var e,f;
229
  //invert the arguments, but complain about it
230
+ return null===d||isNaN(+d)||(x(b,"moment()."+b+"(period, number) is deprecated. Please use moment()."+b+"(number, period). See http://momentjs.com/guides/#/warnings/add-inverted-param/ for more info."),f=c,c=d,d=f),c="string"==typeof c?+c:c,e=Nb(c,d),Sb(this,e,a),this}}function Sb(b,c,d,e){var f=c._milliseconds,g=xb(c._days),h=xb(c._months);b.isValid()&&(e=null==e?!0:e,f&&b._d.setTime(b._d.valueOf()+f*d),g&&P(b,"Date",O(b,"Date")+g*d),h&&ia(b,O(b,"Month")+h*d),e&&a.updateOffset(b,g||h))}function Tb(a,b){var c=a.diff(b,"days",!0);return-6>c?"sameElse":-1>c?"lastWeek":0>c?"lastDay":1>c?"sameDay":2>c?"nextDay":7>c?"nextWeek":"sameElse"}function Ub(b,c){
231
  // We want to compare the start of today, vs this.
232
  // Getting start-of-today depends on whether we're local/utc/offset or not.
233
+ var d=b||rb(),e=Ab(d,this).startOf("day"),f=a.calendarFormat(this,e)||"sameElse",g=c&&(y(c[f])?c[f].call(this,d):c[f]);return this.format(g||this.localeData().calendar(f,this,rb(d)))}function Vb(){return new q(this)}function Wb(a,b){var c=r(a)?a:rb(a);return this.isValid()&&c.isValid()?(b=J(o(b)?"millisecond":b),"millisecond"===b?this.valueOf()>c.valueOf():c.valueOf()<this.clone().startOf(b).valueOf()):!1}function Xb(a,b){var c=r(a)?a:rb(a);return this.isValid()&&c.isValid()?(b=J(o(b)?"millisecond":b),"millisecond"===b?this.valueOf()<c.valueOf():this.clone().endOf(b).valueOf()<c.valueOf()):!1}function Yb(a,b,c,d){return d=d||"()",("("===d[0]?this.isAfter(a,c):!this.isBefore(a,c))&&(")"===d[1]?this.isBefore(b,c):!this.isAfter(b,c))}function Zb(a,b){var c,d=r(a)?a:rb(a);return this.isValid()&&d.isValid()?(b=J(b||"millisecond"),"millisecond"===b?this.valueOf()===d.valueOf():(c=d.valueOf(),this.clone().startOf(b).valueOf()<=c&&c<=this.clone().endOf(b).valueOf())):!1}function $b(a,b){return this.isSame(a,b)||this.isAfter(a,b)}function _b(a,b){return this.isSame(a,b)||this.isBefore(a,b)}function ac(a,b,c){var d,e,f,g;// 1000
234
  // 1000 * 60
235
  // 1000 * 60 * 60
236
  // 1000 * 60 * 60 * 24, negate dst
237
  // 1000 * 60 * 60 * 24 * 7, negate dst
238
+ return this.isValid()?(d=Ab(a,this),d.isValid()?(e=6e4*(d.utcOffset()-this.utcOffset()),b=J(b),"year"===b||"month"===b||"quarter"===b?(g=bc(this,d),"quarter"===b?g/=3:"year"===b&&(g/=12)):(f=this-d,g="second"===b?f/1e3:"minute"===b?f/6e4:"hour"===b?f/36e5:"day"===b?(f-e)/864e5:"week"===b?(f-e)/6048e5:f),c?g:s(g)):NaN):NaN}function bc(a,b){
239
  // difference in months
240
  var c,d,e=12*(b.year()-a.year())+(b.month()-a.month()),
241
  // b is in (anchor - 1 month, anchor + 1 month)
243
  //check for negative zero, return zero if negative zero
244
  // linear across the month
245
  // linear across the month
246
+ return 0>b-f?(c=a.clone().add(e-1,"months"),d=(b-f)/(f-c)):(c=a.clone().add(e+1,"months"),d=(b-f)/(c-f)),-(e+d)||0}function cc(){return this.clone().locale("en").format("ddd MMM DD YYYY HH:mm:ss [GMT]ZZ")}function dc(){var a=this.clone().utc();return 0<a.year()&&a.year()<=9999?y(Date.prototype.toISOString)?this.toDate().toISOString():W(a,"YYYY-MM-DD[T]HH:mm:ss.SSS[Z]"):W(a,"YYYYYY-MM-DD[T]HH:mm:ss.SSS[Z]")}function ec(b){b||(b=this.isUtc()?a.defaultFormatUtc:a.defaultFormat);var c=W(this,b);return this.localeData().postformat(c)}function fc(a,b){return this.isValid()&&(r(a)&&a.isValid()||rb(a).isValid())?Nb({to:this,from:a}).locale(this.locale()).humanize(!b):this.localeData().invalidDate()}function gc(a){return this.from(rb(),a)}function hc(a,b){return this.isValid()&&(r(a)&&a.isValid()||rb(a).isValid())?Nb({from:this,to:a}).locale(this.locale()).humanize(!b):this.localeData().invalidDate()}function ic(a){return this.to(rb(),a)}
247
  // If passed a locale key, it will set the locale for this
248
  // instance. Otherwise, it will return the locale configuration
249
  // variables for this instance.
280
  // (true, 5)
281
  // (true, fmt, 5)
282
  // (true, fmt)
283
+ function Oc(a,b,c,d){"boolean"==typeof a?("number"==typeof b&&(c=b,b=void 0),b=b||""):(b=a,c=b,a=!1,"number"==typeof b&&(c=b,b=void 0),b=b||"");var e=ab(),f=a?e._week.dow:0;if(null!=c)return Mc(b,(c+f)%7,d,"day");var g,h=[];for(g=0;7>g;g++)h[g]=Mc(b,(g+f)%7,d,"day");return h}function Pc(a,b){return Nc(a,b,"months")}function Qc(a,b){return Nc(a,b,"monthsShort")}function Rc(a,b,c){return Oc(a,b,c,"weekdays")}function Sc(a,b,c){return Oc(a,b,c,"weekdaysShort")}function Tc(a,b,c){return Oc(a,b,c,"weekdaysMin")}function Uc(){var a=this._data;return this._milliseconds=Ue(this._milliseconds),this._days=Ue(this._days),this._months=Ue(this._months),a.milliseconds=Ue(a.milliseconds),a.seconds=Ue(a.seconds),a.minutes=Ue(a.minutes),a.hours=Ue(a.hours),a.months=Ue(a.months),a.years=Ue(a.years),this}function Vc(a,b,c,d){var e=Nb(b,c);return a._milliseconds+=d*e._milliseconds,a._days+=d*e._days,a._months+=d*e._months,a._bubble()}
284
  // supports only 2.0-style add(1, 's') or add(duration)
285
  function Wc(a,b){return Vc(this,a,b,1)}
286
  // supports only 2.0-style subtract(1, 's') or subtract(duration)
302
  // TODO: Use this.as('ms')?
303
  function bd(){return this._milliseconds+864e5*this._days+this._months%12*2592e6+31536e6*t(this._months/12)}function cd(a){return function(){return this.as(a)}}function dd(a){return a=J(a),this[a+"s"]()}function ed(a){return function(){return this._data[a]}}function fd(){return s(this.days()/7)}
304
  // helper function for moment.fn.from, moment.fn.fromNow, and moment.duration.fn.humanize
305
+ function gd(a,b,c,d,e){return e.relativeTime(b||1,!!c,a,d)}function hd(a,b,c){var d=Nb(a).abs(),e=jf(d.as("s")),f=jf(d.as("m")),g=jf(d.as("h")),h=jf(d.as("d")),i=jf(d.as("M")),j=jf(d.as("y")),k=e<kf.s&&["s",e]||1>=f&&["m"]||f<kf.m&&["mm",f]||1>=g&&["h"]||g<kf.h&&["hh",g]||1>=h&&["d"]||h<kf.d&&["dd",h]||1>=i&&["M"]||i<kf.M&&["MM",i]||1>=j&&["y"]||["yy",j];return k[2]=b,k[3]=+a>0,k[4]=c,gd.apply(null,k)}
306
  // This function allows you to set the rounding function for relative time strings
307
  function id(a){return void 0===a?jf:"function"==typeof a?(jf=a,!0):!1}
308
  // This function allows you to set a threshold for relative time strings
362
  // PRIORITY
363
  L("hour",13),Y("a",Ta),Y("A",Ta),Y("H",Kd),Y("h",Kd),Y("HH",Kd,Gd),Y("hh",Kd,Gd),Y("hmm",Ld),Y("hmmss",Md),Y("Hmm",Ld),Y("Hmmss",Md),aa(["H","HH"],_d),aa(["a","A"],function(a,b,c){c._isPm=c._locale.isPM(a),c._meridiem=a}),aa(["h","hh"],function(a,b,c){b[_d]=t(a),l(c).bigHour=!0}),aa("hmm",function(a,b,c){var d=a.length-2;b[_d]=t(a.substr(0,d)),b[ae]=t(a.substr(d)),l(c).bigHour=!0}),aa("hmmss",function(a,b,c){var d=a.length-4,e=a.length-2;b[_d]=t(a.substr(0,d)),b[ae]=t(a.substr(d,2)),b[be]=t(a.substr(e)),l(c).bigHour=!0}),aa("Hmm",function(a,b,c){var d=a.length-2;b[_d]=t(a.substr(0,d)),b[ae]=t(a.substr(d))}),aa("Hmmss",function(a,b,c){var d=a.length-4,e=a.length-2;b[_d]=t(a.substr(0,d)),b[ae]=t(a.substr(d,2)),b[be]=t(a.substr(e))});var se,te=/[ap]\.?m?\.?/i,ue=N("Hours",!0),ve={calendar:td,longDateFormat:ud,invalidDate:vd,ordinal:wd,ordinalParse:xd,relativeTime:yd,months:ge,monthsShort:he,week:le,weekdays:me,weekdaysMin:oe,weekdaysShort:ne,meridiemParse:te},we={},xe=/^\s*((?:[+-]\d{6}|\d{4})-(?:\d\d-\d\d|W\d\d-\d|W\d\d|\d\d\d|\d\d))(?:(T| )(\d\d(?::\d\d(?::\d\d(?:[.,]\d+)?)?)?)([\+\-]\d\d(?::?\d\d)?|\s*Z)?)?/,ye=/^\s*((?:[+-]\d{6}|\d{4})(?:\d\d\d\d|W\d\d\d|W\d\d|\d\d\d|\d\d))(?:(T| )(\d\d(?:\d\d(?:\d\d(?:[.,]\d+)?)?)?)([\+\-]\d\d(?::?\d\d)?|\s*Z)?)?/,ze=/Z|[+-]\d\d(?::?\d\d)?/,Ae=[["YYYYYY-MM-DD",/[+-]\d{6}-\d\d-\d\d/],["YYYY-MM-DD",/\d{4}-\d\d-\d\d/],["GGGG-[W]WW-E",/\d{4}-W\d\d-\d/],["GGGG-[W]WW",/\d{4}-W\d\d/,!1],["YYYY-DDD",/\d{4}-\d{3}/],["YYYY-MM",/\d{4}-\d\d/,!1],["YYYYYYMMDD",/[+-]\d{10}/],["YYYYMMDD",/\d{8}/],
364
  // YYYYMM is NOT allowed by the standard
365
+ ["GGGG[W]WWE",/\d{4}W\d{3}/],["GGGG[W]WW",/\d{4}W\d{2}/,!1],["YYYYDDD",/\d{7}/]],Be=[["HH:mm:ss.SSSS",/\d\d:\d\d:\d\d\.\d+/],["HH:mm:ss,SSSS",/\d\d:\d\d:\d\d,\d+/],["HH:mm:ss",/\d\d:\d\d:\d\d/],["HH:mm",/\d\d:\d\d/],["HHmmss.SSSS",/\d\d\d\d\d\d\.\d+/],["HHmmss,SSSS",/\d\d\d\d\d\d,\d+/],["HHmmss",/\d\d\d\d\d\d/],["HHmm",/\d\d\d\d/],["HH",/\d\d/]],Ce=/^\/?Date\((\-?\d+)/i;a.createFromInputFallback=w("value provided is not in a recognized ISO format. moment construction falls back to js Date(), which is not reliable across all browsers and versions. Non ISO date formats are discouraged and will be removed in an upcoming major release. Please refer to http://momentjs.com/guides/#/warnings/js-date/ for more info.",function(a){a._d=new Date(a._i+(a._useUTC?" UTC":""))}),
366
  // constant that refers to the ISO standard
367
+ a.ISO_8601=function(){};var De=w("moment().min is deprecated, use moment.max instead. http://momentjs.com/guides/#/warnings/min-max/",function(){var a=rb.apply(null,arguments);return this.isValid()&&a.isValid()?this>a?this:a:n()}),Ee=w("moment().max is deprecated, use moment.min instead. http://momentjs.com/guides/#/warnings/min-max/",function(){var a=rb.apply(null,arguments);return this.isValid()&&a.isValid()?a>this?this:a:n()}),Fe=function(){return Date.now?Date.now():+new Date};yb("Z",":"),yb("ZZ",""),
368
  // PARSING
369
+ Y("Z",Td),Y("ZZ",Td),aa(["Z","ZZ"],function(a,b,c){c._useUTC=!0,c._tzm=zb(Td,a)});
370
  // HELPERS
371
  // timezone chunker
372
  // '+10:00' > ['10', '00']
377
  // It is intended to keep the offset in sync with the timezone.
378
  a.updateOffset=function(){};
379
  // ASP.NET json date format regex
380
+ var He=/^(\-)?(?:(\d*)[. ])?(\d+)\:(\d+)(?:\:(\d+)(\.\d*)?)?$/,Ie=/^(-)?P(?:(-?[0-9,.]*)Y)?(?:(-?[0-9,.]*)M)?(?:(-?[0-9,.]*)W)?(?:(-?[0-9,.]*)D)?(?:T(?:(-?[0-9,.]*)H)?(?:(-?[0-9,.]*)M)?(?:(-?[0-9,.]*)S)?)?$/;Nb.fn=vb.prototype;var Je=Rb(1,"add"),Ke=Rb(-1,"subtract");a.defaultFormat="YYYY-MM-DDTHH:mm:ssZ",a.defaultFormatUtc="YYYY-MM-DDTHH:mm:ss[Z]";var Le=w("moment().lang() is deprecated. Instead, use moment().localeData() to get the language configuration. Use moment().locale() to change languages.",function(a){return void 0===a?this.localeData():this.locale(a)});
381
  // FORMATTING
382
  T(0,["gg",2],0,function(){return this.weekYear()%100}),T(0,["GG",2],0,function(){return this.isoWeekYear()%100}),xc("gggg","weekYear"),xc("ggggg","weekYear"),xc("GGGG","isoWeekYear"),xc("GGGGG","isoWeekYear"),
383
  // ALIASES
465
  // Millisecond
466
  Re.millisecond=Re.milliseconds=Qe,
467
  // Offset
468
+ Re.utcOffset=Cb,Re.utc=Eb,Re.local=Fb,Re.parseZone=Gb,Re.hasAlignedHourOffset=Hb,Re.isDST=Ib,Re.isLocal=Kb,Re.isUtcOffset=Lb,Re.isUtc=Mb,Re.isUTC=Mb,
469
  // Timezone
470
  Re.zoneAbbr=Hc,Re.zoneName=Ic,
471
  // Deprecations
472
+ Re.dates=w("dates accessor is deprecated. Use date instead.",Me),Re.months=w("months accessor is deprecated. Use month instead",ja),Re.years=w("years accessor is deprecated. Use year instead",ke),Re.zone=w("moment().zone is deprecated, use moment().utcOffset instead. http://momentjs.com/guides/#/warnings/zone/",Db),Re.isDSTShifted=w("isDSTShifted is deprecated. See http://momentjs.com/guides/#/warnings/dst-shifted/ for more information",Jb);var Se=Re,Te=B.prototype;Te.calendar=C,Te.longDateFormat=D,Te.invalidDate=E,Te.ordinal=F,Te.preparse=Lc,Te.postformat=Lc,Te.relativeTime=G,Te.pastFuture=H,Te.set=z,
473
  // Month
474
  Te.months=ea,Te.monthsShort=fa,Te.monthsParse=ha,Te.monthsRegex=ma,Te.monthsShortRegex=la,
475
  // Week
492
  // PARSING
493
  Y("x",Rd),Y("X",Ud),aa("X",function(a,b,c){c._d=new Date(1e3*parseFloat(a,10))}),aa("x",function(a,b,c){c._d=new Date(t(a))}),
494
  // Side effect imports
495
+ a.version="2.15.0",b(rb),a.fn=Se,a.min=tb,a.max=ub,a.now=Fe,a.utc=j,a.unix=Jc,a.months=Pc,a.isDate=f,a.locale=Za,a.invalid=n,a.duration=Nb,a.isMoment=r,a.weekdays=Rc,a.parseZone=Kc,a.localeData=ab,a.isDuration=wb,a.monthsShort=Qc,a.weekdaysMin=Tc,a.defineLocale=$a,a.updateLocale=_a,a.locales=bb,a.weekdaysShort=Sc,a.normalizeUnits=J,a.relativeTimeRounding=id,a.relativeTimeThreshold=jd,a.calendarFormat=Tb,a.prototype=Se;var nf=a;return nf});
google-calendar-events.php CHANGED
@@ -5,7 +5,7 @@
5
  * Description: Add Google Calendar events to your WordPress site in minutes. Beautiful calendar displays. Fully responsive.
6
  * Author: Moonstone Media
7
  * Author URI: https://simplecalendar.io
8
- * Version: 3.1.2
9
  * Text Domain: google-calendar-events
10
  * Domain Path: /i18n
11
  *
@@ -21,7 +21,7 @@ if ( ! defined( 'ABSPATH' ) ) {
21
  $this_plugin_path = trailingslashit( dirname( __FILE__ ) );
22
  $this_plugin_dir = plugin_dir_url( __FILE__ );
23
  $this_plugin_constants = array(
24
- 'SIMPLE_CALENDAR_VERSION' => '3.1.2',
25
  'SIMPLE_CALENDAR_MAIN_FILE' => __FILE__,
26
  'SIMPLE_CALENDAR_URL' => $this_plugin_dir,
27
  'SIMPLE_CALENDAR_ASSETS' => $this_plugin_dir . 'assets/',
@@ -41,7 +41,7 @@ include_once 'includes/wp-requirements.php';
41
  // Check plugin requirements before loading plugin.
42
  $this_plugin_checks = new SimCal_WP_Requirements( 'Simple Calendar', plugin_basename( __FILE__ ), array(
43
  'PHP' => '5.3.3',
44
- 'WordPress' => '4.1',
45
  'Extensions' => array(
46
  'curl',
47
  'iconv',
5
  * Description: Add Google Calendar events to your WordPress site in minutes. Beautiful calendar displays. Fully responsive.
6
  * Author: Moonstone Media
7
  * Author URI: https://simplecalendar.io
8
+ * Version: 3.1.3
9
  * Text Domain: google-calendar-events
10
  * Domain Path: /i18n
11
  *
21
  $this_plugin_path = trailingslashit( dirname( __FILE__ ) );
22
  $this_plugin_dir = plugin_dir_url( __FILE__ );
23
  $this_plugin_constants = array(
24
+ 'SIMPLE_CALENDAR_VERSION' => '3.1.3',
25
  'SIMPLE_CALENDAR_MAIN_FILE' => __FILE__,
26
  'SIMPLE_CALENDAR_URL' => $this_plugin_dir,
27
  'SIMPLE_CALENDAR_ASSETS' => $this_plugin_dir . 'assets/',
41
  // Check plugin requirements before loading plugin.
42
  $this_plugin_checks = new SimCal_WP_Requirements( 'Simple Calendar', plugin_basename( __FILE__ ), array(
43
  'PHP' => '5.3.3',
44
+ 'WordPress' => '4.2',
45
  'Extensions' => array(
46
  'curl',
47
  'iconv',
includes/abstracts/calendar.php CHANGED
@@ -731,6 +731,39 @@ abstract class Calendar {
731
  return $event_builder->parse_event_template_tags( $template );
732
  }
733
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
734
  /**
735
  * Output the calendar markup.
736
  *
731
  return $event_builder->parse_event_template_tags( $template );
732
  }
733
 
734
+ /**
735
+ * Get "Add to Google Calendar" link.
736
+ *
737
+ * @since 3.1.3
738
+ *
739
+ * @param Event $event Event object to be parsed.
740
+ *
741
+ * @return string
742
+ */
743
+ public function get_add_to_gcal_url( Event $event ) {
744
+ $base_url = 'https://calendar.google.com/calendar/render';
745
+ // Was https://www.google.com/calendar/render
746
+
747
+ // Start & end date/time in specific format for GCal.
748
+ // &dates=20160504T110000Z/20160504T170000Z
749
+ // All day events remove time component.
750
+ $gcal_dt_format = ( true == $event->whole_day ) ? 'Ymd' : 'Ymd\THi00\Z';
751
+ $gcal_dt_string = $gcal_dt_string = $event->start_dt->format( $gcal_dt_format ) . '/' . $event->end_dt->format( $gcal_dt_format );
752
+
753
+ $params = array(
754
+ 'action' => 'TEMPLATE',
755
+ 'text' => urlencode( strip_tags( $event->title ) ),
756
+ 'dates' => $gcal_dt_string,
757
+ 'details' => urlencode( $event->description ), // works if blank
758
+ 'location' => urlencode( $event->start_location['address'] ), // works if just a name, just an address, or blank
759
+ 'trp' => 'false',
760
+ );
761
+
762
+ $url = add_query_arg( $params, $base_url );
763
+
764
+ return $url;
765
+ }
766
+
767
  /**
768
  * Output the calendar markup.
769
  *
includes/admin/assets.php CHANGED
@@ -60,14 +60,14 @@ class Assets {
60
  'simcal-tiptip',
61
  $js_path_vendor . 'jquery.tipTip' . ( ( $this->min !== '' ) ? '.minified' : '' ) . '.js',
62
  array( 'jquery' ),
63
- '1.3',
64
  true
65
  );
66
  wp_register_script(
67
  'simcal-select2',
68
  $js_path_vendor . 'select2' . $this->min . '.js',
69
  array(),
70
- '4.0',
71
  true
72
  );
73
  wp_register_script(
@@ -100,7 +100,7 @@ class Assets {
100
  'simcal-select2',
101
  $css_path_vendor . 'select2' . $this->min . '.css',
102
  array(),
103
- '4.0.0'
104
  );
105
  wp_register_style(
106
  'simcal-admin',
60
  'simcal-tiptip',
61
  $js_path_vendor . 'jquery.tipTip' . ( ( $this->min !== '' ) ? '.minified' : '' ) . '.js',
62
  array( 'jquery' ),
63
+ SIMPLE_CALENDAR_VERSION,
64
  true
65
  );
66
  wp_register_script(
67
  'simcal-select2',
68
  $js_path_vendor . 'select2' . $this->min . '.js',
69
  array(),
70
+ SIMPLE_CALENDAR_VERSION,
71
  true
72
  );
73
  wp_register_script(
100
  'simcal-select2',
101
  $css_path_vendor . 'select2' . $this->min . '.css',
102
  array(),
103
+ SIMPLE_CALENDAR_VERSION
104
  );
105
  wp_register_style(
106
  'simcal-admin',
includes/admin/pages/system-status.php CHANGED
@@ -335,8 +335,11 @@ class System_Status extends Admin_Page {
335
  * ==================
336
  */
337
 
338
- if ( version_compare( PHP_VERSION, '5.5.19', '<' ) ) {
339
- $php = '<mark class="error">' . sprintf( __( '%1$s - It is recomendend to upgrade at least to PHP version 5.5.19 for security reasons. <a href="%2$s" target="_blank">Read more.</a>', 'google-calendar-events' ), PHP_VERSION, 'http://www.wpupdatephp.com/update/' ) . '</mark>';
 
 
 
340
  } else {
341
  $php = '<mark class="ok">' . PHP_VERSION . '</mark>';
342
  }
@@ -447,11 +450,6 @@ class System_Status extends Admin_Page {
447
  'result' => ( ini_get( 'display_errors' ) ) ? __( 'Yes', 'google-calendar-events' ) . ' (' . ini_get( 'display_errors' ) . ')' : '-',
448
  'result_export' => ( ini_get( 'display_errors' ) ) ? 'Yes' : 'No',
449
  ),
450
- 'php_safe_mode' => array(
451
- 'label' => 'Safe Mode',
452
- 'result' => ( ini_get( 'safe_mode' ) ) ? __( 'Yes', 'google-calendar-events' ) : __( 'No', 'google-calendar-events' ),
453
- 'result_export' => ( ini_get( 'safe_mode' ) ) ? 'Yes' : 'No',
454
- ),
455
  'php_memory_limit' => array(
456
  'label' => 'Memory Limit',
457
  'result' => $php_memory_limit ? $php_memory_limit : '-',
335
  * ==================
336
  */
337
 
338
+ if ( version_compare( PHP_VERSION, '5.6', '<' ) ) {
339
+ $php = '<mark>' . PHP_VERSION . ' - ' .
340
+ __( 'WordPress.org recommends upgrading to PHP 5.6 or higher for better security.', 'google-calendar-events' ) .
341
+ ' <a href="https://wordpress.org/about/requirements/" target="_blank">' . __( 'Read more.', 'google-calendar-events' ) . '</a>' .
342
+ '</mark>';
343
  } else {
344
  $php = '<mark class="ok">' . PHP_VERSION . '</mark>';
345
  }
450
  'result' => ( ini_get( 'display_errors' ) ) ? __( 'Yes', 'google-calendar-events' ) . ' (' . ini_get( 'display_errors' ) . ')' : '-',
451
  'result_export' => ( ini_get( 'display_errors' ) ) ? 'Yes' : 'No',
452
  ),
 
 
 
 
 
453
  'php_memory_limit' => array(
454
  'label' => 'Memory Limit',
455
  'result' => $php_memory_limit ? $php_memory_limit : '-',
includes/admin/welcome.php CHANGED
@@ -57,39 +57,26 @@ class Welcome {
57
  switch ( $page ) {
58
 
59
  case 'simple-calendar_about' :
60
- $page = add_dashboard_page(
61
- $welcome_page_title,
62
- $welcome_page_name,
63
- 'manage_options',
64
- 'simple-calendar_about',
65
- array( $this, 'about_screen' )
66
- );
67
- add_action( 'admin_print_styles-' . $page, array( $this, 'styles' ) );
68
  break;
69
 
70
  case 'simple-calendar_credits' :
71
- $page = add_dashboard_page(
72
- $welcome_page_title,
73
- $welcome_page_name,
74
- 'manage_options',
75
- 'simple-calendar_credits',
76
- array( $this, 'credits_screen' )
77
- );
78
- add_action( 'admin_print_styles-' . $page, array( $this, 'styles' ) );
79
  break;
80
 
81
  case 'simple-calendar_translators' :
82
- $page = add_dashboard_page(
83
- $welcome_page_title,
84
- $welcome_page_name,
85
- 'manage_options',
86
- 'simple-calendar_translators',
87
- array( $this, 'translators_screen' )
88
- );
89
- add_action( 'admin_print_styles-' . $page, array( $this, 'styles' ) );
90
  break;
91
  }
92
-
93
  }
94
 
95
  /**
@@ -103,23 +90,6 @@ class Welcome {
103
  remove_submenu_page( 'index.php', 'simple-calendar_translators' );
104
  }
105
 
106
- /**
107
- * Load styles.
108
- *
109
- * @since 3.0.0
110
- */
111
- public function styles() {
112
- // TODO Nothing in activation.css yet
113
- /*
114
- wp_enqueue_style(
115
- 'simcal-activation',
116
- SIMPLE_CALENDAR_ASSETS . '/css/activation.css',
117
- array(),
118
- SIMPLE_CALENDAR_VERSION
119
- );
120
- */
121
- }
122
-
123
  /**
124
  * Main nav links at top & bottom.
125
  *
57
  switch ( $page ) {
58
 
59
  case 'simple-calendar_about' :
60
+ $page = add_dashboard_page( $welcome_page_title, $welcome_page_name, 'manage_options', 'simple-calendar_about', array(
61
+ $this,
62
+ 'about_screen',
63
+ ) );
 
 
 
 
64
  break;
65
 
66
  case 'simple-calendar_credits' :
67
+ $page = add_dashboard_page( $welcome_page_title, $welcome_page_name, 'manage_options', 'simple-calendar_credits', array(
68
+ $this,
69
+ 'credits_screen',
70
+ ) );
 
 
 
 
71
  break;
72
 
73
  case 'simple-calendar_translators' :
74
+ $page = add_dashboard_page( $welcome_page_title, $welcome_page_name, 'manage_options', 'simple-calendar_translators', array(
75
+ $this,
76
+ 'translators_screen',
77
+ ) );
 
 
 
 
78
  break;
79
  }
 
80
  }
81
 
82
  /**
90
  remove_submenu_page( 'index.php', 'simple-calendar_translators' );
91
  }
92
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
93
  /**
94
  * Main nav links at top & bottom.
95
  *
includes/assets.php CHANGED
@@ -102,7 +102,7 @@ class Assets {
102
  'simplecalendar-imagesloaded',
103
  SIMPLE_CALENDAR_ASSETS . 'js/vendor/imagesloaded.pkgd' . $min . '.js',
104
  array( 'simcal-qtip' ),
105
- '3.1.8',
106
  true
107
  );
108
  }
@@ -212,12 +212,9 @@ class Assets {
212
  // TODO Rework dependencies part (or remove completely).
213
 
214
  $src = esc_url( $v['src'] );
215
- //$deps = isset( $v['deps'] ) ? $v['deps'] : array();
216
- $ver = isset( $v['ver'] ) ? $v['ver'] : SIMPLE_CALENDAR_VERSION;
217
  $in_footer = isset( $v['in_footer'] ) ? $v['in_footer'] : false;
218
 
219
- //wp_enqueue_script( $script, $src, $deps, $ver, $in_footer );
220
- wp_enqueue_script( $script, $src, array(), $ver, $in_footer );
221
 
222
  if ( ! empty( $v['localize'] ) && is_array( $v['localize'] ) ) {
223
  foreach ( $v['localize'] as $object => $l10n ) {
@@ -254,12 +251,9 @@ class Assets {
254
  // TODO Rework dependencies part (or remove completely).
255
 
256
  $src = esc_url( $v['src'] );
257
- //$deps = isset( $v['deps'] ) ? $v['deps'] : array();
258
- $ver = isset( $v['ver'] ) ? $v['ver'] : SIMPLE_CALENDAR_VERSION;
259
  $media = isset( $v['media'] ) ? $v['media'] : 'all';
260
 
261
- //wp_enqueue_style( $style, $src, $deps, $ver, $media );
262
- wp_enqueue_style( $style, $src, array(), $ver, $media );
263
 
264
  } elseif ( is_string( $v ) && ! empty( $v ) ) {
265
 
102
  'simplecalendar-imagesloaded',
103
  SIMPLE_CALENDAR_ASSETS . 'js/vendor/imagesloaded.pkgd' . $min . '.js',
104
  array( 'simcal-qtip' ),
105
+ SIMPLE_CALENDAR_VERSION,
106
  true
107
  );
108
  }
212
  // TODO Rework dependencies part (or remove completely).
213
 
214
  $src = esc_url( $v['src'] );
 
 
215
  $in_footer = isset( $v['in_footer'] ) ? $v['in_footer'] : false;
216
 
217
+ wp_enqueue_script( $script, $src, array(), SIMPLE_CALENDAR_VERSION, $in_footer );
 
218
 
219
  if ( ! empty( $v['localize'] ) && is_array( $v['localize'] ) ) {
220
  foreach ( $v['localize'] as $object => $l10n ) {
251
  // TODO Rework dependencies part (or remove completely).
252
 
253
  $src = esc_url( $v['src'] );
 
 
254
  $media = isset( $v['media'] ) ? $v['media'] : 'all';
255
 
256
+ wp_enqueue_style( $style, $src, array(), SIMPLE_CALENDAR_VERSION, $media );
 
257
 
258
  } elseif ( is_string( $v ) && ! empty( $v ) ) {
259
 
includes/calendars/admin/default-calendar-admin.php CHANGED
@@ -303,10 +303,11 @@ class Default_Calendar_Admin {
303
  </tbody>
304
  <?php
305
 
 
306
  $settings = get_option( 'simple-calendar_settings_calendars' );
307
  $default_theme = isset( $settings['default-calendar']['theme'] ) ? $settings['default-calendar']['theme'] : 'light';
308
- $default_today_color = /*isset( $settings['default-calendar']['today_color'] ) ? $settings['default-calendar']['today_color'] :*/ '#1e73be';
309
- $default_days_events_color = /*isset( $settings['default-calendar']['days_events_color'] ) ? $settings['default-calendar']['days_events_color'] :*/ '#000000';
310
 
311
  ?>
312
  <tbody class="simcal-panel-section">
@@ -397,7 +398,7 @@ class Default_Calendar_Admin {
397
  update_post_meta( $post_id, '_default_calendar_style_theme', $theme );
398
 
399
  // Today color.
400
- $today_color = isset( $_POST['_default_calendar_style_today'] ) ? sanitize_text_field( $_POST['_default_calendar_style_today'] ) : '#FF000';
401
  update_post_meta( $post_id, '_default_calendar_style_today', $today_color );
402
 
403
  // Days with events color.
303
  </tbody>
304
  <?php
305
 
306
+ // TODO Defaults repeated here and in process_meta(). Need to consolidate at some point.
307
  $settings = get_option( 'simple-calendar_settings_calendars' );
308
  $default_theme = isset( $settings['default-calendar']['theme'] ) ? $settings['default-calendar']['theme'] : 'light';
309
+ $default_today_color = isset( $settings['default-calendar']['today_color'] ) ? $settings['default-calendar']['today_color'] : '#1e73be';
310
+ $default_days_events_color = isset( $settings['default-calendar']['days_events_color'] ) ? $settings['default-calendar']['days_events_color'] : '#000000';
311
 
312
  ?>
313
  <tbody class="simcal-panel-section">
398
  update_post_meta( $post_id, '_default_calendar_style_theme', $theme );
399
 
400
  // Today color.
401
+ $today_color = isset( $_POST['_default_calendar_style_today'] ) ? sanitize_text_field( $_POST['_default_calendar_style_today'] ) : '#1e73be';
402
  update_post_meta( $post_id, '_default_calendar_style_today', $today_color );
403
 
404
  // Days with events color.
includes/calendars/views/default-calendar-grid.php CHANGED
@@ -118,19 +118,16 @@ class Default_Calendar_Grid implements Calendar_View {
118
  'simcal-qtip' => array(
119
  'src' => SIMPLE_CALENDAR_ASSETS . 'js/vendor/jquery.qtip' . $min . '.js',
120
  'deps' => array( 'jquery' ),
121
- 'ver' => '2.2.1',
122
  'in_footer' => true,
123
  ),
124
  'simcal-fullcal-moment' => array(
125
  'src' => SIMPLE_CALENDAR_ASSETS . 'js/vendor/moment' . $min . '.js',
126
  'deps' => array( 'jquery' ),
127
- 'ver' => '',
128
  'in_footer' => true,
129
  ),
130
  'simcal-moment-timezone' => array(
131
  'src' => SIMPLE_CALENDAR_ASSETS . 'js/vendor/moment-timezone-with-data' . $min . '.js',
132
  'deps' => array( 'jquery' ),
133
- 'ver' => '',
134
  'in_footer' => true,
135
  ),
136
  'simcal-default-calendar' => array(
@@ -141,7 +138,6 @@ class Default_Calendar_Grid implements Calendar_View {
141
  'simcal-fullcal-moment',
142
  'simcal-moment-timezone',
143
  ),
144
- 'var' => SIMPLE_CALENDAR_VERSION,
145
  'in_footer' => true,
146
  'localize' => array(
147
  'simcal_default_calendar' => simcal_common_scripts_variables(),
@@ -165,7 +161,6 @@ class Default_Calendar_Grid implements Calendar_View {
165
  return array(
166
  'simcal-qtip' => array(
167
  'src' => SIMPLE_CALENDAR_ASSETS . 'css/vendor/jquery.qtip' . $min . '.css',
168
- 'ver' => '2.2.1',
169
  'media' => 'all',
170
  ),
171
  'simcal-default-calendar-grid' => array(
@@ -173,7 +168,6 @@ class Default_Calendar_Grid implements Calendar_View {
173
  'deps' => array(
174
  'simcal-qtip',
175
  ),
176
- 'ver' => SIMPLE_CALENDAR_VERSION,
177
  'media' => 'all',
178
  ),
179
  'simcal-default-calendar-list' => array(
@@ -181,7 +175,6 @@ class Default_Calendar_Grid implements Calendar_View {
181
  'deps' => array(
182
  'simcal-qtip',
183
  ),
184
- 'ver' => SIMPLE_CALENDAR_VERSION,
185
  'media' => 'all',
186
  ),
187
  );
118
  'simcal-qtip' => array(
119
  'src' => SIMPLE_CALENDAR_ASSETS . 'js/vendor/jquery.qtip' . $min . '.js',
120
  'deps' => array( 'jquery' ),
 
121
  'in_footer' => true,
122
  ),
123
  'simcal-fullcal-moment' => array(
124
  'src' => SIMPLE_CALENDAR_ASSETS . 'js/vendor/moment' . $min . '.js',
125
  'deps' => array( 'jquery' ),
 
126
  'in_footer' => true,
127
  ),
128
  'simcal-moment-timezone' => array(
129
  'src' => SIMPLE_CALENDAR_ASSETS . 'js/vendor/moment-timezone-with-data' . $min . '.js',
130
  'deps' => array( 'jquery' ),
 
131
  'in_footer' => true,
132
  ),
133
  'simcal-default-calendar' => array(
138
  'simcal-fullcal-moment',
139
  'simcal-moment-timezone',
140
  ),
 
141
  'in_footer' => true,
142
  'localize' => array(
143
  'simcal_default_calendar' => simcal_common_scripts_variables(),
161
  return array(
162
  'simcal-qtip' => array(
163
  'src' => SIMPLE_CALENDAR_ASSETS . 'css/vendor/jquery.qtip' . $min . '.css',
 
164
  'media' => 'all',
165
  ),
166
  'simcal-default-calendar-grid' => array(
168
  'deps' => array(
169
  'simcal-qtip',
170
  ),
 
171
  'media' => 'all',
172
  ),
173
  'simcal-default-calendar-list' => array(
175
  'deps' => array(
176
  'simcal-qtip',
177
  ),
 
178
  'media' => 'all',
179
  ),
180
  );
includes/calendars/views/default-calendar-list.php CHANGED
@@ -138,7 +138,6 @@ class Default_Calendar_List implements Calendar_View {
138
  'simcal-qtip' => array(
139
  'src' => SIMPLE_CALENDAR_ASSETS . 'js/vendor/qtip' . $min . '.js',
140
  'deps' => array( 'jquery' ),
141
- 'ver' => '2.2.1',
142
  'in_footer' => true,
143
  ),
144
  'simcal-default-calendar' => array(
@@ -147,7 +146,6 @@ class Default_Calendar_List implements Calendar_View {
147
  'jquery',
148
  'simcal-qtip',
149
  ),
150
- 'var' => SIMPLE_CALENDAR_VERSION,
151
  'in_footer' => true,
152
  'localize' => array(
153
  'simcal_default_calendar' => simcal_common_scripts_variables(),
@@ -171,7 +169,6 @@ class Default_Calendar_List implements Calendar_View {
171
  return array(
172
  'simcal-default-calendar-list' => array(
173
  'src' => SIMPLE_CALENDAR_ASSETS . 'css/default-calendar-list' . $min . '.css',
174
- 'ver' => SIMPLE_CALENDAR_VERSION,
175
  'media' => 'all',
176
  ),
177
  );
@@ -590,8 +587,6 @@ class Default_Calendar_List implements Calendar_View {
590
  $event_visibility = ' style="display: none"';
591
  endif;
592
 
593
- $event_color = '';
594
- $bullet = '';
595
  $event_color = $event->get_color();
596
  if ( ! empty( $event_color ) ) {
597
  $side = is_rtl() ? 'right' : 'left';
138
  'simcal-qtip' => array(
139
  'src' => SIMPLE_CALENDAR_ASSETS . 'js/vendor/qtip' . $min . '.js',
140
  'deps' => array( 'jquery' ),
 
141
  'in_footer' => true,
142
  ),
143
  'simcal-default-calendar' => array(
146
  'jquery',
147
  'simcal-qtip',
148
  ),
 
149
  'in_footer' => true,
150
  'localize' => array(
151
  'simcal_default_calendar' => simcal_common_scripts_variables(),
169
  return array(
170
  'simcal-default-calendar-list' => array(
171
  'src' => SIMPLE_CALENDAR_ASSETS . 'css/default-calendar-list' . $min . '.css',
 
172
  'media' => 'all',
173
  ),
174
  );
587
  $event_visibility = ' style="display: none"';
588
  endif;
589
 
 
 
590
  $event_color = $event->get_color();
591
  if ( ! empty( $event_color ) ) {
592
  $side = is_rtl() ? 'right' : 'left';
includes/events/event-builder.php CHANGED
@@ -100,6 +100,7 @@ class Event_Builder {
100
 
101
  'link', // An HTML link to the event URL.
102
  'url', // A string with the raw event link URL.
 
103
 
104
  'calendar', // The title of the source calendar.
105
  'feed-title', // @deprecated An alias of 'calendar'.
@@ -247,14 +248,26 @@ class Event_Builder {
247
  case 'location' :
248
  case 'start-location' :
249
  case 'end-location' :
250
- $location = $tag == 'end-location' ? $event->end_location['address'] : $event->start_location['address'];
251
- $location_class = $tag == 'end-location' ? 'end' : 'start';
252
- return ' <span class="simcal-event-address simcal-event-' . $location_class . '-location" itemprop="location" itemscope itemtype="http://schema.org/Place">' . wp_strip_all_tags( $location ) . '</span>';
 
 
 
 
 
 
 
 
 
 
 
 
253
 
254
  case 'start-location-link':
255
  case 'end-location-link' :
256
  case 'maps-link' :
257
- $location = $tag == 'end-location-link' ? $event->end_location['address'] : $event->start_location['address'];
258
  if ( ! empty( $location ) ) {
259
  $url = '//maps.google.com?q=' . urlencode( $location );
260
  return $this->make_link( $tag, $url, $calendar->get_event_html( $event, $partial ), $attr );
@@ -263,9 +276,18 @@ class Event_Builder {
263
 
264
  case 'link' :
265
  case 'url' :
266
- $content = 'link' == $tag ? $calendar->get_event_html( $event, $partial ) : '';
267
  return $this->make_link( $tag, $event->link, $content , $attr );
268
 
 
 
 
 
 
 
 
 
 
269
  case 'calendar' :
270
  case 'feed-title' :
271
  return $event->source;
@@ -601,7 +623,7 @@ class Event_Builder {
601
  ' <span class="simcal-event-start simcal-event-start-time" ' .
602
  'data-event-start="' . $start->getTimestamp() . '" ' .
603
  'data-event-format="' . $this->calendar->time_format . '" ' .
604
- 'itemprop="startDate" data-content="' . $start->toIso8601String() . '">' .
605
  date_i18n( $this->calendar->time_format, $start->getTimestamp() ) .
606
  '</span> ';
607
 
@@ -610,7 +632,7 @@ class Event_Builder {
610
  $time_end = ' <span class="simcal-event-end simcal-event-end-time" ' .
611
  'data-event-end="' . $end->getTimestamp() . '" ' .
612
  'data-event-format="' . $this->calendar->time_format . '" ' .
613
- 'itemprop="endDate" data-content="' . $end->toIso8601String() . '">' .
614
  date_i18n( $this->calendar->time_format, $end->getTimestamp() ) .
615
  '</span> ';
616
 
@@ -623,7 +645,7 @@ class Event_Builder {
623
  $output = ' <span class="simcal-event-start simcal-event-start-date" ' .
624
  'data-event-start="' . $start->getTimestamp() . '" ' .
625
  'data-event-format="' . $this->calendar->date_format . '" ' .
626
- 'itemprop="startDate" data-content="' . $start->toIso8601String() . '">' .
627
  date_i18n( $this->calendar->date_format, $start->getTimestamp() ) .
628
  '</span> ' .
629
  $time_start;
@@ -634,7 +656,7 @@ class Event_Builder {
634
  ' <span class="simcal-event-start simcal-event-end-date" ' .
635
  'data-event-start="' . $end->getTimestamp() . '" ' .
636
  'data-event-format="' . $this->calendar->date_format . '" ' .
637
- 'itemprop="endDate" data-content="' . $end->toIso8601String() . '">' .
638
  date_i18n( $this->calendar->date_format, $end->getTimestamp() ) .
639
  '</span> ' .
640
  $time_end;
@@ -644,9 +666,11 @@ class Event_Builder {
644
 
645
  $time_end = ! empty( $time_start ) && ! empty( $time_end ) ? ' - ' . $time_end : '';
646
 
 
647
  $output = ' <span class="simcal-event-start simcal-event-start-date" ' .
648
  'data-event-start="' . $start->getTimestamp() . '" ' .
649
- 'data-event-format="' . $this->calendar->date_format . '">' .
 
650
  date_i18n( $this->calendar->date_format, $start->getTimestamp() ) .
651
  '</span> ' .
652
  $time_start .
@@ -711,7 +735,7 @@ class Event_Builder {
711
  return '<span class="simcal-event-' . $bound . ' ' . 'simcal-event-' . $bound . '-' . $format . '" ' .
712
  'data-event-' . $bound . '="' . $event_dt->getTimestamp() . '" ' .
713
  'data-event-format="' . $dt_format . '" ' .
714
- 'itemprop="' . $bound . 'Date" data-content="' . $event_dt->toIso8601String() . '">' .
715
  $value .
716
  '</span>';
717
  }
100
 
101
  'link', // An HTML link to the event URL.
102
  'url', // A string with the raw event link URL.
103
+ 'add-to-gcal-link', // Link for viewers to add to their GCals.
104
 
105
  'calendar', // The title of the source calendar.
106
  'feed-title', // @deprecated An alias of 'calendar'.
248
  case 'location' :
249
  case 'start-location' :
250
  case 'end-location' :
251
+ $location = ( 'end-location' == $tag ) ? $event->end_location['address'] : $event->start_location['address'];
252
+ $location_class = ( 'end-location' == $tag ) ? 'end' : 'start';
253
+
254
+ // location, location.name, location.address (type PostalAddress) all required for schema data.
255
+ // Need to use event name where location data doesn't exist.
256
+ // Since we have 1 location field, use it as the name and address.
257
+ // If the location is blank, use the event title as the name and address.
258
+ // Wrap with wp_strip_all_tags().
259
+ $meta_location_name_and_address = empty( $location ) ? wp_strip_all_tags( $event->title ) : wp_strip_all_tags( $location );
260
+
261
+ return ' <span class="simcal-event-address simcal-event-' . $location_class . '-location" itemprop="location" itemscope itemtype="http://schema.org/Place">' .
262
+ '<meta itemprop="name" content="' . $meta_location_name_and_address . '" />' .
263
+ '<meta itemprop="address" content="' . $meta_location_name_and_address . '" />' .
264
+ wp_strip_all_tags( $location ) .
265
+ '</span>';
266
 
267
  case 'start-location-link':
268
  case 'end-location-link' :
269
  case 'maps-link' :
270
+ $location = ( 'end-location-link' == $tag ) ? $event->end_location['address'] : $event->start_location['address'];
271
  if ( ! empty( $location ) ) {
272
  $url = '//maps.google.com?q=' . urlencode( $location );
273
  return $this->make_link( $tag, $url, $calendar->get_event_html( $event, $partial ), $attr );
276
 
277
  case 'link' :
278
  case 'url' :
279
+ $content = ( 'link' == $tag ) ? $calendar->get_event_html( $event, $partial ) : '';
280
  return $this->make_link( $tag, $event->link, $content , $attr );
281
 
282
+ case 'add-to-gcal-link';
283
+ $content = ( 'add-to-gcal-link' == $tag ) ? $calendar->get_event_html( $event, $partial ) : '';
284
+ if ( ! empty( $content ) ) {
285
+ $url = $calendar->get_add_to_gcal_url( $event );
286
+
287
+ return $this->make_link( $tag, $url, $content, $attr );
288
+ }
289
+ break;
290
+
291
  case 'calendar' :
292
  case 'feed-title' :
293
  return $event->source;
623
  ' <span class="simcal-event-start simcal-event-start-time" ' .
624
  'data-event-start="' . $start->getTimestamp() . '" ' .
625
  'data-event-format="' . $this->calendar->time_format . '" ' .
626
+ 'itemprop="startDate" content="' . $start->toIso8601String() . '">' .
627
  date_i18n( $this->calendar->time_format, $start->getTimestamp() ) .
628
  '</span> ';
629
 
632
  $time_end = ' <span class="simcal-event-end simcal-event-end-time" ' .
633
  'data-event-end="' . $end->getTimestamp() . '" ' .
634
  'data-event-format="' . $this->calendar->time_format . '" ' .
635
+ 'itemprop="endDate" content="' . $end->toIso8601String() . '">' .
636
  date_i18n( $this->calendar->time_format, $end->getTimestamp() ) .
637
  '</span> ';
638
 
645
  $output = ' <span class="simcal-event-start simcal-event-start-date" ' .
646
  'data-event-start="' . $start->getTimestamp() . '" ' .
647
  'data-event-format="' . $this->calendar->date_format . '" ' .
648
+ 'itemprop="startDate" content="' . $start->toIso8601String() . '">' .
649
  date_i18n( $this->calendar->date_format, $start->getTimestamp() ) .
650
  '</span> ' .
651
  $time_start;
656
  ' <span class="simcal-event-start simcal-event-end-date" ' .
657
  'data-event-start="' . $end->getTimestamp() . '" ' .
658
  'data-event-format="' . $this->calendar->date_format . '" ' .
659
+ 'itemprop="endDate" content="' . $end->toIso8601String() . '">' .
660
  date_i18n( $this->calendar->date_format, $end->getTimestamp() ) .
661
  '</span> ' .
662
  $time_end;
666
 
667
  $time_end = ! empty( $time_start ) && ! empty( $time_end ) ? ' - ' . $time_end : '';
668
 
669
+ // All-day events also need startDate for schema data.
670
  $output = ' <span class="simcal-event-start simcal-event-start-date" ' .
671
  'data-event-start="' . $start->getTimestamp() . '" ' .
672
+ 'data-event-format="' . $this->calendar->date_format . '" ' .
673
+ 'itemprop="startDate" content="' . $start->toIso8601String() . '">' .
674
  date_i18n( $this->calendar->date_format, $start->getTimestamp() ) .
675
  '</span> ' .
676
  $time_start .
735
  return '<span class="simcal-event-' . $bound . ' ' . 'simcal-event-' . $bound . '-' . $format . '" ' .
736
  'data-event-' . $bound . '="' . $event_dt->getTimestamp() . '" ' .
737
  'data-event-format="' . $dt_format . '" ' .
738
+ 'itemprop="' . $bound . 'Date" content="' . $event_dt->toIso8601String() . '">' .
739
  $value .
740
  '</span>';
741
  }
includes/feeds/admin/google-admin.php CHANGED
@@ -85,7 +85,7 @@ class Google_Admin {
85
  '<br/><br/>' .
86
  '<em style="font-size: 14px;">' .
87
  sprintf( __( '<strong>Note:</strong> Calendars configured to use the <strong><a href="%s" target="_blank">Google Calendar Pro add-on</a></strong> use a different method of authorization.', 'google-calendar-events' ),
88
- simcal_ga_campaign_url( simcal_get_url( 'gcal-pro' ), 'core-plugin', 'settings-link' )
89
  ) .
90
  '</em>',
91
  'fields' => array(
85
  '<br/><br/>' .
86
  '<em style="font-size: 14px;">' .
87
  sprintf( __( '<strong>Note:</strong> Calendars configured to use the <strong><a href="%s" target="_blank">Google Calendar Pro add-on</a></strong> use a different method of authorization.', 'google-calendar-events' ),
88
+ simcal_ga_campaign_url( simcal_get_url( 'addons' ), 'core-plugin', 'settings-link' )
89
  ) .
90
  '</em>',
91
  'fields' => array(
includes/main.php CHANGED
@@ -191,7 +191,7 @@ final class Plugin {
191
  do_action( 'before_simcal_init' );
192
 
193
  // Set up localization.
194
- load_plugin_textdomain( 'google-calendar-events', false, dirname( plugin_basename( SIMPLE_CALENDAR_MAIN_FILE ) ) . '/i18n/' );
195
 
196
  // Init objects factory.
197
  $this->objects = new Objects();
@@ -200,6 +200,16 @@ final class Plugin {
200
  do_action( 'simcal_init' );
201
  }
202
 
 
 
 
 
 
 
 
 
 
 
203
  /**
204
  * Register plugin settings.
205
  *
191
  do_action( 'before_simcal_init' );
192
 
193
  // Set up localization.
194
+ add_action( 'plugins_loaded', array( $this, 'load_plugin_textdomain' ) );
195
 
196
  // Init objects factory.
197
  $this->objects = new Objects();
200
  do_action( 'simcal_init' );
201
  }
202
 
203
+ /**
204
+ * Loads the plugin textdomain for translation.
205
+ *
206
+ * @since 3.1.3
207
+ */
208
+ public function load_plugin_textdomain() {
209
+
210
+ load_plugin_textdomain( 'google-calendar-events', false, dirname( plugin_basename( SIMPLE_CALENDAR_MAIN_FILE ) ) . '/i18n/' );
211
+ }
212
+
213
  /**
214
  * Register plugin settings.
215
  *
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: moonstonemedia, pderksen, nickyoung87, nekojira, rosshanney
3
  Tags: google calendar, calendar, calendars, google, event calendar, custom calendar, custom calendars, event, events
4
  Requires at least: 4.2
5
  Tested up to: 4.6
6
- Stable tag: 3.1.2
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -94,6 +94,15 @@ We'd love your help! Here's a few things you can do:
94
 
95
  == Changelog ==
96
 
 
 
 
 
 
 
 
 
 
97
  = 3.1.2 - July 13, 2016 =
98
 
99
  * Fix: Multi-day events do not stop short a day.
3
  Tags: google calendar, calendar, calendars, google, event calendar, custom calendar, custom calendars, event, events
4
  Requires at least: 4.2
5
  Tested up to: 4.6
6
+ Stable tag: 3.1.3
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
94
 
95
  == Changelog ==
96
 
97
+ = 3.1.3 - September 12, 2016 =
98
+
99
+ * Feature: Added "Add to Google Calendar" link event template tag.
100
+ * Fix: Corrected all structured data/schema.org output errors caught by Google's structured data testing tool.
101
+ * Fix: Default colors specified for today and events with days should now work even when colors blanked out.
102
+ * Dev: System report tweaks for PHP 7 compatibility.
103
+ * Dev: Sass 3.4 compatibility.
104
+ * Dev: Move load_plugin_textdomain call to plugins_loaded hook. Not needed with WP 4.6+.
105
+
106
  = 3.1.2 - July 13, 2016 =
107
 
108
  * Fix: Multi-day events do not stop short a day.
vendor/autoload.php CHANGED
@@ -4,4 +4,4 @@
4
 
5
  require_once __DIR__ . '/composer' . '/autoload_real.php';
6
 
7
- return ComposerAutoloaderInitf26f36ad9bd5c1fa2fd296c51b641376::getLoader();
4
 
5
  require_once __DIR__ . '/composer' . '/autoload_real.php';
6
 
7
+ return ComposerAutoloaderInit4013cb7d1b1a392c5fcc301b662b7103::getLoader();
vendor/autoload_52.php DELETED
@@ -1,7 +0,0 @@
1
- <?php
2
-
3
- // autoload_52.php generated by xrstf/composer-php52
4
-
5
- require_once dirname(__FILE__) . '/composer'.'/autoload_real_52.php';
6
-
7
- return ComposerAutoloaderInita0f96ab4b271e438ba05ec2f94144864::getLoader();
 
 
 
 
 
 
 
vendor/composer/ClassLoader52.php DELETED
@@ -1,271 +0,0 @@
1
- <?php
2
- /*
3
- * Copyright (c) 2013, Christoph Mewes, http://www.xrstf.de
4
- *
5
- * This file is released under the terms of the MIT license. You can find the
6
- * complete text in the attached LICENSE file or online at:
7
- *
8
- * http://www.opensource.org/licenses/mit-license.php
9
- *
10
- * --------------------------------------------------------------------------
11
- *
12
- * 99% of this is copied as-is from the original Composer source code and is
13
- * released under MIT license as well. Copyright goes to:
14
- *
15
- * - Fabien Potencier <fabien@symfony.com>
16
- * - Jordi Boggiano <j.boggiano@seld.be>
17
- */
18
-
19
- class xrstf_Composer52_ClassLoader {
20
- private $prefixes = array();
21
- private $fallbackDirs = array();
22
- private $useIncludePath = false;
23
- private $classMap = array();
24
- private $classMapAuthoratative = false;
25
- private $allowUnderscore = false;
26
-
27
- /**
28
- * @param boolean $flag true to allow class names with a leading underscore, false to disable
29
- */
30
- public function setAllowUnderscore($flag) {
31
- $this->allowUnderscore = (boolean) $flag;
32
- }
33
-
34
- /**
35
- * @return array
36
- */
37
- public function getPrefixes() {
38
- return $this->prefixes;
39
- }
40
-
41
- /**
42
- * Turns off searching the prefix and fallback directories for classes
43
- * that have not been registered with the class map.
44
- *
45
- * @param bool $classMapAuthoratative
46
- */
47
- public function setClassMapAuthoritative($classMapAuthoratative) {
48
- $this->classMapAuthoratative = $classMapAuthoratative;
49
- }
50
-
51
- /**
52
- * Should class lookup fail if not found in the current class map?
53
- *
54
- * @return bool
55
- */
56
- public function getClassMapAuthoratative() {
57
- return $this->classMapAuthoratative;
58
- }
59
-
60
- /**
61
- * @return array
62
- */
63
- public function getFallbackDirs() {
64
- return $this->fallbackDirs;
65
- }
66
-
67
- /**
68
- * @return array
69
- */
70
- public function getClassMap() {
71
- return $this->classMap;
72
- }
73
-
74
- /**
75
- * @param array $classMap class to filename map
76
- */
77
- public function addClassMap(array $classMap) {
78
- if ($this->classMap) {
79
- $this->classMap = array_merge($this->classMap, $classMap);
80
- }
81
- else {
82
- $this->classMap = $classMap;
83
- }
84
- }
85
-
86
- /**
87
- * Registers a set of classes, merging with any others previously set.
88
- *
89
- * @param string $prefix the classes prefix
90
- * @param array|string $paths the location(s) of the classes
91
- * @param bool $prepend prepend the location(s)
92
- */
93
- public function add($prefix, $paths, $prepend = false) {
94
- if (!$prefix) {
95
- if ($prepend) {
96
- $this->fallbackDirs = array_merge(
97
- (array) $paths,
98
- $this->fallbackDirs
99
- );
100
- }
101
- else {
102
- $this->fallbackDirs = array_merge(
103
- $this->fallbackDirs,
104
- (array) $paths
105
- );
106
- }
107
-
108
- return;
109
- }
110
-
111
- if (!isset($this->prefixes[$prefix])) {
112
- $this->prefixes[$prefix] = (array) $paths;
113
- return;
114
- }
115
-
116
- if ($prepend) {
117
- $this->prefixes[$prefix] = array_merge(
118
- (array) $paths,
119
- $this->prefixes[$prefix]
120
- );
121
- }
122
- else {
123
- $this->prefixes[$prefix] = array_merge(
124
- $this->prefixes[$prefix],
125
- (array) $paths
126
- );
127
- }
128
- }
129
-
130
- /**
131
- * Registers a set of classes, replacing any others previously set.
132
- *
133
- * @param string $prefix the classes prefix
134
- * @param array|string $paths the location(s) of the classes
135
- */
136
- public function set($prefix, $paths) {
137
- if (!$prefix) {
138
- $this->fallbackDirs = (array) $paths;
139
- return;
140
- }
141
-
142
- $this->prefixes[$prefix] = (array) $paths;
143
- }
144
-
145
- /**
146
- * Turns on searching the include path for class files.
147
- *
148
- * @param bool $useIncludePath
149
- */
150
- public function setUseIncludePath($useIncludePath) {
151
- $this->useIncludePath = $useIncludePath;
152
- }
153
-
154
- /**
155
- * Can be used to check if the autoloader uses the include path to check
156
- * for classes.
157
- *
158
- * @return bool
159
- */
160
- public function getUseIncludePath() {
161
- return $this->useIncludePath;
162
- }
163
-
164
- /**
165
- * Registers this instance as an autoloader.
166
- */
167
- public function register() {
168
- spl_autoload_register(array($this, 'loadClass'), true);
169
- }
170
-
171
- /**
172
- * Unregisters this instance as an autoloader.
173
- */
174
- public function unregister() {
175
- spl_autoload_unregister(array($this, 'loadClass'));
176
- }
177
-
178
- /**
179
- * Loads the given class or interface.
180
- *
181
- * @param string $class the name of the class
182
- * @return bool|null true, if loaded
183
- */
184
- public function loadClass($class) {
185
- if ($file = $this->findFile($class)) {
186
- include $file;
187
- return true;
188
- }
189
- }
190
-
191
- /**
192
- * Finds the path to the file where the class is defined.
193
- *
194
- * @param string $class the name of the class
195
- * @return string|null the path, if found
196
- */
197
- public function findFile($class) {
198
- if ('\\' === $class[0]) {
199
- $class = substr($class, 1);
200
- }
201
-
202
- if (isset($this->classMap[$class])) {
203
- return $this->classMap[$class];
204
- }
205
- elseif ($this->classMapAuthoratative) {
206
- return false;
207
- }
208
-
209
- $classPath = $this->getClassPath($class);
210
-
211
- foreach ($this->prefixes as $prefix => $dirs) {
212
- if (0 === strpos($class, $prefix)) {
213
- foreach ($dirs as $dir) {
214
- if (file_exists($dir.DIRECTORY_SEPARATOR.$classPath)) {
215
- return $dir.DIRECTORY_SEPARATOR.$classPath;
216
- }
217
- }
218
- }
219
- }
220
-
221
- foreach ($this->fallbackDirs as $dir) {
222
- if (file_exists($dir.DIRECTORY_SEPARATOR.$classPath)) {
223
- return $dir.DIRECTORY_SEPARATOR.$classPath;
224
- }
225
- }
226
-
227
- if ($this->useIncludePath && $file = self::resolveIncludePath($classPath)) {
228
- return $file;
229
- }
230
-
231
- return $this->classMap[$class] = false;
232
- }
233
-
234
- private function getClassPath($class) {
235
- if (false !== $pos = strrpos($class, '\\')) {
236
- // namespaced class name
237
- $classPath = str_replace('\\', DIRECTORY_SEPARATOR, substr($class, 0, $pos)).DIRECTORY_SEPARATOR;
238
- $className = substr($class, $pos + 1);
239
- }
240
- else {
241
- // PEAR-like class name
242
- $classPath = null;
243
- $className = $class;
244
- }
245
-
246
- $className = str_replace('_', DIRECTORY_SEPARATOR, $className);
247
-
248
- // restore the prefix
249
- if ($this->allowUnderscore && DIRECTORY_SEPARATOR === $className[0]) {
250
- $className[0] = '_';
251
- }
252
-
253
- $classPath .= $className.'.php';
254
-
255
- return $classPath;
256
- }
257
-
258
- public static function resolveIncludePath($classPath) {
259
- $paths = explode(PATH_SEPARATOR, get_include_path());
260
-
261
- foreach ($paths as $path) {
262
- $path = rtrim($path, '/\\');
263
-
264
- if ($file = file_exists($path.DIRECTORY_SEPARATOR.$file)) {
265
- return $file;
266
- }
267
- }
268
-
269
- return false;
270
- }
271
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/composer/autoload_classmap.php CHANGED
@@ -6,3567 +6,5 @@ $vendorDir = dirname(dirname(__FILE__));
6
  $baseDir = dirname($vendorDir);
7
 
8
  return array(
9
- 'Google_Auth_Abstract' => $vendorDir . '/google/apiclient/src/Google/Auth/Abstract.php',
10
- 'Google_Auth_AppIdentity' => $vendorDir . '/google/apiclient/src/Google/Auth/AppIdentity.php',
11
- 'Google_Auth_AssertionCredentials' => $vendorDir . '/google/apiclient/src/Google/Auth/AssertionCredentials.php',
12
- 'Google_Auth_ComputeEngine' => $vendorDir . '/google/apiclient/src/Google/Auth/ComputeEngine.php',
13
- 'Google_Auth_Exception' => $vendorDir . '/google/apiclient/src/Google/Auth/Exception.php',
14
- 'Google_Auth_LoginTicket' => $vendorDir . '/google/apiclient/src/Google/Auth/LoginTicket.php',
15
- 'Google_Auth_OAuth2' => $vendorDir . '/google/apiclient/src/Google/Auth/OAuth2.php',
16
- 'Google_Auth_Simple' => $vendorDir . '/google/apiclient/src/Google/Auth/Simple.php',
17
- 'Google_Cache_Abstract' => $vendorDir . '/google/apiclient/src/Google/Cache/Abstract.php',
18
- 'Google_Cache_Apc' => $vendorDir . '/google/apiclient/src/Google/Cache/Apc.php',
19
- 'Google_Cache_Exception' => $vendorDir . '/google/apiclient/src/Google/Cache/Exception.php',
20
- 'Google_Cache_File' => $vendorDir . '/google/apiclient/src/Google/Cache/File.php',
21
- 'Google_Cache_Memcache' => $vendorDir . '/google/apiclient/src/Google/Cache/Memcache.php',
22
- 'Google_Cache_Null' => $vendorDir . '/google/apiclient/src/Google/Cache/Null.php',
23
- 'Google_Client' => $vendorDir . '/google/apiclient/src/Google/Client.php',
24
- 'Google_Collection' => $vendorDir . '/google/apiclient/src/Google/Collection.php',
25
- 'Google_Config' => $vendorDir . '/google/apiclient/src/Google/Config.php',
26
- 'Google_Exception' => $vendorDir . '/google/apiclient/src/Google/Exception.php',
27
- 'Google_Http_Batch' => $vendorDir . '/google/apiclient/src/Google/Http/Batch.php',
28
- 'Google_Http_CacheParser' => $vendorDir . '/google/apiclient/src/Google/Http/CacheParser.php',
29
- 'Google_Http_MediaFileUpload' => $vendorDir . '/google/apiclient/src/Google/Http/MediaFileUpload.php',
30
- 'Google_Http_REST' => $vendorDir . '/google/apiclient/src/Google/Http/REST.php',
31
- 'Google_Http_Request' => $vendorDir . '/google/apiclient/src/Google/Http/Request.php',
32
- 'Google_IO_Abstract' => $vendorDir . '/google/apiclient/src/Google/IO/Abstract.php',
33
- 'Google_IO_Curl' => $vendorDir . '/google/apiclient/src/Google/IO/Curl.php',
34
- 'Google_IO_Exception' => $vendorDir . '/google/apiclient/src/Google/IO/Exception.php',
35
- 'Google_IO_Stream' => $vendorDir . '/google/apiclient/src/Google/IO/Stream.php',
36
- 'Google_Logger_Abstract' => $vendorDir . '/google/apiclient/src/Google/Logger/Abstract.php',
37
- 'Google_Logger_Exception' => $vendorDir . '/google/apiclient/src/Google/Logger/Exception.php',
38
- 'Google_Logger_File' => $vendorDir . '/google/apiclient/src/Google/Logger/File.php',
39
- 'Google_Logger_Null' => $vendorDir . '/google/apiclient/src/Google/Logger/Null.php',
40
- 'Google_Logger_Psr' => $vendorDir . '/google/apiclient/src/Google/Logger/Psr.php',
41
- 'Google_Model' => $vendorDir . '/google/apiclient/src/Google/Model.php',
42
- 'Google_Service' => $vendorDir . '/google/apiclient/src/Google/Service.php',
43
- 'Google_Service_AdExchangeBuyer' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeBuyer.php',
44
- 'Google_Service_AdExchangeBuyer_Account' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeBuyer.php',
45
- 'Google_Service_AdExchangeBuyer_AccountBidderLocation' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeBuyer.php',
46
- 'Google_Service_AdExchangeBuyer_AccountsList' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeBuyer.php',
47
- 'Google_Service_AdExchangeBuyer_Accounts_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeBuyer.php',
48
- 'Google_Service_AdExchangeBuyer_AdSize' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeBuyer.php',
49
- 'Google_Service_AdExchangeBuyer_AdSlotDto' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeBuyer.php',
50
- 'Google_Service_AdExchangeBuyer_AddOrderDealsRequest' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeBuyer.php',
51
- 'Google_Service_AdExchangeBuyer_AddOrderDealsResponse' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeBuyer.php',
52
- 'Google_Service_AdExchangeBuyer_AddOrderNotesRequest' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeBuyer.php',
53
- 'Google_Service_AdExchangeBuyer_AddOrderNotesResponse' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeBuyer.php',
54
- 'Google_Service_AdExchangeBuyer_AdvertiserDto' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeBuyer.php',
55
- 'Google_Service_AdExchangeBuyer_AudienceSegment' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeBuyer.php',
56
- 'Google_Service_AdExchangeBuyer_BillingInfo' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeBuyer.php',
57
- 'Google_Service_AdExchangeBuyer_BillingInfoList' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeBuyer.php',
58
- 'Google_Service_AdExchangeBuyer_BillingInfo_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeBuyer.php',
59
- 'Google_Service_AdExchangeBuyer_BrandDto' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeBuyer.php',
60
- 'Google_Service_AdExchangeBuyer_Budget' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeBuyer.php',
61
- 'Google_Service_AdExchangeBuyer_Budget_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeBuyer.php',
62
- 'Google_Service_AdExchangeBuyer_Buyer' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeBuyer.php',
63
- 'Google_Service_AdExchangeBuyer_BuyerDto' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeBuyer.php',
64
- 'Google_Service_AdExchangeBuyer_ClientAccessCapabilities' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeBuyer.php',
65
- 'Google_Service_AdExchangeBuyer_Clientaccess_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeBuyer.php',
66
- 'Google_Service_AdExchangeBuyer_ContactInformation' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeBuyer.php',
67
- 'Google_Service_AdExchangeBuyer_CreateOrdersRequest' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeBuyer.php',
68
- 'Google_Service_AdExchangeBuyer_CreateOrdersResponse' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeBuyer.php',
69
- 'Google_Service_AdExchangeBuyer_Creative' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeBuyer.php',
70
- 'Google_Service_AdExchangeBuyer_CreativeCorrections' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeBuyer.php',
71
- 'Google_Service_AdExchangeBuyer_CreativeFilteringReasons' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeBuyer.php',
72
- 'Google_Service_AdExchangeBuyer_CreativeFilteringReasonsReasons' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeBuyer.php',
73
- 'Google_Service_AdExchangeBuyer_CreativeNativeAd' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeBuyer.php',
74
- 'Google_Service_AdExchangeBuyer_CreativeNativeAdAppIcon' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeBuyer.php',
75
- 'Google_Service_AdExchangeBuyer_CreativeNativeAdImage' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeBuyer.php',
76
- 'Google_Service_AdExchangeBuyer_CreativeNativeAdLogo' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeBuyer.php',
77
- 'Google_Service_AdExchangeBuyer_CreativeServingRestrictions' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeBuyer.php',
78
- 'Google_Service_AdExchangeBuyer_CreativeServingRestrictionsContexts' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeBuyer.php',
79
- 'Google_Service_AdExchangeBuyer_CreativeServingRestrictionsDisapprovalReasons' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeBuyer.php',
80
- 'Google_Service_AdExchangeBuyer_CreativesList' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeBuyer.php',
81
- 'Google_Service_AdExchangeBuyer_Creatives_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeBuyer.php',
82
- 'Google_Service_AdExchangeBuyer_DateTime' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeBuyer.php',
83
- 'Google_Service_AdExchangeBuyer_DealPartyDto' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeBuyer.php',
84
- 'Google_Service_AdExchangeBuyer_DealTerms' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeBuyer.php',
85
- 'Google_Service_AdExchangeBuyer_DealTermsGuaranteedFixedPriceTerms' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeBuyer.php',
86
- 'Google_Service_AdExchangeBuyer_DealTermsNonGuaranteedAuctionTerms' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeBuyer.php',
87
- 'Google_Service_AdExchangeBuyer_DealTermsNonGuaranteedFixedPriceTerms' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeBuyer.php',
88
- 'Google_Service_AdExchangeBuyer_Deals_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeBuyer.php',
89
- 'Google_Service_AdExchangeBuyer_DeleteOrderDealsRequest' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeBuyer.php',
90
- 'Google_Service_AdExchangeBuyer_DeleteOrderDealsResponse' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeBuyer.php',
91
- 'Google_Service_AdExchangeBuyer_DeliveryControl' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeBuyer.php',
92
- 'Google_Service_AdExchangeBuyer_DeliveryControlFrequencyCap' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeBuyer.php',
93
- 'Google_Service_AdExchangeBuyer_EditAllOrderDealsRequest' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeBuyer.php',
94
- 'Google_Service_AdExchangeBuyer_EditAllOrderDealsResponse' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeBuyer.php',
95
- 'Google_Service_AdExchangeBuyer_EditHistoryDto' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeBuyer.php',
96
- 'Google_Service_AdExchangeBuyer_GetFinalizedNegotiationByExternalDealIdRequest' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeBuyer.php',
97
- 'Google_Service_AdExchangeBuyer_GetNegotiationByIdRequest' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeBuyer.php',
98
- 'Google_Service_AdExchangeBuyer_GetNegotiationsRequest' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeBuyer.php',
99
- 'Google_Service_AdExchangeBuyer_GetNegotiationsResponse' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeBuyer.php',
100
- 'Google_Service_AdExchangeBuyer_GetOffersResponse' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeBuyer.php',
101
- 'Google_Service_AdExchangeBuyer_GetOrderDealsResponse' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeBuyer.php',
102
- 'Google_Service_AdExchangeBuyer_GetOrderNotesResponse' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeBuyer.php',
103
- 'Google_Service_AdExchangeBuyer_GetOrdersResponse' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeBuyer.php',
104
- 'Google_Service_AdExchangeBuyer_InventorySegmentTargeting' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeBuyer.php',
105
- 'Google_Service_AdExchangeBuyer_ListClientAccessCapabilitiesRequest' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeBuyer.php',
106
- 'Google_Service_AdExchangeBuyer_ListClientAccessCapabilitiesResponse' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeBuyer.php',
107
- 'Google_Service_AdExchangeBuyer_ListOffersRequest' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeBuyer.php',
108
- 'Google_Service_AdExchangeBuyer_ListOffersResponse' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeBuyer.php',
109
- 'Google_Service_AdExchangeBuyer_MarketplaceDeal' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeBuyer.php',
110
- 'Google_Service_AdExchangeBuyer_MarketplaceDealParty' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeBuyer.php',
111
- 'Google_Service_AdExchangeBuyer_MarketplaceLabel' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeBuyer.php',
112
- 'Google_Service_AdExchangeBuyer_MarketplaceNote' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeBuyer.php',
113
- 'Google_Service_AdExchangeBuyer_MarketplaceOffer' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeBuyer.php',
114
- 'Google_Service_AdExchangeBuyer_MarketplaceOrder' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeBuyer.php',
115
- 'Google_Service_AdExchangeBuyer_Marketplacedeals_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeBuyer.php',
116
- 'Google_Service_AdExchangeBuyer_Marketplacenotes_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeBuyer.php',
117
- 'Google_Service_AdExchangeBuyer_Marketplaceoffers_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeBuyer.php',
118
- 'Google_Service_AdExchangeBuyer_Marketplaceorders_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeBuyer.php',
119
- 'Google_Service_AdExchangeBuyer_MoneyDto' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeBuyer.php',
120
- 'Google_Service_AdExchangeBuyer_NegotiationDto' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeBuyer.php',
121
- 'Google_Service_AdExchangeBuyer_NegotiationRoundDto' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeBuyer.php',
122
- 'Google_Service_AdExchangeBuyer_Negotiationrounds_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeBuyer.php',
123
- 'Google_Service_AdExchangeBuyer_Negotiations_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeBuyer.php',
124
- 'Google_Service_AdExchangeBuyer_OfferDto' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeBuyer.php',
125
- 'Google_Service_AdExchangeBuyer_Offers_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeBuyer.php',
126
- 'Google_Service_AdExchangeBuyer_PerformanceReport' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeBuyer.php',
127
- 'Google_Service_AdExchangeBuyer_PerformanceReportList' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeBuyer.php',
128
- 'Google_Service_AdExchangeBuyer_PerformanceReport_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeBuyer.php',
129
- 'Google_Service_AdExchangeBuyer_PretargetingConfig' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeBuyer.php',
130
- 'Google_Service_AdExchangeBuyer_PretargetingConfigDimensions' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeBuyer.php',
131
- 'Google_Service_AdExchangeBuyer_PretargetingConfigExcludedPlacements' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeBuyer.php',
132
- 'Google_Service_AdExchangeBuyer_PretargetingConfigList' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeBuyer.php',
133
- 'Google_Service_AdExchangeBuyer_PretargetingConfigPlacements' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeBuyer.php',
134
- 'Google_Service_AdExchangeBuyer_PretargetingConfig_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeBuyer.php',
135
- 'Google_Service_AdExchangeBuyer_Price' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeBuyer.php',
136
- 'Google_Service_AdExchangeBuyer_PricePerBuyer' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeBuyer.php',
137
- 'Google_Service_AdExchangeBuyer_PrivateData' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeBuyer.php',
138
- 'Google_Service_AdExchangeBuyer_RuleKeyValuePair' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeBuyer.php',
139
- 'Google_Service_AdExchangeBuyer_Seller' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeBuyer.php',
140
- 'Google_Service_AdExchangeBuyer_SharedTargeting' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeBuyer.php',
141
- 'Google_Service_AdExchangeBuyer_StatsDto' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeBuyer.php',
142
- 'Google_Service_AdExchangeBuyer_TargetingValue' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeBuyer.php',
143
- 'Google_Service_AdExchangeBuyer_TargetingValueCreativeSize' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeBuyer.php',
144
- 'Google_Service_AdExchangeBuyer_TargetingValueDayPartTargeting' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeBuyer.php',
145
- 'Google_Service_AdExchangeBuyer_TargetingValueDayPartTargetingDayPart' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeBuyer.php',
146
- 'Google_Service_AdExchangeBuyer_TargetingValueSize' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeBuyer.php',
147
- 'Google_Service_AdExchangeBuyer_TermsDto' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeBuyer.php',
148
- 'Google_Service_AdExchangeBuyer_WebPropertyDto' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeBuyer.php',
149
- 'Google_Service_AdExchangeSeller' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeSeller.php',
150
- 'Google_Service_AdExchangeSeller_Account' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeSeller.php',
151
- 'Google_Service_AdExchangeSeller_Accounts' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeSeller.php',
152
- 'Google_Service_AdExchangeSeller_AccountsAdclients_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeSeller.php',
153
- 'Google_Service_AdExchangeSeller_AccountsAlerts_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeSeller.php',
154
- 'Google_Service_AdExchangeSeller_AccountsCustomchannels_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeSeller.php',
155
- 'Google_Service_AdExchangeSeller_AccountsMetadataDimensions_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeSeller.php',
156
- 'Google_Service_AdExchangeSeller_AccountsMetadataMetrics_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeSeller.php',
157
- 'Google_Service_AdExchangeSeller_AccountsMetadata_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeSeller.php',
158
- 'Google_Service_AdExchangeSeller_AccountsPreferreddeals_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeSeller.php',
159
- 'Google_Service_AdExchangeSeller_AccountsReportsSaved_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeSeller.php',
160
- 'Google_Service_AdExchangeSeller_AccountsReports_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeSeller.php',
161
- 'Google_Service_AdExchangeSeller_AccountsUrlchannels_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeSeller.php',
162
- 'Google_Service_AdExchangeSeller_Accounts_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeSeller.php',
163
- 'Google_Service_AdExchangeSeller_AdClient' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeSeller.php',
164
- 'Google_Service_AdExchangeSeller_AdClients' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeSeller.php',
165
- 'Google_Service_AdExchangeSeller_Alert' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeSeller.php',
166
- 'Google_Service_AdExchangeSeller_Alerts' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeSeller.php',
167
- 'Google_Service_AdExchangeSeller_CustomChannel' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeSeller.php',
168
- 'Google_Service_AdExchangeSeller_CustomChannelTargetingInfo' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeSeller.php',
169
- 'Google_Service_AdExchangeSeller_CustomChannels' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeSeller.php',
170
- 'Google_Service_AdExchangeSeller_Metadata' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeSeller.php',
171
- 'Google_Service_AdExchangeSeller_PreferredDeal' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeSeller.php',
172
- 'Google_Service_AdExchangeSeller_PreferredDeals' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeSeller.php',
173
- 'Google_Service_AdExchangeSeller_Report' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeSeller.php',
174
- 'Google_Service_AdExchangeSeller_ReportHeaders' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeSeller.php',
175
- 'Google_Service_AdExchangeSeller_ReportingMetadataEntry' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeSeller.php',
176
- 'Google_Service_AdExchangeSeller_SavedReport' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeSeller.php',
177
- 'Google_Service_AdExchangeSeller_SavedReports' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeSeller.php',
178
- 'Google_Service_AdExchangeSeller_UrlChannel' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeSeller.php',
179
- 'Google_Service_AdExchangeSeller_UrlChannels' => $vendorDir . '/google/apiclient/src/Google/Service/AdExchangeSeller.php',
180
- 'Google_Service_AdSense' => $vendorDir . '/google/apiclient/src/Google/Service/AdSense.php',
181
- 'Google_Service_AdSenseHost' => $vendorDir . '/google/apiclient/src/Google/Service/AdSenseHost.php',
182
- 'Google_Service_AdSenseHost_Account' => $vendorDir . '/google/apiclient/src/Google/Service/AdSenseHost.php',
183
- 'Google_Service_AdSenseHost_Accounts' => $vendorDir . '/google/apiclient/src/Google/Service/AdSenseHost.php',
184
- 'Google_Service_AdSenseHost_AccountsAdclients_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/AdSenseHost.php',
185
- 'Google_Service_AdSenseHost_AccountsAdunits_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/AdSenseHost.php',
186
- 'Google_Service_AdSenseHost_AccountsReports_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/AdSenseHost.php',
187
- 'Google_Service_AdSenseHost_Accounts_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/AdSenseHost.php',
188
- 'Google_Service_AdSenseHost_AdClient' => $vendorDir . '/google/apiclient/src/Google/Service/AdSenseHost.php',
189
- 'Google_Service_AdSenseHost_AdClients' => $vendorDir . '/google/apiclient/src/Google/Service/AdSenseHost.php',
190
- 'Google_Service_AdSenseHost_AdCode' => $vendorDir . '/google/apiclient/src/Google/Service/AdSenseHost.php',
191
- 'Google_Service_AdSenseHost_AdStyle' => $vendorDir . '/google/apiclient/src/Google/Service/AdSenseHost.php',
192
- 'Google_Service_AdSenseHost_AdStyleColors' => $vendorDir . '/google/apiclient/src/Google/Service/AdSenseHost.php',
193
- 'Google_Service_AdSenseHost_AdStyleFont' => $vendorDir . '/google/apiclient/src/Google/Service/AdSenseHost.php',
194
- 'Google_Service_AdSenseHost_AdUnit' => $vendorDir . '/google/apiclient/src/Google/Service/AdSenseHost.php',
195
- 'Google_Service_AdSenseHost_AdUnitContentAdsSettings' => $vendorDir . '/google/apiclient/src/Google/Service/AdSenseHost.php',
196
- 'Google_Service_AdSenseHost_AdUnitContentAdsSettingsBackupOption' => $vendorDir . '/google/apiclient/src/Google/Service/AdSenseHost.php',
197
- 'Google_Service_AdSenseHost_AdUnitMobileContentAdsSettings' => $vendorDir . '/google/apiclient/src/Google/Service/AdSenseHost.php',
198
- 'Google_Service_AdSenseHost_AdUnits' => $vendorDir . '/google/apiclient/src/Google/Service/AdSenseHost.php',
199
- 'Google_Service_AdSenseHost_Adclients_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/AdSenseHost.php',
200
- 'Google_Service_AdSenseHost_AssociationSession' => $vendorDir . '/google/apiclient/src/Google/Service/AdSenseHost.php',
201
- 'Google_Service_AdSenseHost_Associationsessions_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/AdSenseHost.php',
202
- 'Google_Service_AdSenseHost_CustomChannel' => $vendorDir . '/google/apiclient/src/Google/Service/AdSenseHost.php',
203
- 'Google_Service_AdSenseHost_CustomChannels' => $vendorDir . '/google/apiclient/src/Google/Service/AdSenseHost.php',
204
- 'Google_Service_AdSenseHost_Customchannels_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/AdSenseHost.php',
205
- 'Google_Service_AdSenseHost_Report' => $vendorDir . '/google/apiclient/src/Google/Service/AdSenseHost.php',
206
- 'Google_Service_AdSenseHost_ReportHeaders' => $vendorDir . '/google/apiclient/src/Google/Service/AdSenseHost.php',
207
- 'Google_Service_AdSenseHost_Reports_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/AdSenseHost.php',
208
- 'Google_Service_AdSenseHost_UrlChannel' => $vendorDir . '/google/apiclient/src/Google/Service/AdSenseHost.php',
209
- 'Google_Service_AdSenseHost_UrlChannels' => $vendorDir . '/google/apiclient/src/Google/Service/AdSenseHost.php',
210
- 'Google_Service_AdSenseHost_Urlchannels_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/AdSenseHost.php',
211
- 'Google_Service_AdSense_Account' => $vendorDir . '/google/apiclient/src/Google/Service/AdSense.php',
212
- 'Google_Service_AdSense_Accounts' => $vendorDir . '/google/apiclient/src/Google/Service/AdSense.php',
213
- 'Google_Service_AdSense_AccountsAdclients_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/AdSense.php',
214
- 'Google_Service_AdSense_AccountsAdunitsCustomchannels_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/AdSense.php',
215
- 'Google_Service_AdSense_AccountsAdunits_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/AdSense.php',
216
- 'Google_Service_AdSense_AccountsAlerts_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/AdSense.php',
217
- 'Google_Service_AdSense_AccountsCustomchannelsAdunits_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/AdSense.php',
218
- 'Google_Service_AdSense_AccountsCustomchannels_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/AdSense.php',
219
- 'Google_Service_AdSense_AccountsPayments_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/AdSense.php',
220
- 'Google_Service_AdSense_AccountsReportsSaved_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/AdSense.php',
221
- 'Google_Service_AdSense_AccountsReports_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/AdSense.php',
222
- 'Google_Service_AdSense_AccountsSavedadstyles_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/AdSense.php',
223
- 'Google_Service_AdSense_AccountsUrlchannels_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/AdSense.php',
224
- 'Google_Service_AdSense_Accounts_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/AdSense.php',
225
- 'Google_Service_AdSense_AdClient' => $vendorDir . '/google/apiclient/src/Google/Service/AdSense.php',
226
- 'Google_Service_AdSense_AdClients' => $vendorDir . '/google/apiclient/src/Google/Service/AdSense.php',
227
- 'Google_Service_AdSense_AdCode' => $vendorDir . '/google/apiclient/src/Google/Service/AdSense.php',
228
- 'Google_Service_AdSense_AdStyle' => $vendorDir . '/google/apiclient/src/Google/Service/AdSense.php',
229
- 'Google_Service_AdSense_AdStyleColors' => $vendorDir . '/google/apiclient/src/Google/Service/AdSense.php',
230
- 'Google_Service_AdSense_AdStyleFont' => $vendorDir . '/google/apiclient/src/Google/Service/AdSense.php',
231
- 'Google_Service_AdSense_AdUnit' => $vendorDir . '/google/apiclient/src/Google/Service/AdSense.php',
232
- 'Google_Service_AdSense_AdUnitContentAdsSettings' => $vendorDir . '/google/apiclient/src/Google/Service/AdSense.php',
233
- 'Google_Service_AdSense_AdUnitContentAdsSettingsBackupOption' => $vendorDir . '/google/apiclient/src/Google/Service/AdSense.php',
234
- 'Google_Service_AdSense_AdUnitFeedAdsSettings' => $vendorDir . '/google/apiclient/src/Google/Service/AdSense.php',
235
- 'Google_Service_AdSense_AdUnitMobileContentAdsSettings' => $vendorDir . '/google/apiclient/src/Google/Service/AdSense.php',
236
- 'Google_Service_AdSense_AdUnits' => $vendorDir . '/google/apiclient/src/Google/Service/AdSense.php',
237
- 'Google_Service_AdSense_Adclients_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/AdSense.php',
238
- 'Google_Service_AdSense_AdsenseReportsGenerateResponse' => $vendorDir . '/google/apiclient/src/Google/Service/AdSense.php',
239
- 'Google_Service_AdSense_AdsenseReportsGenerateResponseHeaders' => $vendorDir . '/google/apiclient/src/Google/Service/AdSense.php',
240
- 'Google_Service_AdSense_AdunitsCustomchannels_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/AdSense.php',
241
- 'Google_Service_AdSense_Adunits_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/AdSense.php',
242
- 'Google_Service_AdSense_Alert' => $vendorDir . '/google/apiclient/src/Google/Service/AdSense.php',
243
- 'Google_Service_AdSense_Alerts' => $vendorDir . '/google/apiclient/src/Google/Service/AdSense.php',
244
- 'Google_Service_AdSense_Alerts_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/AdSense.php',
245
- 'Google_Service_AdSense_CustomChannel' => $vendorDir . '/google/apiclient/src/Google/Service/AdSense.php',
246
- 'Google_Service_AdSense_CustomChannelTargetingInfo' => $vendorDir . '/google/apiclient/src/Google/Service/AdSense.php',
247
- 'Google_Service_AdSense_CustomChannels' => $vendorDir . '/google/apiclient/src/Google/Service/AdSense.php',
248
- 'Google_Service_AdSense_CustomchannelsAdunits_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/AdSense.php',
249
- 'Google_Service_AdSense_Customchannels_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/AdSense.php',
250
- 'Google_Service_AdSense_Metadata' => $vendorDir . '/google/apiclient/src/Google/Service/AdSense.php',
251
- 'Google_Service_AdSense_MetadataDimensions_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/AdSense.php',
252
- 'Google_Service_AdSense_MetadataMetrics_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/AdSense.php',
253
- 'Google_Service_AdSense_Metadata_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/AdSense.php',
254
- 'Google_Service_AdSense_Payment' => $vendorDir . '/google/apiclient/src/Google/Service/AdSense.php',
255
- 'Google_Service_AdSense_Payments' => $vendorDir . '/google/apiclient/src/Google/Service/AdSense.php',
256
- 'Google_Service_AdSense_Payments_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/AdSense.php',
257
- 'Google_Service_AdSense_ReportingMetadataEntry' => $vendorDir . '/google/apiclient/src/Google/Service/AdSense.php',
258
- 'Google_Service_AdSense_ReportsSaved_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/AdSense.php',
259
- 'Google_Service_AdSense_Reports_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/AdSense.php',
260
- 'Google_Service_AdSense_SavedAdStyle' => $vendorDir . '/google/apiclient/src/Google/Service/AdSense.php',
261
- 'Google_Service_AdSense_SavedAdStyles' => $vendorDir . '/google/apiclient/src/Google/Service/AdSense.php',
262
- 'Google_Service_AdSense_SavedReport' => $vendorDir . '/google/apiclient/src/Google/Service/AdSense.php',
263
- 'Google_Service_AdSense_SavedReports' => $vendorDir . '/google/apiclient/src/Google/Service/AdSense.php',
264
- 'Google_Service_AdSense_Savedadstyles_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/AdSense.php',
265
- 'Google_Service_AdSense_UrlChannel' => $vendorDir . '/google/apiclient/src/Google/Service/AdSense.php',
266
- 'Google_Service_AdSense_UrlChannels' => $vendorDir . '/google/apiclient/src/Google/Service/AdSense.php',
267
- 'Google_Service_AdSense_Urlchannels_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/AdSense.php',
268
- 'Google_Service_Admin' => $vendorDir . '/google/apiclient/src/Google/Service/Admin.php',
269
- 'Google_Service_Admin_MailItem' => $vendorDir . '/google/apiclient/src/Google/Service/Admin.php',
270
- 'Google_Service_Admin_Mail_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Admin.php',
271
- 'Google_Service_Analytics' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
272
- 'Google_Service_Analytics_Account' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
273
- 'Google_Service_Analytics_AccountChildLink' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
274
- 'Google_Service_Analytics_AccountPermissions' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
275
- 'Google_Service_Analytics_AccountRef' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
276
- 'Google_Service_Analytics_AccountSummaries' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
277
- 'Google_Service_Analytics_AccountSummary' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
278
- 'Google_Service_Analytics_AccountTicket' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
279
- 'Google_Service_Analytics_Accounts' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
280
- 'Google_Service_Analytics_AdWordsAccount' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
281
- 'Google_Service_Analytics_AnalyticsDataimportDeleteUploadDataRequest' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
282
- 'Google_Service_Analytics_Column' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
283
- 'Google_Service_Analytics_ColumnAttributes' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
284
- 'Google_Service_Analytics_Columns' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
285
- 'Google_Service_Analytics_CustomDataSource' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
286
- 'Google_Service_Analytics_CustomDataSourceChildLink' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
287
- 'Google_Service_Analytics_CustomDataSourceParentLink' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
288
- 'Google_Service_Analytics_CustomDataSources' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
289
- 'Google_Service_Analytics_CustomDimension' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
290
- 'Google_Service_Analytics_CustomDimensionParentLink' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
291
- 'Google_Service_Analytics_CustomDimensions' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
292
- 'Google_Service_Analytics_CustomMetric' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
293
- 'Google_Service_Analytics_CustomMetricParentLink' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
294
- 'Google_Service_Analytics_CustomMetrics' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
295
- 'Google_Service_Analytics_DataGa_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
296
- 'Google_Service_Analytics_DataMcf_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
297
- 'Google_Service_Analytics_DataRealtime_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
298
- 'Google_Service_Analytics_Data_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
299
- 'Google_Service_Analytics_EntityAdWordsLink' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
300
- 'Google_Service_Analytics_EntityAdWordsLinkEntity' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
301
- 'Google_Service_Analytics_EntityAdWordsLinks' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
302
- 'Google_Service_Analytics_EntityUserLink' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
303
- 'Google_Service_Analytics_EntityUserLinkEntity' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
304
- 'Google_Service_Analytics_EntityUserLinkPermissions' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
305
- 'Google_Service_Analytics_EntityUserLinks' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
306
- 'Google_Service_Analytics_Experiment' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
307
- 'Google_Service_Analytics_ExperimentParentLink' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
308
- 'Google_Service_Analytics_ExperimentVariations' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
309
- 'Google_Service_Analytics_Experiments' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
310
- 'Google_Service_Analytics_Filter' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
311
- 'Google_Service_Analytics_FilterAdvancedDetails' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
312
- 'Google_Service_Analytics_FilterExpression' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
313
- 'Google_Service_Analytics_FilterLowercaseDetails' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
314
- 'Google_Service_Analytics_FilterParentLink' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
315
- 'Google_Service_Analytics_FilterRef' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
316
- 'Google_Service_Analytics_FilterSearchAndReplaceDetails' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
317
- 'Google_Service_Analytics_FilterUppercaseDetails' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
318
- 'Google_Service_Analytics_Filters' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
319
- 'Google_Service_Analytics_GaData' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
320
- 'Google_Service_Analytics_GaDataColumnHeaders' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
321
- 'Google_Service_Analytics_GaDataDataTable' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
322
- 'Google_Service_Analytics_GaDataDataTableCols' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
323
- 'Google_Service_Analytics_GaDataDataTableRows' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
324
- 'Google_Service_Analytics_GaDataDataTableRowsC' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
325
- 'Google_Service_Analytics_GaDataProfileInfo' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
326
- 'Google_Service_Analytics_GaDataQuery' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
327
- 'Google_Service_Analytics_GaDataTotalsForAllResults' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
328
- 'Google_Service_Analytics_Goal' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
329
- 'Google_Service_Analytics_GoalEventDetails' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
330
- 'Google_Service_Analytics_GoalEventDetailsEventConditions' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
331
- 'Google_Service_Analytics_GoalParentLink' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
332
- 'Google_Service_Analytics_GoalUrlDestinationDetails' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
333
- 'Google_Service_Analytics_GoalUrlDestinationDetailsSteps' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
334
- 'Google_Service_Analytics_GoalVisitNumPagesDetails' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
335
- 'Google_Service_Analytics_GoalVisitTimeOnSiteDetails' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
336
- 'Google_Service_Analytics_Goals' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
337
- 'Google_Service_Analytics_ManagementAccountSummaries_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
338
- 'Google_Service_Analytics_ManagementAccountUserLinks_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
339
- 'Google_Service_Analytics_ManagementAccounts_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
340
- 'Google_Service_Analytics_ManagementCustomDataSources_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
341
- 'Google_Service_Analytics_ManagementCustomDimensions_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
342
- 'Google_Service_Analytics_ManagementCustomMetrics_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
343
- 'Google_Service_Analytics_ManagementExperiments_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
344
- 'Google_Service_Analytics_ManagementFilters_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
345
- 'Google_Service_Analytics_ManagementGoals_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
346
- 'Google_Service_Analytics_ManagementProfileFilterLinks_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
347
- 'Google_Service_Analytics_ManagementProfileUserLinks_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
348
- 'Google_Service_Analytics_ManagementProfiles_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
349
- 'Google_Service_Analytics_ManagementSegments_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
350
- 'Google_Service_Analytics_ManagementUnsampledReports_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
351
- 'Google_Service_Analytics_ManagementUploads_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
352
- 'Google_Service_Analytics_ManagementWebPropertyAdWordsLinks_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
353
- 'Google_Service_Analytics_ManagementWebproperties_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
354
- 'Google_Service_Analytics_ManagementWebpropertyUserLinks_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
355
- 'Google_Service_Analytics_Management_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
356
- 'Google_Service_Analytics_McfData' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
357
- 'Google_Service_Analytics_McfDataColumnHeaders' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
358
- 'Google_Service_Analytics_McfDataProfileInfo' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
359
- 'Google_Service_Analytics_McfDataQuery' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
360
- 'Google_Service_Analytics_McfDataRows' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
361
- 'Google_Service_Analytics_McfDataRowsConversionPathValue' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
362
- 'Google_Service_Analytics_McfDataTotalsForAllResults' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
363
- 'Google_Service_Analytics_MetadataColumns_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
364
- 'Google_Service_Analytics_Metadata_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
365
- 'Google_Service_Analytics_Profile' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
366
- 'Google_Service_Analytics_ProfileChildLink' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
367
- 'Google_Service_Analytics_ProfileFilterLink' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
368
- 'Google_Service_Analytics_ProfileFilterLinks' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
369
- 'Google_Service_Analytics_ProfileParentLink' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
370
- 'Google_Service_Analytics_ProfilePermissions' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
371
- 'Google_Service_Analytics_ProfileRef' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
372
- 'Google_Service_Analytics_ProfileSummary' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
373
- 'Google_Service_Analytics_Profiles' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
374
- 'Google_Service_Analytics_Provisioning_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
375
- 'Google_Service_Analytics_RealtimeData' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
376
- 'Google_Service_Analytics_RealtimeDataColumnHeaders' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
377
- 'Google_Service_Analytics_RealtimeDataProfileInfo' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
378
- 'Google_Service_Analytics_RealtimeDataQuery' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
379
- 'Google_Service_Analytics_RealtimeDataTotalsForAllResults' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
380
- 'Google_Service_Analytics_Segment' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
381
- 'Google_Service_Analytics_Segments' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
382
- 'Google_Service_Analytics_UnsampledReport' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
383
- 'Google_Service_Analytics_UnsampledReportCloudStorageDownloadDetails' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
384
- 'Google_Service_Analytics_UnsampledReportDriveDownloadDetails' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
385
- 'Google_Service_Analytics_UnsampledReports' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
386
- 'Google_Service_Analytics_Upload' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
387
- 'Google_Service_Analytics_Uploads' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
388
- 'Google_Service_Analytics_UserRef' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
389
- 'Google_Service_Analytics_WebPropertyRef' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
390
- 'Google_Service_Analytics_WebPropertySummary' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
391
- 'Google_Service_Analytics_Webproperties' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
392
- 'Google_Service_Analytics_Webproperty' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
393
- 'Google_Service_Analytics_WebpropertyChildLink' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
394
- 'Google_Service_Analytics_WebpropertyParentLink' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
395
- 'Google_Service_Analytics_WebpropertyPermissions' => $vendorDir . '/google/apiclient/src/Google/Service/Analytics.php',
396
- 'Google_Service_AndroidEnterprise' => $vendorDir . '/google/apiclient/src/Google/Service/AndroidEnterprise.php',
397
- 'Google_Service_AndroidEnterprise_AppRestrictionsSchema' => $vendorDir . '/google/apiclient/src/Google/Service/AndroidEnterprise.php',
398
- 'Google_Service_AndroidEnterprise_AppRestrictionsSchemaRestriction' => $vendorDir . '/google/apiclient/src/Google/Service/AndroidEnterprise.php',
399
- 'Google_Service_AndroidEnterprise_AppRestrictionsSchemaRestrictionRestrictionValue' => $vendorDir . '/google/apiclient/src/Google/Service/AndroidEnterprise.php',
400
- 'Google_Service_AndroidEnterprise_AppVersion' => $vendorDir . '/google/apiclient/src/Google/Service/AndroidEnterprise.php',
401
- 'Google_Service_AndroidEnterprise_ApprovalUrlInfo' => $vendorDir . '/google/apiclient/src/Google/Service/AndroidEnterprise.php',
402
- 'Google_Service_AndroidEnterprise_Collection' => $vendorDir . '/google/apiclient/src/Google/Service/AndroidEnterprise.php',
403
- 'Google_Service_AndroidEnterprise_CollectionViewersListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/AndroidEnterprise.php',
404
- 'Google_Service_AndroidEnterprise_CollectionsListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/AndroidEnterprise.php',
405
- 'Google_Service_AndroidEnterprise_Collections_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/AndroidEnterprise.php',
406
- 'Google_Service_AndroidEnterprise_Collectionviewers_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/AndroidEnterprise.php',
407
- 'Google_Service_AndroidEnterprise_Device' => $vendorDir . '/google/apiclient/src/Google/Service/AndroidEnterprise.php',
408
- 'Google_Service_AndroidEnterprise_DeviceState' => $vendorDir . '/google/apiclient/src/Google/Service/AndroidEnterprise.php',
409
- 'Google_Service_AndroidEnterprise_DevicesListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/AndroidEnterprise.php',
410
- 'Google_Service_AndroidEnterprise_Devices_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/AndroidEnterprise.php',
411
- 'Google_Service_AndroidEnterprise_Enterprise' => $vendorDir . '/google/apiclient/src/Google/Service/AndroidEnterprise.php',
412
- 'Google_Service_AndroidEnterprise_EnterpriseAccount' => $vendorDir . '/google/apiclient/src/Google/Service/AndroidEnterprise.php',
413
- 'Google_Service_AndroidEnterprise_EnterprisesListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/AndroidEnterprise.php',
414
- 'Google_Service_AndroidEnterprise_EnterprisesSendTestPushNotificationResponse' => $vendorDir . '/google/apiclient/src/Google/Service/AndroidEnterprise.php',
415
- 'Google_Service_AndroidEnterprise_Enterprises_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/AndroidEnterprise.php',
416
- 'Google_Service_AndroidEnterprise_Entitlement' => $vendorDir . '/google/apiclient/src/Google/Service/AndroidEnterprise.php',
417
- 'Google_Service_AndroidEnterprise_EntitlementsListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/AndroidEnterprise.php',
418
- 'Google_Service_AndroidEnterprise_Entitlements_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/AndroidEnterprise.php',
419
- 'Google_Service_AndroidEnterprise_GroupLicense' => $vendorDir . '/google/apiclient/src/Google/Service/AndroidEnterprise.php',
420
- 'Google_Service_AndroidEnterprise_GroupLicenseUsersListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/AndroidEnterprise.php',
421
- 'Google_Service_AndroidEnterprise_GroupLicensesListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/AndroidEnterprise.php',
422
- 'Google_Service_AndroidEnterprise_Grouplicenses_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/AndroidEnterprise.php',
423
- 'Google_Service_AndroidEnterprise_Grouplicenseusers_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/AndroidEnterprise.php',
424
- 'Google_Service_AndroidEnterprise_Install' => $vendorDir . '/google/apiclient/src/Google/Service/AndroidEnterprise.php',
425
- 'Google_Service_AndroidEnterprise_InstallsListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/AndroidEnterprise.php',
426
- 'Google_Service_AndroidEnterprise_Installs_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/AndroidEnterprise.php',
427
- 'Google_Service_AndroidEnterprise_Permission' => $vendorDir . '/google/apiclient/src/Google/Service/AndroidEnterprise.php',
428
- 'Google_Service_AndroidEnterprise_Permissions_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/AndroidEnterprise.php',
429
- 'Google_Service_AndroidEnterprise_Product' => $vendorDir . '/google/apiclient/src/Google/Service/AndroidEnterprise.php',
430
- 'Google_Service_AndroidEnterprise_ProductPermission' => $vendorDir . '/google/apiclient/src/Google/Service/AndroidEnterprise.php',
431
- 'Google_Service_AndroidEnterprise_ProductPermissions' => $vendorDir . '/google/apiclient/src/Google/Service/AndroidEnterprise.php',
432
- 'Google_Service_AndroidEnterprise_ProductSet' => $vendorDir . '/google/apiclient/src/Google/Service/AndroidEnterprise.php',
433
- 'Google_Service_AndroidEnterprise_ProductsApproveRequest' => $vendorDir . '/google/apiclient/src/Google/Service/AndroidEnterprise.php',
434
- 'Google_Service_AndroidEnterprise_ProductsGenerateApprovalUrlResponse' => $vendorDir . '/google/apiclient/src/Google/Service/AndroidEnterprise.php',
435
- 'Google_Service_AndroidEnterprise_Products_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/AndroidEnterprise.php',
436
- 'Google_Service_AndroidEnterprise_User' => $vendorDir . '/google/apiclient/src/Google/Service/AndroidEnterprise.php',
437
- 'Google_Service_AndroidEnterprise_UserToken' => $vendorDir . '/google/apiclient/src/Google/Service/AndroidEnterprise.php',
438
- 'Google_Service_AndroidEnterprise_UsersListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/AndroidEnterprise.php',
439
- 'Google_Service_AndroidEnterprise_Users_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/AndroidEnterprise.php',
440
- 'Google_Service_AndroidPublisher' => $vendorDir . '/google/apiclient/src/Google/Service/AndroidPublisher.php',
441
- 'Google_Service_AndroidPublisher_Apk' => $vendorDir . '/google/apiclient/src/Google/Service/AndroidPublisher.php',
442
- 'Google_Service_AndroidPublisher_ApkBinary' => $vendorDir . '/google/apiclient/src/Google/Service/AndroidPublisher.php',
443
- 'Google_Service_AndroidPublisher_ApkListing' => $vendorDir . '/google/apiclient/src/Google/Service/AndroidPublisher.php',
444
- 'Google_Service_AndroidPublisher_ApkListingsListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/AndroidPublisher.php',
445
- 'Google_Service_AndroidPublisher_ApksAddExternallyHostedRequest' => $vendorDir . '/google/apiclient/src/Google/Service/AndroidPublisher.php',
446
- 'Google_Service_AndroidPublisher_ApksAddExternallyHostedResponse' => $vendorDir . '/google/apiclient/src/Google/Service/AndroidPublisher.php',
447
- 'Google_Service_AndroidPublisher_ApksListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/AndroidPublisher.php',
448
- 'Google_Service_AndroidPublisher_AppDetails' => $vendorDir . '/google/apiclient/src/Google/Service/AndroidPublisher.php',
449
- 'Google_Service_AndroidPublisher_AppEdit' => $vendorDir . '/google/apiclient/src/Google/Service/AndroidPublisher.php',
450
- 'Google_Service_AndroidPublisher_EditsApklistings_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/AndroidPublisher.php',
451
- 'Google_Service_AndroidPublisher_EditsApks_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/AndroidPublisher.php',
452
- 'Google_Service_AndroidPublisher_EditsDetails_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/AndroidPublisher.php',
453
- 'Google_Service_AndroidPublisher_EditsExpansionfiles_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/AndroidPublisher.php',
454
- 'Google_Service_AndroidPublisher_EditsImages_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/AndroidPublisher.php',
455
- 'Google_Service_AndroidPublisher_EditsListings_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/AndroidPublisher.php',
456
- 'Google_Service_AndroidPublisher_EditsTesters_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/AndroidPublisher.php',
457
- 'Google_Service_AndroidPublisher_EditsTracks_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/AndroidPublisher.php',
458
- 'Google_Service_AndroidPublisher_Edits_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/AndroidPublisher.php',
459
- 'Google_Service_AndroidPublisher_Entitlement' => $vendorDir . '/google/apiclient/src/Google/Service/AndroidPublisher.php',
460
- 'Google_Service_AndroidPublisher_EntitlementsListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/AndroidPublisher.php',
461
- 'Google_Service_AndroidPublisher_Entitlements_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/AndroidPublisher.php',
462
- 'Google_Service_AndroidPublisher_ExpansionFile' => $vendorDir . '/google/apiclient/src/Google/Service/AndroidPublisher.php',
463
- 'Google_Service_AndroidPublisher_ExpansionFilesUploadResponse' => $vendorDir . '/google/apiclient/src/Google/Service/AndroidPublisher.php',
464
- 'Google_Service_AndroidPublisher_ExternallyHostedApk' => $vendorDir . '/google/apiclient/src/Google/Service/AndroidPublisher.php',
465
- 'Google_Service_AndroidPublisher_ExternallyHostedApkUsesPermission' => $vendorDir . '/google/apiclient/src/Google/Service/AndroidPublisher.php',
466
- 'Google_Service_AndroidPublisher_Image' => $vendorDir . '/google/apiclient/src/Google/Service/AndroidPublisher.php',
467
- 'Google_Service_AndroidPublisher_ImagesDeleteAllResponse' => $vendorDir . '/google/apiclient/src/Google/Service/AndroidPublisher.php',
468
- 'Google_Service_AndroidPublisher_ImagesListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/AndroidPublisher.php',
469
- 'Google_Service_AndroidPublisher_ImagesUploadResponse' => $vendorDir . '/google/apiclient/src/Google/Service/AndroidPublisher.php',
470
- 'Google_Service_AndroidPublisher_InAppProduct' => $vendorDir . '/google/apiclient/src/Google/Service/AndroidPublisher.php',
471
- 'Google_Service_AndroidPublisher_InAppProductListing' => $vendorDir . '/google/apiclient/src/Google/Service/AndroidPublisher.php',
472
- 'Google_Service_AndroidPublisher_InAppProductListings' => $vendorDir . '/google/apiclient/src/Google/Service/AndroidPublisher.php',
473
- 'Google_Service_AndroidPublisher_InAppProductPrices' => $vendorDir . '/google/apiclient/src/Google/Service/AndroidPublisher.php',
474
- 'Google_Service_AndroidPublisher_InappproductsBatchRequest' => $vendorDir . '/google/apiclient/src/Google/Service/AndroidPublisher.php',
475
- 'Google_Service_AndroidPublisher_InappproductsBatchRequestEntry' => $vendorDir . '/google/apiclient/src/Google/Service/AndroidPublisher.php',
476
- 'Google_Service_AndroidPublisher_InappproductsBatchResponse' => $vendorDir . '/google/apiclient/src/Google/Service/AndroidPublisher.php',
477
- 'Google_Service_AndroidPublisher_InappproductsBatchResponseEntry' => $vendorDir . '/google/apiclient/src/Google/Service/AndroidPublisher.php',
478
- 'Google_Service_AndroidPublisher_InappproductsInsertRequest' => $vendorDir . '/google/apiclient/src/Google/Service/AndroidPublisher.php',
479
- 'Google_Service_AndroidPublisher_InappproductsInsertResponse' => $vendorDir . '/google/apiclient/src/Google/Service/AndroidPublisher.php',
480
- 'Google_Service_AndroidPublisher_InappproductsListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/AndroidPublisher.php',
481
- 'Google_Service_AndroidPublisher_InappproductsUpdateRequest' => $vendorDir . '/google/apiclient/src/Google/Service/AndroidPublisher.php',
482
- 'Google_Service_AndroidPublisher_InappproductsUpdateResponse' => $vendorDir . '/google/apiclient/src/Google/Service/AndroidPublisher.php',
483
- 'Google_Service_AndroidPublisher_Inappproducts_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/AndroidPublisher.php',
484
- 'Google_Service_AndroidPublisher_Listing' => $vendorDir . '/google/apiclient/src/Google/Service/AndroidPublisher.php',
485
- 'Google_Service_AndroidPublisher_ListingsListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/AndroidPublisher.php',
486
- 'Google_Service_AndroidPublisher_MonthDay' => $vendorDir . '/google/apiclient/src/Google/Service/AndroidPublisher.php',
487
- 'Google_Service_AndroidPublisher_PageInfo' => $vendorDir . '/google/apiclient/src/Google/Service/AndroidPublisher.php',
488
- 'Google_Service_AndroidPublisher_Price' => $vendorDir . '/google/apiclient/src/Google/Service/AndroidPublisher.php',
489
- 'Google_Service_AndroidPublisher_ProductPurchase' => $vendorDir . '/google/apiclient/src/Google/Service/AndroidPublisher.php',
490
- 'Google_Service_AndroidPublisher_PurchasesProducts_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/AndroidPublisher.php',
491
- 'Google_Service_AndroidPublisher_PurchasesSubscriptions_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/AndroidPublisher.php',
492
- 'Google_Service_AndroidPublisher_Purchases_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/AndroidPublisher.php',
493
- 'Google_Service_AndroidPublisher_Season' => $vendorDir . '/google/apiclient/src/Google/Service/AndroidPublisher.php',
494
- 'Google_Service_AndroidPublisher_SubscriptionDeferralInfo' => $vendorDir . '/google/apiclient/src/Google/Service/AndroidPublisher.php',
495
- 'Google_Service_AndroidPublisher_SubscriptionPurchase' => $vendorDir . '/google/apiclient/src/Google/Service/AndroidPublisher.php',
496
- 'Google_Service_AndroidPublisher_SubscriptionPurchasesDeferRequest' => $vendorDir . '/google/apiclient/src/Google/Service/AndroidPublisher.php',
497
- 'Google_Service_AndroidPublisher_SubscriptionPurchasesDeferResponse' => $vendorDir . '/google/apiclient/src/Google/Service/AndroidPublisher.php',
498
- 'Google_Service_AndroidPublisher_Testers' => $vendorDir . '/google/apiclient/src/Google/Service/AndroidPublisher.php',
499
- 'Google_Service_AndroidPublisher_TokenPagination' => $vendorDir . '/google/apiclient/src/Google/Service/AndroidPublisher.php',
500
- 'Google_Service_AndroidPublisher_Track' => $vendorDir . '/google/apiclient/src/Google/Service/AndroidPublisher.php',
501
- 'Google_Service_AndroidPublisher_TracksListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/AndroidPublisher.php',
502
- 'Google_Service_AppState' => $vendorDir . '/google/apiclient/src/Google/Service/AppState.php',
503
- 'Google_Service_AppState_GetResponse' => $vendorDir . '/google/apiclient/src/Google/Service/AppState.php',
504
- 'Google_Service_AppState_ListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/AppState.php',
505
- 'Google_Service_AppState_States_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/AppState.php',
506
- 'Google_Service_AppState_UpdateRequest' => $vendorDir . '/google/apiclient/src/Google/Service/AppState.php',
507
- 'Google_Service_AppState_WriteResult' => $vendorDir . '/google/apiclient/src/Google/Service/AppState.php',
508
- 'Google_Service_Appengine' => $vendorDir . '/google/apiclient/src/Google/Service/Appengine.php',
509
- 'Google_Service_Appengine_ApiConfigHandler' => $vendorDir . '/google/apiclient/src/Google/Service/Appengine.php',
510
- 'Google_Service_Appengine_ApiEndpointHandler' => $vendorDir . '/google/apiclient/src/Google/Service/Appengine.php',
511
- 'Google_Service_Appengine_Application' => $vendorDir . '/google/apiclient/src/Google/Service/Appengine.php',
512
- 'Google_Service_Appengine_AppsModulesVersions_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Appengine.php',
513
- 'Google_Service_Appengine_AppsModules_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Appengine.php',
514
- 'Google_Service_Appengine_AppsOperations_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Appengine.php',
515
- 'Google_Service_Appengine_Apps_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Appengine.php',
516
- 'Google_Service_Appengine_AutomaticScaling' => $vendorDir . '/google/apiclient/src/Google/Service/Appengine.php',
517
- 'Google_Service_Appengine_BasicScaling' => $vendorDir . '/google/apiclient/src/Google/Service/Appengine.php',
518
- 'Google_Service_Appengine_ContainerInfo' => $vendorDir . '/google/apiclient/src/Google/Service/Appengine.php',
519
- 'Google_Service_Appengine_CpuUtilization' => $vendorDir . '/google/apiclient/src/Google/Service/Appengine.php',
520
- 'Google_Service_Appengine_Deployment' => $vendorDir . '/google/apiclient/src/Google/Service/Appengine.php',
521
- 'Google_Service_Appengine_DeploymentFiles' => $vendorDir . '/google/apiclient/src/Google/Service/Appengine.php',
522
- 'Google_Service_Appengine_ErrorHandler' => $vendorDir . '/google/apiclient/src/Google/Service/Appengine.php',
523
- 'Google_Service_Appengine_FileInfo' => $vendorDir . '/google/apiclient/src/Google/Service/Appengine.php',
524
- 'Google_Service_Appengine_HealthCheck' => $vendorDir . '/google/apiclient/src/Google/Service/Appengine.php',
525
- 'Google_Service_Appengine_Library' => $vendorDir . '/google/apiclient/src/Google/Service/Appengine.php',
526
- 'Google_Service_Appengine_ListModulesResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Appengine.php',
527
- 'Google_Service_Appengine_ListOperationsResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Appengine.php',
528
- 'Google_Service_Appengine_ListVersionsResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Appengine.php',
529
- 'Google_Service_Appengine_ManualScaling' => $vendorDir . '/google/apiclient/src/Google/Service/Appengine.php',
530
- 'Google_Service_Appengine_Module' => $vendorDir . '/google/apiclient/src/Google/Service/Appengine.php',
531
- 'Google_Service_Appengine_Network' => $vendorDir . '/google/apiclient/src/Google/Service/Appengine.php',
532
- 'Google_Service_Appengine_Operation' => $vendorDir . '/google/apiclient/src/Google/Service/Appengine.php',
533
- 'Google_Service_Appengine_OperationMetadata' => $vendorDir . '/google/apiclient/src/Google/Service/Appengine.php',
534
- 'Google_Service_Appengine_OperationResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Appengine.php',
535
- 'Google_Service_Appengine_Resources' => $vendorDir . '/google/apiclient/src/Google/Service/Appengine.php',
536
- 'Google_Service_Appengine_ScriptHandler' => $vendorDir . '/google/apiclient/src/Google/Service/Appengine.php',
537
- 'Google_Service_Appengine_SourceReference' => $vendorDir . '/google/apiclient/src/Google/Service/Appengine.php',
538
- 'Google_Service_Appengine_StaticDirectoryHandler' => $vendorDir . '/google/apiclient/src/Google/Service/Appengine.php',
539
- 'Google_Service_Appengine_StaticDirectoryHandlerHttpHeaders' => $vendorDir . '/google/apiclient/src/Google/Service/Appengine.php',
540
- 'Google_Service_Appengine_StaticFilesHandler' => $vendorDir . '/google/apiclient/src/Google/Service/Appengine.php',
541
- 'Google_Service_Appengine_StaticFilesHandlerHttpHeaders' => $vendorDir . '/google/apiclient/src/Google/Service/Appengine.php',
542
- 'Google_Service_Appengine_Status' => $vendorDir . '/google/apiclient/src/Google/Service/Appengine.php',
543
- 'Google_Service_Appengine_StatusDetails' => $vendorDir . '/google/apiclient/src/Google/Service/Appengine.php',
544
- 'Google_Service_Appengine_TrafficSplit' => $vendorDir . '/google/apiclient/src/Google/Service/Appengine.php',
545
- 'Google_Service_Appengine_TrafficSplitAllocations' => $vendorDir . '/google/apiclient/src/Google/Service/Appengine.php',
546
- 'Google_Service_Appengine_UrlDispatchRule' => $vendorDir . '/google/apiclient/src/Google/Service/Appengine.php',
547
- 'Google_Service_Appengine_UrlMap' => $vendorDir . '/google/apiclient/src/Google/Service/Appengine.php',
548
- 'Google_Service_Appengine_Version' => $vendorDir . '/google/apiclient/src/Google/Service/Appengine.php',
549
- 'Google_Service_Appengine_VersionBetaSettings' => $vendorDir . '/google/apiclient/src/Google/Service/Appengine.php',
550
- 'Google_Service_Appengine_VersionEnvVariables' => $vendorDir . '/google/apiclient/src/Google/Service/Appengine.php',
551
- 'Google_Service_Appsactivity' => $vendorDir . '/google/apiclient/src/Google/Service/Appsactivity.php',
552
- 'Google_Service_Appsactivity_Activities_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Appsactivity.php',
553
- 'Google_Service_Appsactivity_Activity' => $vendorDir . '/google/apiclient/src/Google/Service/Appsactivity.php',
554
- 'Google_Service_Appsactivity_Event' => $vendorDir . '/google/apiclient/src/Google/Service/Appsactivity.php',
555
- 'Google_Service_Appsactivity_ListActivitiesResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Appsactivity.php',
556
- 'Google_Service_Appsactivity_Move' => $vendorDir . '/google/apiclient/src/Google/Service/Appsactivity.php',
557
- 'Google_Service_Appsactivity_Parent' => $vendorDir . '/google/apiclient/src/Google/Service/Appsactivity.php',
558
- 'Google_Service_Appsactivity_Permission' => $vendorDir . '/google/apiclient/src/Google/Service/Appsactivity.php',
559
- 'Google_Service_Appsactivity_PermissionChange' => $vendorDir . '/google/apiclient/src/Google/Service/Appsactivity.php',
560
- 'Google_Service_Appsactivity_Photo' => $vendorDir . '/google/apiclient/src/Google/Service/Appsactivity.php',
561
- 'Google_Service_Appsactivity_Rename' => $vendorDir . '/google/apiclient/src/Google/Service/Appsactivity.php',
562
- 'Google_Service_Appsactivity_Target' => $vendorDir . '/google/apiclient/src/Google/Service/Appsactivity.php',
563
- 'Google_Service_Appsactivity_User' => $vendorDir . '/google/apiclient/src/Google/Service/Appsactivity.php',
564
- 'Google_Service_Audit' => $vendorDir . '/google/apiclient/src/Google/Service/Audit.php',
565
- 'Google_Service_Audit_Activities' => $vendorDir . '/google/apiclient/src/Google/Service/Audit.php',
566
- 'Google_Service_Audit_Activities_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Audit.php',
567
- 'Google_Service_Audit_Activity' => $vendorDir . '/google/apiclient/src/Google/Service/Audit.php',
568
- 'Google_Service_Audit_ActivityActor' => $vendorDir . '/google/apiclient/src/Google/Service/Audit.php',
569
- 'Google_Service_Audit_ActivityEvents' => $vendorDir . '/google/apiclient/src/Google/Service/Audit.php',
570
- 'Google_Service_Audit_ActivityEventsParameters' => $vendorDir . '/google/apiclient/src/Google/Service/Audit.php',
571
- 'Google_Service_Audit_ActivityId' => $vendorDir . '/google/apiclient/src/Google/Service/Audit.php',
572
- 'Google_Service_Autoscaler' => $vendorDir . '/google/apiclient/src/Google/Service/Autoscaler.php',
573
- 'Google_Service_Autoscaler_Autoscaler' => $vendorDir . '/google/apiclient/src/Google/Service/Autoscaler.php',
574
- 'Google_Service_Autoscaler_AutoscalerListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Autoscaler.php',
575
- 'Google_Service_Autoscaler_Autoscalers_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Autoscaler.php',
576
- 'Google_Service_Autoscaler_AutoscalingPolicy' => $vendorDir . '/google/apiclient/src/Google/Service/Autoscaler.php',
577
- 'Google_Service_Autoscaler_AutoscalingPolicyCpuUtilization' => $vendorDir . '/google/apiclient/src/Google/Service/Autoscaler.php',
578
- 'Google_Service_Autoscaler_AutoscalingPolicyCustomMetricUtilization' => $vendorDir . '/google/apiclient/src/Google/Service/Autoscaler.php',
579
- 'Google_Service_Autoscaler_AutoscalingPolicyLoadBalancingUtilization' => $vendorDir . '/google/apiclient/src/Google/Service/Autoscaler.php',
580
- 'Google_Service_Autoscaler_DeprecationStatus' => $vendorDir . '/google/apiclient/src/Google/Service/Autoscaler.php',
581
- 'Google_Service_Autoscaler_Operation' => $vendorDir . '/google/apiclient/src/Google/Service/Autoscaler.php',
582
- 'Google_Service_Autoscaler_OperationError' => $vendorDir . '/google/apiclient/src/Google/Service/Autoscaler.php',
583
- 'Google_Service_Autoscaler_OperationErrorErrors' => $vendorDir . '/google/apiclient/src/Google/Service/Autoscaler.php',
584
- 'Google_Service_Autoscaler_OperationList' => $vendorDir . '/google/apiclient/src/Google/Service/Autoscaler.php',
585
- 'Google_Service_Autoscaler_OperationWarnings' => $vendorDir . '/google/apiclient/src/Google/Service/Autoscaler.php',
586
- 'Google_Service_Autoscaler_OperationWarningsData' => $vendorDir . '/google/apiclient/src/Google/Service/Autoscaler.php',
587
- 'Google_Service_Autoscaler_Zone' => $vendorDir . '/google/apiclient/src/Google/Service/Autoscaler.php',
588
- 'Google_Service_Autoscaler_ZoneList' => $vendorDir . '/google/apiclient/src/Google/Service/Autoscaler.php',
589
- 'Google_Service_Autoscaler_ZoneMaintenanceWindows' => $vendorDir . '/google/apiclient/src/Google/Service/Autoscaler.php',
590
- 'Google_Service_Autoscaler_ZoneOperations_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Autoscaler.php',
591
- 'Google_Service_Autoscaler_Zones_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Autoscaler.php',
592
- 'Google_Service_Bigquery' => $vendorDir . '/google/apiclient/src/Google/Service/Bigquery.php',
593
- 'Google_Service_Bigquery_CsvOptions' => $vendorDir . '/google/apiclient/src/Google/Service/Bigquery.php',
594
- 'Google_Service_Bigquery_Dataset' => $vendorDir . '/google/apiclient/src/Google/Service/Bigquery.php',
595
- 'Google_Service_Bigquery_DatasetAccess' => $vendorDir . '/google/apiclient/src/Google/Service/Bigquery.php',
596
- 'Google_Service_Bigquery_DatasetList' => $vendorDir . '/google/apiclient/src/Google/Service/Bigquery.php',
597
- 'Google_Service_Bigquery_DatasetListDatasets' => $vendorDir . '/google/apiclient/src/Google/Service/Bigquery.php',
598
- 'Google_Service_Bigquery_DatasetReference' => $vendorDir . '/google/apiclient/src/Google/Service/Bigquery.php',
599
- 'Google_Service_Bigquery_Datasets_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Bigquery.php',
600
- 'Google_Service_Bigquery_ErrorProto' => $vendorDir . '/google/apiclient/src/Google/Service/Bigquery.php',
601
- 'Google_Service_Bigquery_ExternalDataConfiguration' => $vendorDir . '/google/apiclient/src/Google/Service/Bigquery.php',
602
- 'Google_Service_Bigquery_GetQueryResultsResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Bigquery.php',
603
- 'Google_Service_Bigquery_Job' => $vendorDir . '/google/apiclient/src/Google/Service/Bigquery.php',
604
- 'Google_Service_Bigquery_JobCancelResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Bigquery.php',
605
- 'Google_Service_Bigquery_JobConfiguration' => $vendorDir . '/google/apiclient/src/Google/Service/Bigquery.php',
606
- 'Google_Service_Bigquery_JobConfigurationExtract' => $vendorDir . '/google/apiclient/src/Google/Service/Bigquery.php',
607
- 'Google_Service_Bigquery_JobConfigurationLink' => $vendorDir . '/google/apiclient/src/Google/Service/Bigquery.php',
608
- 'Google_Service_Bigquery_JobConfigurationLoad' => $vendorDir . '/google/apiclient/src/Google/Service/Bigquery.php',
609
- 'Google_Service_Bigquery_JobConfigurationQuery' => $vendorDir . '/google/apiclient/src/Google/Service/Bigquery.php',
610
- 'Google_Service_Bigquery_JobConfigurationQueryTableDefinitions' => $vendorDir . '/google/apiclient/src/Google/Service/Bigquery.php',
611
- 'Google_Service_Bigquery_JobConfigurationTableCopy' => $vendorDir . '/google/apiclient/src/Google/Service/Bigquery.php',
612
- 'Google_Service_Bigquery_JobList' => $vendorDir . '/google/apiclient/src/Google/Service/Bigquery.php',
613
- 'Google_Service_Bigquery_JobListJobs' => $vendorDir . '/google/apiclient/src/Google/Service/Bigquery.php',
614
- 'Google_Service_Bigquery_JobReference' => $vendorDir . '/google/apiclient/src/Google/Service/Bigquery.php',
615
- 'Google_Service_Bigquery_JobStatistics' => $vendorDir . '/google/apiclient/src/Google/Service/Bigquery.php',
616
- 'Google_Service_Bigquery_JobStatistics2' => $vendorDir . '/google/apiclient/src/Google/Service/Bigquery.php',
617
- 'Google_Service_Bigquery_JobStatistics3' => $vendorDir . '/google/apiclient/src/Google/Service/Bigquery.php',
618
- 'Google_Service_Bigquery_JobStatistics4' => $vendorDir . '/google/apiclient/src/Google/Service/Bigquery.php',
619
- 'Google_Service_Bigquery_JobStatus' => $vendorDir . '/google/apiclient/src/Google/Service/Bigquery.php',
620
- 'Google_Service_Bigquery_Jobs_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Bigquery.php',
621
- 'Google_Service_Bigquery_JsonObject' => $vendorDir . '/google/apiclient/src/Google/Service/Bigquery.php',
622
- 'Google_Service_Bigquery_ProjectList' => $vendorDir . '/google/apiclient/src/Google/Service/Bigquery.php',
623
- 'Google_Service_Bigquery_ProjectListProjects' => $vendorDir . '/google/apiclient/src/Google/Service/Bigquery.php',
624
- 'Google_Service_Bigquery_ProjectReference' => $vendorDir . '/google/apiclient/src/Google/Service/Bigquery.php',
625
- 'Google_Service_Bigquery_Projects_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Bigquery.php',
626
- 'Google_Service_Bigquery_QueryRequest' => $vendorDir . '/google/apiclient/src/Google/Service/Bigquery.php',
627
- 'Google_Service_Bigquery_QueryResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Bigquery.php',
628
- 'Google_Service_Bigquery_Streamingbuffer' => $vendorDir . '/google/apiclient/src/Google/Service/Bigquery.php',
629
- 'Google_Service_Bigquery_Table' => $vendorDir . '/google/apiclient/src/Google/Service/Bigquery.php',
630
- 'Google_Service_Bigquery_TableCell' => $vendorDir . '/google/apiclient/src/Google/Service/Bigquery.php',
631
- 'Google_Service_Bigquery_TableDataInsertAllRequest' => $vendorDir . '/google/apiclient/src/Google/Service/Bigquery.php',
632
- 'Google_Service_Bigquery_TableDataInsertAllRequestRows' => $vendorDir . '/google/apiclient/src/Google/Service/Bigquery.php',
633
- 'Google_Service_Bigquery_TableDataInsertAllResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Bigquery.php',
634
- 'Google_Service_Bigquery_TableDataInsertAllResponseInsertErrors' => $vendorDir . '/google/apiclient/src/Google/Service/Bigquery.php',
635
- 'Google_Service_Bigquery_TableDataList' => $vendorDir . '/google/apiclient/src/Google/Service/Bigquery.php',
636
- 'Google_Service_Bigquery_TableFieldSchema' => $vendorDir . '/google/apiclient/src/Google/Service/Bigquery.php',
637
- 'Google_Service_Bigquery_TableList' => $vendorDir . '/google/apiclient/src/Google/Service/Bigquery.php',
638
- 'Google_Service_Bigquery_TableListTables' => $vendorDir . '/google/apiclient/src/Google/Service/Bigquery.php',
639
- 'Google_Service_Bigquery_TableReference' => $vendorDir . '/google/apiclient/src/Google/Service/Bigquery.php',
640
- 'Google_Service_Bigquery_TableRow' => $vendorDir . '/google/apiclient/src/Google/Service/Bigquery.php',
641
- 'Google_Service_Bigquery_TableSchema' => $vendorDir . '/google/apiclient/src/Google/Service/Bigquery.php',
642
- 'Google_Service_Bigquery_Tabledata_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Bigquery.php',
643
- 'Google_Service_Bigquery_Tables_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Bigquery.php',
644
- 'Google_Service_Bigquery_UserDefinedFunctionResource' => $vendorDir . '/google/apiclient/src/Google/Service/Bigquery.php',
645
- 'Google_Service_Bigquery_ViewDefinition' => $vendorDir . '/google/apiclient/src/Google/Service/Bigquery.php',
646
- 'Google_Service_Blogger' => $vendorDir . '/google/apiclient/src/Google/Service/Blogger.php',
647
- 'Google_Service_Blogger_Blog' => $vendorDir . '/google/apiclient/src/Google/Service/Blogger.php',
648
- 'Google_Service_Blogger_BlogList' => $vendorDir . '/google/apiclient/src/Google/Service/Blogger.php',
649
- 'Google_Service_Blogger_BlogLocale' => $vendorDir . '/google/apiclient/src/Google/Service/Blogger.php',
650
- 'Google_Service_Blogger_BlogPages' => $vendorDir . '/google/apiclient/src/Google/Service/Blogger.php',
651
- 'Google_Service_Blogger_BlogPerUserInfo' => $vendorDir . '/google/apiclient/src/Google/Service/Blogger.php',
652
- 'Google_Service_Blogger_BlogPosts' => $vendorDir . '/google/apiclient/src/Google/Service/Blogger.php',
653
- 'Google_Service_Blogger_BlogUserInfo' => $vendorDir . '/google/apiclient/src/Google/Service/Blogger.php',
654
- 'Google_Service_Blogger_BlogUserInfos_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Blogger.php',
655
- 'Google_Service_Blogger_Blogs_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Blogger.php',
656
- 'Google_Service_Blogger_Comment' => $vendorDir . '/google/apiclient/src/Google/Service/Blogger.php',
657
- 'Google_Service_Blogger_CommentAuthor' => $vendorDir . '/google/apiclient/src/Google/Service/Blogger.php',
658
- 'Google_Service_Blogger_CommentAuthorImage' => $vendorDir . '/google/apiclient/src/Google/Service/Blogger.php',
659
- 'Google_Service_Blogger_CommentBlog' => $vendorDir . '/google/apiclient/src/Google/Service/Blogger.php',
660
- 'Google_Service_Blogger_CommentInReplyTo' => $vendorDir . '/google/apiclient/src/Google/Service/Blogger.php',
661
- 'Google_Service_Blogger_CommentList' => $vendorDir . '/google/apiclient/src/Google/Service/Blogger.php',
662
- 'Google_Service_Blogger_CommentPost' => $vendorDir . '/google/apiclient/src/Google/Service/Blogger.php',
663
- 'Google_Service_Blogger_Comments_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Blogger.php',
664
- 'Google_Service_Blogger_Page' => $vendorDir . '/google/apiclient/src/Google/Service/Blogger.php',
665
- 'Google_Service_Blogger_PageAuthor' => $vendorDir . '/google/apiclient/src/Google/Service/Blogger.php',
666
- 'Google_Service_Blogger_PageAuthorImage' => $vendorDir . '/google/apiclient/src/Google/Service/Blogger.php',
667
- 'Google_Service_Blogger_PageBlog' => $vendorDir . '/google/apiclient/src/Google/Service/Blogger.php',
668
- 'Google_Service_Blogger_PageList' => $vendorDir . '/google/apiclient/src/Google/Service/Blogger.php',
669
- 'Google_Service_Blogger_PageViews_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Blogger.php',
670
- 'Google_Service_Blogger_Pages_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Blogger.php',
671
- 'Google_Service_Blogger_Pageviews' => $vendorDir . '/google/apiclient/src/Google/Service/Blogger.php',
672
- 'Google_Service_Blogger_PageviewsCounts' => $vendorDir . '/google/apiclient/src/Google/Service/Blogger.php',
673
- 'Google_Service_Blogger_Post' => $vendorDir . '/google/apiclient/src/Google/Service/Blogger.php',
674
- 'Google_Service_Blogger_PostAuthor' => $vendorDir . '/google/apiclient/src/Google/Service/Blogger.php',
675
- 'Google_Service_Blogger_PostAuthorImage' => $vendorDir . '/google/apiclient/src/Google/Service/Blogger.php',
676
- 'Google_Service_Blogger_PostBlog' => $vendorDir . '/google/apiclient/src/Google/Service/Blogger.php',
677
- 'Google_Service_Blogger_PostImages' => $vendorDir . '/google/apiclient/src/Google/Service/Blogger.php',
678
- 'Google_Service_Blogger_PostList' => $vendorDir . '/google/apiclient/src/Google/Service/Blogger.php',
679
- 'Google_Service_Blogger_PostLocation' => $vendorDir . '/google/apiclient/src/Google/Service/Blogger.php',
680
- 'Google_Service_Blogger_PostPerUserInfo' => $vendorDir . '/google/apiclient/src/Google/Service/Blogger.php',
681
- 'Google_Service_Blogger_PostReplies' => $vendorDir . '/google/apiclient/src/Google/Service/Blogger.php',
682
- 'Google_Service_Blogger_PostUserInfo' => $vendorDir . '/google/apiclient/src/Google/Service/Blogger.php',
683
- 'Google_Service_Blogger_PostUserInfosList' => $vendorDir . '/google/apiclient/src/Google/Service/Blogger.php',
684
- 'Google_Service_Blogger_PostUserInfos_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Blogger.php',
685
- 'Google_Service_Blogger_Posts_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Blogger.php',
686
- 'Google_Service_Blogger_User' => $vendorDir . '/google/apiclient/src/Google/Service/Blogger.php',
687
- 'Google_Service_Blogger_UserBlogs' => $vendorDir . '/google/apiclient/src/Google/Service/Blogger.php',
688
- 'Google_Service_Blogger_UserLocale' => $vendorDir . '/google/apiclient/src/Google/Service/Blogger.php',
689
- 'Google_Service_Blogger_Users_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Blogger.php',
690
- 'Google_Service_Books' => $vendorDir . '/google/apiclient/src/Google/Service/Books.php',
691
- 'Google_Service_Books_Annotation' => $vendorDir . '/google/apiclient/src/Google/Service/Books.php',
692
- 'Google_Service_Books_AnnotationClientVersionRanges' => $vendorDir . '/google/apiclient/src/Google/Service/Books.php',
693
- 'Google_Service_Books_AnnotationCurrentVersionRanges' => $vendorDir . '/google/apiclient/src/Google/Service/Books.php',
694
- 'Google_Service_Books_AnnotationLayerSummary' => $vendorDir . '/google/apiclient/src/Google/Service/Books.php',
695
- 'Google_Service_Books_Annotationdata' => $vendorDir . '/google/apiclient/src/Google/Service/Books.php',
696
- 'Google_Service_Books_Annotations' => $vendorDir . '/google/apiclient/src/Google/Service/Books.php',
697
- 'Google_Service_Books_AnnotationsSummary' => $vendorDir . '/google/apiclient/src/Google/Service/Books.php',
698
- 'Google_Service_Books_AnnotationsSummaryLayers' => $vendorDir . '/google/apiclient/src/Google/Service/Books.php',
699
- 'Google_Service_Books_Annotationsdata' => $vendorDir . '/google/apiclient/src/Google/Service/Books.php',
700
- 'Google_Service_Books_BooksAnnotationsRange' => $vendorDir . '/google/apiclient/src/Google/Service/Books.php',
701
- 'Google_Service_Books_BooksCloudloadingResource' => $vendorDir . '/google/apiclient/src/Google/Service/Books.php',
702
- 'Google_Service_Books_BooksVolumesRecommendedRateResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Books.php',
703
- 'Google_Service_Books_Bookshelf' => $vendorDir . '/google/apiclient/src/Google/Service/Books.php',
704
- 'Google_Service_Books_Bookshelves' => $vendorDir . '/google/apiclient/src/Google/Service/Books.php',
705
- 'Google_Service_Books_BookshelvesVolumes_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Books.php',
706
- 'Google_Service_Books_Bookshelves_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Books.php',
707
- 'Google_Service_Books_Category' => $vendorDir . '/google/apiclient/src/Google/Service/Books.php',
708
- 'Google_Service_Books_CategoryItems' => $vendorDir . '/google/apiclient/src/Google/Service/Books.php',
709
- 'Google_Service_Books_Cloudloading_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Books.php',
710
- 'Google_Service_Books_ConcurrentAccessRestriction' => $vendorDir . '/google/apiclient/src/Google/Service/Books.php',
711
- 'Google_Service_Books_Dictionary_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Books.php',
712
- 'Google_Service_Books_Dictlayerdata' => $vendorDir . '/google/apiclient/src/Google/Service/Books.php',
713
- 'Google_Service_Books_DictlayerdataCommon' => $vendorDir . '/google/apiclient/src/Google/Service/Books.php',
714
- 'Google_Service_Books_DictlayerdataDict' => $vendorDir . '/google/apiclient/src/Google/Service/Books.php',
715
- 'Google_Service_Books_DictlayerdataDictSource' => $vendorDir . '/google/apiclient/src/Google/Service/Books.php',
716
- 'Google_Service_Books_DictlayerdataDictWords' => $vendorDir . '/google/apiclient/src/Google/Service/Books.php',
717
- 'Google_Service_Books_DictlayerdataDictWordsDerivatives' => $vendorDir . '/google/apiclient/src/Google/Service/Books.php',
718
- 'Google_Service_Books_DictlayerdataDictWordsDerivativesSource' => $vendorDir . '/google/apiclient/src/Google/Service/Books.php',
719
- 'Google_Service_Books_DictlayerdataDictWordsExamples' => $vendorDir . '/google/apiclient/src/Google/Service/Books.php',
720
- 'Google_Service_Books_DictlayerdataDictWordsExamplesSource' => $vendorDir . '/google/apiclient/src/Google/Service/Books.php',
721
- 'Google_Service_Books_DictlayerdataDictWordsSenses' => $vendorDir . '/google/apiclient/src/Google/Service/Books.php',
722
- 'Google_Service_Books_DictlayerdataDictWordsSensesConjugations' => $vendorDir . '/google/apiclient/src/Google/Service/Books.php',
723
- 'Google_Service_Books_DictlayerdataDictWordsSensesDefinitions' => $vendorDir . '/google/apiclient/src/Google/Service/Books.php',
724
- 'Google_Service_Books_DictlayerdataDictWordsSensesDefinitionsExamples' => $vendorDir . '/google/apiclient/src/Google/Service/Books.php',
725
- 'Google_Service_Books_DictlayerdataDictWordsSensesDefinitionsExamplesSource' => $vendorDir . '/google/apiclient/src/Google/Service/Books.php',
726
- 'Google_Service_Books_DictlayerdataDictWordsSensesSource' => $vendorDir . '/google/apiclient/src/Google/Service/Books.php',
727
- 'Google_Service_Books_DictlayerdataDictWordsSensesSynonyms' => $vendorDir . '/google/apiclient/src/Google/Service/Books.php',
728
- 'Google_Service_Books_DictlayerdataDictWordsSensesSynonymsSource' => $vendorDir . '/google/apiclient/src/Google/Service/Books.php',
729
- 'Google_Service_Books_DictlayerdataDictWordsSource' => $vendorDir . '/google/apiclient/src/Google/Service/Books.php',
730
- 'Google_Service_Books_Discoveryclusters' => $vendorDir . '/google/apiclient/src/Google/Service/Books.php',
731
- 'Google_Service_Books_DiscoveryclustersClusters' => $vendorDir . '/google/apiclient/src/Google/Service/Books.php',
732
- 'Google_Service_Books_DiscoveryclustersClustersBannerWithContentContainer' => $vendorDir . '/google/apiclient/src/Google/Service/Books.php',
733
- 'Google_Service_Books_DownloadAccessRestriction' => $vendorDir . '/google/apiclient/src/Google/Service/Books.php',
734
- 'Google_Service_Books_DownloadAccesses' => $vendorDir . '/google/apiclient/src/Google/Service/Books.php',
735
- 'Google_Service_Books_Geolayerdata' => $vendorDir . '/google/apiclient/src/Google/Service/Books.php',
736
- 'Google_Service_Books_GeolayerdataCommon' => $vendorDir . '/google/apiclient/src/Google/Service/Books.php',
737
- 'Google_Service_Books_GeolayerdataGeo' => $vendorDir . '/google/apiclient/src/Google/Service/Books.php',
738
- 'Google_Service_Books_GeolayerdataGeoBoundary' => $vendorDir . '/google/apiclient/src/Google/Service/Books.php',
739
- 'Google_Service_Books_GeolayerdataGeoViewport' => $vendorDir . '/google/apiclient/src/Google/Service/Books.php',
740
- 'Google_Service_Books_GeolayerdataGeoViewportHi' => $vendorDir . '/google/apiclient/src/Google/Service/Books.php',
741
- 'Google_Service_Books_GeolayerdataGeoViewportLo' => $vendorDir . '/google/apiclient/src/Google/Service/Books.php',
742
- 'Google_Service_Books_LayersAnnotationData_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Books.php',
743
- 'Google_Service_Books_LayersVolumeAnnotations_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Books.php',
744
- 'Google_Service_Books_Layers_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Books.php',
745
- 'Google_Service_Books_Layersummaries' => $vendorDir . '/google/apiclient/src/Google/Service/Books.php',
746
- 'Google_Service_Books_Layersummary' => $vendorDir . '/google/apiclient/src/Google/Service/Books.php',
747
- 'Google_Service_Books_Metadata' => $vendorDir . '/google/apiclient/src/Google/Service/Books.php',
748
- 'Google_Service_Books_MetadataItems' => $vendorDir . '/google/apiclient/src/Google/Service/Books.php',
749
- 'Google_Service_Books_Myconfig_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Books.php',
750
- 'Google_Service_Books_MylibraryAnnotations_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Books.php',
751
- 'Google_Service_Books_MylibraryBookshelvesVolumes_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Books.php',
752
- 'Google_Service_Books_MylibraryBookshelves_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Books.php',
753
- 'Google_Service_Books_MylibraryReadingpositions_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Books.php',
754
- 'Google_Service_Books_Mylibrary_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Books.php',
755
- 'Google_Service_Books_Notification' => $vendorDir . '/google/apiclient/src/Google/Service/Books.php',
756
- 'Google_Service_Books_Notification_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Books.php',
757
- 'Google_Service_Books_Offers' => $vendorDir . '/google/apiclient/src/Google/Service/Books.php',
758
- 'Google_Service_Books_OffersItems' => $vendorDir . '/google/apiclient/src/Google/Service/Books.php',
759
- 'Google_Service_Books_OffersItemsItems' => $vendorDir . '/google/apiclient/src/Google/Service/Books.php',
760
- 'Google_Service_Books_Onboarding_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Books.php',
761
- 'Google_Service_Books_Personalizedstream_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Books.php',
762
- 'Google_Service_Books_Promooffer_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Books.php',
763
- 'Google_Service_Books_ReadingPosition' => $vendorDir . '/google/apiclient/src/Google/Service/Books.php',
764
- 'Google_Service_Books_RequestAccess' => $vendorDir . '/google/apiclient/src/Google/Service/Books.php',
765
- 'Google_Service_Books_Review' => $vendorDir . '/google/apiclient/src/Google/Service/Books.php',
766
- 'Google_Service_Books_ReviewAuthor' => $vendorDir . '/google/apiclient/src/Google/Service/Books.php',
767
- 'Google_Service_Books_ReviewSource' => $vendorDir . '/google/apiclient/src/Google/Service/Books.php',
768
- 'Google_Service_Books_Usersettings' => $vendorDir . '/google/apiclient/src/Google/Service/Books.php',
769
- 'Google_Service_Books_UsersettingsNotesExport' => $vendorDir . '/google/apiclient/src/Google/Service/Books.php',
770
- 'Google_Service_Books_UsersettingsNotification' => $vendorDir . '/google/apiclient/src/Google/Service/Books.php',
771
- 'Google_Service_Books_UsersettingsNotificationMoreFromAuthors' => $vendorDir . '/google/apiclient/src/Google/Service/Books.php',
772
- 'Google_Service_Books_Volume' => $vendorDir . '/google/apiclient/src/Google/Service/Books.php',
773
- 'Google_Service_Books_Volume2' => $vendorDir . '/google/apiclient/src/Google/Service/Books.php',
774
- 'Google_Service_Books_VolumeAccessInfo' => $vendorDir . '/google/apiclient/src/Google/Service/Books.php',
775
- 'Google_Service_Books_VolumeAccessInfoEpub' => $vendorDir . '/google/apiclient/src/Google/Service/Books.php',
776
- 'Google_Service_Books_VolumeAccessInfoPdf' => $vendorDir . '/google/apiclient/src/Google/Service/Books.php',
777
- 'Google_Service_Books_VolumeLayerInfo' => $vendorDir . '/google/apiclient/src/Google/Service/Books.php',
778
- 'Google_Service_Books_VolumeLayerInfoLayers' => $vendorDir . '/google/apiclient/src/Google/Service/Books.php',
779
- 'Google_Service_Books_VolumeRecommendedInfo' => $vendorDir . '/google/apiclient/src/Google/Service/Books.php',
780
- 'Google_Service_Books_VolumeSaleInfo' => $vendorDir . '/google/apiclient/src/Google/Service/Books.php',
781
- 'Google_Service_Books_VolumeSaleInfoListPrice' => $vendorDir . '/google/apiclient/src/Google/Service/Books.php',
782
- 'Google_Service_Books_VolumeSaleInfoOffers' => $vendorDir . '/google/apiclient/src/Google/Service/Books.php',
783
- 'Google_Service_Books_VolumeSaleInfoOffersListPrice' => $vendorDir . '/google/apiclient/src/Google/Service/Books.php',
784
- 'Google_Service_Books_VolumeSaleInfoOffersRentalDuration' => $vendorDir . '/google/apiclient/src/Google/Service/Books.php',
785
- 'Google_Service_Books_VolumeSaleInfoOffersRetailPrice' => $vendorDir . '/google/apiclient/src/Google/Service/Books.php',
786
- 'Google_Service_Books_VolumeSaleInfoRetailPrice' => $vendorDir . '/google/apiclient/src/Google/Service/Books.php',
787
- 'Google_Service_Books_VolumeSearchInfo' => $vendorDir . '/google/apiclient/src/Google/Service/Books.php',
788
- 'Google_Service_Books_VolumeUserInfo' => $vendorDir . '/google/apiclient/src/Google/Service/Books.php',
789
- 'Google_Service_Books_VolumeUserInfoCopy' => $vendorDir . '/google/apiclient/src/Google/Service/Books.php',
790
- 'Google_Service_Books_VolumeUserInfoRentalPeriod' => $vendorDir . '/google/apiclient/src/Google/Service/Books.php',
791
- 'Google_Service_Books_VolumeUserInfoUserUploadedVolumeInfo' => $vendorDir . '/google/apiclient/src/Google/Service/Books.php',
792
- 'Google_Service_Books_VolumeVolumeInfo' => $vendorDir . '/google/apiclient/src/Google/Service/Books.php',
793
- 'Google_Service_Books_VolumeVolumeInfoDimensions' => $vendorDir . '/google/apiclient/src/Google/Service/Books.php',
794
- 'Google_Service_Books_VolumeVolumeInfoImageLinks' => $vendorDir . '/google/apiclient/src/Google/Service/Books.php',
795
- 'Google_Service_Books_VolumeVolumeInfoIndustryIdentifiers' => $vendorDir . '/google/apiclient/src/Google/Service/Books.php',
796
- 'Google_Service_Books_Volumeannotation' => $vendorDir . '/google/apiclient/src/Google/Service/Books.php',
797
- 'Google_Service_Books_VolumeannotationContentRanges' => $vendorDir . '/google/apiclient/src/Google/Service/Books.php',
798
- 'Google_Service_Books_Volumeannotations' => $vendorDir . '/google/apiclient/src/Google/Service/Books.php',
799
- 'Google_Service_Books_Volumes' => $vendorDir . '/google/apiclient/src/Google/Service/Books.php',
800
- 'Google_Service_Books_VolumesAssociated_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Books.php',
801
- 'Google_Service_Books_VolumesMybooks_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Books.php',
802
- 'Google_Service_Books_VolumesRecommended_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Books.php',
803
- 'Google_Service_Books_VolumesUseruploaded_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Books.php',
804
- 'Google_Service_Books_Volumes_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Books.php',
805
- 'Google_Service_Calendar' => $vendorDir . '/google/apiclient/src/Google/Service/Calendar.php',
806
- 'Google_Service_Calendar_Acl' => $vendorDir . '/google/apiclient/src/Google/Service/Calendar.php',
807
- 'Google_Service_Calendar_AclRule' => $vendorDir . '/google/apiclient/src/Google/Service/Calendar.php',
808
- 'Google_Service_Calendar_AclRuleScope' => $vendorDir . '/google/apiclient/src/Google/Service/Calendar.php',
809
- 'Google_Service_Calendar_Acl_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Calendar.php',
810
- 'Google_Service_Calendar_Calendar' => $vendorDir . '/google/apiclient/src/Google/Service/Calendar.php',
811
- 'Google_Service_Calendar_CalendarList' => $vendorDir . '/google/apiclient/src/Google/Service/Calendar.php',
812
- 'Google_Service_Calendar_CalendarListEntry' => $vendorDir . '/google/apiclient/src/Google/Service/Calendar.php',
813
- 'Google_Service_Calendar_CalendarListEntryNotificationSettings' => $vendorDir . '/google/apiclient/src/Google/Service/Calendar.php',
814
- 'Google_Service_Calendar_CalendarList_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Calendar.php',
815
- 'Google_Service_Calendar_CalendarNotification' => $vendorDir . '/google/apiclient/src/Google/Service/Calendar.php',
816
- 'Google_Service_Calendar_Calendars_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Calendar.php',
817
- 'Google_Service_Calendar_Channel' => $vendorDir . '/google/apiclient/src/Google/Service/Calendar.php',
818
- 'Google_Service_Calendar_ChannelParams' => $vendorDir . '/google/apiclient/src/Google/Service/Calendar.php',
819
- 'Google_Service_Calendar_Channels_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Calendar.php',
820
- 'Google_Service_Calendar_ColorDefinition' => $vendorDir . '/google/apiclient/src/Google/Service/Calendar.php',
821
- 'Google_Service_Calendar_Colors' => $vendorDir . '/google/apiclient/src/Google/Service/Calendar.php',
822
- 'Google_Service_Calendar_ColorsCalendar' => $vendorDir . '/google/apiclient/src/Google/Service/Calendar.php',
823
- 'Google_Service_Calendar_ColorsEvent' => $vendorDir . '/google/apiclient/src/Google/Service/Calendar.php',
824
- 'Google_Service_Calendar_Colors_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Calendar.php',
825
- 'Google_Service_Calendar_Error' => $vendorDir . '/google/apiclient/src/Google/Service/Calendar.php',
826
- 'Google_Service_Calendar_Event' => $vendorDir . '/google/apiclient/src/Google/Service/Calendar.php',
827
- 'Google_Service_Calendar_EventAttachment' => $vendorDir . '/google/apiclient/src/Google/Service/Calendar.php',
828
- 'Google_Service_Calendar_EventAttendee' => $vendorDir . '/google/apiclient/src/Google/Service/Calendar.php',
829
- 'Google_Service_Calendar_EventCreator' => $vendorDir . '/google/apiclient/src/Google/Service/Calendar.php',
830
- 'Google_Service_Calendar_EventDateTime' => $vendorDir . '/google/apiclient/src/Google/Service/Calendar.php',
831
- 'Google_Service_Calendar_EventExtendedProperties' => $vendorDir . '/google/apiclient/src/Google/Service/Calendar.php',
832
- 'Google_Service_Calendar_EventExtendedPropertiesPrivate' => $vendorDir . '/google/apiclient/src/Google/Service/Calendar.php',
833
- 'Google_Service_Calendar_EventExtendedPropertiesShared' => $vendorDir . '/google/apiclient/src/Google/Service/Calendar.php',
834
- 'Google_Service_Calendar_EventGadget' => $vendorDir . '/google/apiclient/src/Google/Service/Calendar.php',
835
- 'Google_Service_Calendar_EventGadgetPreferences' => $vendorDir . '/google/apiclient/src/Google/Service/Calendar.php',
836
- 'Google_Service_Calendar_EventOrganizer' => $vendorDir . '/google/apiclient/src/Google/Service/Calendar.php',
837
- 'Google_Service_Calendar_EventReminder' => $vendorDir . '/google/apiclient/src/Google/Service/Calendar.php',
838
- 'Google_Service_Calendar_EventReminders' => $vendorDir . '/google/apiclient/src/Google/Service/Calendar.php',
839
- 'Google_Service_Calendar_EventSource' => $vendorDir . '/google/apiclient/src/Google/Service/Calendar.php',
840
- 'Google_Service_Calendar_Events' => $vendorDir . '/google/apiclient/src/Google/Service/Calendar.php',
841
- 'Google_Service_Calendar_Events_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Calendar.php',
842
- 'Google_Service_Calendar_FreeBusyCalendar' => $vendorDir . '/google/apiclient/src/Google/Service/Calendar.php',
843
- 'Google_Service_Calendar_FreeBusyGroup' => $vendorDir . '/google/apiclient/src/Google/Service/Calendar.php',
844
- 'Google_Service_Calendar_FreeBusyRequest' => $vendorDir . '/google/apiclient/src/Google/Service/Calendar.php',
845
- 'Google_Service_Calendar_FreeBusyRequestItem' => $vendorDir . '/google/apiclient/src/Google/Service/Calendar.php',
846
- 'Google_Service_Calendar_FreeBusyResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Calendar.php',
847
- 'Google_Service_Calendar_FreeBusyResponseCalendars' => $vendorDir . '/google/apiclient/src/Google/Service/Calendar.php',
848
- 'Google_Service_Calendar_FreeBusyResponseGroups' => $vendorDir . '/google/apiclient/src/Google/Service/Calendar.php',
849
- 'Google_Service_Calendar_Freebusy_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Calendar.php',
850
- 'Google_Service_Calendar_Setting' => $vendorDir . '/google/apiclient/src/Google/Service/Calendar.php',
851
- 'Google_Service_Calendar_Settings' => $vendorDir . '/google/apiclient/src/Google/Service/Calendar.php',
852
- 'Google_Service_Calendar_Settings_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Calendar.php',
853
- 'Google_Service_Calendar_TimePeriod' => $vendorDir . '/google/apiclient/src/Google/Service/Calendar.php',
854
- 'Google_Service_CivicInfo' => $vendorDir . '/google/apiclient/src/Google/Service/CivicInfo.php',
855
- 'Google_Service_CivicInfo_AdministrationRegion' => $vendorDir . '/google/apiclient/src/Google/Service/CivicInfo.php',
856
- 'Google_Service_CivicInfo_AdministrativeBody' => $vendorDir . '/google/apiclient/src/Google/Service/CivicInfo.php',
857
- 'Google_Service_CivicInfo_Candidate' => $vendorDir . '/google/apiclient/src/Google/Service/CivicInfo.php',
858
- 'Google_Service_CivicInfo_Channel' => $vendorDir . '/google/apiclient/src/Google/Service/CivicInfo.php',
859
- 'Google_Service_CivicInfo_Contest' => $vendorDir . '/google/apiclient/src/Google/Service/CivicInfo.php',
860
- 'Google_Service_CivicInfo_DivisionSearchResponse' => $vendorDir . '/google/apiclient/src/Google/Service/CivicInfo.php',
861
- 'Google_Service_CivicInfo_DivisionSearchResult' => $vendorDir . '/google/apiclient/src/Google/Service/CivicInfo.php',
862
- 'Google_Service_CivicInfo_Divisions_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/CivicInfo.php',
863
- 'Google_Service_CivicInfo_Election' => $vendorDir . '/google/apiclient/src/Google/Service/CivicInfo.php',
864
- 'Google_Service_CivicInfo_ElectionOfficial' => $vendorDir . '/google/apiclient/src/Google/Service/CivicInfo.php',
865
- 'Google_Service_CivicInfo_ElectionsQueryResponse' => $vendorDir . '/google/apiclient/src/Google/Service/CivicInfo.php',
866
- 'Google_Service_CivicInfo_Elections_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/CivicInfo.php',
867
- 'Google_Service_CivicInfo_ElectoralDistrict' => $vendorDir . '/google/apiclient/src/Google/Service/CivicInfo.php',
868
- 'Google_Service_CivicInfo_GeographicDivision' => $vendorDir . '/google/apiclient/src/Google/Service/CivicInfo.php',
869
- 'Google_Service_CivicInfo_Office' => $vendorDir . '/google/apiclient/src/Google/Service/CivicInfo.php',
870
- 'Google_Service_CivicInfo_Official' => $vendorDir . '/google/apiclient/src/Google/Service/CivicInfo.php',
871
- 'Google_Service_CivicInfo_PollingLocation' => $vendorDir . '/google/apiclient/src/Google/Service/CivicInfo.php',
872
- 'Google_Service_CivicInfo_RepresentativeInfoData' => $vendorDir . '/google/apiclient/src/Google/Service/CivicInfo.php',
873
- 'Google_Service_CivicInfo_RepresentativeInfoDataDivisions' => $vendorDir . '/google/apiclient/src/Google/Service/CivicInfo.php',
874
- 'Google_Service_CivicInfo_RepresentativeInfoResponse' => $vendorDir . '/google/apiclient/src/Google/Service/CivicInfo.php',
875
- 'Google_Service_CivicInfo_RepresentativeInfoResponseDivisions' => $vendorDir . '/google/apiclient/src/Google/Service/CivicInfo.php',
876
- 'Google_Service_CivicInfo_Representatives_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/CivicInfo.php',
877
- 'Google_Service_CivicInfo_SimpleAddressType' => $vendorDir . '/google/apiclient/src/Google/Service/CivicInfo.php',
878
- 'Google_Service_CivicInfo_Source' => $vendorDir . '/google/apiclient/src/Google/Service/CivicInfo.php',
879
- 'Google_Service_CivicInfo_VoterInfoResponse' => $vendorDir . '/google/apiclient/src/Google/Service/CivicInfo.php',
880
- 'Google_Service_Classroom' => $vendorDir . '/google/apiclient/src/Google/Service/Classroom.php',
881
- 'Google_Service_Classroom_Course' => $vendorDir . '/google/apiclient/src/Google/Service/Classroom.php',
882
- 'Google_Service_Classroom_CourseAlias' => $vendorDir . '/google/apiclient/src/Google/Service/Classroom.php',
883
- 'Google_Service_Classroom_CoursesAliases_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Classroom.php',
884
- 'Google_Service_Classroom_CoursesStudents_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Classroom.php',
885
- 'Google_Service_Classroom_CoursesTeachers_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Classroom.php',
886
- 'Google_Service_Classroom_Courses_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Classroom.php',
887
- 'Google_Service_Classroom_Empty' => $vendorDir . '/google/apiclient/src/Google/Service/Classroom.php',
888
- 'Google_Service_Classroom_GlobalPermission' => $vendorDir . '/google/apiclient/src/Google/Service/Classroom.php',
889
- 'Google_Service_Classroom_Invitation' => $vendorDir . '/google/apiclient/src/Google/Service/Classroom.php',
890
- 'Google_Service_Classroom_Invitations_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Classroom.php',
891
- 'Google_Service_Classroom_ListCourseAliasesResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Classroom.php',
892
- 'Google_Service_Classroom_ListCoursesResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Classroom.php',
893
- 'Google_Service_Classroom_ListInvitationsResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Classroom.php',
894
- 'Google_Service_Classroom_ListStudentsResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Classroom.php',
895
- 'Google_Service_Classroom_ListTeachersResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Classroom.php',
896
- 'Google_Service_Classroom_Name' => $vendorDir . '/google/apiclient/src/Google/Service/Classroom.php',
897
- 'Google_Service_Classroom_Student' => $vendorDir . '/google/apiclient/src/Google/Service/Classroom.php',
898
- 'Google_Service_Classroom_Teacher' => $vendorDir . '/google/apiclient/src/Google/Service/Classroom.php',
899
- 'Google_Service_Classroom_UserProfile' => $vendorDir . '/google/apiclient/src/Google/Service/Classroom.php',
900
- 'Google_Service_Classroom_UserProfiles_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Classroom.php',
901
- 'Google_Service_CloudMonitoring' => $vendorDir . '/google/apiclient/src/Google/Service/CloudMonitoring.php',
902
- 'Google_Service_CloudMonitoring_DeleteMetricDescriptorResponse' => $vendorDir . '/google/apiclient/src/Google/Service/CloudMonitoring.php',
903
- 'Google_Service_CloudMonitoring_ListMetricDescriptorsRequest' => $vendorDir . '/google/apiclient/src/Google/Service/CloudMonitoring.php',
904
- 'Google_Service_CloudMonitoring_ListMetricDescriptorsResponse' => $vendorDir . '/google/apiclient/src/Google/Service/CloudMonitoring.php',
905
- 'Google_Service_CloudMonitoring_ListTimeseriesDescriptorsRequest' => $vendorDir . '/google/apiclient/src/Google/Service/CloudMonitoring.php',
906
- 'Google_Service_CloudMonitoring_ListTimeseriesDescriptorsResponse' => $vendorDir . '/google/apiclient/src/Google/Service/CloudMonitoring.php',
907
- 'Google_Service_CloudMonitoring_ListTimeseriesRequest' => $vendorDir . '/google/apiclient/src/Google/Service/CloudMonitoring.php',
908
- 'Google_Service_CloudMonitoring_ListTimeseriesResponse' => $vendorDir . '/google/apiclient/src/Google/Service/CloudMonitoring.php',
909
- 'Google_Service_CloudMonitoring_MetricDescriptor' => $vendorDir . '/google/apiclient/src/Google/Service/CloudMonitoring.php',
910
- 'Google_Service_CloudMonitoring_MetricDescriptorLabelDescriptor' => $vendorDir . '/google/apiclient/src/Google/Service/CloudMonitoring.php',
911
- 'Google_Service_CloudMonitoring_MetricDescriptorTypeDescriptor' => $vendorDir . '/google/apiclient/src/Google/Service/CloudMonitoring.php',
912
- 'Google_Service_CloudMonitoring_MetricDescriptors_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/CloudMonitoring.php',
913
- 'Google_Service_CloudMonitoring_Point' => $vendorDir . '/google/apiclient/src/Google/Service/CloudMonitoring.php',
914
- 'Google_Service_CloudMonitoring_PointDistribution' => $vendorDir . '/google/apiclient/src/Google/Service/CloudMonitoring.php',
915
- 'Google_Service_CloudMonitoring_PointDistributionBucket' => $vendorDir . '/google/apiclient/src/Google/Service/CloudMonitoring.php',
916
- 'Google_Service_CloudMonitoring_PointDistributionOverflowBucket' => $vendorDir . '/google/apiclient/src/Google/Service/CloudMonitoring.php',
917
- 'Google_Service_CloudMonitoring_PointDistributionUnderflowBucket' => $vendorDir . '/google/apiclient/src/Google/Service/CloudMonitoring.php',
918
- 'Google_Service_CloudMonitoring_Timeseries' => $vendorDir . '/google/apiclient/src/Google/Service/CloudMonitoring.php',
919
- 'Google_Service_CloudMonitoring_TimeseriesDescriptor' => $vendorDir . '/google/apiclient/src/Google/Service/CloudMonitoring.php',
920
- 'Google_Service_CloudMonitoring_TimeseriesDescriptorLabel' => $vendorDir . '/google/apiclient/src/Google/Service/CloudMonitoring.php',
921
- 'Google_Service_CloudMonitoring_TimeseriesDescriptorLabels' => $vendorDir . '/google/apiclient/src/Google/Service/CloudMonitoring.php',
922
- 'Google_Service_CloudMonitoring_TimeseriesDescriptors_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/CloudMonitoring.php',
923
- 'Google_Service_CloudMonitoring_TimeseriesPoint' => $vendorDir . '/google/apiclient/src/Google/Service/CloudMonitoring.php',
924
- 'Google_Service_CloudMonitoring_Timeseries_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/CloudMonitoring.php',
925
- 'Google_Service_CloudMonitoring_WriteTimeseriesRequest' => $vendorDir . '/google/apiclient/src/Google/Service/CloudMonitoring.php',
926
- 'Google_Service_CloudMonitoring_WriteTimeseriesRequestCommonLabels' => $vendorDir . '/google/apiclient/src/Google/Service/CloudMonitoring.php',
927
- 'Google_Service_CloudMonitoring_WriteTimeseriesResponse' => $vendorDir . '/google/apiclient/src/Google/Service/CloudMonitoring.php',
928
- 'Google_Service_CloudUserAccounts' => $vendorDir . '/google/apiclient/src/Google/Service/CloudUserAccounts.php',
929
- 'Google_Service_CloudUserAccounts_AuthorizedKeysView' => $vendorDir . '/google/apiclient/src/Google/Service/CloudUserAccounts.php',
930
- 'Google_Service_CloudUserAccounts_Binding' => $vendorDir . '/google/apiclient/src/Google/Service/CloudUserAccounts.php',
931
- 'Google_Service_CloudUserAccounts_Condition' => $vendorDir . '/google/apiclient/src/Google/Service/CloudUserAccounts.php',
932
- 'Google_Service_CloudUserAccounts_GlobalAccountsOperations_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/CloudUserAccounts.php',
933
- 'Google_Service_CloudUserAccounts_Group' => $vendorDir . '/google/apiclient/src/Google/Service/CloudUserAccounts.php',
934
- 'Google_Service_CloudUserAccounts_GroupList' => $vendorDir . '/google/apiclient/src/Google/Service/CloudUserAccounts.php',
935
- 'Google_Service_CloudUserAccounts_GroupsAddMemberRequest' => $vendorDir . '/google/apiclient/src/Google/Service/CloudUserAccounts.php',
936
- 'Google_Service_CloudUserAccounts_GroupsRemoveMemberRequest' => $vendorDir . '/google/apiclient/src/Google/Service/CloudUserAccounts.php',
937
- 'Google_Service_CloudUserAccounts_Groups_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/CloudUserAccounts.php',
938
- 'Google_Service_CloudUserAccounts_LinuxAccountViews' => $vendorDir . '/google/apiclient/src/Google/Service/CloudUserAccounts.php',
939
- 'Google_Service_CloudUserAccounts_LinuxGetAuthorizedKeysViewResponse' => $vendorDir . '/google/apiclient/src/Google/Service/CloudUserAccounts.php',
940
- 'Google_Service_CloudUserAccounts_LinuxGetLinuxAccountViewsResponse' => $vendorDir . '/google/apiclient/src/Google/Service/CloudUserAccounts.php',
941
- 'Google_Service_CloudUserAccounts_LinuxGroupView' => $vendorDir . '/google/apiclient/src/Google/Service/CloudUserAccounts.php',
942
- 'Google_Service_CloudUserAccounts_LinuxUserView' => $vendorDir . '/google/apiclient/src/Google/Service/CloudUserAccounts.php',
943
- 'Google_Service_CloudUserAccounts_Linux_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/CloudUserAccounts.php',
944
- 'Google_Service_CloudUserAccounts_LogConfig' => $vendorDir . '/google/apiclient/src/Google/Service/CloudUserAccounts.php',
945
- 'Google_Service_CloudUserAccounts_LogConfigCounterOptions' => $vendorDir . '/google/apiclient/src/Google/Service/CloudUserAccounts.php',
946
- 'Google_Service_CloudUserAccounts_Operation' => $vendorDir . '/google/apiclient/src/Google/Service/CloudUserAccounts.php',
947
- 'Google_Service_CloudUserAccounts_OperationError' => $vendorDir . '/google/apiclient/src/Google/Service/CloudUserAccounts.php',
948
- 'Google_Service_CloudUserAccounts_OperationErrorErrors' => $vendorDir . '/google/apiclient/src/Google/Service/CloudUserAccounts.php',
949
- 'Google_Service_CloudUserAccounts_OperationList' => $vendorDir . '/google/apiclient/src/Google/Service/CloudUserAccounts.php',
950
- 'Google_Service_CloudUserAccounts_OperationWarnings' => $vendorDir . '/google/apiclient/src/Google/Service/CloudUserAccounts.php',
951
- 'Google_Service_CloudUserAccounts_OperationWarningsData' => $vendorDir . '/google/apiclient/src/Google/Service/CloudUserAccounts.php',
952
- 'Google_Service_CloudUserAccounts_Policy' => $vendorDir . '/google/apiclient/src/Google/Service/CloudUserAccounts.php',
953
- 'Google_Service_CloudUserAccounts_PublicKey' => $vendorDir . '/google/apiclient/src/Google/Service/CloudUserAccounts.php',
954
- 'Google_Service_CloudUserAccounts_Rule' => $vendorDir . '/google/apiclient/src/Google/Service/CloudUserAccounts.php',
955
- 'Google_Service_CloudUserAccounts_TestPermissionsRequest' => $vendorDir . '/google/apiclient/src/Google/Service/CloudUserAccounts.php',
956
- 'Google_Service_CloudUserAccounts_TestPermissionsResponse' => $vendorDir . '/google/apiclient/src/Google/Service/CloudUserAccounts.php',
957
- 'Google_Service_CloudUserAccounts_User' => $vendorDir . '/google/apiclient/src/Google/Service/CloudUserAccounts.php',
958
- 'Google_Service_CloudUserAccounts_UserList' => $vendorDir . '/google/apiclient/src/Google/Service/CloudUserAccounts.php',
959
- 'Google_Service_CloudUserAccounts_Users_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/CloudUserAccounts.php',
960
- 'Google_Service_Cloudbilling' => $vendorDir . '/google/apiclient/src/Google/Service/Cloudbilling.php',
961
- 'Google_Service_Cloudbilling_BillingAccount' => $vendorDir . '/google/apiclient/src/Google/Service/Cloudbilling.php',
962
- 'Google_Service_Cloudbilling_BillingAccountsProjects_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Cloudbilling.php',
963
- 'Google_Service_Cloudbilling_BillingAccounts_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Cloudbilling.php',
964
- 'Google_Service_Cloudbilling_ListBillingAccountsResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Cloudbilling.php',
965
- 'Google_Service_Cloudbilling_ListProjectBillingInfoResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Cloudbilling.php',
966
- 'Google_Service_Cloudbilling_ProjectBillingInfo' => $vendorDir . '/google/apiclient/src/Google/Service/Cloudbilling.php',
967
- 'Google_Service_Cloudbilling_Projects_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Cloudbilling.php',
968
- 'Google_Service_Clouddebugger' => $vendorDir . '/google/apiclient/src/Google/Service/Clouddebugger.php',
969
- 'Google_Service_Clouddebugger_Breakpoint' => $vendorDir . '/google/apiclient/src/Google/Service/Clouddebugger.php',
970
- 'Google_Service_Clouddebugger_CloudRepoSourceContext' => $vendorDir . '/google/apiclient/src/Google/Service/Clouddebugger.php',
971
- 'Google_Service_Clouddebugger_CloudWorkspaceId' => $vendorDir . '/google/apiclient/src/Google/Service/Clouddebugger.php',
972
- 'Google_Service_Clouddebugger_CloudWorkspaceSourceContext' => $vendorDir . '/google/apiclient/src/Google/Service/Clouddebugger.php',
973
- 'Google_Service_Clouddebugger_ControllerDebuggeesBreakpoints_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Clouddebugger.php',
974
- 'Google_Service_Clouddebugger_ControllerDebuggees_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Clouddebugger.php',
975
- 'Google_Service_Clouddebugger_Controller_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Clouddebugger.php',
976
- 'Google_Service_Clouddebugger_Debuggee' => $vendorDir . '/google/apiclient/src/Google/Service/Clouddebugger.php',
977
- 'Google_Service_Clouddebugger_DebuggeeLabels' => $vendorDir . '/google/apiclient/src/Google/Service/Clouddebugger.php',
978
- 'Google_Service_Clouddebugger_DebuggerDebuggeesBreakpoints_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Clouddebugger.php',
979
- 'Google_Service_Clouddebugger_DebuggerDebuggees_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Clouddebugger.php',
980
- 'Google_Service_Clouddebugger_Debugger_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Clouddebugger.php',
981
- 'Google_Service_Clouddebugger_Empty' => $vendorDir . '/google/apiclient/src/Google/Service/Clouddebugger.php',
982
- 'Google_Service_Clouddebugger_FormatMessage' => $vendorDir . '/google/apiclient/src/Google/Service/Clouddebugger.php',
983
- 'Google_Service_Clouddebugger_GerritSourceContext' => $vendorDir . '/google/apiclient/src/Google/Service/Clouddebugger.php',
984
- 'Google_Service_Clouddebugger_GetBreakpointResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Clouddebugger.php',
985
- 'Google_Service_Clouddebugger_GitSourceContext' => $vendorDir . '/google/apiclient/src/Google/Service/Clouddebugger.php',
986
- 'Google_Service_Clouddebugger_ListActiveBreakpointsResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Clouddebugger.php',
987
- 'Google_Service_Clouddebugger_ListBreakpointsResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Clouddebugger.php',
988
- 'Google_Service_Clouddebugger_ListDebuggeesResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Clouddebugger.php',
989
- 'Google_Service_Clouddebugger_ProjectRepoId' => $vendorDir . '/google/apiclient/src/Google/Service/Clouddebugger.php',
990
- 'Google_Service_Clouddebugger_RegisterDebuggeeRequest' => $vendorDir . '/google/apiclient/src/Google/Service/Clouddebugger.php',
991
- 'Google_Service_Clouddebugger_RegisterDebuggeeResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Clouddebugger.php',
992
- 'Google_Service_Clouddebugger_RepoId' => $vendorDir . '/google/apiclient/src/Google/Service/Clouddebugger.php',
993
- 'Google_Service_Clouddebugger_SetBreakpointResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Clouddebugger.php',
994
- 'Google_Service_Clouddebugger_SourceContext' => $vendorDir . '/google/apiclient/src/Google/Service/Clouddebugger.php',
995
- 'Google_Service_Clouddebugger_SourceLocation' => $vendorDir . '/google/apiclient/src/Google/Service/Clouddebugger.php',
996
- 'Google_Service_Clouddebugger_StackFrame' => $vendorDir . '/google/apiclient/src/Google/Service/Clouddebugger.php',
997
- 'Google_Service_Clouddebugger_StatusMessage' => $vendorDir . '/google/apiclient/src/Google/Service/Clouddebugger.php',
998
- 'Google_Service_Clouddebugger_UpdateActiveBreakpointRequest' => $vendorDir . '/google/apiclient/src/Google/Service/Clouddebugger.php',
999
- 'Google_Service_Clouddebugger_UpdateActiveBreakpointResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Clouddebugger.php',
1000
- 'Google_Service_Clouddebugger_Variable' => $vendorDir . '/google/apiclient/src/Google/Service/Clouddebugger.php',
1001
- 'Google_Service_Cloudlatencytest' => $vendorDir . '/google/apiclient/src/Google/Service/Cloudlatencytest.php',
1002
- 'Google_Service_Cloudlatencytest_AggregatedStats' => $vendorDir . '/google/apiclient/src/Google/Service/Cloudlatencytest.php',
1003
- 'Google_Service_Cloudlatencytest_AggregatedStatsReply' => $vendorDir . '/google/apiclient/src/Google/Service/Cloudlatencytest.php',
1004
- 'Google_Service_Cloudlatencytest_DoubleValue' => $vendorDir . '/google/apiclient/src/Google/Service/Cloudlatencytest.php',
1005
- 'Google_Service_Cloudlatencytest_IntValue' => $vendorDir . '/google/apiclient/src/Google/Service/Cloudlatencytest.php',
1006
- 'Google_Service_Cloudlatencytest_Stats' => $vendorDir . '/google/apiclient/src/Google/Service/Cloudlatencytest.php',
1007
- 'Google_Service_Cloudlatencytest_StatsReply' => $vendorDir . '/google/apiclient/src/Google/Service/Cloudlatencytest.php',
1008
- 'Google_Service_Cloudlatencytest_Statscollection_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Cloudlatencytest.php',
1009
- 'Google_Service_Cloudlatencytest_StringValue' => $vendorDir . '/google/apiclient/src/Google/Service/Cloudlatencytest.php',
1010
- 'Google_Service_Cloudresourcemanager' => $vendorDir . '/google/apiclient/src/Google/Service/Cloudresourcemanager.php',
1011
- 'Google_Service_Cloudresourcemanager_Binding' => $vendorDir . '/google/apiclient/src/Google/Service/Cloudresourcemanager.php',
1012
- 'Google_Service_Cloudresourcemanager_Empty' => $vendorDir . '/google/apiclient/src/Google/Service/Cloudresourcemanager.php',
1013
- 'Google_Service_Cloudresourcemanager_GetIamPolicyRequest' => $vendorDir . '/google/apiclient/src/Google/Service/Cloudresourcemanager.php',
1014
- 'Google_Service_Cloudresourcemanager_ListOrganizationsResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Cloudresourcemanager.php',
1015
- 'Google_Service_Cloudresourcemanager_ListProjectsResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Cloudresourcemanager.php',
1016
- 'Google_Service_Cloudresourcemanager_Organization' => $vendorDir . '/google/apiclient/src/Google/Service/Cloudresourcemanager.php',
1017
- 'Google_Service_Cloudresourcemanager_OrganizationOwner' => $vendorDir . '/google/apiclient/src/Google/Service/Cloudresourcemanager.php',
1018
- 'Google_Service_Cloudresourcemanager_Organizations_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Cloudresourcemanager.php',
1019
- 'Google_Service_Cloudresourcemanager_Policy' => $vendorDir . '/google/apiclient/src/Google/Service/Cloudresourcemanager.php',
1020
- 'Google_Service_Cloudresourcemanager_Project' => $vendorDir . '/google/apiclient/src/Google/Service/Cloudresourcemanager.php',
1021
- 'Google_Service_Cloudresourcemanager_ProjectLabels' => $vendorDir . '/google/apiclient/src/Google/Service/Cloudresourcemanager.php',
1022
- 'Google_Service_Cloudresourcemanager_Projects_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Cloudresourcemanager.php',
1023
- 'Google_Service_Cloudresourcemanager_ResourceId' => $vendorDir . '/google/apiclient/src/Google/Service/Cloudresourcemanager.php',
1024
- 'Google_Service_Cloudresourcemanager_SetIamPolicyRequest' => $vendorDir . '/google/apiclient/src/Google/Service/Cloudresourcemanager.php',
1025
- 'Google_Service_Cloudresourcemanager_TestIamPermissionsRequest' => $vendorDir . '/google/apiclient/src/Google/Service/Cloudresourcemanager.php',
1026
- 'Google_Service_Cloudresourcemanager_TestIamPermissionsResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Cloudresourcemanager.php',
1027
- 'Google_Service_Cloudsearch' => $vendorDir . '/google/apiclient/src/Google/Service/Cloudsearch.php',
1028
- 'Google_Service_Cloudtrace' => $vendorDir . '/google/apiclient/src/Google/Service/Cloudtrace.php',
1029
- 'Google_Service_Cloudtrace_Empty' => $vendorDir . '/google/apiclient/src/Google/Service/Cloudtrace.php',
1030
- 'Google_Service_Cloudtrace_ListTracesResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Cloudtrace.php',
1031
- 'Google_Service_Cloudtrace_ProjectsTraces_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Cloudtrace.php',
1032
- 'Google_Service_Cloudtrace_Projects_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Cloudtrace.php',
1033
- 'Google_Service_Cloudtrace_Trace' => $vendorDir . '/google/apiclient/src/Google/Service/Cloudtrace.php',
1034
- 'Google_Service_Cloudtrace_TraceSpan' => $vendorDir . '/google/apiclient/src/Google/Service/Cloudtrace.php',
1035
- 'Google_Service_Cloudtrace_TraceSpanLabels' => $vendorDir . '/google/apiclient/src/Google/Service/Cloudtrace.php',
1036
- 'Google_Service_Cloudtrace_Traces' => $vendorDir . '/google/apiclient/src/Google/Service/Cloudtrace.php',
1037
- 'Google_Service_Cloudtrace_V1_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Cloudtrace.php',
1038
- 'Google_Service_Compute' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1039
- 'Google_Service_Compute_AccessConfig' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1040
- 'Google_Service_Compute_Address' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1041
- 'Google_Service_Compute_AddressAggregatedList' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1042
- 'Google_Service_Compute_AddressAggregatedListItems' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1043
- 'Google_Service_Compute_AddressList' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1044
- 'Google_Service_Compute_AddressesScopedList' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1045
- 'Google_Service_Compute_AddressesScopedListWarning' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1046
- 'Google_Service_Compute_AddressesScopedListWarningData' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1047
- 'Google_Service_Compute_Addresses_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1048
- 'Google_Service_Compute_AttachedDisk' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1049
- 'Google_Service_Compute_AttachedDiskInitializeParams' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1050
- 'Google_Service_Compute_Autoscaler' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1051
- 'Google_Service_Compute_AutoscalerAggregatedList' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1052
- 'Google_Service_Compute_AutoscalerAggregatedListItems' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1053
- 'Google_Service_Compute_AutoscalerList' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1054
- 'Google_Service_Compute_AutoscalersScopedList' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1055
- 'Google_Service_Compute_AutoscalersScopedListWarning' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1056
- 'Google_Service_Compute_AutoscalersScopedListWarningData' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1057
- 'Google_Service_Compute_Autoscalers_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1058
- 'Google_Service_Compute_AutoscalingPolicy' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1059
- 'Google_Service_Compute_AutoscalingPolicyCpuUtilization' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1060
- 'Google_Service_Compute_AutoscalingPolicyCustomMetricUtilization' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1061
- 'Google_Service_Compute_AutoscalingPolicyLoadBalancingUtilization' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1062
- 'Google_Service_Compute_Backend' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1063
- 'Google_Service_Compute_BackendService' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1064
- 'Google_Service_Compute_BackendServiceGroupHealth' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1065
- 'Google_Service_Compute_BackendServiceList' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1066
- 'Google_Service_Compute_BackendServices_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1067
- 'Google_Service_Compute_DeprecationStatus' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1068
- 'Google_Service_Compute_Disk' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1069
- 'Google_Service_Compute_DiskAggregatedList' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1070
- 'Google_Service_Compute_DiskAggregatedListItems' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1071
- 'Google_Service_Compute_DiskList' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1072
- 'Google_Service_Compute_DiskMoveRequest' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1073
- 'Google_Service_Compute_DiskType' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1074
- 'Google_Service_Compute_DiskTypeAggregatedList' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1075
- 'Google_Service_Compute_DiskTypeAggregatedListItems' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1076
- 'Google_Service_Compute_DiskTypeList' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1077
- 'Google_Service_Compute_DiskTypesScopedList' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1078
- 'Google_Service_Compute_DiskTypesScopedListWarning' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1079
- 'Google_Service_Compute_DiskTypesScopedListWarningData' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1080
- 'Google_Service_Compute_DiskTypes_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1081
- 'Google_Service_Compute_DisksScopedList' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1082
- 'Google_Service_Compute_DisksScopedListWarning' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1083
- 'Google_Service_Compute_DisksScopedListWarningData' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1084
- 'Google_Service_Compute_Disks_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1085
- 'Google_Service_Compute_Firewall' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1086
- 'Google_Service_Compute_FirewallAllowed' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1087
- 'Google_Service_Compute_FirewallList' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1088
- 'Google_Service_Compute_Firewalls_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1089
- 'Google_Service_Compute_ForwardingRule' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1090
- 'Google_Service_Compute_ForwardingRuleAggregatedList' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1091
- 'Google_Service_Compute_ForwardingRuleAggregatedListItems' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1092
- 'Google_Service_Compute_ForwardingRuleList' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1093
- 'Google_Service_Compute_ForwardingRulesScopedList' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1094
- 'Google_Service_Compute_ForwardingRulesScopedListWarning' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1095
- 'Google_Service_Compute_ForwardingRulesScopedListWarningData' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1096
- 'Google_Service_Compute_ForwardingRules_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1097
- 'Google_Service_Compute_GlobalAddresses_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1098
- 'Google_Service_Compute_GlobalForwardingRules_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1099
- 'Google_Service_Compute_GlobalOperations_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1100
- 'Google_Service_Compute_HealthCheckReference' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1101
- 'Google_Service_Compute_HealthStatus' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1102
- 'Google_Service_Compute_HostRule' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1103
- 'Google_Service_Compute_HttpHealthCheck' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1104
- 'Google_Service_Compute_HttpHealthCheckList' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1105
- 'Google_Service_Compute_HttpHealthChecks_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1106
- 'Google_Service_Compute_HttpsHealthCheck' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1107
- 'Google_Service_Compute_HttpsHealthCheckList' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1108
- 'Google_Service_Compute_HttpsHealthChecks_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1109
- 'Google_Service_Compute_Image' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1110
- 'Google_Service_Compute_ImageList' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1111
- 'Google_Service_Compute_ImageRawDisk' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1112
- 'Google_Service_Compute_Images_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1113
- 'Google_Service_Compute_Instance' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1114
- 'Google_Service_Compute_InstanceAggregatedList' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1115
- 'Google_Service_Compute_InstanceAggregatedListItems' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1116
- 'Google_Service_Compute_InstanceGroup' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1117
- 'Google_Service_Compute_InstanceGroupAggregatedList' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1118
- 'Google_Service_Compute_InstanceGroupAggregatedListItems' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1119
- 'Google_Service_Compute_InstanceGroupList' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1120
- 'Google_Service_Compute_InstanceGroupManager' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1121
- 'Google_Service_Compute_InstanceGroupManagerActionsSummary' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1122
- 'Google_Service_Compute_InstanceGroupManagerAggregatedList' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1123
- 'Google_Service_Compute_InstanceGroupManagerAggregatedListItems' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1124
- 'Google_Service_Compute_InstanceGroupManagerList' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1125
- 'Google_Service_Compute_InstanceGroupManagersAbandonInstancesRequest' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1126
- 'Google_Service_Compute_InstanceGroupManagersDeleteInstancesRequest' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1127
- 'Google_Service_Compute_InstanceGroupManagersListManagedInstancesResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1128
- 'Google_Service_Compute_InstanceGroupManagersRecreateInstancesRequest' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1129
- 'Google_Service_Compute_InstanceGroupManagersScopedList' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1130
- 'Google_Service_Compute_InstanceGroupManagersScopedListWarning' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1131
- 'Google_Service_Compute_InstanceGroupManagersScopedListWarningData' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1132
- 'Google_Service_Compute_InstanceGroupManagersSetInstanceTemplateRequest' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1133
- 'Google_Service_Compute_InstanceGroupManagersSetTargetPoolsRequest' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1134
- 'Google_Service_Compute_InstanceGroupManagers_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1135
- 'Google_Service_Compute_InstanceGroupsAddInstancesRequest' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1136
- 'Google_Service_Compute_InstanceGroupsListInstances' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1137
- 'Google_Service_Compute_InstanceGroupsListInstancesRequest' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1138
- 'Google_Service_Compute_InstanceGroupsRemoveInstancesRequest' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1139
- 'Google_Service_Compute_InstanceGroupsScopedList' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1140
- 'Google_Service_Compute_InstanceGroupsScopedListWarning' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1141
- 'Google_Service_Compute_InstanceGroupsScopedListWarningData' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1142
- 'Google_Service_Compute_InstanceGroupsSetNamedPortsRequest' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1143
- 'Google_Service_Compute_InstanceGroups_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1144
- 'Google_Service_Compute_InstanceList' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1145
- 'Google_Service_Compute_InstanceMoveRequest' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1146
- 'Google_Service_Compute_InstanceProperties' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1147
- 'Google_Service_Compute_InstanceReference' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1148
- 'Google_Service_Compute_InstanceTemplate' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1149
- 'Google_Service_Compute_InstanceTemplateList' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1150
- 'Google_Service_Compute_InstanceTemplates_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1151
- 'Google_Service_Compute_InstanceWithNamedPorts' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1152
- 'Google_Service_Compute_InstancesScopedList' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1153
- 'Google_Service_Compute_InstancesScopedListWarning' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1154
- 'Google_Service_Compute_InstancesScopedListWarningData' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1155
- 'Google_Service_Compute_Instances_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1156
- 'Google_Service_Compute_License' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1157
- 'Google_Service_Compute_Licenses_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1158
- 'Google_Service_Compute_MachineType' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1159
- 'Google_Service_Compute_MachineTypeAggregatedList' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1160
- 'Google_Service_Compute_MachineTypeAggregatedListItems' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1161
- 'Google_Service_Compute_MachineTypeList' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1162
- 'Google_Service_Compute_MachineTypeScratchDisks' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1163
- 'Google_Service_Compute_MachineTypesScopedList' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1164
- 'Google_Service_Compute_MachineTypesScopedListWarning' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1165
- 'Google_Service_Compute_MachineTypesScopedListWarningData' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1166
- 'Google_Service_Compute_MachineTypes_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1167
- 'Google_Service_Compute_ManagedInstance' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1168
- 'Google_Service_Compute_ManagedInstanceLastAttempt' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1169
- 'Google_Service_Compute_ManagedInstanceLastAttemptErrors' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1170
- 'Google_Service_Compute_ManagedInstanceLastAttemptErrorsErrors' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1171
- 'Google_Service_Compute_Metadata' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1172
- 'Google_Service_Compute_MetadataItems' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1173
- 'Google_Service_Compute_NamedPort' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1174
- 'Google_Service_Compute_Network' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1175
- 'Google_Service_Compute_NetworkInterface' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1176
- 'Google_Service_Compute_NetworkList' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1177
- 'Google_Service_Compute_Networks_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1178
- 'Google_Service_Compute_Operation' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1179
- 'Google_Service_Compute_OperationAggregatedList' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1180
- 'Google_Service_Compute_OperationAggregatedListItems' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1181
- 'Google_Service_Compute_OperationError' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1182
- 'Google_Service_Compute_OperationErrorErrors' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1183
- 'Google_Service_Compute_OperationList' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1184
- 'Google_Service_Compute_OperationWarnings' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1185
- 'Google_Service_Compute_OperationWarningsData' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1186
- 'Google_Service_Compute_OperationsScopedList' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1187
- 'Google_Service_Compute_OperationsScopedListWarning' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1188
- 'Google_Service_Compute_OperationsScopedListWarningData' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1189
- 'Google_Service_Compute_PathMatcher' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1190
- 'Google_Service_Compute_PathRule' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1191
- 'Google_Service_Compute_Project' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1192
- 'Google_Service_Compute_Projects_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1193
- 'Google_Service_Compute_Quota' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1194
- 'Google_Service_Compute_Region' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1195
- 'Google_Service_Compute_RegionList' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1196
- 'Google_Service_Compute_RegionOperations_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1197
- 'Google_Service_Compute_Regions_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1198
- 'Google_Service_Compute_ResourceGroupReference' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1199
- 'Google_Service_Compute_Route' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1200
- 'Google_Service_Compute_RouteList' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1201
- 'Google_Service_Compute_RouteWarnings' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1202
- 'Google_Service_Compute_RouteWarningsData' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1203
- 'Google_Service_Compute_Routes_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1204
- 'Google_Service_Compute_Scheduling' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1205
- 'Google_Service_Compute_SerialPortOutput' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1206
- 'Google_Service_Compute_ServiceAccount' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1207
- 'Google_Service_Compute_Snapshot' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1208
- 'Google_Service_Compute_SnapshotList' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1209
- 'Google_Service_Compute_Snapshots_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1210
- 'Google_Service_Compute_SslCertificate' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1211
- 'Google_Service_Compute_SslCertificateList' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1212
- 'Google_Service_Compute_SslCertificates_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1213
- 'Google_Service_Compute_Tags' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1214
- 'Google_Service_Compute_TargetHttpProxies_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1215
- 'Google_Service_Compute_TargetHttpProxy' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1216
- 'Google_Service_Compute_TargetHttpProxyList' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1217
- 'Google_Service_Compute_TargetHttpsProxiesSetSslCertificatesRequest' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1218
- 'Google_Service_Compute_TargetHttpsProxies_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1219
- 'Google_Service_Compute_TargetHttpsProxy' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1220
- 'Google_Service_Compute_TargetHttpsProxyList' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1221
- 'Google_Service_Compute_TargetInstance' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1222
- 'Google_Service_Compute_TargetInstanceAggregatedList' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1223
- 'Google_Service_Compute_TargetInstanceAggregatedListItems' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1224
- 'Google_Service_Compute_TargetInstanceList' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1225
- 'Google_Service_Compute_TargetInstancesScopedList' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1226
- 'Google_Service_Compute_TargetInstancesScopedListWarning' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1227
- 'Google_Service_Compute_TargetInstancesScopedListWarningData' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1228
- 'Google_Service_Compute_TargetInstances_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1229
- 'Google_Service_Compute_TargetPool' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1230
- 'Google_Service_Compute_TargetPoolAggregatedList' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1231
- 'Google_Service_Compute_TargetPoolAggregatedListItems' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1232
- 'Google_Service_Compute_TargetPoolInstanceHealth' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1233
- 'Google_Service_Compute_TargetPoolList' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1234
- 'Google_Service_Compute_TargetPoolsAddHealthCheckRequest' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1235
- 'Google_Service_Compute_TargetPoolsAddInstanceRequest' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1236
- 'Google_Service_Compute_TargetPoolsRemoveHealthCheckRequest' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1237
- 'Google_Service_Compute_TargetPoolsRemoveInstanceRequest' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1238
- 'Google_Service_Compute_TargetPoolsScopedList' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1239
- 'Google_Service_Compute_TargetPoolsScopedListWarning' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1240
- 'Google_Service_Compute_TargetPoolsScopedListWarningData' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1241
- 'Google_Service_Compute_TargetPools_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1242
- 'Google_Service_Compute_TargetReference' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1243
- 'Google_Service_Compute_TargetVpnGateway' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1244
- 'Google_Service_Compute_TargetVpnGatewayAggregatedList' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1245
- 'Google_Service_Compute_TargetVpnGatewayAggregatedListItems' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1246
- 'Google_Service_Compute_TargetVpnGatewayList' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1247
- 'Google_Service_Compute_TargetVpnGatewaysScopedList' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1248
- 'Google_Service_Compute_TargetVpnGatewaysScopedListWarning' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1249
- 'Google_Service_Compute_TargetVpnGatewaysScopedListWarningData' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1250
- 'Google_Service_Compute_TargetVpnGateways_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1251
- 'Google_Service_Compute_TestFailure' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1252
- 'Google_Service_Compute_UrlMap' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1253
- 'Google_Service_Compute_UrlMapList' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1254
- 'Google_Service_Compute_UrlMapReference' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1255
- 'Google_Service_Compute_UrlMapTest' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1256
- 'Google_Service_Compute_UrlMapValidationResult' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1257
- 'Google_Service_Compute_UrlMapsValidateRequest' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1258
- 'Google_Service_Compute_UrlMapsValidateResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1259
- 'Google_Service_Compute_UrlMaps_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1260
- 'Google_Service_Compute_UsageExportLocation' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1261
- 'Google_Service_Compute_VpnTunnel' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1262
- 'Google_Service_Compute_VpnTunnelAggregatedList' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1263
- 'Google_Service_Compute_VpnTunnelAggregatedListItems' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1264
- 'Google_Service_Compute_VpnTunnelList' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1265
- 'Google_Service_Compute_VpnTunnelsScopedList' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1266
- 'Google_Service_Compute_VpnTunnelsScopedListWarning' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1267
- 'Google_Service_Compute_VpnTunnelsScopedListWarningData' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1268
- 'Google_Service_Compute_VpnTunnels_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1269
- 'Google_Service_Compute_Zone' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1270
- 'Google_Service_Compute_ZoneList' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1271
- 'Google_Service_Compute_ZoneMaintenanceWindows' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1272
- 'Google_Service_Compute_ZoneOperations_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1273
- 'Google_Service_Compute_Zones_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Compute.php',
1274
- 'Google_Service_Computeaccounts' => $vendorDir . '/google/apiclient/src/Google/Service/Computeaccounts.php',
1275
- 'Google_Service_Computeaccounts_AuthorizedKeysView' => $vendorDir . '/google/apiclient/src/Google/Service/Computeaccounts.php',
1276
- 'Google_Service_Computeaccounts_GlobalAccountsOperations_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Computeaccounts.php',
1277
- 'Google_Service_Computeaccounts_Group' => $vendorDir . '/google/apiclient/src/Google/Service/Computeaccounts.php',
1278
- 'Google_Service_Computeaccounts_GroupList' => $vendorDir . '/google/apiclient/src/Google/Service/Computeaccounts.php',
1279
- 'Google_Service_Computeaccounts_GroupsAddMemberRequest' => $vendorDir . '/google/apiclient/src/Google/Service/Computeaccounts.php',
1280
- 'Google_Service_Computeaccounts_GroupsRemoveMemberRequest' => $vendorDir . '/google/apiclient/src/Google/Service/Computeaccounts.php',
1281
- 'Google_Service_Computeaccounts_Groups_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Computeaccounts.php',
1282
- 'Google_Service_Computeaccounts_LinuxAccountViews' => $vendorDir . '/google/apiclient/src/Google/Service/Computeaccounts.php',
1283
- 'Google_Service_Computeaccounts_LinuxGetAuthorizedKeysViewResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Computeaccounts.php',
1284
- 'Google_Service_Computeaccounts_LinuxGetLinuxAccountViewsResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Computeaccounts.php',
1285
- 'Google_Service_Computeaccounts_LinuxGroupView' => $vendorDir . '/google/apiclient/src/Google/Service/Computeaccounts.php',
1286
- 'Google_Service_Computeaccounts_LinuxUserView' => $vendorDir . '/google/apiclient/src/Google/Service/Computeaccounts.php',
1287
- 'Google_Service_Computeaccounts_Linux_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Computeaccounts.php',
1288
- 'Google_Service_Computeaccounts_Operation' => $vendorDir . '/google/apiclient/src/Google/Service/Computeaccounts.php',
1289
- 'Google_Service_Computeaccounts_OperationError' => $vendorDir . '/google/apiclient/src/Google/Service/Computeaccounts.php',
1290
- 'Google_Service_Computeaccounts_OperationErrorErrors' => $vendorDir . '/google/apiclient/src/Google/Service/Computeaccounts.php',
1291
- 'Google_Service_Computeaccounts_OperationList' => $vendorDir . '/google/apiclient/src/Google/Service/Computeaccounts.php',
1292
- 'Google_Service_Computeaccounts_OperationWarnings' => $vendorDir . '/google/apiclient/src/Google/Service/Computeaccounts.php',
1293
- 'Google_Service_Computeaccounts_OperationWarningsData' => $vendorDir . '/google/apiclient/src/Google/Service/Computeaccounts.php',
1294
- 'Google_Service_Computeaccounts_PublicKey' => $vendorDir . '/google/apiclient/src/Google/Service/Computeaccounts.php',
1295
- 'Google_Service_Computeaccounts_User' => $vendorDir . '/google/apiclient/src/Google/Service/Computeaccounts.php',
1296
- 'Google_Service_Computeaccounts_UserList' => $vendorDir . '/google/apiclient/src/Google/Service/Computeaccounts.php',
1297
- 'Google_Service_Computeaccounts_Users_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Computeaccounts.php',
1298
- 'Google_Service_Container' => $vendorDir . '/google/apiclient/src/Google/Service/Container.php',
1299
- 'Google_Service_Container_Cluster' => $vendorDir . '/google/apiclient/src/Google/Service/Container.php',
1300
- 'Google_Service_Container_ClusterUpdate' => $vendorDir . '/google/apiclient/src/Google/Service/Container.php',
1301
- 'Google_Service_Container_CreateClusterRequest' => $vendorDir . '/google/apiclient/src/Google/Service/Container.php',
1302
- 'Google_Service_Container_ListClustersResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Container.php',
1303
- 'Google_Service_Container_ListOperationsResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Container.php',
1304
- 'Google_Service_Container_MasterAuth' => $vendorDir . '/google/apiclient/src/Google/Service/Container.php',
1305
- 'Google_Service_Container_NodeConfig' => $vendorDir . '/google/apiclient/src/Google/Service/Container.php',
1306
- 'Google_Service_Container_Operation' => $vendorDir . '/google/apiclient/src/Google/Service/Container.php',
1307
- 'Google_Service_Container_ProjectsZonesClusters_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Container.php',
1308
- 'Google_Service_Container_ProjectsZonesOperations_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Container.php',
1309
- 'Google_Service_Container_ProjectsZones_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Container.php',
1310
- 'Google_Service_Container_Projects_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Container.php',
1311
- 'Google_Service_Container_ServerConfig' => $vendorDir . '/google/apiclient/src/Google/Service/Container.php',
1312
- 'Google_Service_Container_UpdateClusterRequest' => $vendorDir . '/google/apiclient/src/Google/Service/Container.php',
1313
- 'Google_Service_Coordinate' => $vendorDir . '/google/apiclient/src/Google/Service/Coordinate.php',
1314
- 'Google_Service_Coordinate_CustomField' => $vendorDir . '/google/apiclient/src/Google/Service/Coordinate.php',
1315
- 'Google_Service_Coordinate_CustomFieldDef' => $vendorDir . '/google/apiclient/src/Google/Service/Coordinate.php',
1316
- 'Google_Service_Coordinate_CustomFieldDefListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Coordinate.php',
1317
- 'Google_Service_Coordinate_CustomFieldDef_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Coordinate.php',
1318
- 'Google_Service_Coordinate_CustomFields' => $vendorDir . '/google/apiclient/src/Google/Service/Coordinate.php',
1319
- 'Google_Service_Coordinate_EnumItemDef' => $vendorDir . '/google/apiclient/src/Google/Service/Coordinate.php',
1320
- 'Google_Service_Coordinate_Job' => $vendorDir . '/google/apiclient/src/Google/Service/Coordinate.php',
1321
- 'Google_Service_Coordinate_JobChange' => $vendorDir . '/google/apiclient/src/Google/Service/Coordinate.php',
1322
- 'Google_Service_Coordinate_JobListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Coordinate.php',
1323
- 'Google_Service_Coordinate_JobState' => $vendorDir . '/google/apiclient/src/Google/Service/Coordinate.php',
1324
- 'Google_Service_Coordinate_Jobs_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Coordinate.php',
1325
- 'Google_Service_Coordinate_Location' => $vendorDir . '/google/apiclient/src/Google/Service/Coordinate.php',
1326
- 'Google_Service_Coordinate_LocationListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Coordinate.php',
1327
- 'Google_Service_Coordinate_LocationRecord' => $vendorDir . '/google/apiclient/src/Google/Service/Coordinate.php',
1328
- 'Google_Service_Coordinate_Location_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Coordinate.php',
1329
- 'Google_Service_Coordinate_Schedule' => $vendorDir . '/google/apiclient/src/Google/Service/Coordinate.php',
1330
- 'Google_Service_Coordinate_Schedule_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Coordinate.php',
1331
- 'Google_Service_Coordinate_Team' => $vendorDir . '/google/apiclient/src/Google/Service/Coordinate.php',
1332
- 'Google_Service_Coordinate_TeamListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Coordinate.php',
1333
- 'Google_Service_Coordinate_Team_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Coordinate.php',
1334
- 'Google_Service_Coordinate_TokenPagination' => $vendorDir . '/google/apiclient/src/Google/Service/Coordinate.php',
1335
- 'Google_Service_Coordinate_Worker' => $vendorDir . '/google/apiclient/src/Google/Service/Coordinate.php',
1336
- 'Google_Service_Coordinate_WorkerListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Coordinate.php',
1337
- 'Google_Service_Coordinate_Worker_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Coordinate.php',
1338
- 'Google_Service_Customsearch' => $vendorDir . '/google/apiclient/src/Google/Service/Customsearch.php',
1339
- 'Google_Service_Customsearch_Context' => $vendorDir . '/google/apiclient/src/Google/Service/Customsearch.php',
1340
- 'Google_Service_Customsearch_ContextFacets' => $vendorDir . '/google/apiclient/src/Google/Service/Customsearch.php',
1341
- 'Google_Service_Customsearch_Cse_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Customsearch.php',
1342
- 'Google_Service_Customsearch_Promotion' => $vendorDir . '/google/apiclient/src/Google/Service/Customsearch.php',
1343
- 'Google_Service_Customsearch_PromotionBodyLines' => $vendorDir . '/google/apiclient/src/Google/Service/Customsearch.php',
1344
- 'Google_Service_Customsearch_PromotionImage' => $vendorDir . '/google/apiclient/src/Google/Service/Customsearch.php',
1345
- 'Google_Service_Customsearch_Query' => $vendorDir . '/google/apiclient/src/Google/Service/Customsearch.php',
1346
- 'Google_Service_Customsearch_Result' => $vendorDir . '/google/apiclient/src/Google/Service/Customsearch.php',
1347
- 'Google_Service_Customsearch_ResultImage' => $vendorDir . '/google/apiclient/src/Google/Service/Customsearch.php',
1348
- 'Google_Service_Customsearch_ResultLabels' => $vendorDir . '/google/apiclient/src/Google/Service/Customsearch.php',
1349
- 'Google_Service_Customsearch_ResultPagemap' => $vendorDir . '/google/apiclient/src/Google/Service/Customsearch.php',
1350
- 'Google_Service_Customsearch_ResultPagemapItemElement' => $vendorDir . '/google/apiclient/src/Google/Service/Customsearch.php',
1351
- 'Google_Service_Customsearch_Search' => $vendorDir . '/google/apiclient/src/Google/Service/Customsearch.php',
1352
- 'Google_Service_Customsearch_SearchQueries' => $vendorDir . '/google/apiclient/src/Google/Service/Customsearch.php',
1353
- 'Google_Service_Customsearch_SearchSearchInformation' => $vendorDir . '/google/apiclient/src/Google/Service/Customsearch.php',
1354
- 'Google_Service_Customsearch_SearchSpelling' => $vendorDir . '/google/apiclient/src/Google/Service/Customsearch.php',
1355
- 'Google_Service_Customsearch_SearchUrl' => $vendorDir . '/google/apiclient/src/Google/Service/Customsearch.php',
1356
- 'Google_Service_DataTransfer' => $vendorDir . '/google/apiclient/src/Google/Service/DataTransfer.php',
1357
- 'Google_Service_DataTransfer_Application' => $vendorDir . '/google/apiclient/src/Google/Service/DataTransfer.php',
1358
- 'Google_Service_DataTransfer_ApplicationDataTransfer' => $vendorDir . '/google/apiclient/src/Google/Service/DataTransfer.php',
1359
- 'Google_Service_DataTransfer_ApplicationTransferParam' => $vendorDir . '/google/apiclient/src/Google/Service/DataTransfer.php',
1360
- 'Google_Service_DataTransfer_ApplicationsListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/DataTransfer.php',
1361
- 'Google_Service_DataTransfer_Applications_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/DataTransfer.php',
1362
- 'Google_Service_DataTransfer_DataTransfer' => $vendorDir . '/google/apiclient/src/Google/Service/DataTransfer.php',
1363
- 'Google_Service_DataTransfer_DataTransfersListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/DataTransfer.php',
1364
- 'Google_Service_DataTransfer_Transfers_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/DataTransfer.php',
1365
- 'Google_Service_Dataflow' => $vendorDir . '/google/apiclient/src/Google/Service/Dataflow.php',
1366
- 'Google_Service_Dataflow_ApproximateProgress' => $vendorDir . '/google/apiclient/src/Google/Service/Dataflow.php',
1367
- 'Google_Service_Dataflow_AutoscalingSettings' => $vendorDir . '/google/apiclient/src/Google/Service/Dataflow.php',
1368
- 'Google_Service_Dataflow_ComputationTopology' => $vendorDir . '/google/apiclient/src/Google/Service/Dataflow.php',
1369
- 'Google_Service_Dataflow_ConcatPosition' => $vendorDir . '/google/apiclient/src/Google/Service/Dataflow.php',
1370
- 'Google_Service_Dataflow_CustomSourceLocation' => $vendorDir . '/google/apiclient/src/Google/Service/Dataflow.php',
1371
- 'Google_Service_Dataflow_DataDiskAssignment' => $vendorDir . '/google/apiclient/src/Google/Service/Dataflow.php',
1372
- 'Google_Service_Dataflow_DerivedSource' => $vendorDir . '/google/apiclient/src/Google/Service/Dataflow.php',
1373
- 'Google_Service_Dataflow_Disk' => $vendorDir . '/google/apiclient/src/Google/Service/Dataflow.php',
1374
- 'Google_Service_Dataflow_DynamicSourceSplit' => $vendorDir . '/google/apiclient/src/Google/Service/Dataflow.php',
1375
- 'Google_Service_Dataflow_Environment' => $vendorDir . '/google/apiclient/src/Google/Service/Dataflow.php',
1376
- 'Google_Service_Dataflow_EnvironmentInternalExperiments' => $vendorDir . '/google/apiclient/src/Google/Service/Dataflow.php',
1377
- 'Google_Service_Dataflow_EnvironmentSdkPipelineOptions' => $vendorDir . '/google/apiclient/src/Google/Service/Dataflow.php',
1378
- 'Google_Service_Dataflow_EnvironmentUserAgent' => $vendorDir . '/google/apiclient/src/Google/Service/Dataflow.php',
1379
- 'Google_Service_Dataflow_EnvironmentVersion' => $vendorDir . '/google/apiclient/src/Google/Service/Dataflow.php',
1380
- 'Google_Service_Dataflow_FlattenInstruction' => $vendorDir . '/google/apiclient/src/Google/Service/Dataflow.php',
1381
- 'Google_Service_Dataflow_InstructionInput' => $vendorDir . '/google/apiclient/src/Google/Service/Dataflow.php',
1382
- 'Google_Service_Dataflow_InstructionOutput' => $vendorDir . '/google/apiclient/src/Google/Service/Dataflow.php',
1383
- 'Google_Service_Dataflow_InstructionOutputCodec' => $vendorDir . '/google/apiclient/src/Google/Service/Dataflow.php',
1384
- 'Google_Service_Dataflow_Job' => $vendorDir . '/google/apiclient/src/Google/Service/Dataflow.php',
1385
- 'Google_Service_Dataflow_JobExecutionInfo' => $vendorDir . '/google/apiclient/src/Google/Service/Dataflow.php',
1386
- 'Google_Service_Dataflow_JobExecutionInfoStages' => $vendorDir . '/google/apiclient/src/Google/Service/Dataflow.php',
1387
- 'Google_Service_Dataflow_JobExecutionStageInfo' => $vendorDir . '/google/apiclient/src/Google/Service/Dataflow.php',
1388
- 'Google_Service_Dataflow_JobMessage' => $vendorDir . '/google/apiclient/src/Google/Service/Dataflow.php',
1389
- 'Google_Service_Dataflow_JobMetrics' => $vendorDir . '/google/apiclient/src/Google/Service/Dataflow.php',
1390
- 'Google_Service_Dataflow_JobTransformNameMapping' => $vendorDir . '/google/apiclient/src/Google/Service/Dataflow.php',
1391
- 'Google_Service_Dataflow_KeyRangeDataDiskAssignment' => $vendorDir . '/google/apiclient/src/Google/Service/Dataflow.php',
1392
- 'Google_Service_Dataflow_KeyRangeLocation' => $vendorDir . '/google/apiclient/src/Google/Service/Dataflow.php',
1393
- 'Google_Service_Dataflow_LeaseWorkItemRequest' => $vendorDir . '/google/apiclient/src/Google/Service/Dataflow.php',
1394
- 'Google_Service_Dataflow_LeaseWorkItemResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Dataflow.php',
1395
- 'Google_Service_Dataflow_ListJobMessagesResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Dataflow.php',
1396
- 'Google_Service_Dataflow_ListJobsResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Dataflow.php',
1397
- 'Google_Service_Dataflow_MapTask' => $vendorDir . '/google/apiclient/src/Google/Service/Dataflow.php',
1398
- 'Google_Service_Dataflow_MetricStructuredName' => $vendorDir . '/google/apiclient/src/Google/Service/Dataflow.php',
1399
- 'Google_Service_Dataflow_MetricStructuredNameContext' => $vendorDir . '/google/apiclient/src/Google/Service/Dataflow.php',
1400
- 'Google_Service_Dataflow_MetricUpdate' => $vendorDir . '/google/apiclient/src/Google/Service/Dataflow.php',
1401
- 'Google_Service_Dataflow_MountedDataDisk' => $vendorDir . '/google/apiclient/src/Google/Service/Dataflow.php',
1402
- 'Google_Service_Dataflow_MultiOutputInfo' => $vendorDir . '/google/apiclient/src/Google/Service/Dataflow.php',
1403
- 'Google_Service_Dataflow_Package' => $vendorDir . '/google/apiclient/src/Google/Service/Dataflow.php',
1404
- 'Google_Service_Dataflow_ParDoInstruction' => $vendorDir . '/google/apiclient/src/Google/Service/Dataflow.php',
1405
- 'Google_Service_Dataflow_ParDoInstructionUserFn' => $vendorDir . '/google/apiclient/src/Google/Service/Dataflow.php',
1406
- 'Google_Service_Dataflow_ParallelInstruction' => $vendorDir . '/google/apiclient/src/Google/Service/Dataflow.php',
1407
- 'Google_Service_Dataflow_PartialGroupByKeyInstruction' => $vendorDir . '/google/apiclient/src/Google/Service/Dataflow.php',
1408
- 'Google_Service_Dataflow_PartialGroupByKeyInstructionInputElementCodec' => $vendorDir . '/google/apiclient/src/Google/Service/Dataflow.php',
1409
- 'Google_Service_Dataflow_PartialGroupByKeyInstructionValueCombiningFn' => $vendorDir . '/google/apiclient/src/Google/Service/Dataflow.php',
1410
- 'Google_Service_Dataflow_Position' => $vendorDir . '/google/apiclient/src/Google/Service/Dataflow.php',
1411
- 'Google_Service_Dataflow_ProjectsJobsMessages_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Dataflow.php',
1412
- 'Google_Service_Dataflow_ProjectsJobsWorkItems_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Dataflow.php',
1413
- 'Google_Service_Dataflow_ProjectsJobs_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Dataflow.php',
1414
- 'Google_Service_Dataflow_Projects_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Dataflow.php',
1415
- 'Google_Service_Dataflow_PubsubLocation' => $vendorDir . '/google/apiclient/src/Google/Service/Dataflow.php',
1416
- 'Google_Service_Dataflow_ReadInstruction' => $vendorDir . '/google/apiclient/src/Google/Service/Dataflow.php',
1417
- 'Google_Service_Dataflow_ReportWorkItemStatusRequest' => $vendorDir . '/google/apiclient/src/Google/Service/Dataflow.php',
1418
- 'Google_Service_Dataflow_ReportWorkItemStatusResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Dataflow.php',
1419
- 'Google_Service_Dataflow_SeqMapTask' => $vendorDir . '/google/apiclient/src/Google/Service/Dataflow.php',
1420
- 'Google_Service_Dataflow_SeqMapTaskOutputInfo' => $vendorDir . '/google/apiclient/src/Google/Service/Dataflow.php',
1421
- 'Google_Service_Dataflow_SeqMapTaskUserFn' => $vendorDir . '/google/apiclient/src/Google/Service/Dataflow.php',
1422
- 'Google_Service_Dataflow_ShellTask' => $vendorDir . '/google/apiclient/src/Google/Service/Dataflow.php',
1423
- 'Google_Service_Dataflow_SideInputInfo' => $vendorDir . '/google/apiclient/src/Google/Service/Dataflow.php',
1424
- 'Google_Service_Dataflow_SideInputInfoKind' => $vendorDir . '/google/apiclient/src/Google/Service/Dataflow.php',
1425
- 'Google_Service_Dataflow_Sink' => $vendorDir . '/google/apiclient/src/Google/Service/Dataflow.php',
1426
- 'Google_Service_Dataflow_SinkCodec' => $vendorDir . '/google/apiclient/src/Google/Service/Dataflow.php',
1427
- 'Google_Service_Dataflow_SinkSpec' => $vendorDir . '/google/apiclient/src/Google/Service/Dataflow.php',
1428
- 'Google_Service_Dataflow_Source' => $vendorDir . '/google/apiclient/src/Google/Service/Dataflow.php',
1429
- 'Google_Service_Dataflow_SourceBaseSpecs' => $vendorDir . '/google/apiclient/src/Google/Service/Dataflow.php',
1430
- 'Google_Service_Dataflow_SourceCodec' => $vendorDir . '/google/apiclient/src/Google/Service/Dataflow.php',
1431
- 'Google_Service_Dataflow_SourceFork' => $vendorDir . '/google/apiclient/src/Google/Service/Dataflow.php',
1432
- 'Google_Service_Dataflow_SourceGetMetadataRequest' => $vendorDir . '/google/apiclient/src/Google/Service/Dataflow.php',
1433
- 'Google_Service_Dataflow_SourceGetMetadataResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Dataflow.php',
1434
- 'Google_Service_Dataflow_SourceMetadata' => $vendorDir . '/google/apiclient/src/Google/Service/Dataflow.php',
1435
- 'Google_Service_Dataflow_SourceOperationRequest' => $vendorDir . '/google/apiclient/src/Google/Service/Dataflow.php',
1436
- 'Google_Service_Dataflow_SourceOperationResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Dataflow.php',
1437
- 'Google_Service_Dataflow_SourceSpec' => $vendorDir . '/google/apiclient/src/Google/Service/Dataflow.php',
1438
- 'Google_Service_Dataflow_SourceSplitOptions' => $vendorDir . '/google/apiclient/src/Google/Service/Dataflow.php',
1439
- 'Google_Service_Dataflow_SourceSplitRequest' => $vendorDir . '/google/apiclient/src/Google/Service/Dataflow.php',
1440
- 'Google_Service_Dataflow_SourceSplitResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Dataflow.php',
1441
- 'Google_Service_Dataflow_SourceSplitShard' => $vendorDir . '/google/apiclient/src/Google/Service/Dataflow.php',
1442
- 'Google_Service_Dataflow_StateFamilyConfig' => $vendorDir . '/google/apiclient/src/Google/Service/Dataflow.php',
1443
- 'Google_Service_Dataflow_Status' => $vendorDir . '/google/apiclient/src/Google/Service/Dataflow.php',
1444
- 'Google_Service_Dataflow_StatusDetails' => $vendorDir . '/google/apiclient/src/Google/Service/Dataflow.php',
1445
- 'Google_Service_Dataflow_Step' => $vendorDir . '/google/apiclient/src/Google/Service/Dataflow.php',
1446
- 'Google_Service_Dataflow_StepProperties' => $vendorDir . '/google/apiclient/src/Google/Service/Dataflow.php',
1447
- 'Google_Service_Dataflow_StreamLocation' => $vendorDir . '/google/apiclient/src/Google/Service/Dataflow.php',
1448
- 'Google_Service_Dataflow_StreamingComputationRanges' => $vendorDir . '/google/apiclient/src/Google/Service/Dataflow.php',
1449
- 'Google_Service_Dataflow_StreamingComputationTask' => $vendorDir . '/google/apiclient/src/Google/Service/Dataflow.php',
1450
- 'Google_Service_Dataflow_StreamingSetupTask' => $vendorDir . '/google/apiclient/src/Google/Service/Dataflow.php',
1451
- 'Google_Service_Dataflow_StreamingSideInputLocation' => $vendorDir . '/google/apiclient/src/Google/Service/Dataflow.php',
1452
- 'Google_Service_Dataflow_StreamingStageLocation' => $vendorDir . '/google/apiclient/src/Google/Service/Dataflow.php',
1453
- 'Google_Service_Dataflow_TaskRunnerSettings' => $vendorDir . '/google/apiclient/src/Google/Service/Dataflow.php',
1454
- 'Google_Service_Dataflow_TopologyConfig' => $vendorDir . '/google/apiclient/src/Google/Service/Dataflow.php',
1455
- 'Google_Service_Dataflow_TopologyConfigUserStageToComputationNameMap' => $vendorDir . '/google/apiclient/src/Google/Service/Dataflow.php',
1456
- 'Google_Service_Dataflow_WorkItem' => $vendorDir . '/google/apiclient/src/Google/Service/Dataflow.php',
1457
- 'Google_Service_Dataflow_WorkItemServiceState' => $vendorDir . '/google/apiclient/src/Google/Service/Dataflow.php',
1458
- 'Google_Service_Dataflow_WorkItemServiceStateHarnessData' => $vendorDir . '/google/apiclient/src/Google/Service/Dataflow.php',
1459
- 'Google_Service_Dataflow_WorkItemStatus' => $vendorDir . '/google/apiclient/src/Google/Service/Dataflow.php',
1460
- 'Google_Service_Dataflow_WorkerPool' => $vendorDir . '/google/apiclient/src/Google/Service/Dataflow.php',
1461
- 'Google_Service_Dataflow_WorkerPoolMetadata' => $vendorDir . '/google/apiclient/src/Google/Service/Dataflow.php',
1462
- 'Google_Service_Dataflow_WorkerPoolPoolArgs' => $vendorDir . '/google/apiclient/src/Google/Service/Dataflow.php',
1463
- 'Google_Service_Dataflow_WorkerSettings' => $vendorDir . '/google/apiclient/src/Google/Service/Dataflow.php',
1464
- 'Google_Service_Dataflow_WriteInstruction' => $vendorDir . '/google/apiclient/src/Google/Service/Dataflow.php',
1465
- 'Google_Service_Datastore' => $vendorDir . '/google/apiclient/src/Google/Service/Datastore.php',
1466
- 'Google_Service_Datastore_AllocateIdsRequest' => $vendorDir . '/google/apiclient/src/Google/Service/Datastore.php',
1467
- 'Google_Service_Datastore_AllocateIdsResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Datastore.php',
1468
- 'Google_Service_Datastore_BeginTransactionRequest' => $vendorDir . '/google/apiclient/src/Google/Service/Datastore.php',
1469
- 'Google_Service_Datastore_BeginTransactionResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Datastore.php',
1470
- 'Google_Service_Datastore_CommitRequest' => $vendorDir . '/google/apiclient/src/Google/Service/Datastore.php',
1471
- 'Google_Service_Datastore_CommitResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Datastore.php',
1472
- 'Google_Service_Datastore_CompositeFilter' => $vendorDir . '/google/apiclient/src/Google/Service/Datastore.php',
1473
- 'Google_Service_Datastore_Datasets_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Datastore.php',
1474
- 'Google_Service_Datastore_Entity' => $vendorDir . '/google/apiclient/src/Google/Service/Datastore.php',
1475
- 'Google_Service_Datastore_EntityProperties' => $vendorDir . '/google/apiclient/src/Google/Service/Datastore.php',
1476
- 'Google_Service_Datastore_EntityResult' => $vendorDir . '/google/apiclient/src/Google/Service/Datastore.php',
1477
- 'Google_Service_Datastore_Filter' => $vendorDir . '/google/apiclient/src/Google/Service/Datastore.php',
1478
- 'Google_Service_Datastore_GqlQuery' => $vendorDir . '/google/apiclient/src/Google/Service/Datastore.php',
1479
- 'Google_Service_Datastore_GqlQueryArg' => $vendorDir . '/google/apiclient/src/Google/Service/Datastore.php',
1480
- 'Google_Service_Datastore_Key' => $vendorDir . '/google/apiclient/src/Google/Service/Datastore.php',
1481
- 'Google_Service_Datastore_KeyPathElement' => $vendorDir . '/google/apiclient/src/Google/Service/Datastore.php',
1482
- 'Google_Service_Datastore_KindExpression' => $vendorDir . '/google/apiclient/src/Google/Service/Datastore.php',
1483
- 'Google_Service_Datastore_LookupRequest' => $vendorDir . '/google/apiclient/src/Google/Service/Datastore.php',
1484
- 'Google_Service_Datastore_LookupResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Datastore.php',
1485
- 'Google_Service_Datastore_Mutation' => $vendorDir . '/google/apiclient/src/Google/Service/Datastore.php',
1486
- 'Google_Service_Datastore_MutationResult' => $vendorDir . '/google/apiclient/src/Google/Service/Datastore.php',
1487
- 'Google_Service_Datastore_PartitionId' => $vendorDir . '/google/apiclient/src/Google/Service/Datastore.php',
1488
- 'Google_Service_Datastore_Property' => $vendorDir . '/google/apiclient/src/Google/Service/Datastore.php',
1489
- 'Google_Service_Datastore_PropertyExpression' => $vendorDir . '/google/apiclient/src/Google/Service/Datastore.php',
1490
- 'Google_Service_Datastore_PropertyFilter' => $vendorDir . '/google/apiclient/src/Google/Service/Datastore.php',
1491
- 'Google_Service_Datastore_PropertyOrder' => $vendorDir . '/google/apiclient/src/Google/Service/Datastore.php',
1492
- 'Google_Service_Datastore_PropertyReference' => $vendorDir . '/google/apiclient/src/Google/Service/Datastore.php',
1493
- 'Google_Service_Datastore_Query' => $vendorDir . '/google/apiclient/src/Google/Service/Datastore.php',
1494
- 'Google_Service_Datastore_QueryResultBatch' => $vendorDir . '/google/apiclient/src/Google/Service/Datastore.php',
1495
- 'Google_Service_Datastore_ReadOptions' => $vendorDir . '/google/apiclient/src/Google/Service/Datastore.php',
1496
- 'Google_Service_Datastore_ResponseHeader' => $vendorDir . '/google/apiclient/src/Google/Service/Datastore.php',
1497
- 'Google_Service_Datastore_RollbackRequest' => $vendorDir . '/google/apiclient/src/Google/Service/Datastore.php',
1498
- 'Google_Service_Datastore_RollbackResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Datastore.php',
1499
- 'Google_Service_Datastore_RunQueryRequest' => $vendorDir . '/google/apiclient/src/Google/Service/Datastore.php',
1500
- 'Google_Service_Datastore_RunQueryResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Datastore.php',
1501
- 'Google_Service_Datastore_Value' => $vendorDir . '/google/apiclient/src/Google/Service/Datastore.php',
1502
- 'Google_Service_DeploymentManager' => $vendorDir . '/google/apiclient/src/Google/Service/DeploymentManager.php',
1503
- 'Google_Service_DeploymentManager_ConfigFile' => $vendorDir . '/google/apiclient/src/Google/Service/DeploymentManager.php',
1504
- 'Google_Service_DeploymentManager_Deployment' => $vendorDir . '/google/apiclient/src/Google/Service/DeploymentManager.php',
1505
- 'Google_Service_DeploymentManager_DeploymentUpdate' => $vendorDir . '/google/apiclient/src/Google/Service/DeploymentManager.php',
1506
- 'Google_Service_DeploymentManager_DeploymentmanagerResource' => $vendorDir . '/google/apiclient/src/Google/Service/DeploymentManager.php',
1507
- 'Google_Service_DeploymentManager_DeploymentmanagerResourceWarnings' => $vendorDir . '/google/apiclient/src/Google/Service/DeploymentManager.php',
1508
- 'Google_Service_DeploymentManager_DeploymentmanagerResourceWarningsData' => $vendorDir . '/google/apiclient/src/Google/Service/DeploymentManager.php',
1509
- 'Google_Service_DeploymentManager_DeploymentsCancelPreviewRequest' => $vendorDir . '/google/apiclient/src/Google/Service/DeploymentManager.php',
1510
- 'Google_Service_DeploymentManager_DeploymentsListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/DeploymentManager.php',
1511
- 'Google_Service_DeploymentManager_DeploymentsStopRequest' => $vendorDir . '/google/apiclient/src/Google/Service/DeploymentManager.php',
1512
- 'Google_Service_DeploymentManager_Deployments_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/DeploymentManager.php',
1513
- 'Google_Service_DeploymentManager_ImportFile' => $vendorDir . '/google/apiclient/src/Google/Service/DeploymentManager.php',
1514
- 'Google_Service_DeploymentManager_Manifest' => $vendorDir . '/google/apiclient/src/Google/Service/DeploymentManager.php',
1515
- 'Google_Service_DeploymentManager_ManifestsListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/DeploymentManager.php',
1516
- 'Google_Service_DeploymentManager_Manifests_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/DeploymentManager.php',
1517
- 'Google_Service_DeploymentManager_Operation' => $vendorDir . '/google/apiclient/src/Google/Service/DeploymentManager.php',
1518
- 'Google_Service_DeploymentManager_OperationError' => $vendorDir . '/google/apiclient/src/Google/Service/DeploymentManager.php',
1519
- 'Google_Service_DeploymentManager_OperationErrorErrors' => $vendorDir . '/google/apiclient/src/Google/Service/DeploymentManager.php',
1520
- 'Google_Service_DeploymentManager_OperationWarnings' => $vendorDir . '/google/apiclient/src/Google/Service/DeploymentManager.php',
1521
- 'Google_Service_DeploymentManager_OperationWarningsData' => $vendorDir . '/google/apiclient/src/Google/Service/DeploymentManager.php',
1522
- 'Google_Service_DeploymentManager_OperationsListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/DeploymentManager.php',
1523
- 'Google_Service_DeploymentManager_Operations_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/DeploymentManager.php',
1524
- 'Google_Service_DeploymentManager_ResourceUpdate' => $vendorDir . '/google/apiclient/src/Google/Service/DeploymentManager.php',
1525
- 'Google_Service_DeploymentManager_ResourceUpdateError' => $vendorDir . '/google/apiclient/src/Google/Service/DeploymentManager.php',
1526
- 'Google_Service_DeploymentManager_ResourceUpdateErrorErrors' => $vendorDir . '/google/apiclient/src/Google/Service/DeploymentManager.php',
1527
- 'Google_Service_DeploymentManager_ResourceUpdateWarnings' => $vendorDir . '/google/apiclient/src/Google/Service/DeploymentManager.php',
1528
- 'Google_Service_DeploymentManager_ResourceUpdateWarningsData' => $vendorDir . '/google/apiclient/src/Google/Service/DeploymentManager.php',
1529
- 'Google_Service_DeploymentManager_ResourcesListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/DeploymentManager.php',
1530
- 'Google_Service_DeploymentManager_Resources_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/DeploymentManager.php',
1531
- 'Google_Service_DeploymentManager_TargetConfiguration' => $vendorDir . '/google/apiclient/src/Google/Service/DeploymentManager.php',
1532
- 'Google_Service_DeploymentManager_Type' => $vendorDir . '/google/apiclient/src/Google/Service/DeploymentManager.php',
1533
- 'Google_Service_DeploymentManager_TypesListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/DeploymentManager.php',
1534
- 'Google_Service_DeploymentManager_Types_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/DeploymentManager.php',
1535
- 'Google_Service_Dfareporting' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1536
- 'Google_Service_Dfareporting_Account' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1537
- 'Google_Service_Dfareporting_AccountActiveAdSummaries_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1538
- 'Google_Service_Dfareporting_AccountActiveAdSummary' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1539
- 'Google_Service_Dfareporting_AccountPermission' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1540
- 'Google_Service_Dfareporting_AccountPermissionGroup' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1541
- 'Google_Service_Dfareporting_AccountPermissionGroupsListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1542
- 'Google_Service_Dfareporting_AccountPermissionGroups_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1543
- 'Google_Service_Dfareporting_AccountPermissionsListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1544
- 'Google_Service_Dfareporting_AccountPermissions_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1545
- 'Google_Service_Dfareporting_AccountUserProfile' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1546
- 'Google_Service_Dfareporting_AccountUserProfilesListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1547
- 'Google_Service_Dfareporting_AccountUserProfiles_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1548
- 'Google_Service_Dfareporting_AccountsListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1549
- 'Google_Service_Dfareporting_Accounts_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1550
- 'Google_Service_Dfareporting_Activities' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1551
- 'Google_Service_Dfareporting_Ad' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1552
- 'Google_Service_Dfareporting_AdSlot' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1553
- 'Google_Service_Dfareporting_AdsListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1554
- 'Google_Service_Dfareporting_Ads_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1555
- 'Google_Service_Dfareporting_Advertiser' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1556
- 'Google_Service_Dfareporting_AdvertiserGroup' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1557
- 'Google_Service_Dfareporting_AdvertiserGroupsListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1558
- 'Google_Service_Dfareporting_AdvertiserGroups_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1559
- 'Google_Service_Dfareporting_AdvertisersListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1560
- 'Google_Service_Dfareporting_Advertisers_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1561
- 'Google_Service_Dfareporting_AudienceSegment' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1562
- 'Google_Service_Dfareporting_AudienceSegmentGroup' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1563
- 'Google_Service_Dfareporting_Browser' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1564
- 'Google_Service_Dfareporting_BrowsersListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1565
- 'Google_Service_Dfareporting_Browsers_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1566
- 'Google_Service_Dfareporting_Campaign' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1567
- 'Google_Service_Dfareporting_CampaignCreativeAssociation' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1568
- 'Google_Service_Dfareporting_CampaignCreativeAssociationsListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1569
- 'Google_Service_Dfareporting_CampaignCreativeAssociations_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1570
- 'Google_Service_Dfareporting_CampaignsListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1571
- 'Google_Service_Dfareporting_Campaigns_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1572
- 'Google_Service_Dfareporting_ChangeLog' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1573
- 'Google_Service_Dfareporting_ChangeLogsListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1574
- 'Google_Service_Dfareporting_ChangeLogs_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1575
- 'Google_Service_Dfareporting_CitiesListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1576
- 'Google_Service_Dfareporting_Cities_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1577
- 'Google_Service_Dfareporting_City' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1578
- 'Google_Service_Dfareporting_ClickTag' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1579
- 'Google_Service_Dfareporting_ClickThroughUrl' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1580
- 'Google_Service_Dfareporting_ClickThroughUrlSuffixProperties' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1581
- 'Google_Service_Dfareporting_CompanionClickThroughOverride' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1582
- 'Google_Service_Dfareporting_CompatibleFields' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1583
- 'Google_Service_Dfareporting_ConnectionType' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1584
- 'Google_Service_Dfareporting_ConnectionTypesListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1585
- 'Google_Service_Dfareporting_ConnectionTypes_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1586
- 'Google_Service_Dfareporting_ContentCategoriesListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1587
- 'Google_Service_Dfareporting_ContentCategories_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1588
- 'Google_Service_Dfareporting_ContentCategory' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1589
- 'Google_Service_Dfareporting_CountriesListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1590
- 'Google_Service_Dfareporting_Countries_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1591
- 'Google_Service_Dfareporting_Country' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1592
- 'Google_Service_Dfareporting_Creative' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1593
- 'Google_Service_Dfareporting_CreativeAsset' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1594
- 'Google_Service_Dfareporting_CreativeAssetId' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1595
- 'Google_Service_Dfareporting_CreativeAssetMetadata' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1596
- 'Google_Service_Dfareporting_CreativeAssets_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1597
- 'Google_Service_Dfareporting_CreativeAssignment' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1598
- 'Google_Service_Dfareporting_CreativeCustomEvent' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1599
- 'Google_Service_Dfareporting_CreativeField' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1600
- 'Google_Service_Dfareporting_CreativeFieldAssignment' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1601
- 'Google_Service_Dfareporting_CreativeFieldValue' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1602
- 'Google_Service_Dfareporting_CreativeFieldValuesListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1603
- 'Google_Service_Dfareporting_CreativeFieldValues_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1604
- 'Google_Service_Dfareporting_CreativeFieldsListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1605
- 'Google_Service_Dfareporting_CreativeFields_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1606
- 'Google_Service_Dfareporting_CreativeGroup' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1607
- 'Google_Service_Dfareporting_CreativeGroupAssignment' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1608
- 'Google_Service_Dfareporting_CreativeGroupsListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1609
- 'Google_Service_Dfareporting_CreativeGroups_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1610
- 'Google_Service_Dfareporting_CreativeOptimizationConfiguration' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1611
- 'Google_Service_Dfareporting_CreativeRotation' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1612
- 'Google_Service_Dfareporting_CreativeSettings' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1613
- 'Google_Service_Dfareporting_CreativesListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1614
- 'Google_Service_Dfareporting_Creatives_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1615
- 'Google_Service_Dfareporting_CrossDimensionReachReportCompatibleFields' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1616
- 'Google_Service_Dfareporting_CustomRichMediaEvents' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1617
- 'Google_Service_Dfareporting_DateRange' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1618
- 'Google_Service_Dfareporting_DayPartTargeting' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1619
- 'Google_Service_Dfareporting_DefaultClickThroughEventTagProperties' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1620
- 'Google_Service_Dfareporting_DeliverySchedule' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1621
- 'Google_Service_Dfareporting_DfareportingFile' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1622
- 'Google_Service_Dfareporting_DfareportingFileUrls' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1623
- 'Google_Service_Dfareporting_DfpSettings' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1624
- 'Google_Service_Dfareporting_Dimension' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1625
- 'Google_Service_Dfareporting_DimensionFilter' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1626
- 'Google_Service_Dfareporting_DimensionValue' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1627
- 'Google_Service_Dfareporting_DimensionValueList' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1628
- 'Google_Service_Dfareporting_DimensionValueRequest' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1629
- 'Google_Service_Dfareporting_DimensionValues_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1630
- 'Google_Service_Dfareporting_DirectorySite' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1631
- 'Google_Service_Dfareporting_DirectorySiteContact' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1632
- 'Google_Service_Dfareporting_DirectorySiteContactAssignment' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1633
- 'Google_Service_Dfareporting_DirectorySiteContactsListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1634
- 'Google_Service_Dfareporting_DirectorySiteContacts_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1635
- 'Google_Service_Dfareporting_DirectorySiteSettings' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1636
- 'Google_Service_Dfareporting_DirectorySitesListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1637
- 'Google_Service_Dfareporting_DirectorySites_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1638
- 'Google_Service_Dfareporting_EventTag' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1639
- 'Google_Service_Dfareporting_EventTagOverride' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1640
- 'Google_Service_Dfareporting_EventTagsListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1641
- 'Google_Service_Dfareporting_EventTags_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1642
- 'Google_Service_Dfareporting_FileList' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1643
- 'Google_Service_Dfareporting_Files_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1644
- 'Google_Service_Dfareporting_Flight' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1645
- 'Google_Service_Dfareporting_FloodlightActivitiesGenerateTagResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1646
- 'Google_Service_Dfareporting_FloodlightActivitiesListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1647
- 'Google_Service_Dfareporting_FloodlightActivities_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1648
- 'Google_Service_Dfareporting_FloodlightActivity' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1649
- 'Google_Service_Dfareporting_FloodlightActivityDynamicTag' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1650
- 'Google_Service_Dfareporting_FloodlightActivityGroup' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1651
- 'Google_Service_Dfareporting_FloodlightActivityGroupsListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1652
- 'Google_Service_Dfareporting_FloodlightActivityGroups_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1653
- 'Google_Service_Dfareporting_FloodlightActivityPublisherDynamicTag' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1654
- 'Google_Service_Dfareporting_FloodlightConfiguration' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1655
- 'Google_Service_Dfareporting_FloodlightConfigurationsListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1656
- 'Google_Service_Dfareporting_FloodlightConfigurations_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1657
- 'Google_Service_Dfareporting_FloodlightReportCompatibleFields' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1658
- 'Google_Service_Dfareporting_FrequencyCap' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1659
- 'Google_Service_Dfareporting_FsCommand' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1660
- 'Google_Service_Dfareporting_GeoTargeting' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1661
- 'Google_Service_Dfareporting_InventoryItem' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1662
- 'Google_Service_Dfareporting_InventoryItemsListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1663
- 'Google_Service_Dfareporting_InventoryItems_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1664
- 'Google_Service_Dfareporting_KeyValueTargetingExpression' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1665
- 'Google_Service_Dfareporting_LandingPage' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1666
- 'Google_Service_Dfareporting_LandingPagesListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1667
- 'Google_Service_Dfareporting_LandingPages_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1668
- 'Google_Service_Dfareporting_LastModifiedInfo' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1669
- 'Google_Service_Dfareporting_ListPopulationClause' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1670
- 'Google_Service_Dfareporting_ListPopulationRule' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1671
- 'Google_Service_Dfareporting_ListPopulationTerm' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1672
- 'Google_Service_Dfareporting_ListTargetingExpression' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1673
- 'Google_Service_Dfareporting_LookbackConfiguration' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1674
- 'Google_Service_Dfareporting_Metric' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1675
- 'Google_Service_Dfareporting_Metro' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1676
- 'Google_Service_Dfareporting_MetrosListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1677
- 'Google_Service_Dfareporting_Metros_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1678
- 'Google_Service_Dfareporting_MobileCarrier' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1679
- 'Google_Service_Dfareporting_MobileCarriersListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1680
- 'Google_Service_Dfareporting_MobileCarriers_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1681
- 'Google_Service_Dfareporting_ObjectFilter' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1682
- 'Google_Service_Dfareporting_OffsetPosition' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1683
- 'Google_Service_Dfareporting_OmnitureSettings' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1684
- 'Google_Service_Dfareporting_OperatingSystem' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1685
- 'Google_Service_Dfareporting_OperatingSystemVersion' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1686
- 'Google_Service_Dfareporting_OperatingSystemVersionsListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1687
- 'Google_Service_Dfareporting_OperatingSystemVersions_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1688
- 'Google_Service_Dfareporting_OperatingSystemsListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1689
- 'Google_Service_Dfareporting_OperatingSystems_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1690
- 'Google_Service_Dfareporting_OptimizationActivity' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1691
- 'Google_Service_Dfareporting_Order' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1692
- 'Google_Service_Dfareporting_OrderContact' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1693
- 'Google_Service_Dfareporting_OrderDocument' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1694
- 'Google_Service_Dfareporting_OrderDocumentsListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1695
- 'Google_Service_Dfareporting_OrderDocuments_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1696
- 'Google_Service_Dfareporting_OrdersListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1697
- 'Google_Service_Dfareporting_Orders_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1698
- 'Google_Service_Dfareporting_PathToConversionReportCompatibleFields' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1699
- 'Google_Service_Dfareporting_Placement' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1700
- 'Google_Service_Dfareporting_PlacementAssignment' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1701
- 'Google_Service_Dfareporting_PlacementGroup' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1702
- 'Google_Service_Dfareporting_PlacementGroupsListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1703
- 'Google_Service_Dfareporting_PlacementGroups_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1704
- 'Google_Service_Dfareporting_PlacementStrategiesListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1705
- 'Google_Service_Dfareporting_PlacementStrategies_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1706
- 'Google_Service_Dfareporting_PlacementStrategy' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1707
- 'Google_Service_Dfareporting_PlacementTag' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1708
- 'Google_Service_Dfareporting_PlacementsGenerateTagsResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1709
- 'Google_Service_Dfareporting_PlacementsListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1710
- 'Google_Service_Dfareporting_Placements_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1711
- 'Google_Service_Dfareporting_PlatformType' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1712
- 'Google_Service_Dfareporting_PlatformTypesListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1713
- 'Google_Service_Dfareporting_PlatformTypes_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1714
- 'Google_Service_Dfareporting_PopupWindowProperties' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1715
- 'Google_Service_Dfareporting_PostalCode' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1716
- 'Google_Service_Dfareporting_PostalCodesListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1717
- 'Google_Service_Dfareporting_PostalCodes_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1718
- 'Google_Service_Dfareporting_Pricing' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1719
- 'Google_Service_Dfareporting_PricingSchedule' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1720
- 'Google_Service_Dfareporting_PricingSchedulePricingPeriod' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1721
- 'Google_Service_Dfareporting_ProgrammaticSetting' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1722
- 'Google_Service_Dfareporting_Project' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1723
- 'Google_Service_Dfareporting_ProjectsListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1724
- 'Google_Service_Dfareporting_Projects_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1725
- 'Google_Service_Dfareporting_ReachReportCompatibleFields' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1726
- 'Google_Service_Dfareporting_Recipient' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1727
- 'Google_Service_Dfareporting_Region' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1728
- 'Google_Service_Dfareporting_RegionsListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1729
- 'Google_Service_Dfareporting_Regions_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1730
- 'Google_Service_Dfareporting_RemarketingList' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1731
- 'Google_Service_Dfareporting_RemarketingListShare' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1732
- 'Google_Service_Dfareporting_RemarketingListShares_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1733
- 'Google_Service_Dfareporting_RemarketingListsListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1734
- 'Google_Service_Dfareporting_RemarketingLists_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1735
- 'Google_Service_Dfareporting_Report' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1736
- 'Google_Service_Dfareporting_ReportCompatibleFields' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1737
- 'Google_Service_Dfareporting_ReportCriteria' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1738
- 'Google_Service_Dfareporting_ReportCrossDimensionReachCriteria' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1739
- 'Google_Service_Dfareporting_ReportDelivery' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1740
- 'Google_Service_Dfareporting_ReportFloodlightCriteria' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1741
- 'Google_Service_Dfareporting_ReportFloodlightCriteriaReportProperties' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1742
- 'Google_Service_Dfareporting_ReportList' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1743
- 'Google_Service_Dfareporting_ReportPathToConversionCriteria' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1744
- 'Google_Service_Dfareporting_ReportPathToConversionCriteriaReportProperties' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1745
- 'Google_Service_Dfareporting_ReportReachCriteria' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1746
- 'Google_Service_Dfareporting_ReportSchedule' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1747
- 'Google_Service_Dfareporting_ReportsCompatibleFields_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1748
- 'Google_Service_Dfareporting_ReportsConfiguration' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1749
- 'Google_Service_Dfareporting_ReportsFiles_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1750
- 'Google_Service_Dfareporting_Reports_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1751
- 'Google_Service_Dfareporting_RichMediaExitOverride' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1752
- 'Google_Service_Dfareporting_Site' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1753
- 'Google_Service_Dfareporting_SiteContact' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1754
- 'Google_Service_Dfareporting_SiteSettings' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1755
- 'Google_Service_Dfareporting_SitesListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1756
- 'Google_Service_Dfareporting_Sites_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1757
- 'Google_Service_Dfareporting_Size' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1758
- 'Google_Service_Dfareporting_SizesListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1759
- 'Google_Service_Dfareporting_Sizes_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1760
- 'Google_Service_Dfareporting_SortedDimension' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1761
- 'Google_Service_Dfareporting_Subaccount' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1762
- 'Google_Service_Dfareporting_SubaccountsListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1763
- 'Google_Service_Dfareporting_Subaccounts_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1764
- 'Google_Service_Dfareporting_TagData' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1765
- 'Google_Service_Dfareporting_TagSetting' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1766
- 'Google_Service_Dfareporting_TagSettings' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1767
- 'Google_Service_Dfareporting_TargetWindow' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1768
- 'Google_Service_Dfareporting_TargetableRemarketingList' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1769
- 'Google_Service_Dfareporting_TargetableRemarketingListsListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1770
- 'Google_Service_Dfareporting_TargetableRemarketingLists_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1771
- 'Google_Service_Dfareporting_TechnologyTargeting' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1772
- 'Google_Service_Dfareporting_ThirdPartyTrackingUrl' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1773
- 'Google_Service_Dfareporting_UserDefinedVariableConfiguration' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1774
- 'Google_Service_Dfareporting_UserProfile' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1775
- 'Google_Service_Dfareporting_UserProfileList' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1776
- 'Google_Service_Dfareporting_UserProfiles_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1777
- 'Google_Service_Dfareporting_UserRole' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1778
- 'Google_Service_Dfareporting_UserRolePermission' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1779
- 'Google_Service_Dfareporting_UserRolePermissionGroup' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1780
- 'Google_Service_Dfareporting_UserRolePermissionGroupsListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1781
- 'Google_Service_Dfareporting_UserRolePermissionGroups_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1782
- 'Google_Service_Dfareporting_UserRolePermissionsListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1783
- 'Google_Service_Dfareporting_UserRolePermissions_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1784
- 'Google_Service_Dfareporting_UserRolesListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1785
- 'Google_Service_Dfareporting_UserRoles_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Dfareporting.php',
1786
- 'Google_Service_Directory' => $vendorDir . '/google/apiclient/src/Google/Service/Directory.php',
1787
- 'Google_Service_Directory_Alias' => $vendorDir . '/google/apiclient/src/Google/Service/Directory.php',
1788
- 'Google_Service_Directory_Aliases' => $vendorDir . '/google/apiclient/src/Google/Service/Directory.php',
1789
- 'Google_Service_Directory_Asp' => $vendorDir . '/google/apiclient/src/Google/Service/Directory.php',
1790
- 'Google_Service_Directory_Asps' => $vendorDir . '/google/apiclient/src/Google/Service/Directory.php',
1791
- 'Google_Service_Directory_Asps_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Directory.php',
1792
- 'Google_Service_Directory_Channel' => $vendorDir . '/google/apiclient/src/Google/Service/Directory.php',
1793
- 'Google_Service_Directory_ChannelParams' => $vendorDir . '/google/apiclient/src/Google/Service/Directory.php',
1794
- 'Google_Service_Directory_Channels_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Directory.php',
1795
- 'Google_Service_Directory_ChromeOsDevice' => $vendorDir . '/google/apiclient/src/Google/Service/Directory.php',
1796
- 'Google_Service_Directory_ChromeOsDeviceActiveTimeRanges' => $vendorDir . '/google/apiclient/src/Google/Service/Directory.php',
1797
- 'Google_Service_Directory_ChromeOsDeviceRecentUsers' => $vendorDir . '/google/apiclient/src/Google/Service/Directory.php',
1798
- 'Google_Service_Directory_ChromeOsDevices' => $vendorDir . '/google/apiclient/src/Google/Service/Directory.php',
1799
- 'Google_Service_Directory_Chromeosdevices_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Directory.php',
1800
- 'Google_Service_Directory_Customer' => $vendorDir . '/google/apiclient/src/Google/Service/Directory.php',
1801
- 'Google_Service_Directory_CustomerPostalAddress' => $vendorDir . '/google/apiclient/src/Google/Service/Directory.php',
1802
- 'Google_Service_Directory_Customers_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Directory.php',
1803
- 'Google_Service_Directory_DomainAlias' => $vendorDir . '/google/apiclient/src/Google/Service/Directory.php',
1804
- 'Google_Service_Directory_DomainAliases' => $vendorDir . '/google/apiclient/src/Google/Service/Directory.php',
1805
- 'Google_Service_Directory_DomainAliases_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Directory.php',
1806
- 'Google_Service_Directory_Domains' => $vendorDir . '/google/apiclient/src/Google/Service/Directory.php',
1807
- 'Google_Service_Directory_Domains2' => $vendorDir . '/google/apiclient/src/Google/Service/Directory.php',
1808
- 'Google_Service_Directory_Domains_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Directory.php',
1809
- 'Google_Service_Directory_Group' => $vendorDir . '/google/apiclient/src/Google/Service/Directory.php',
1810
- 'Google_Service_Directory_Groups' => $vendorDir . '/google/apiclient/src/Google/Service/Directory.php',
1811
- 'Google_Service_Directory_GroupsAliases_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Directory.php',
1812
- 'Google_Service_Directory_Groups_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Directory.php',
1813
- 'Google_Service_Directory_Member' => $vendorDir . '/google/apiclient/src/Google/Service/Directory.php',
1814
- 'Google_Service_Directory_Members' => $vendorDir . '/google/apiclient/src/Google/Service/Directory.php',
1815
- 'Google_Service_Directory_Members_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Directory.php',
1816
- 'Google_Service_Directory_MobileDevice' => $vendorDir . '/google/apiclient/src/Google/Service/Directory.php',
1817
- 'Google_Service_Directory_MobileDeviceAction' => $vendorDir . '/google/apiclient/src/Google/Service/Directory.php',
1818
- 'Google_Service_Directory_MobileDeviceApplications' => $vendorDir . '/google/apiclient/src/Google/Service/Directory.php',
1819
- 'Google_Service_Directory_MobileDevices' => $vendorDir . '/google/apiclient/src/Google/Service/Directory.php',
1820
- 'Google_Service_Directory_Mobiledevices_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Directory.php',
1821
- 'Google_Service_Directory_Notification' => $vendorDir . '/google/apiclient/src/Google/Service/Directory.php',
1822
- 'Google_Service_Directory_Notifications' => $vendorDir . '/google/apiclient/src/Google/Service/Directory.php',
1823
- 'Google_Service_Directory_Notifications_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Directory.php',
1824
- 'Google_Service_Directory_OrgUnit' => $vendorDir . '/google/apiclient/src/Google/Service/Directory.php',
1825
- 'Google_Service_Directory_OrgUnits' => $vendorDir . '/google/apiclient/src/Google/Service/Directory.php',
1826
- 'Google_Service_Directory_Orgunits_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Directory.php',
1827
- 'Google_Service_Directory_Privilege' => $vendorDir . '/google/apiclient/src/Google/Service/Directory.php',
1828
- 'Google_Service_Directory_Privileges' => $vendorDir . '/google/apiclient/src/Google/Service/Directory.php',
1829
- 'Google_Service_Directory_Privileges_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Directory.php',
1830
- 'Google_Service_Directory_Role' => $vendorDir . '/google/apiclient/src/Google/Service/Directory.php',
1831
- 'Google_Service_Directory_RoleAssignment' => $vendorDir . '/google/apiclient/src/Google/Service/Directory.php',
1832
- 'Google_Service_Directory_RoleAssignments' => $vendorDir . '/google/apiclient/src/Google/Service/Directory.php',
1833
- 'Google_Service_Directory_RoleAssignments_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Directory.php',
1834
- 'Google_Service_Directory_RoleRolePrivileges' => $vendorDir . '/google/apiclient/src/Google/Service/Directory.php',
1835
- 'Google_Service_Directory_Roles' => $vendorDir . '/google/apiclient/src/Google/Service/Directory.php',
1836
- 'Google_Service_Directory_Roles_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Directory.php',
1837
- 'Google_Service_Directory_Schema' => $vendorDir . '/google/apiclient/src/Google/Service/Directory.php',
1838
- 'Google_Service_Directory_SchemaFieldSpec' => $vendorDir . '/google/apiclient/src/Google/Service/Directory.php',
1839
- 'Google_Service_Directory_SchemaFieldSpecNumericIndexingSpec' => $vendorDir . '/google/apiclient/src/Google/Service/Directory.php',
1840
- 'Google_Service_Directory_Schemas' => $vendorDir . '/google/apiclient/src/Google/Service/Directory.php',
1841
- 'Google_Service_Directory_Schemas_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Directory.php',
1842
- 'Google_Service_Directory_Token' => $vendorDir . '/google/apiclient/src/Google/Service/Directory.php',
1843
- 'Google_Service_Directory_Tokens' => $vendorDir . '/google/apiclient/src/Google/Service/Directory.php',
1844
- 'Google_Service_Directory_Tokens_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Directory.php',
1845
- 'Google_Service_Directory_User' => $vendorDir . '/google/apiclient/src/Google/Service/Directory.php',
1846
- 'Google_Service_Directory_UserAbout' => $vendorDir . '/google/apiclient/src/Google/Service/Directory.php',
1847
- 'Google_Service_Directory_UserAddress' => $vendorDir . '/google/apiclient/src/Google/Service/Directory.php',
1848
- 'Google_Service_Directory_UserCustomProperties' => $vendorDir . '/google/apiclient/src/Google/Service/Directory.php',
1849
- 'Google_Service_Directory_UserCustomSchemas' => $vendorDir . '/google/apiclient/src/Google/Service/Directory.php',
1850
- 'Google_Service_Directory_UserEmail' => $vendorDir . '/google/apiclient/src/Google/Service/Directory.php',
1851
- 'Google_Service_Directory_UserExternalId' => $vendorDir . '/google/apiclient/src/Google/Service/Directory.php',
1852
- 'Google_Service_Directory_UserIm' => $vendorDir . '/google/apiclient/src/Google/Service/Directory.php',
1853
- 'Google_Service_Directory_UserMakeAdmin' => $vendorDir . '/google/apiclient/src/Google/Service/Directory.php',
1854
- 'Google_Service_Directory_UserName' => $vendorDir . '/google/apiclient/src/Google/Service/Directory.php',
1855
- 'Google_Service_Directory_UserOrganization' => $vendorDir . '/google/apiclient/src/Google/Service/Directory.php',
1856
- 'Google_Service_Directory_UserPhone' => $vendorDir . '/google/apiclient/src/Google/Service/Directory.php',
1857
- 'Google_Service_Directory_UserPhoto' => $vendorDir . '/google/apiclient/src/Google/Service/Directory.php',
1858
- 'Google_Service_Directory_UserRelation' => $vendorDir . '/google/apiclient/src/Google/Service/Directory.php',
1859
- 'Google_Service_Directory_UserUndelete' => $vendorDir . '/google/apiclient/src/Google/Service/Directory.php',
1860
- 'Google_Service_Directory_UserWebsite' => $vendorDir . '/google/apiclient/src/Google/Service/Directory.php',
1861
- 'Google_Service_Directory_Users' => $vendorDir . '/google/apiclient/src/Google/Service/Directory.php',
1862
- 'Google_Service_Directory_UsersAliases_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Directory.php',
1863
- 'Google_Service_Directory_UsersPhotos_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Directory.php',
1864
- 'Google_Service_Directory_Users_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Directory.php',
1865
- 'Google_Service_Directory_VerificationCode' => $vendorDir . '/google/apiclient/src/Google/Service/Directory.php',
1866
- 'Google_Service_Directory_VerificationCodes' => $vendorDir . '/google/apiclient/src/Google/Service/Directory.php',
1867
- 'Google_Service_Directory_VerificationCodes_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Directory.php',
1868
- 'Google_Service_Dns' => $vendorDir . '/google/apiclient/src/Google/Service/Dns.php',
1869
- 'Google_Service_Dns_Change' => $vendorDir . '/google/apiclient/src/Google/Service/Dns.php',
1870
- 'Google_Service_Dns_ChangesListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Dns.php',
1871
- 'Google_Service_Dns_Changes_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Dns.php',
1872
- 'Google_Service_Dns_ManagedZone' => $vendorDir . '/google/apiclient/src/Google/Service/Dns.php',
1873
- 'Google_Service_Dns_ManagedZonesListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Dns.php',
1874
- 'Google_Service_Dns_ManagedZones_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Dns.php',
1875
- 'Google_Service_Dns_Project' => $vendorDir . '/google/apiclient/src/Google/Service/Dns.php',
1876
- 'Google_Service_Dns_Projects_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Dns.php',
1877
- 'Google_Service_Dns_Quota' => $vendorDir . '/google/apiclient/src/Google/Service/Dns.php',
1878
- 'Google_Service_Dns_ResourceRecordSet' => $vendorDir . '/google/apiclient/src/Google/Service/Dns.php',
1879
- 'Google_Service_Dns_ResourceRecordSetsListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Dns.php',
1880
- 'Google_Service_Dns_ResourceRecordSets_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Dns.php',
1881
- 'Google_Service_DoubleClickBidManager' => $vendorDir . '/google/apiclient/src/Google/Service/DoubleClickBidManager.php',
1882
- 'Google_Service_DoubleClickBidManager_DownloadLineItemsRequest' => $vendorDir . '/google/apiclient/src/Google/Service/DoubleClickBidManager.php',
1883
- 'Google_Service_DoubleClickBidManager_DownloadLineItemsResponse' => $vendorDir . '/google/apiclient/src/Google/Service/DoubleClickBidManager.php',
1884
- 'Google_Service_DoubleClickBidManager_FilterPair' => $vendorDir . '/google/apiclient/src/Google/Service/DoubleClickBidManager.php',
1885
- 'Google_Service_DoubleClickBidManager_Lineitems_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/DoubleClickBidManager.php',
1886
- 'Google_Service_DoubleClickBidManager_ListQueriesResponse' => $vendorDir . '/google/apiclient/src/Google/Service/DoubleClickBidManager.php',
1887
- 'Google_Service_DoubleClickBidManager_ListReportsResponse' => $vendorDir . '/google/apiclient/src/Google/Service/DoubleClickBidManager.php',
1888
- 'Google_Service_DoubleClickBidManager_Parameters' => $vendorDir . '/google/apiclient/src/Google/Service/DoubleClickBidManager.php',
1889
- 'Google_Service_DoubleClickBidManager_Queries_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/DoubleClickBidManager.php',
1890
- 'Google_Service_DoubleClickBidManager_Query' => $vendorDir . '/google/apiclient/src/Google/Service/DoubleClickBidManager.php',
1891
- 'Google_Service_DoubleClickBidManager_QueryMetadata' => $vendorDir . '/google/apiclient/src/Google/Service/DoubleClickBidManager.php',
1892
- 'Google_Service_DoubleClickBidManager_QuerySchedule' => $vendorDir . '/google/apiclient/src/Google/Service/DoubleClickBidManager.php',
1893
- 'Google_Service_DoubleClickBidManager_Report' => $vendorDir . '/google/apiclient/src/Google/Service/DoubleClickBidManager.php',
1894
- 'Google_Service_DoubleClickBidManager_ReportFailure' => $vendorDir . '/google/apiclient/src/Google/Service/DoubleClickBidManager.php',
1895
- 'Google_Service_DoubleClickBidManager_ReportKey' => $vendorDir . '/google/apiclient/src/Google/Service/DoubleClickBidManager.php',
1896
- 'Google_Service_DoubleClickBidManager_ReportMetadata' => $vendorDir . '/google/apiclient/src/Google/Service/DoubleClickBidManager.php',
1897
- 'Google_Service_DoubleClickBidManager_ReportStatus' => $vendorDir . '/google/apiclient/src/Google/Service/DoubleClickBidManager.php',
1898
- 'Google_Service_DoubleClickBidManager_Reports_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/DoubleClickBidManager.php',
1899
- 'Google_Service_DoubleClickBidManager_RowStatus' => $vendorDir . '/google/apiclient/src/Google/Service/DoubleClickBidManager.php',
1900
- 'Google_Service_DoubleClickBidManager_RunQueryRequest' => $vendorDir . '/google/apiclient/src/Google/Service/DoubleClickBidManager.php',
1901
- 'Google_Service_DoubleClickBidManager_UploadLineItemsRequest' => $vendorDir . '/google/apiclient/src/Google/Service/DoubleClickBidManager.php',
1902
- 'Google_Service_DoubleClickBidManager_UploadLineItemsResponse' => $vendorDir . '/google/apiclient/src/Google/Service/DoubleClickBidManager.php',
1903
- 'Google_Service_DoubleClickBidManager_UploadStatus' => $vendorDir . '/google/apiclient/src/Google/Service/DoubleClickBidManager.php',
1904
- 'Google_Service_Doubleclicksearch' => $vendorDir . '/google/apiclient/src/Google/Service/Doubleclicksearch.php',
1905
- 'Google_Service_Doubleclicksearch_Availability' => $vendorDir . '/google/apiclient/src/Google/Service/Doubleclicksearch.php',
1906
- 'Google_Service_Doubleclicksearch_Conversion' => $vendorDir . '/google/apiclient/src/Google/Service/Doubleclicksearch.php',
1907
- 'Google_Service_Doubleclicksearch_ConversionList' => $vendorDir . '/google/apiclient/src/Google/Service/Doubleclicksearch.php',
1908
- 'Google_Service_Doubleclicksearch_Conversion_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Doubleclicksearch.php',
1909
- 'Google_Service_Doubleclicksearch_CustomDimension' => $vendorDir . '/google/apiclient/src/Google/Service/Doubleclicksearch.php',
1910
- 'Google_Service_Doubleclicksearch_CustomMetric' => $vendorDir . '/google/apiclient/src/Google/Service/Doubleclicksearch.php',
1911
- 'Google_Service_Doubleclicksearch_Report' => $vendorDir . '/google/apiclient/src/Google/Service/Doubleclicksearch.php',
1912
- 'Google_Service_Doubleclicksearch_ReportApiColumnSpec' => $vendorDir . '/google/apiclient/src/Google/Service/Doubleclicksearch.php',
1913
- 'Google_Service_Doubleclicksearch_ReportFiles' => $vendorDir . '/google/apiclient/src/Google/Service/Doubleclicksearch.php',
1914
- 'Google_Service_Doubleclicksearch_ReportRequest' => $vendorDir . '/google/apiclient/src/Google/Service/Doubleclicksearch.php',
1915
- 'Google_Service_Doubleclicksearch_ReportRequestFilters' => $vendorDir . '/google/apiclient/src/Google/Service/Doubleclicksearch.php',
1916
- 'Google_Service_Doubleclicksearch_ReportRequestOrderBy' => $vendorDir . '/google/apiclient/src/Google/Service/Doubleclicksearch.php',
1917
- 'Google_Service_Doubleclicksearch_ReportRequestReportScope' => $vendorDir . '/google/apiclient/src/Google/Service/Doubleclicksearch.php',
1918
- 'Google_Service_Doubleclicksearch_ReportRequestTimeRange' => $vendorDir . '/google/apiclient/src/Google/Service/Doubleclicksearch.php',
1919
- 'Google_Service_Doubleclicksearch_ReportRow' => $vendorDir . '/google/apiclient/src/Google/Service/Doubleclicksearch.php',
1920
- 'Google_Service_Doubleclicksearch_Reports_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Doubleclicksearch.php',
1921
- 'Google_Service_Doubleclicksearch_SavedColumn' => $vendorDir . '/google/apiclient/src/Google/Service/Doubleclicksearch.php',
1922
- 'Google_Service_Doubleclicksearch_SavedColumnList' => $vendorDir . '/google/apiclient/src/Google/Service/Doubleclicksearch.php',
1923
- 'Google_Service_Doubleclicksearch_SavedColumns_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Doubleclicksearch.php',
1924
- 'Google_Service_Doubleclicksearch_UpdateAvailabilityRequest' => $vendorDir . '/google/apiclient/src/Google/Service/Doubleclicksearch.php',
1925
- 'Google_Service_Doubleclicksearch_UpdateAvailabilityResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Doubleclicksearch.php',
1926
- 'Google_Service_Drive' => $vendorDir . '/google/apiclient/src/Google/Service/Drive.php',
1927
- 'Google_Service_Drive_About' => $vendorDir . '/google/apiclient/src/Google/Service/Drive.php',
1928
- 'Google_Service_Drive_AboutAdditionalRoleInfo' => $vendorDir . '/google/apiclient/src/Google/Service/Drive.php',
1929
- 'Google_Service_Drive_AboutAdditionalRoleInfoRoleSets' => $vendorDir . '/google/apiclient/src/Google/Service/Drive.php',
1930
- 'Google_Service_Drive_AboutExportFormats' => $vendorDir . '/google/apiclient/src/Google/Service/Drive.php',
1931
- 'Google_Service_Drive_AboutFeatures' => $vendorDir . '/google/apiclient/src/Google/Service/Drive.php',
1932
- 'Google_Service_Drive_AboutImportFormats' => $vendorDir . '/google/apiclient/src/Google/Service/Drive.php',
1933
- 'Google_Service_Drive_AboutMaxUploadSizes' => $vendorDir . '/google/apiclient/src/Google/Service/Drive.php',
1934
- 'Google_Service_Drive_AboutQuotaBytesByService' => $vendorDir . '/google/apiclient/src/Google/Service/Drive.php',
1935
- 'Google_Service_Drive_About_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Drive.php',
1936
- 'Google_Service_Drive_App' => $vendorDir . '/google/apiclient/src/Google/Service/Drive.php',
1937
- 'Google_Service_Drive_AppIcons' => $vendorDir . '/google/apiclient/src/Google/Service/Drive.php',
1938
- 'Google_Service_Drive_AppList' => $vendorDir . '/google/apiclient/src/Google/Service/Drive.php',
1939
- 'Google_Service_Drive_Apps_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Drive.php',
1940
- 'Google_Service_Drive_Change' => $vendorDir . '/google/apiclient/src/Google/Service/Drive.php',
1941
- 'Google_Service_Drive_ChangeList' => $vendorDir . '/google/apiclient/src/Google/Service/Drive.php',
1942
- 'Google_Service_Drive_Changes_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Drive.php',
1943
- 'Google_Service_Drive_Channel' => $vendorDir . '/google/apiclient/src/Google/Service/Drive.php',
1944
- 'Google_Service_Drive_ChannelParams' => $vendorDir . '/google/apiclient/src/Google/Service/Drive.php',
1945
- 'Google_Service_Drive_Channels_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Drive.php',
1946
- 'Google_Service_Drive_ChildList' => $vendorDir . '/google/apiclient/src/Google/Service/Drive.php',
1947
- 'Google_Service_Drive_ChildReference' => $vendorDir . '/google/apiclient/src/Google/Service/Drive.php',
1948
- 'Google_Service_Drive_Children_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Drive.php',
1949
- 'Google_Service_Drive_Comment' => $vendorDir . '/google/apiclient/src/Google/Service/Drive.php',
1950
- 'Google_Service_Drive_CommentContext' => $vendorDir . '/google/apiclient/src/Google/Service/Drive.php',
1951
- 'Google_Service_Drive_CommentList' => $vendorDir . '/google/apiclient/src/Google/Service/Drive.php',
1952
- 'Google_Service_Drive_CommentReply' => $vendorDir . '/google/apiclient/src/Google/Service/Drive.php',
1953
- 'Google_Service_Drive_CommentReplyList' => $vendorDir . '/google/apiclient/src/Google/Service/Drive.php',
1954
- 'Google_Service_Drive_Comments_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Drive.php',
1955
- 'Google_Service_Drive_DriveFile' => $vendorDir . '/google/apiclient/src/Google/Service/Drive.php',
1956
- 'Google_Service_Drive_DriveFileExportLinks' => $vendorDir . '/google/apiclient/src/Google/Service/Drive.php',
1957
- 'Google_Service_Drive_DriveFileImageMediaMetadata' => $vendorDir . '/google/apiclient/src/Google/Service/Drive.php',
1958
- 'Google_Service_Drive_DriveFileImageMediaMetadataLocation' => $vendorDir . '/google/apiclient/src/Google/Service/Drive.php',
1959
- 'Google_Service_Drive_DriveFileIndexableText' => $vendorDir . '/google/apiclient/src/Google/Service/Drive.php',
1960
- 'Google_Service_Drive_DriveFileLabels' => $vendorDir . '/google/apiclient/src/Google/Service/Drive.php',
1961
- 'Google_Service_Drive_DriveFileOpenWithLinks' => $vendorDir . '/google/apiclient/src/Google/Service/Drive.php',
1962
- 'Google_Service_Drive_DriveFileThumbnail' => $vendorDir . '/google/apiclient/src/Google/Service/Drive.php',
1963
- 'Google_Service_Drive_DriveFileVideoMediaMetadata' => $vendorDir . '/google/apiclient/src/Google/Service/Drive.php',
1964
- 'Google_Service_Drive_FileList' => $vendorDir . '/google/apiclient/src/Google/Service/Drive.php',
1965
- 'Google_Service_Drive_Files_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Drive.php',
1966
- 'Google_Service_Drive_GeneratedIds' => $vendorDir . '/google/apiclient/src/Google/Service/Drive.php',
1967
- 'Google_Service_Drive_ParentList' => $vendorDir . '/google/apiclient/src/Google/Service/Drive.php',
1968
- 'Google_Service_Drive_ParentReference' => $vendorDir . '/google/apiclient/src/Google/Service/Drive.php',
1969
- 'Google_Service_Drive_Parents_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Drive.php',
1970
- 'Google_Service_Drive_Permission' => $vendorDir . '/google/apiclient/src/Google/Service/Drive.php',
1971
- 'Google_Service_Drive_PermissionId' => $vendorDir . '/google/apiclient/src/Google/Service/Drive.php',
1972
- 'Google_Service_Drive_PermissionList' => $vendorDir . '/google/apiclient/src/Google/Service/Drive.php',
1973
- 'Google_Service_Drive_Permissions_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Drive.php',
1974
- 'Google_Service_Drive_Properties_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Drive.php',
1975
- 'Google_Service_Drive_Property' => $vendorDir . '/google/apiclient/src/Google/Service/Drive.php',
1976
- 'Google_Service_Drive_PropertyList' => $vendorDir . '/google/apiclient/src/Google/Service/Drive.php',
1977
- 'Google_Service_Drive_Realtime_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Drive.php',
1978
- 'Google_Service_Drive_Replies_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Drive.php',
1979
- 'Google_Service_Drive_Revision' => $vendorDir . '/google/apiclient/src/Google/Service/Drive.php',
1980
- 'Google_Service_Drive_RevisionExportLinks' => $vendorDir . '/google/apiclient/src/Google/Service/Drive.php',
1981
- 'Google_Service_Drive_RevisionList' => $vendorDir . '/google/apiclient/src/Google/Service/Drive.php',
1982
- 'Google_Service_Drive_Revisions_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Drive.php',
1983
- 'Google_Service_Drive_User' => $vendorDir . '/google/apiclient/src/Google/Service/Drive.php',
1984
- 'Google_Service_Drive_UserPicture' => $vendorDir . '/google/apiclient/src/Google/Service/Drive.php',
1985
- 'Google_Service_Exception' => $vendorDir . '/google/apiclient/src/Google/Service/Exception.php',
1986
- 'Google_Service_Fitness' => $vendorDir . '/google/apiclient/src/Google/Service/Fitness.php',
1987
- 'Google_Service_Fitness_AggregateBucket' => $vendorDir . '/google/apiclient/src/Google/Service/Fitness.php',
1988
- 'Google_Service_Fitness_AggregateBy' => $vendorDir . '/google/apiclient/src/Google/Service/Fitness.php',
1989
- 'Google_Service_Fitness_AggregateRequest' => $vendorDir . '/google/apiclient/src/Google/Service/Fitness.php',
1990
- 'Google_Service_Fitness_AggregateResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Fitness.php',
1991
- 'Google_Service_Fitness_Application' => $vendorDir . '/google/apiclient/src/Google/Service/Fitness.php',
1992
- 'Google_Service_Fitness_BucketByActivity' => $vendorDir . '/google/apiclient/src/Google/Service/Fitness.php',
1993
- 'Google_Service_Fitness_BucketBySession' => $vendorDir . '/google/apiclient/src/Google/Service/Fitness.php',
1994
- 'Google_Service_Fitness_BucketByTime' => $vendorDir . '/google/apiclient/src/Google/Service/Fitness.php',
1995
- 'Google_Service_Fitness_DataPoint' => $vendorDir . '/google/apiclient/src/Google/Service/Fitness.php',
1996
- 'Google_Service_Fitness_DataSource' => $vendorDir . '/google/apiclient/src/Google/Service/Fitness.php',
1997
- 'Google_Service_Fitness_DataType' => $vendorDir . '/google/apiclient/src/Google/Service/Fitness.php',
1998
- 'Google_Service_Fitness_DataTypeField' => $vendorDir . '/google/apiclient/src/Google/Service/Fitness.php',
1999
- 'Google_Service_Fitness_Dataset' => $vendorDir . '/google/apiclient/src/Google/Service/Fitness.php',
2000
- 'Google_Service_Fitness_Device' => $vendorDir . '/google/apiclient/src/Google/Service/Fitness.php',
2001
- 'Google_Service_Fitness_ListDataSourcesResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Fitness.php',
2002
- 'Google_Service_Fitness_ListSessionsResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Fitness.php',
2003
- 'Google_Service_Fitness_MapValue' => $vendorDir . '/google/apiclient/src/Google/Service/Fitness.php',
2004
- 'Google_Service_Fitness_Session' => $vendorDir . '/google/apiclient/src/Google/Service/Fitness.php',
2005
- 'Google_Service_Fitness_UsersDataSourcesDatasets_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Fitness.php',
2006
- 'Google_Service_Fitness_UsersDataSources_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Fitness.php',
2007
- 'Google_Service_Fitness_UsersDataset_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Fitness.php',
2008
- 'Google_Service_Fitness_UsersSessions_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Fitness.php',
2009
- 'Google_Service_Fitness_Users_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Fitness.php',
2010
- 'Google_Service_Fitness_Value' => $vendorDir . '/google/apiclient/src/Google/Service/Fitness.php',
2011
- 'Google_Service_Fitness_ValueMapValEntry' => $vendorDir . '/google/apiclient/src/Google/Service/Fitness.php',
2012
- 'Google_Service_Freebase' => $vendorDir . '/google/apiclient/src/Google/Service/Freebase.php',
2013
- 'Google_Service_Freebase_ReconcileCandidate' => $vendorDir . '/google/apiclient/src/Google/Service/Freebase.php',
2014
- 'Google_Service_Freebase_ReconcileCandidateNotable' => $vendorDir . '/google/apiclient/src/Google/Service/Freebase.php',
2015
- 'Google_Service_Freebase_ReconcileGet' => $vendorDir . '/google/apiclient/src/Google/Service/Freebase.php',
2016
- 'Google_Service_Freebase_ReconcileGetCosts' => $vendorDir . '/google/apiclient/src/Google/Service/Freebase.php',
2017
- 'Google_Service_Freebase_ReconcileGetWarning' => $vendorDir . '/google/apiclient/src/Google/Service/Freebase.php',
2018
- 'Google_Service_Fusiontables' => $vendorDir . '/google/apiclient/src/Google/Service/Fusiontables.php',
2019
- 'Google_Service_Fusiontables_Bucket' => $vendorDir . '/google/apiclient/src/Google/Service/Fusiontables.php',
2020
- 'Google_Service_Fusiontables_Column' => $vendorDir . '/google/apiclient/src/Google/Service/Fusiontables.php',
2021
- 'Google_Service_Fusiontables_ColumnBaseColumn' => $vendorDir . '/google/apiclient/src/Google/Service/Fusiontables.php',
2022
- 'Google_Service_Fusiontables_ColumnList' => $vendorDir . '/google/apiclient/src/Google/Service/Fusiontables.php',
2023
- 'Google_Service_Fusiontables_Column_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Fusiontables.php',
2024
- 'Google_Service_Fusiontables_Geometry' => $vendorDir . '/google/apiclient/src/Google/Service/Fusiontables.php',
2025
- 'Google_Service_Fusiontables_Import' => $vendorDir . '/google/apiclient/src/Google/Service/Fusiontables.php',
2026
- 'Google_Service_Fusiontables_Line' => $vendorDir . '/google/apiclient/src/Google/Service/Fusiontables.php',
2027
- 'Google_Service_Fusiontables_LineStyle' => $vendorDir . '/google/apiclient/src/Google/Service/Fusiontables.php',
2028
- 'Google_Service_Fusiontables_Point' => $vendorDir . '/google/apiclient/src/Google/Service/Fusiontables.php',
2029
- 'Google_Service_Fusiontables_PointStyle' => $vendorDir . '/google/apiclient/src/Google/Service/Fusiontables.php',
2030
- 'Google_Service_Fusiontables_Polygon' => $vendorDir . '/google/apiclient/src/Google/Service/Fusiontables.php',
2031
- 'Google_Service_Fusiontables_PolygonStyle' => $vendorDir . '/google/apiclient/src/Google/Service/Fusiontables.php',
2032
- 'Google_Service_Fusiontables_Query_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Fusiontables.php',
2033
- 'Google_Service_Fusiontables_Sqlresponse' => $vendorDir . '/google/apiclient/src/Google/Service/Fusiontables.php',
2034
- 'Google_Service_Fusiontables_StyleFunction' => $vendorDir . '/google/apiclient/src/Google/Service/Fusiontables.php',
2035
- 'Google_Service_Fusiontables_StyleFunctionGradient' => $vendorDir . '/google/apiclient/src/Google/Service/Fusiontables.php',
2036
- 'Google_Service_Fusiontables_StyleFunctionGradientColors' => $vendorDir . '/google/apiclient/src/Google/Service/Fusiontables.php',
2037
- 'Google_Service_Fusiontables_StyleSetting' => $vendorDir . '/google/apiclient/src/Google/Service/Fusiontables.php',
2038
- 'Google_Service_Fusiontables_StyleSettingList' => $vendorDir . '/google/apiclient/src/Google/Service/Fusiontables.php',
2039
- 'Google_Service_Fusiontables_Style_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Fusiontables.php',
2040
- 'Google_Service_Fusiontables_Table' => $vendorDir . '/google/apiclient/src/Google/Service/Fusiontables.php',
2041
- 'Google_Service_Fusiontables_TableList' => $vendorDir . '/google/apiclient/src/Google/Service/Fusiontables.php',
2042
- 'Google_Service_Fusiontables_Table_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Fusiontables.php',
2043
- 'Google_Service_Fusiontables_Task' => $vendorDir . '/google/apiclient/src/Google/Service/Fusiontables.php',
2044
- 'Google_Service_Fusiontables_TaskList' => $vendorDir . '/google/apiclient/src/Google/Service/Fusiontables.php',
2045
- 'Google_Service_Fusiontables_Task_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Fusiontables.php',
2046
- 'Google_Service_Fusiontables_Template' => $vendorDir . '/google/apiclient/src/Google/Service/Fusiontables.php',
2047
- 'Google_Service_Fusiontables_TemplateList' => $vendorDir . '/google/apiclient/src/Google/Service/Fusiontables.php',
2048
- 'Google_Service_Fusiontables_Template_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Fusiontables.php',
2049
- 'Google_Service_Games' => $vendorDir . '/google/apiclient/src/Google/Service/Games.php',
2050
- 'Google_Service_GamesConfiguration' => $vendorDir . '/google/apiclient/src/Google/Service/GamesConfiguration.php',
2051
- 'Google_Service_GamesConfiguration_AchievementConfiguration' => $vendorDir . '/google/apiclient/src/Google/Service/GamesConfiguration.php',
2052
- 'Google_Service_GamesConfiguration_AchievementConfigurationDetail' => $vendorDir . '/google/apiclient/src/Google/Service/GamesConfiguration.php',
2053
- 'Google_Service_GamesConfiguration_AchievementConfigurationListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/GamesConfiguration.php',
2054
- 'Google_Service_GamesConfiguration_AchievementConfigurations_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/GamesConfiguration.php',
2055
- 'Google_Service_GamesConfiguration_GamesNumberAffixConfiguration' => $vendorDir . '/google/apiclient/src/Google/Service/GamesConfiguration.php',
2056
- 'Google_Service_GamesConfiguration_GamesNumberFormatConfiguration' => $vendorDir . '/google/apiclient/src/Google/Service/GamesConfiguration.php',
2057
- 'Google_Service_GamesConfiguration_ImageConfiguration' => $vendorDir . '/google/apiclient/src/Google/Service/GamesConfiguration.php',
2058
- 'Google_Service_GamesConfiguration_ImageConfigurations_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/GamesConfiguration.php',
2059
- 'Google_Service_GamesConfiguration_LeaderboardConfiguration' => $vendorDir . '/google/apiclient/src/Google/Service/GamesConfiguration.php',
2060
- 'Google_Service_GamesConfiguration_LeaderboardConfigurationDetail' => $vendorDir . '/google/apiclient/src/Google/Service/GamesConfiguration.php',
2061
- 'Google_Service_GamesConfiguration_LeaderboardConfigurationListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/GamesConfiguration.php',
2062
- 'Google_Service_GamesConfiguration_LeaderboardConfigurations_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/GamesConfiguration.php',
2063
- 'Google_Service_GamesConfiguration_LocalizedString' => $vendorDir . '/google/apiclient/src/Google/Service/GamesConfiguration.php',
2064
- 'Google_Service_GamesConfiguration_LocalizedStringBundle' => $vendorDir . '/google/apiclient/src/Google/Service/GamesConfiguration.php',
2065
- 'Google_Service_GamesManagement' => $vendorDir . '/google/apiclient/src/Google/Service/GamesManagement.php',
2066
- 'Google_Service_GamesManagement_AchievementResetAllResponse' => $vendorDir . '/google/apiclient/src/Google/Service/GamesManagement.php',
2067
- 'Google_Service_GamesManagement_AchievementResetMultipleForAllRequest' => $vendorDir . '/google/apiclient/src/Google/Service/GamesManagement.php',
2068
- 'Google_Service_GamesManagement_AchievementResetResponse' => $vendorDir . '/google/apiclient/src/Google/Service/GamesManagement.php',
2069
- 'Google_Service_GamesManagement_Achievements_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/GamesManagement.php',
2070
- 'Google_Service_GamesManagement_Applications_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/GamesManagement.php',
2071
- 'Google_Service_GamesManagement_EventsResetMultipleForAllRequest' => $vendorDir . '/google/apiclient/src/Google/Service/GamesManagement.php',
2072
- 'Google_Service_GamesManagement_Events_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/GamesManagement.php',
2073
- 'Google_Service_GamesManagement_GamesPlayedResource' => $vendorDir . '/google/apiclient/src/Google/Service/GamesManagement.php',
2074
- 'Google_Service_GamesManagement_GamesPlayerExperienceInfoResource' => $vendorDir . '/google/apiclient/src/Google/Service/GamesManagement.php',
2075
- 'Google_Service_GamesManagement_GamesPlayerLevelResource' => $vendorDir . '/google/apiclient/src/Google/Service/GamesManagement.php',
2076
- 'Google_Service_GamesManagement_HiddenPlayer' => $vendorDir . '/google/apiclient/src/Google/Service/GamesManagement.php',
2077
- 'Google_Service_GamesManagement_HiddenPlayerList' => $vendorDir . '/google/apiclient/src/Google/Service/GamesManagement.php',
2078
- 'Google_Service_GamesManagement_Player' => $vendorDir . '/google/apiclient/src/Google/Service/GamesManagement.php',
2079
- 'Google_Service_GamesManagement_PlayerName' => $vendorDir . '/google/apiclient/src/Google/Service/GamesManagement.php',
2080
- 'Google_Service_GamesManagement_PlayerScoreResetAllResponse' => $vendorDir . '/google/apiclient/src/Google/Service/GamesManagement.php',
2081
- 'Google_Service_GamesManagement_PlayerScoreResetResponse' => $vendorDir . '/google/apiclient/src/Google/Service/GamesManagement.php',
2082
- 'Google_Service_GamesManagement_Players_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/GamesManagement.php',
2083
- 'Google_Service_GamesManagement_QuestsResetMultipleForAllRequest' => $vendorDir . '/google/apiclient/src/Google/Service/GamesManagement.php',
2084
- 'Google_Service_GamesManagement_Quests_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/GamesManagement.php',
2085
- 'Google_Service_GamesManagement_Rooms_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/GamesManagement.php',
2086
- 'Google_Service_GamesManagement_ScoresResetMultipleForAllRequest' => $vendorDir . '/google/apiclient/src/Google/Service/GamesManagement.php',
2087
- 'Google_Service_GamesManagement_Scores_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/GamesManagement.php',
2088
- 'Google_Service_GamesManagement_TurnBasedMatches_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/GamesManagement.php',
2089
- 'Google_Service_Games_AchievementDefinition' => $vendorDir . '/google/apiclient/src/Google/Service/Games.php',
2090
- 'Google_Service_Games_AchievementDefinitionsListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Games.php',
2091
- 'Google_Service_Games_AchievementDefinitions_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Games.php',
2092
- 'Google_Service_Games_AchievementIncrementResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Games.php',
2093
- 'Google_Service_Games_AchievementRevealResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Games.php',
2094
- 'Google_Service_Games_AchievementSetStepsAtLeastResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Games.php',
2095
- 'Google_Service_Games_AchievementUnlockResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Games.php',
2096
- 'Google_Service_Games_AchievementUpdateMultipleRequest' => $vendorDir . '/google/apiclient/src/Google/Service/Games.php',
2097
- 'Google_Service_Games_AchievementUpdateMultipleResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Games.php',
2098
- 'Google_Service_Games_AchievementUpdateRequest' => $vendorDir . '/google/apiclient/src/Google/Service/Games.php',
2099
- 'Google_Service_Games_AchievementUpdateResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Games.php',
2100
- 'Google_Service_Games_Achievements_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Games.php',
2101
- 'Google_Service_Games_AggregateStats' => $vendorDir . '/google/apiclient/src/Google/Service/Games.php',
2102
- 'Google_Service_Games_AnonymousPlayer' => $vendorDir . '/google/apiclient/src/Google/Service/Games.php',
2103
- 'Google_Service_Games_Application' => $vendorDir . '/google/apiclient/src/Google/Service/Games.php',
2104
- 'Google_Service_Games_ApplicationCategory' => $vendorDir . '/google/apiclient/src/Google/Service/Games.php',
2105
- 'Google_Service_Games_Applications_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Games.php',
2106
- 'Google_Service_Games_Category' => $vendorDir . '/google/apiclient/src/Google/Service/Games.php',
2107
- 'Google_Service_Games_CategoryListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Games.php',
2108
- 'Google_Service_Games_EventBatchRecordFailure' => $vendorDir . '/google/apiclient/src/Google/Service/Games.php',
2109
- 'Google_Service_Games_EventChild' => $vendorDir . '/google/apiclient/src/Google/Service/Games.php',
2110
- 'Google_Service_Games_EventDefinition' => $vendorDir . '/google/apiclient/src/Google/Service/Games.php',
2111
- 'Google_Service_Games_EventDefinitionListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Games.php',
2112
- 'Google_Service_Games_EventPeriodRange' => $vendorDir . '/google/apiclient/src/Google/Service/Games.php',
2113
- 'Google_Service_Games_EventPeriodUpdate' => $vendorDir . '/google/apiclient/src/Google/Service/Games.php',
2114
- 'Google_Service_Games_EventRecordFailure' => $vendorDir . '/google/apiclient/src/Google/Service/Games.php',
2115
- 'Google_Service_Games_EventRecordRequest' => $vendorDir . '/google/apiclient/src/Google/Service/Games.php',
2116
- 'Google_Service_Games_EventUpdateRequest' => $vendorDir . '/google/apiclient/src/Google/Service/Games.php',
2117
- 'Google_Service_Games_EventUpdateResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Games.php',
2118
- 'Google_Service_Games_Events_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Games.php',
2119
- 'Google_Service_Games_GamesAchievementIncrement' => $vendorDir . '/google/apiclient/src/Google/Service/Games.php',
2120
- 'Google_Service_Games_GamesAchievementSetStepsAtLeast' => $vendorDir . '/google/apiclient/src/Google/Service/Games.php',
2121
- 'Google_Service_Games_ImageAsset' => $vendorDir . '/google/apiclient/src/Google/Service/Games.php',
2122
- 'Google_Service_Games_Instance' => $vendorDir . '/google/apiclient/src/Google/Service/Games.php',
2123
- 'Google_Service_Games_InstanceAndroidDetails' => $vendorDir . '/google/apiclient/src/Google/Service/Games.php',
2124
- 'Google_Service_Games_InstanceIosDetails' => $vendorDir . '/google/apiclient/src/Google/Service/Games.php',
2125
- 'Google_Service_Games_InstanceWebDetails' => $vendorDir . '/google/apiclient/src/Google/Service/Games.php',
2126
- 'Google_Service_Games_Leaderboard' => $vendorDir . '/google/apiclient/src/Google/Service/Games.php',
2127
- 'Google_Service_Games_LeaderboardEntry' => $vendorDir . '/google/apiclient/src/Google/Service/Games.php',
2128
- 'Google_Service_Games_LeaderboardListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Games.php',
2129
- 'Google_Service_Games_LeaderboardScoreRank' => $vendorDir . '/google/apiclient/src/Google/Service/Games.php',
2130
- 'Google_Service_Games_LeaderboardScores' => $vendorDir . '/google/apiclient/src/Google/Service/Games.php',
2131
- 'Google_Service_Games_Leaderboards_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Games.php',
2132
- 'Google_Service_Games_MetagameConfig' => $vendorDir . '/google/apiclient/src/Google/Service/Games.php',
2133
- 'Google_Service_Games_Metagame_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Games.php',
2134
- 'Google_Service_Games_NetworkDiagnostics' => $vendorDir . '/google/apiclient/src/Google/Service/Games.php',
2135
- 'Google_Service_Games_ParticipantResult' => $vendorDir . '/google/apiclient/src/Google/Service/Games.php',
2136
- 'Google_Service_Games_PeerChannelDiagnostics' => $vendorDir . '/google/apiclient/src/Google/Service/Games.php',
2137
- 'Google_Service_Games_PeerSessionDiagnostics' => $vendorDir . '/google/apiclient/src/Google/Service/Games.php',
2138
- 'Google_Service_Games_Played' => $vendorDir . '/google/apiclient/src/Google/Service/Games.php',
2139
- 'Google_Service_Games_Player' => $vendorDir . '/google/apiclient/src/Google/Service/Games.php',
2140
- 'Google_Service_Games_PlayerAchievement' => $vendorDir . '/google/apiclient/src/Google/Service/Games.php',
2141
- 'Google_Service_Games_PlayerAchievementListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Games.php',
2142
- 'Google_Service_Games_PlayerEvent' => $vendorDir . '/google/apiclient/src/Google/Service/Games.php',
2143
- 'Google_Service_Games_PlayerEventListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Games.php',
2144
- 'Google_Service_Games_PlayerExperienceInfo' => $vendorDir . '/google/apiclient/src/Google/Service/Games.php',
2145
- 'Google_Service_Games_PlayerLeaderboardScore' => $vendorDir . '/google/apiclient/src/Google/Service/Games.php',
2146
- 'Google_Service_Games_PlayerLeaderboardScoreListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Games.php',
2147
- 'Google_Service_Games_PlayerLevel' => $vendorDir . '/google/apiclient/src/Google/Service/Games.php',
2148
- 'Google_Service_Games_PlayerListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Games.php',
2149
- 'Google_Service_Games_PlayerName' => $vendorDir . '/google/apiclient/src/Google/Service/Games.php',
2150
- 'Google_Service_Games_PlayerScore' => $vendorDir . '/google/apiclient/src/Google/Service/Games.php',
2151
- 'Google_Service_Games_PlayerScoreListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Games.php',
2152
- 'Google_Service_Games_PlayerScoreResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Games.php',
2153
- 'Google_Service_Games_PlayerScoreSubmissionList' => $vendorDir . '/google/apiclient/src/Google/Service/Games.php',
2154
- 'Google_Service_Games_Players_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Games.php',
2155
- 'Google_Service_Games_PushToken' => $vendorDir . '/google/apiclient/src/Google/Service/Games.php',
2156
- 'Google_Service_Games_PushTokenId' => $vendorDir . '/google/apiclient/src/Google/Service/Games.php',
2157
- 'Google_Service_Games_PushTokenIdIos' => $vendorDir . '/google/apiclient/src/Google/Service/Games.php',
2158
- 'Google_Service_Games_Pushtokens_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Games.php',
2159
- 'Google_Service_Games_Quest' => $vendorDir . '/google/apiclient/src/Google/Service/Games.php',
2160
- 'Google_Service_Games_QuestContribution' => $vendorDir . '/google/apiclient/src/Google/Service/Games.php',
2161
- 'Google_Service_Games_QuestCriterion' => $vendorDir . '/google/apiclient/src/Google/Service/Games.php',
2162
- 'Google_Service_Games_QuestListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Games.php',
2163
- 'Google_Service_Games_QuestMilestone' => $vendorDir . '/google/apiclient/src/Google/Service/Games.php',
2164
- 'Google_Service_Games_QuestMilestones_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Games.php',
2165
- 'Google_Service_Games_Quests_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Games.php',
2166
- 'Google_Service_Games_RevisionCheckResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Games.php',
2167
- 'Google_Service_Games_Revisions_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Games.php',
2168
- 'Google_Service_Games_Room' => $vendorDir . '/google/apiclient/src/Google/Service/Games.php',
2169
- 'Google_Service_Games_RoomAutoMatchStatus' => $vendorDir . '/google/apiclient/src/Google/Service/Games.php',
2170
- 'Google_Service_Games_RoomAutoMatchingCriteria' => $vendorDir . '/google/apiclient/src/Google/Service/Games.php',
2171
- 'Google_Service_Games_RoomClientAddress' => $vendorDir . '/google/apiclient/src/Google/Service/Games.php',
2172
- 'Google_Service_Games_RoomCreateRequest' => $vendorDir . '/google/apiclient/src/Google/Service/Games.php',
2173
- 'Google_Service_Games_RoomJoinRequest' => $vendorDir . '/google/apiclient/src/Google/Service/Games.php',
2174
- 'Google_Service_Games_RoomLeaveDiagnostics' => $vendorDir . '/google/apiclient/src/Google/Service/Games.php',
2175
- 'Google_Service_Games_RoomLeaveRequest' => $vendorDir . '/google/apiclient/src/Google/Service/Games.php',
2176
- 'Google_Service_Games_RoomList' => $vendorDir . '/google/apiclient/src/Google/Service/Games.php',
2177
- 'Google_Service_Games_RoomModification' => $vendorDir . '/google/apiclient/src/Google/Service/Games.php',
2178
- 'Google_Service_Games_RoomP2PStatus' => $vendorDir . '/google/apiclient/src/Google/Service/Games.php',
2179
- 'Google_Service_Games_RoomP2PStatuses' => $vendorDir . '/google/apiclient/src/Google/Service/Games.php',
2180
- 'Google_Service_Games_RoomParticipant' => $vendorDir . '/google/apiclient/src/Google/Service/Games.php',
2181
- 'Google_Service_Games_RoomStatus' => $vendorDir . '/google/apiclient/src/Google/Service/Games.php',
2182
- 'Google_Service_Games_Rooms_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Games.php',
2183
- 'Google_Service_Games_ScoreSubmission' => $vendorDir . '/google/apiclient/src/Google/Service/Games.php',
2184
- 'Google_Service_Games_Scores_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Games.php',
2185
- 'Google_Service_Games_Snapshot' => $vendorDir . '/google/apiclient/src/Google/Service/Games.php',
2186
- 'Google_Service_Games_SnapshotImage' => $vendorDir . '/google/apiclient/src/Google/Service/Games.php',
2187
- 'Google_Service_Games_SnapshotListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Games.php',
2188
- 'Google_Service_Games_Snapshots_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Games.php',
2189
- 'Google_Service_Games_TurnBasedAutoMatchingCriteria' => $vendorDir . '/google/apiclient/src/Google/Service/Games.php',
2190
- 'Google_Service_Games_TurnBasedMatch' => $vendorDir . '/google/apiclient/src/Google/Service/Games.php',
2191
- 'Google_Service_Games_TurnBasedMatchCreateRequest' => $vendorDir . '/google/apiclient/src/Google/Service/Games.php',
2192
- 'Google_Service_Games_TurnBasedMatchData' => $vendorDir . '/google/apiclient/src/Google/Service/Games.php',
2193
- 'Google_Service_Games_TurnBasedMatchDataRequest' => $vendorDir . '/google/apiclient/src/Google/Service/Games.php',
2194
- 'Google_Service_Games_TurnBasedMatchList' => $vendorDir . '/google/apiclient/src/Google/Service/Games.php',
2195
- 'Google_Service_Games_TurnBasedMatchModification' => $vendorDir . '/google/apiclient/src/Google/Service/Games.php',
2196
- 'Google_Service_Games_TurnBasedMatchParticipant' => $vendorDir . '/google/apiclient/src/Google/Service/Games.php',
2197
- 'Google_Service_Games_TurnBasedMatchRematch' => $vendorDir . '/google/apiclient/src/Google/Service/Games.php',
2198
- 'Google_Service_Games_TurnBasedMatchResults' => $vendorDir . '/google/apiclient/src/Google/Service/Games.php',
2199
- 'Google_Service_Games_TurnBasedMatchSync' => $vendorDir . '/google/apiclient/src/Google/Service/Games.php',
2200
- 'Google_Service_Games_TurnBasedMatchTurn' => $vendorDir . '/google/apiclient/src/Google/Service/Games.php',
2201
- 'Google_Service_Games_TurnBasedMatches_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Games.php',
2202
- 'Google_Service_Genomics' => $vendorDir . '/google/apiclient/src/Google/Service/Genomics.php',
2203
- 'Google_Service_Genomics_Binding' => $vendorDir . '/google/apiclient/src/Google/Service/Genomics.php',
2204
- 'Google_Service_Genomics_CallSet' => $vendorDir . '/google/apiclient/src/Google/Service/Genomics.php',
2205
- 'Google_Service_Genomics_CallSetInfo' => $vendorDir . '/google/apiclient/src/Google/Service/Genomics.php',
2206
- 'Google_Service_Genomics_Callsets_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Genomics.php',
2207
- 'Google_Service_Genomics_CancelOperationRequest' => $vendorDir . '/google/apiclient/src/Google/Service/Genomics.php',
2208
- 'Google_Service_Genomics_CigarUnit' => $vendorDir . '/google/apiclient/src/Google/Service/Genomics.php',
2209
- 'Google_Service_Genomics_CoverageBucket' => $vendorDir . '/google/apiclient/src/Google/Service/Genomics.php',
2210
- 'Google_Service_Genomics_Dataset' => $vendorDir . '/google/apiclient/src/Google/Service/Genomics.php',
2211
- 'Google_Service_Genomics_Datasets_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Genomics.php',
2212
- 'Google_Service_Genomics_Empty' => $vendorDir . '/google/apiclient/src/Google/Service/Genomics.php',
2213
- 'Google_Service_Genomics_Experiment' => $vendorDir . '/google/apiclient/src/Google/Service/Genomics.php',
2214
- 'Google_Service_Genomics_ExportReadGroupSetRequest' => $vendorDir . '/google/apiclient/src/Google/Service/Genomics.php',
2215
- 'Google_Service_Genomics_ExportVariantSetRequest' => $vendorDir . '/google/apiclient/src/Google/Service/Genomics.php',
2216
- 'Google_Service_Genomics_GetIamPolicyRequest' => $vendorDir . '/google/apiclient/src/Google/Service/Genomics.php',
2217
- 'Google_Service_Genomics_ImportReadGroupSetsRequest' => $vendorDir . '/google/apiclient/src/Google/Service/Genomics.php',
2218
- 'Google_Service_Genomics_ImportReadGroupSetsResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Genomics.php',
2219
- 'Google_Service_Genomics_ImportVariantsRequest' => $vendorDir . '/google/apiclient/src/Google/Service/Genomics.php',
2220
- 'Google_Service_Genomics_ImportVariantsResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Genomics.php',
2221
- 'Google_Service_Genomics_LinearAlignment' => $vendorDir . '/google/apiclient/src/Google/Service/Genomics.php',
2222
- 'Google_Service_Genomics_ListBasesResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Genomics.php',
2223
- 'Google_Service_Genomics_ListCoverageBucketsResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Genomics.php',
2224
- 'Google_Service_Genomics_ListDatasetsResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Genomics.php',
2225
- 'Google_Service_Genomics_ListOperationsResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Genomics.php',
2226
- 'Google_Service_Genomics_Operation' => $vendorDir . '/google/apiclient/src/Google/Service/Genomics.php',
2227
- 'Google_Service_Genomics_OperationEvent' => $vendorDir . '/google/apiclient/src/Google/Service/Genomics.php',
2228
- 'Google_Service_Genomics_OperationMetadata' => $vendorDir . '/google/apiclient/src/Google/Service/Genomics.php',
2229
- 'Google_Service_Genomics_OperationMetadataRequest' => $vendorDir . '/google/apiclient/src/Google/Service/Genomics.php',
2230
- 'Google_Service_Genomics_OperationResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Genomics.php',
2231
- 'Google_Service_Genomics_Operations_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Genomics.php',
2232
- 'Google_Service_Genomics_Policy' => $vendorDir . '/google/apiclient/src/Google/Service/Genomics.php',
2233
- 'Google_Service_Genomics_Position' => $vendorDir . '/google/apiclient/src/Google/Service/Genomics.php',
2234
- 'Google_Service_Genomics_Program' => $vendorDir . '/google/apiclient/src/Google/Service/Genomics.php',
2235
- 'Google_Service_Genomics_Range' => $vendorDir . '/google/apiclient/src/Google/Service/Genomics.php',
2236
- 'Google_Service_Genomics_Read' => $vendorDir . '/google/apiclient/src/Google/Service/Genomics.php',
2237
- 'Google_Service_Genomics_ReadGroup' => $vendorDir . '/google/apiclient/src/Google/Service/Genomics.php',
2238
- 'Google_Service_Genomics_ReadGroupInfo' => $vendorDir . '/google/apiclient/src/Google/Service/Genomics.php',
2239
- 'Google_Service_Genomics_ReadGroupSet' => $vendorDir . '/google/apiclient/src/Google/Service/Genomics.php',
2240
- 'Google_Service_Genomics_ReadGroupSetInfo' => $vendorDir . '/google/apiclient/src/Google/Service/Genomics.php',
2241
- 'Google_Service_Genomics_ReadInfo' => $vendorDir . '/google/apiclient/src/Google/Service/Genomics.php',
2242
- 'Google_Service_Genomics_ReadgroupsetsCoveragebuckets_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Genomics.php',
2243
- 'Google_Service_Genomics_Readgroupsets_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Genomics.php',
2244
- 'Google_Service_Genomics_Reads_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Genomics.php',
2245
- 'Google_Service_Genomics_Reference' => $vendorDir . '/google/apiclient/src/Google/Service/Genomics.php',
2246
- 'Google_Service_Genomics_ReferenceBound' => $vendorDir . '/google/apiclient/src/Google/Service/Genomics.php',
2247
- 'Google_Service_Genomics_ReferenceSet' => $vendorDir . '/google/apiclient/src/Google/Service/Genomics.php',
2248
- 'Google_Service_Genomics_ReferencesBases_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Genomics.php',
2249
- 'Google_Service_Genomics_References_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Genomics.php',
2250
- 'Google_Service_Genomics_Referencesets_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Genomics.php',
2251
- 'Google_Service_Genomics_SearchCallSetsRequest' => $vendorDir . '/google/apiclient/src/Google/Service/Genomics.php',
2252
- 'Google_Service_Genomics_SearchCallSetsResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Genomics.php',
2253
- 'Google_Service_Genomics_SearchReadGroupSetsRequest' => $vendorDir . '/google/apiclient/src/Google/Service/Genomics.php',
2254
- 'Google_Service_Genomics_SearchReadGroupSetsResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Genomics.php',
2255
- 'Google_Service_Genomics_SearchReadsRequest' => $vendorDir . '/google/apiclient/src/Google/Service/Genomics.php',
2256
- 'Google_Service_Genomics_SearchReadsResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Genomics.php',
2257
- 'Google_Service_Genomics_SearchReferenceSetsRequest' => $vendorDir . '/google/apiclient/src/Google/Service/Genomics.php',
2258
- 'Google_Service_Genomics_SearchReferenceSetsResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Genomics.php',
2259
- 'Google_Service_Genomics_SearchReferencesRequest' => $vendorDir . '/google/apiclient/src/Google/Service/Genomics.php',
2260
- 'Google_Service_Genomics_SearchReferencesResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Genomics.php',
2261
- 'Google_Service_Genomics_SearchVariantSetsRequest' => $vendorDir . '/google/apiclient/src/Google/Service/Genomics.php',
2262
- 'Google_Service_Genomics_SearchVariantSetsResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Genomics.php',
2263
- 'Google_Service_Genomics_SearchVariantsRequest' => $vendorDir . '/google/apiclient/src/Google/Service/Genomics.php',
2264
- 'Google_Service_Genomics_SearchVariantsResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Genomics.php',
2265
- 'Google_Service_Genomics_SetIamPolicyRequest' => $vendorDir . '/google/apiclient/src/Google/Service/Genomics.php',
2266
- 'Google_Service_Genomics_Status' => $vendorDir . '/google/apiclient/src/Google/Service/Genomics.php',
2267
- 'Google_Service_Genomics_StatusDetails' => $vendorDir . '/google/apiclient/src/Google/Service/Genomics.php',
2268
- 'Google_Service_Genomics_TestIamPermissionsRequest' => $vendorDir . '/google/apiclient/src/Google/Service/Genomics.php',
2269
- 'Google_Service_Genomics_TestIamPermissionsResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Genomics.php',
2270
- 'Google_Service_Genomics_UndeleteDatasetRequest' => $vendorDir . '/google/apiclient/src/Google/Service/Genomics.php',
2271
- 'Google_Service_Genomics_Variant' => $vendorDir . '/google/apiclient/src/Google/Service/Genomics.php',
2272
- 'Google_Service_Genomics_VariantCall' => $vendorDir . '/google/apiclient/src/Google/Service/Genomics.php',
2273
- 'Google_Service_Genomics_VariantCallInfo' => $vendorDir . '/google/apiclient/src/Google/Service/Genomics.php',
2274
- 'Google_Service_Genomics_VariantInfo' => $vendorDir . '/google/apiclient/src/Google/Service/Genomics.php',
2275
- 'Google_Service_Genomics_VariantSet' => $vendorDir . '/google/apiclient/src/Google/Service/Genomics.php',
2276
- 'Google_Service_Genomics_VariantSetMetadata' => $vendorDir . '/google/apiclient/src/Google/Service/Genomics.php',
2277
- 'Google_Service_Genomics_VariantSetMetadataInfo' => $vendorDir . '/google/apiclient/src/Google/Service/Genomics.php',
2278
- 'Google_Service_Genomics_Variants_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Genomics.php',
2279
- 'Google_Service_Genomics_Variantsets_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Genomics.php',
2280
- 'Google_Service_Gmail' => $vendorDir . '/google/apiclient/src/Google/Service/Gmail.php',
2281
- 'Google_Service_Gmail_Draft' => $vendorDir . '/google/apiclient/src/Google/Service/Gmail.php',
2282
- 'Google_Service_Gmail_History' => $vendorDir . '/google/apiclient/src/Google/Service/Gmail.php',
2283
- 'Google_Service_Gmail_HistoryLabelAdded' => $vendorDir . '/google/apiclient/src/Google/Service/Gmail.php',
2284
- 'Google_Service_Gmail_HistoryLabelRemoved' => $vendorDir . '/google/apiclient/src/Google/Service/Gmail.php',
2285
- 'Google_Service_Gmail_HistoryMessageAdded' => $vendorDir . '/google/apiclient/src/Google/Service/Gmail.php',
2286
- 'Google_Service_Gmail_HistoryMessageDeleted' => $vendorDir . '/google/apiclient/src/Google/Service/Gmail.php',
2287
- 'Google_Service_Gmail_Label' => $vendorDir . '/google/apiclient/src/Google/Service/Gmail.php',
2288
- 'Google_Service_Gmail_ListDraftsResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Gmail.php',
2289
- 'Google_Service_Gmail_ListHistoryResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Gmail.php',
2290
- 'Google_Service_Gmail_ListLabelsResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Gmail.php',
2291
- 'Google_Service_Gmail_ListMessagesResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Gmail.php',
2292
- 'Google_Service_Gmail_ListThreadsResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Gmail.php',
2293
- 'Google_Service_Gmail_Message' => $vendorDir . '/google/apiclient/src/Google/Service/Gmail.php',
2294
- 'Google_Service_Gmail_MessagePart' => $vendorDir . '/google/apiclient/src/Google/Service/Gmail.php',
2295
- 'Google_Service_Gmail_MessagePartBody' => $vendorDir . '/google/apiclient/src/Google/Service/Gmail.php',
2296
- 'Google_Service_Gmail_MessagePartHeader' => $vendorDir . '/google/apiclient/src/Google/Service/Gmail.php',
2297
- 'Google_Service_Gmail_ModifyMessageRequest' => $vendorDir . '/google/apiclient/src/Google/Service/Gmail.php',
2298
- 'Google_Service_Gmail_ModifyThreadRequest' => $vendorDir . '/google/apiclient/src/Google/Service/Gmail.php',
2299
- 'Google_Service_Gmail_Profile' => $vendorDir . '/google/apiclient/src/Google/Service/Gmail.php',
2300
- 'Google_Service_Gmail_Thread' => $vendorDir . '/google/apiclient/src/Google/Service/Gmail.php',
2301
- 'Google_Service_Gmail_UsersDrafts_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Gmail.php',
2302
- 'Google_Service_Gmail_UsersHistory_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Gmail.php',
2303
- 'Google_Service_Gmail_UsersLabels_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Gmail.php',
2304
- 'Google_Service_Gmail_UsersMessagesAttachments_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Gmail.php',
2305
- 'Google_Service_Gmail_UsersMessages_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Gmail.php',
2306
- 'Google_Service_Gmail_UsersThreads_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Gmail.php',
2307
- 'Google_Service_Gmail_Users_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Gmail.php',
2308
- 'Google_Service_Gmail_WatchRequest' => $vendorDir . '/google/apiclient/src/Google/Service/Gmail.php',
2309
- 'Google_Service_Gmail_WatchResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Gmail.php',
2310
- 'Google_Service_GroupsMigration' => $vendorDir . '/google/apiclient/src/Google/Service/GroupsMigration.php',
2311
- 'Google_Service_GroupsMigration_Archive_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/GroupsMigration.php',
2312
- 'Google_Service_GroupsMigration_Groups' => $vendorDir . '/google/apiclient/src/Google/Service/GroupsMigration.php',
2313
- 'Google_Service_Groupssettings' => $vendorDir . '/google/apiclient/src/Google/Service/Groupssettings.php',
2314
- 'Google_Service_Groupssettings_Groups' => $vendorDir . '/google/apiclient/src/Google/Service/Groupssettings.php',
2315
- 'Google_Service_Groupssettings_Groups_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Groupssettings.php',
2316
- 'Google_Service_IdentityToolkit' => $vendorDir . '/google/apiclient/src/Google/Service/IdentityToolkit.php',
2317
- 'Google_Service_IdentityToolkit_CreateAuthUriResponse' => $vendorDir . '/google/apiclient/src/Google/Service/IdentityToolkit.php',
2318
- 'Google_Service_IdentityToolkit_DeleteAccountResponse' => $vendorDir . '/google/apiclient/src/Google/Service/IdentityToolkit.php',
2319
- 'Google_Service_IdentityToolkit_DownloadAccountResponse' => $vendorDir . '/google/apiclient/src/Google/Service/IdentityToolkit.php',
2320
- 'Google_Service_IdentityToolkit_GetAccountInfoResponse' => $vendorDir . '/google/apiclient/src/Google/Service/IdentityToolkit.php',
2321
- 'Google_Service_IdentityToolkit_GetOobConfirmationCodeResponse' => $vendorDir . '/google/apiclient/src/Google/Service/IdentityToolkit.php',
2322
- 'Google_Service_IdentityToolkit_GetRecaptchaParamResponse' => $vendorDir . '/google/apiclient/src/Google/Service/IdentityToolkit.php',
2323
- 'Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyCreateAuthUriRequest' => $vendorDir . '/google/apiclient/src/Google/Service/IdentityToolkit.php',
2324
- 'Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyDeleteAccountRequest' => $vendorDir . '/google/apiclient/src/Google/Service/IdentityToolkit.php',
2325
- 'Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyDownloadAccountRequest' => $vendorDir . '/google/apiclient/src/Google/Service/IdentityToolkit.php',
2326
- 'Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyGetAccountInfoRequest' => $vendorDir . '/google/apiclient/src/Google/Service/IdentityToolkit.php',
2327
- 'Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyGetPublicKeysResponse' => $vendorDir . '/google/apiclient/src/Google/Service/IdentityToolkit.php',
2328
- 'Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyResetPasswordRequest' => $vendorDir . '/google/apiclient/src/Google/Service/IdentityToolkit.php',
2329
- 'Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartySetAccountInfoRequest' => $vendorDir . '/google/apiclient/src/Google/Service/IdentityToolkit.php',
2330
- 'Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyUploadAccountRequest' => $vendorDir . '/google/apiclient/src/Google/Service/IdentityToolkit.php',
2331
- 'Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyVerifyAssertionRequest' => $vendorDir . '/google/apiclient/src/Google/Service/IdentityToolkit.php',
2332
- 'Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyVerifyPasswordRequest' => $vendorDir . '/google/apiclient/src/Google/Service/IdentityToolkit.php',
2333
- 'Google_Service_IdentityToolkit_Relyingparty' => $vendorDir . '/google/apiclient/src/Google/Service/IdentityToolkit.php',
2334
- 'Google_Service_IdentityToolkit_Relyingparty_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/IdentityToolkit.php',
2335
- 'Google_Service_IdentityToolkit_ResetPasswordResponse' => $vendorDir . '/google/apiclient/src/Google/Service/IdentityToolkit.php',
2336
- 'Google_Service_IdentityToolkit_SetAccountInfoResponse' => $vendorDir . '/google/apiclient/src/Google/Service/IdentityToolkit.php',
2337
- 'Google_Service_IdentityToolkit_SetAccountInfoResponseProviderUserInfo' => $vendorDir . '/google/apiclient/src/Google/Service/IdentityToolkit.php',
2338
- 'Google_Service_IdentityToolkit_UploadAccountResponse' => $vendorDir . '/google/apiclient/src/Google/Service/IdentityToolkit.php',
2339
- 'Google_Service_IdentityToolkit_UploadAccountResponseError' => $vendorDir . '/google/apiclient/src/Google/Service/IdentityToolkit.php',
2340
- 'Google_Service_IdentityToolkit_UserInfo' => $vendorDir . '/google/apiclient/src/Google/Service/IdentityToolkit.php',
2341
- 'Google_Service_IdentityToolkit_UserInfoProviderUserInfo' => $vendorDir . '/google/apiclient/src/Google/Service/IdentityToolkit.php',
2342
- 'Google_Service_IdentityToolkit_VerifyAssertionResponse' => $vendorDir . '/google/apiclient/src/Google/Service/IdentityToolkit.php',
2343
- 'Google_Service_IdentityToolkit_VerifyPasswordResponse' => $vendorDir . '/google/apiclient/src/Google/Service/IdentityToolkit.php',
2344
- 'Google_Service_Licensing' => $vendorDir . '/google/apiclient/src/Google/Service/Licensing.php',
2345
- 'Google_Service_Licensing_LicenseAssignment' => $vendorDir . '/google/apiclient/src/Google/Service/Licensing.php',
2346
- 'Google_Service_Licensing_LicenseAssignmentInsert' => $vendorDir . '/google/apiclient/src/Google/Service/Licensing.php',
2347
- 'Google_Service_Licensing_LicenseAssignmentList' => $vendorDir . '/google/apiclient/src/Google/Service/Licensing.php',
2348
- 'Google_Service_Licensing_LicenseAssignments_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Licensing.php',
2349
- 'Google_Service_Logging' => $vendorDir . '/google/apiclient/src/Google/Service/Logging.php',
2350
- 'Google_Service_Logging_LogLine' => $vendorDir . '/google/apiclient/src/Google/Service/Logging.php',
2351
- 'Google_Service_Logging_RequestLog' => $vendorDir . '/google/apiclient/src/Google/Service/Logging.php',
2352
- 'Google_Service_Logging_SourceLocation' => $vendorDir . '/google/apiclient/src/Google/Service/Logging.php',
2353
- 'Google_Service_Logging_SourceReference' => $vendorDir . '/google/apiclient/src/Google/Service/Logging.php',
2354
- 'Google_Service_Manager' => $vendorDir . '/google/apiclient/src/Google/Service/Manager.php',
2355
- 'Google_Service_Manager_AccessConfig' => $vendorDir . '/google/apiclient/src/Google/Service/Manager.php',
2356
- 'Google_Service_Manager_Action' => $vendorDir . '/google/apiclient/src/Google/Service/Manager.php',
2357
- 'Google_Service_Manager_AllowedRule' => $vendorDir . '/google/apiclient/src/Google/Service/Manager.php',
2358
- 'Google_Service_Manager_AutoscalingModule' => $vendorDir . '/google/apiclient/src/Google/Service/Manager.php',
2359
- 'Google_Service_Manager_AutoscalingModuleStatus' => $vendorDir . '/google/apiclient/src/Google/Service/Manager.php',
2360
- 'Google_Service_Manager_DeployState' => $vendorDir . '/google/apiclient/src/Google/Service/Manager.php',
2361
- 'Google_Service_Manager_Deployment' => $vendorDir . '/google/apiclient/src/Google/Service/Manager.php',
2362
- 'Google_Service_Manager_DeploymentModules' => $vendorDir . '/google/apiclient/src/Google/Service/Manager.php',
2363
- 'Google_Service_Manager_DeploymentsListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Manager.php',
2364
- 'Google_Service_Manager_Deployments_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Manager.php',
2365
- 'Google_Service_Manager_DiskAttachment' => $vendorDir . '/google/apiclient/src/Google/Service/Manager.php',
2366
- 'Google_Service_Manager_EnvVariable' => $vendorDir . '/google/apiclient/src/Google/Service/Manager.php',
2367
- 'Google_Service_Manager_ExistingDisk' => $vendorDir . '/google/apiclient/src/Google/Service/Manager.php',
2368
- 'Google_Service_Manager_FirewallModule' => $vendorDir . '/google/apiclient/src/Google/Service/Manager.php',
2369
- 'Google_Service_Manager_FirewallModuleStatus' => $vendorDir . '/google/apiclient/src/Google/Service/Manager.php',
2370
- 'Google_Service_Manager_HealthCheckModule' => $vendorDir . '/google/apiclient/src/Google/Service/Manager.php',
2371
- 'Google_Service_Manager_HealthCheckModuleStatus' => $vendorDir . '/google/apiclient/src/Google/Service/Manager.php',
2372
- 'Google_Service_Manager_LbModule' => $vendorDir . '/google/apiclient/src/Google/Service/Manager.php',
2373
- 'Google_Service_Manager_LbModuleStatus' => $vendorDir . '/google/apiclient/src/Google/Service/Manager.php',
2374
- 'Google_Service_Manager_Metadata' => $vendorDir . '/google/apiclient/src/Google/Service/Manager.php',
2375
- 'Google_Service_Manager_MetadataItem' => $vendorDir . '/google/apiclient/src/Google/Service/Manager.php',
2376
- 'Google_Service_Manager_Module' => $vendorDir . '/google/apiclient/src/Google/Service/Manager.php',
2377
- 'Google_Service_Manager_ModuleStatus' => $vendorDir . '/google/apiclient/src/Google/Service/Manager.php',
2378
- 'Google_Service_Manager_NetworkInterface' => $vendorDir . '/google/apiclient/src/Google/Service/Manager.php',
2379
- 'Google_Service_Manager_NetworkModule' => $vendorDir . '/google/apiclient/src/Google/Service/Manager.php',
2380
- 'Google_Service_Manager_NetworkModuleStatus' => $vendorDir . '/google/apiclient/src/Google/Service/Manager.php',
2381
- 'Google_Service_Manager_NewDisk' => $vendorDir . '/google/apiclient/src/Google/Service/Manager.php',
2382
- 'Google_Service_Manager_NewDiskInitializeParams' => $vendorDir . '/google/apiclient/src/Google/Service/Manager.php',
2383
- 'Google_Service_Manager_ParamOverride' => $vendorDir . '/google/apiclient/src/Google/Service/Manager.php',
2384
- 'Google_Service_Manager_ReplicaPoolModule' => $vendorDir . '/google/apiclient/src/Google/Service/Manager.php',
2385
- 'Google_Service_Manager_ReplicaPoolModuleEnvVariables' => $vendorDir . '/google/apiclient/src/Google/Service/Manager.php',
2386
- 'Google_Service_Manager_ReplicaPoolModuleStatus' => $vendorDir . '/google/apiclient/src/Google/Service/Manager.php',
2387
- 'Google_Service_Manager_ReplicaPoolParams' => $vendorDir . '/google/apiclient/src/Google/Service/Manager.php',
2388
- 'Google_Service_Manager_ReplicaPoolParamsV1Beta1' => $vendorDir . '/google/apiclient/src/Google/Service/Manager.php',
2389
- 'Google_Service_Manager_ServiceAccount' => $vendorDir . '/google/apiclient/src/Google/Service/Manager.php',
2390
- 'Google_Service_Manager_Tag' => $vendorDir . '/google/apiclient/src/Google/Service/Manager.php',
2391
- 'Google_Service_Manager_Template' => $vendorDir . '/google/apiclient/src/Google/Service/Manager.php',
2392
- 'Google_Service_Manager_TemplateActions' => $vendorDir . '/google/apiclient/src/Google/Service/Manager.php',
2393
- 'Google_Service_Manager_TemplateModules' => $vendorDir . '/google/apiclient/src/Google/Service/Manager.php',
2394
- 'Google_Service_Manager_TemplatesListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Manager.php',
2395
- 'Google_Service_Manager_Templates_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Manager.php',
2396
- 'Google_Service_MapsEngine' => $vendorDir . '/google/apiclient/src/Google/Service/MapsEngine.php',
2397
- 'Google_Service_MapsEngine_AcquisitionTime' => $vendorDir . '/google/apiclient/src/Google/Service/MapsEngine.php',
2398
- 'Google_Service_MapsEngine_Asset' => $vendorDir . '/google/apiclient/src/Google/Service/MapsEngine.php',
2399
- 'Google_Service_MapsEngine_AssetsListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/MapsEngine.php',
2400
- 'Google_Service_MapsEngine_AssetsParents_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/MapsEngine.php',
2401
- 'Google_Service_MapsEngine_AssetsPermissions_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/MapsEngine.php',
2402
- 'Google_Service_MapsEngine_Assets_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/MapsEngine.php',
2403
- 'Google_Service_MapsEngine_Border' => $vendorDir . '/google/apiclient/src/Google/Service/MapsEngine.php',
2404
- 'Google_Service_MapsEngine_Color' => $vendorDir . '/google/apiclient/src/Google/Service/MapsEngine.php',
2405
- 'Google_Service_MapsEngine_Datasource' => $vendorDir . '/google/apiclient/src/Google/Service/MapsEngine.php',
2406
- 'Google_Service_MapsEngine_DisplayRule' => $vendorDir . '/google/apiclient/src/Google/Service/MapsEngine.php',
2407
- 'Google_Service_MapsEngine_Feature' => $vendorDir . '/google/apiclient/src/Google/Service/MapsEngine.php',
2408
- 'Google_Service_MapsEngine_FeatureInfo' => $vendorDir . '/google/apiclient/src/Google/Service/MapsEngine.php',
2409
- 'Google_Service_MapsEngine_FeaturesBatchDeleteRequest' => $vendorDir . '/google/apiclient/src/Google/Service/MapsEngine.php',
2410
- 'Google_Service_MapsEngine_FeaturesBatchInsertRequest' => $vendorDir . '/google/apiclient/src/Google/Service/MapsEngine.php',
2411
- 'Google_Service_MapsEngine_FeaturesBatchPatchRequest' => $vendorDir . '/google/apiclient/src/Google/Service/MapsEngine.php',
2412
- 'Google_Service_MapsEngine_FeaturesListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/MapsEngine.php',
2413
- 'Google_Service_MapsEngine_Filter' => $vendorDir . '/google/apiclient/src/Google/Service/MapsEngine.php',
2414
- 'Google_Service_MapsEngine_GeoJsonGeometry' => $vendorDir . '/google/apiclient/src/Google/Service/MapsEngine.php',
2415
- 'Google_Service_MapsEngine_GeoJsonGeometryCollection' => $vendorDir . '/google/apiclient/src/Google/Service/MapsEngine.php',
2416
- 'Google_Service_MapsEngine_GeoJsonLineString' => $vendorDir . '/google/apiclient/src/Google/Service/MapsEngine.php',
2417
- 'Google_Service_MapsEngine_GeoJsonMultiLineString' => $vendorDir . '/google/apiclient/src/Google/Service/MapsEngine.php',
2418
- 'Google_Service_MapsEngine_GeoJsonMultiPoint' => $vendorDir . '/google/apiclient/src/Google/Service/MapsEngine.php',
2419
- 'Google_Service_MapsEngine_GeoJsonMultiPolygon' => $vendorDir . '/google/apiclient/src/Google/Service/MapsEngine.php',
2420
- 'Google_Service_MapsEngine_GeoJsonPoint' => $vendorDir . '/google/apiclient/src/Google/Service/MapsEngine.php',
2421
- 'Google_Service_MapsEngine_GeoJsonPolygon' => $vendorDir . '/google/apiclient/src/Google/Service/MapsEngine.php',
2422
- 'Google_Service_MapsEngine_GeoJsonProperties' => $vendorDir . '/google/apiclient/src/Google/Service/MapsEngine.php',
2423
- 'Google_Service_MapsEngine_Icon' => $vendorDir . '/google/apiclient/src/Google/Service/MapsEngine.php',
2424
- 'Google_Service_MapsEngine_IconStyle' => $vendorDir . '/google/apiclient/src/Google/Service/MapsEngine.php',
2425
- 'Google_Service_MapsEngine_IconsListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/MapsEngine.php',
2426
- 'Google_Service_MapsEngine_LabelStyle' => $vendorDir . '/google/apiclient/src/Google/Service/MapsEngine.php',
2427
- 'Google_Service_MapsEngine_Layer' => $vendorDir . '/google/apiclient/src/Google/Service/MapsEngine.php',
2428
- 'Google_Service_MapsEngine_LayersListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/MapsEngine.php',
2429
- 'Google_Service_MapsEngine_LayersParents_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/MapsEngine.php',
2430
- 'Google_Service_MapsEngine_LayersPermissions_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/MapsEngine.php',
2431
- 'Google_Service_MapsEngine_Layers_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/MapsEngine.php',
2432
- 'Google_Service_MapsEngine_LineStyle' => $vendorDir . '/google/apiclient/src/Google/Service/MapsEngine.php',
2433
- 'Google_Service_MapsEngine_LineStyleStroke' => $vendorDir . '/google/apiclient/src/Google/Service/MapsEngine.php',
2434
- 'Google_Service_MapsEngine_Map' => $vendorDir . '/google/apiclient/src/Google/Service/MapsEngine.php',
2435
- 'Google_Service_MapsEngine_MapFolder' => $vendorDir . '/google/apiclient/src/Google/Service/MapsEngine.php',
2436
- 'Google_Service_MapsEngine_MapItem' => $vendorDir . '/google/apiclient/src/Google/Service/MapsEngine.php',
2437
- 'Google_Service_MapsEngine_MapKmlLink' => $vendorDir . '/google/apiclient/src/Google/Service/MapsEngine.php',
2438
- 'Google_Service_MapsEngine_MapLayer' => $vendorDir . '/google/apiclient/src/Google/Service/MapsEngine.php',
2439
- 'Google_Service_MapsEngine_MapsListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/MapsEngine.php',
2440
- 'Google_Service_MapsEngine_MapsPermissions_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/MapsEngine.php',
2441
- 'Google_Service_MapsEngine_Maps_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/MapsEngine.php',
2442
- 'Google_Service_MapsEngine_MapsengineFile' => $vendorDir . '/google/apiclient/src/Google/Service/MapsEngine.php',
2443
- 'Google_Service_MapsEngine_Parent' => $vendorDir . '/google/apiclient/src/Google/Service/MapsEngine.php',
2444
- 'Google_Service_MapsEngine_ParentsListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/MapsEngine.php',
2445
- 'Google_Service_MapsEngine_Permission' => $vendorDir . '/google/apiclient/src/Google/Service/MapsEngine.php',
2446
- 'Google_Service_MapsEngine_PermissionsBatchDeleteRequest' => $vendorDir . '/google/apiclient/src/Google/Service/MapsEngine.php',
2447
- 'Google_Service_MapsEngine_PermissionsBatchDeleteResponse' => $vendorDir . '/google/apiclient/src/Google/Service/MapsEngine.php',
2448
- 'Google_Service_MapsEngine_PermissionsBatchUpdateRequest' => $vendorDir . '/google/apiclient/src/Google/Service/MapsEngine.php',
2449
- 'Google_Service_MapsEngine_PermissionsBatchUpdateResponse' => $vendorDir . '/google/apiclient/src/Google/Service/MapsEngine.php',
2450
- 'Google_Service_MapsEngine_PermissionsListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/MapsEngine.php',
2451
- 'Google_Service_MapsEngine_PointStyle' => $vendorDir . '/google/apiclient/src/Google/Service/MapsEngine.php',
2452
- 'Google_Service_MapsEngine_PolygonStyle' => $vendorDir . '/google/apiclient/src/Google/Service/MapsEngine.php',
2453
- 'Google_Service_MapsEngine_ProcessResponse' => $vendorDir . '/google/apiclient/src/Google/Service/MapsEngine.php',
2454
- 'Google_Service_MapsEngine_Project' => $vendorDir . '/google/apiclient/src/Google/Service/MapsEngine.php',
2455
- 'Google_Service_MapsEngine_ProjectsIcons_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/MapsEngine.php',
2456
- 'Google_Service_MapsEngine_ProjectsListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/MapsEngine.php',
2457
- 'Google_Service_MapsEngine_Projects_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/MapsEngine.php',
2458
- 'Google_Service_MapsEngine_PublishResponse' => $vendorDir . '/google/apiclient/src/Google/Service/MapsEngine.php',
2459
- 'Google_Service_MapsEngine_PublishedLayer' => $vendorDir . '/google/apiclient/src/Google/Service/MapsEngine.php',
2460
- 'Google_Service_MapsEngine_PublishedLayersListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/MapsEngine.php',
2461
- 'Google_Service_MapsEngine_PublishedMap' => $vendorDir . '/google/apiclient/src/Google/Service/MapsEngine.php',
2462
- 'Google_Service_MapsEngine_PublishedMapsListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/MapsEngine.php',
2463
- 'Google_Service_MapsEngine_Raster' => $vendorDir . '/google/apiclient/src/Google/Service/MapsEngine.php',
2464
- 'Google_Service_MapsEngine_RasterCollection' => $vendorDir . '/google/apiclient/src/Google/Service/MapsEngine.php',
2465
- 'Google_Service_MapsEngine_RasterCollectionsListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/MapsEngine.php',
2466
- 'Google_Service_MapsEngine_RasterCollectionsParents_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/MapsEngine.php',
2467
- 'Google_Service_MapsEngine_RasterCollectionsPermissions_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/MapsEngine.php',
2468
- 'Google_Service_MapsEngine_RasterCollectionsRaster' => $vendorDir . '/google/apiclient/src/Google/Service/MapsEngine.php',
2469
- 'Google_Service_MapsEngine_RasterCollectionsRasterBatchDeleteRequest' => $vendorDir . '/google/apiclient/src/Google/Service/MapsEngine.php',
2470
- 'Google_Service_MapsEngine_RasterCollectionsRastersBatchDeleteResponse' => $vendorDir . '/google/apiclient/src/Google/Service/MapsEngine.php',
2471
- 'Google_Service_MapsEngine_RasterCollectionsRastersBatchInsertRequest' => $vendorDir . '/google/apiclient/src/Google/Service/MapsEngine.php',
2472
- 'Google_Service_MapsEngine_RasterCollectionsRastersBatchInsertResponse' => $vendorDir . '/google/apiclient/src/Google/Service/MapsEngine.php',
2473
- 'Google_Service_MapsEngine_RasterCollectionsRastersListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/MapsEngine.php',
2474
- 'Google_Service_MapsEngine_RasterCollectionsRasters_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/MapsEngine.php',
2475
- 'Google_Service_MapsEngine_RasterCollections_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/MapsEngine.php',
2476
- 'Google_Service_MapsEngine_RastersFiles_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/MapsEngine.php',
2477
- 'Google_Service_MapsEngine_RastersListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/MapsEngine.php',
2478
- 'Google_Service_MapsEngine_RastersParents_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/MapsEngine.php',
2479
- 'Google_Service_MapsEngine_RastersPermissions_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/MapsEngine.php',
2480
- 'Google_Service_MapsEngine_Rasters_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/MapsEngine.php',
2481
- 'Google_Service_MapsEngine_ScaledShape' => $vendorDir . '/google/apiclient/src/Google/Service/MapsEngine.php',
2482
- 'Google_Service_MapsEngine_ScalingFunction' => $vendorDir . '/google/apiclient/src/Google/Service/MapsEngine.php',
2483
- 'Google_Service_MapsEngine_Schema' => $vendorDir . '/google/apiclient/src/Google/Service/MapsEngine.php',
2484
- 'Google_Service_MapsEngine_SizeRange' => $vendorDir . '/google/apiclient/src/Google/Service/MapsEngine.php',
2485
- 'Google_Service_MapsEngine_Table' => $vendorDir . '/google/apiclient/src/Google/Service/MapsEngine.php',
2486
- 'Google_Service_MapsEngine_TableColumn' => $vendorDir . '/google/apiclient/src/Google/Service/MapsEngine.php',
2487
- 'Google_Service_MapsEngine_TablesFeatures_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/MapsEngine.php',
2488
- 'Google_Service_MapsEngine_TablesFiles_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/MapsEngine.php',
2489
- 'Google_Service_MapsEngine_TablesListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/MapsEngine.php',
2490
- 'Google_Service_MapsEngine_TablesParents_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/MapsEngine.php',
2491
- 'Google_Service_MapsEngine_TablesPermissions_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/MapsEngine.php',
2492
- 'Google_Service_MapsEngine_Tables_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/MapsEngine.php',
2493
- 'Google_Service_MapsEngine_ValueRange' => $vendorDir . '/google/apiclient/src/Google/Service/MapsEngine.php',
2494
- 'Google_Service_MapsEngine_VectorStyle' => $vendorDir . '/google/apiclient/src/Google/Service/MapsEngine.php',
2495
- 'Google_Service_MapsEngine_ZoomLevels' => $vendorDir . '/google/apiclient/src/Google/Service/MapsEngine.php',
2496
- 'Google_Service_Mirror' => $vendorDir . '/google/apiclient/src/Google/Service/Mirror.php',
2497
- 'Google_Service_Mirror_Account' => $vendorDir . '/google/apiclient/src/Google/Service/Mirror.php',
2498
- 'Google_Service_Mirror_Accounts_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Mirror.php',
2499
- 'Google_Service_Mirror_Attachment' => $vendorDir . '/google/apiclient/src/Google/Service/Mirror.php',
2500
- 'Google_Service_Mirror_AttachmentsListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Mirror.php',
2501
- 'Google_Service_Mirror_AuthToken' => $vendorDir . '/google/apiclient/src/Google/Service/Mirror.php',
2502
- 'Google_Service_Mirror_Command' => $vendorDir . '/google/apiclient/src/Google/Service/Mirror.php',
2503
- 'Google_Service_Mirror_Contact' => $vendorDir . '/google/apiclient/src/Google/Service/Mirror.php',
2504
- 'Google_Service_Mirror_ContactsListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Mirror.php',
2505
- 'Google_Service_Mirror_Contacts_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Mirror.php',
2506
- 'Google_Service_Mirror_Location' => $vendorDir . '/google/apiclient/src/Google/Service/Mirror.php',
2507
- 'Google_Service_Mirror_LocationsListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Mirror.php',
2508
- 'Google_Service_Mirror_Locations_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Mirror.php',
2509
- 'Google_Service_Mirror_MenuItem' => $vendorDir . '/google/apiclient/src/Google/Service/Mirror.php',
2510
- 'Google_Service_Mirror_MenuValue' => $vendorDir . '/google/apiclient/src/Google/Service/Mirror.php',
2511
- 'Google_Service_Mirror_Notification' => $vendorDir . '/google/apiclient/src/Google/Service/Mirror.php',
2512
- 'Google_Service_Mirror_NotificationConfig' => $vendorDir . '/google/apiclient/src/Google/Service/Mirror.php',
2513
- 'Google_Service_Mirror_Setting' => $vendorDir . '/google/apiclient/src/Google/Service/Mirror.php',
2514
- 'Google_Service_Mirror_Settings_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Mirror.php',
2515
- 'Google_Service_Mirror_Subscription' => $vendorDir . '/google/apiclient/src/Google/Service/Mirror.php',
2516
- 'Google_Service_Mirror_SubscriptionsListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Mirror.php',
2517
- 'Google_Service_Mirror_Subscriptions_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Mirror.php',
2518
- 'Google_Service_Mirror_TimelineAttachments_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Mirror.php',
2519
- 'Google_Service_Mirror_TimelineItem' => $vendorDir . '/google/apiclient/src/Google/Service/Mirror.php',
2520
- 'Google_Service_Mirror_TimelineListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Mirror.php',
2521
- 'Google_Service_Mirror_Timeline_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Mirror.php',
2522
- 'Google_Service_Mirror_UserAction' => $vendorDir . '/google/apiclient/src/Google/Service/Mirror.php',
2523
- 'Google_Service_Mirror_UserData' => $vendorDir . '/google/apiclient/src/Google/Service/Mirror.php',
2524
- 'Google_Service_Oauth2' => $vendorDir . '/google/apiclient/src/Google/Service/Oauth2.php',
2525
- 'Google_Service_Oauth2_Jwk' => $vendorDir . '/google/apiclient/src/Google/Service/Oauth2.php',
2526
- 'Google_Service_Oauth2_JwkKeys' => $vendorDir . '/google/apiclient/src/Google/Service/Oauth2.php',
2527
- 'Google_Service_Oauth2_Tokeninfo' => $vendorDir . '/google/apiclient/src/Google/Service/Oauth2.php',
2528
- 'Google_Service_Oauth2_UserinfoV2Me_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Oauth2.php',
2529
- 'Google_Service_Oauth2_UserinfoV2_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Oauth2.php',
2530
- 'Google_Service_Oauth2_Userinfo_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Oauth2.php',
2531
- 'Google_Service_Oauth2_Userinfoplus' => $vendorDir . '/google/apiclient/src/Google/Service/Oauth2.php',
2532
- 'Google_Service_Pagespeedonline' => $vendorDir . '/google/apiclient/src/Google/Service/Pagespeedonline.php',
2533
- 'Google_Service_Pagespeedonline_PagespeedApiFormatStringV2' => $vendorDir . '/google/apiclient/src/Google/Service/Pagespeedonline.php',
2534
- 'Google_Service_Pagespeedonline_PagespeedApiFormatStringV2Args' => $vendorDir . '/google/apiclient/src/Google/Service/Pagespeedonline.php',
2535
- 'Google_Service_Pagespeedonline_PagespeedApiFormatStringV2ArgsRects' => $vendorDir . '/google/apiclient/src/Google/Service/Pagespeedonline.php',
2536
- 'Google_Service_Pagespeedonline_PagespeedApiFormatStringV2ArgsSecondaryRects' => $vendorDir . '/google/apiclient/src/Google/Service/Pagespeedonline.php',
2537
- 'Google_Service_Pagespeedonline_PagespeedApiImageV2' => $vendorDir . '/google/apiclient/src/Google/Service/Pagespeedonline.php',
2538
- 'Google_Service_Pagespeedonline_PagespeedApiImageV2PageRect' => $vendorDir . '/google/apiclient/src/Google/Service/Pagespeedonline.php',
2539
- 'Google_Service_Pagespeedonline_Pagespeedapi_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Pagespeedonline.php',
2540
- 'Google_Service_Pagespeedonline_Result' => $vendorDir . '/google/apiclient/src/Google/Service/Pagespeedonline.php',
2541
- 'Google_Service_Pagespeedonline_ResultFormattedResults' => $vendorDir . '/google/apiclient/src/Google/Service/Pagespeedonline.php',
2542
- 'Google_Service_Pagespeedonline_ResultFormattedResultsRuleResults' => $vendorDir . '/google/apiclient/src/Google/Service/Pagespeedonline.php',
2543
- 'Google_Service_Pagespeedonline_ResultFormattedResultsRuleResultsElement' => $vendorDir . '/google/apiclient/src/Google/Service/Pagespeedonline.php',
2544
- 'Google_Service_Pagespeedonline_ResultFormattedResultsRuleResultsElementUrlBlocks' => $vendorDir . '/google/apiclient/src/Google/Service/Pagespeedonline.php',
2545
- 'Google_Service_Pagespeedonline_ResultFormattedResultsRuleResultsElementUrlBlocksUrls' => $vendorDir . '/google/apiclient/src/Google/Service/Pagespeedonline.php',
2546
- 'Google_Service_Pagespeedonline_ResultPageStats' => $vendorDir . '/google/apiclient/src/Google/Service/Pagespeedonline.php',
2547
- 'Google_Service_Pagespeedonline_ResultRuleGroups' => $vendorDir . '/google/apiclient/src/Google/Service/Pagespeedonline.php',
2548
- 'Google_Service_Pagespeedonline_ResultRuleGroupsElement' => $vendorDir . '/google/apiclient/src/Google/Service/Pagespeedonline.php',
2549
- 'Google_Service_Pagespeedonline_ResultVersion' => $vendorDir . '/google/apiclient/src/Google/Service/Pagespeedonline.php',
2550
- 'Google_Service_Partners' => $vendorDir . '/google/apiclient/src/Google/Service/Partners.php',
2551
- 'Google_Service_Partners_CertificationExamStatus' => $vendorDir . '/google/apiclient/src/Google/Service/Partners.php',
2552
- 'Google_Service_Partners_CertificationStatus' => $vendorDir . '/google/apiclient/src/Google/Service/Partners.php',
2553
- 'Google_Service_Partners_ClientMessages_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Partners.php',
2554
- 'Google_Service_Partners_CompaniesLeads_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Partners.php',
2555
- 'Google_Service_Partners_Companies_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Partners.php',
2556
- 'Google_Service_Partners_Company' => $vendorDir . '/google/apiclient/src/Google/Service/Partners.php',
2557
- 'Google_Service_Partners_CreateLeadRequest' => $vendorDir . '/google/apiclient/src/Google/Service/Partners.php',
2558
- 'Google_Service_Partners_CreateLeadResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Partners.php',
2559
- 'Google_Service_Partners_DebugInfo' => $vendorDir . '/google/apiclient/src/Google/Service/Partners.php',
2560
- 'Google_Service_Partners_EventData' => $vendorDir . '/google/apiclient/src/Google/Service/Partners.php',
2561
- 'Google_Service_Partners_GetCompanyResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Partners.php',
2562
- 'Google_Service_Partners_LatLng' => $vendorDir . '/google/apiclient/src/Google/Service/Partners.php',
2563
- 'Google_Service_Partners_Lead' => $vendorDir . '/google/apiclient/src/Google/Service/Partners.php',
2564
- 'Google_Service_Partners_ListCompaniesResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Partners.php',
2565
- 'Google_Service_Partners_ListUserStatesResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Partners.php',
2566
- 'Google_Service_Partners_LocalizedCompanyInfo' => $vendorDir . '/google/apiclient/src/Google/Service/Partners.php',
2567
- 'Google_Service_Partners_Location' => $vendorDir . '/google/apiclient/src/Google/Service/Partners.php',
2568
- 'Google_Service_Partners_LogMessageRequest' => $vendorDir . '/google/apiclient/src/Google/Service/Partners.php',
2569
- 'Google_Service_Partners_LogMessageRequestClientInfo' => $vendorDir . '/google/apiclient/src/Google/Service/Partners.php',
2570
- 'Google_Service_Partners_LogMessageResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Partners.php',
2571
- 'Google_Service_Partners_LogUserEventRequest' => $vendorDir . '/google/apiclient/src/Google/Service/Partners.php',
2572
- 'Google_Service_Partners_LogUserEventResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Partners.php',
2573
- 'Google_Service_Partners_Money' => $vendorDir . '/google/apiclient/src/Google/Service/Partners.php',
2574
- 'Google_Service_Partners_PublicProfile' => $vendorDir . '/google/apiclient/src/Google/Service/Partners.php',
2575
- 'Google_Service_Partners_Rank' => $vendorDir . '/google/apiclient/src/Google/Service/Partners.php',
2576
- 'Google_Service_Partners_RecaptchaChallenge' => $vendorDir . '/google/apiclient/src/Google/Service/Partners.php',
2577
- 'Google_Service_Partners_RequestMetadata' => $vendorDir . '/google/apiclient/src/Google/Service/Partners.php',
2578
- 'Google_Service_Partners_ResponseMetadata' => $vendorDir . '/google/apiclient/src/Google/Service/Partners.php',
2579
- 'Google_Service_Partners_TrafficSource' => $vendorDir . '/google/apiclient/src/Google/Service/Partners.php',
2580
- 'Google_Service_Partners_UserEvents_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Partners.php',
2581
- 'Google_Service_Partners_UserOverrides' => $vendorDir . '/google/apiclient/src/Google/Service/Partners.php',
2582
- 'Google_Service_Partners_UserStates_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Partners.php',
2583
- 'Google_Service_Playmoviespartner' => $vendorDir . '/google/apiclient/src/Google/Service/Playmoviespartner.php',
2584
- 'Google_Service_Playmoviespartner_AccountsAvails_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Playmoviespartner.php',
2585
- 'Google_Service_Playmoviespartner_AccountsExperienceLocales_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Playmoviespartner.php',
2586
- 'Google_Service_Playmoviespartner_AccountsOrders_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Playmoviespartner.php',
2587
- 'Google_Service_Playmoviespartner_AccountsStoreInfosCountry_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Playmoviespartner.php',
2588
- 'Google_Service_Playmoviespartner_AccountsStoreInfos_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Playmoviespartner.php',
2589
- 'Google_Service_Playmoviespartner_Accounts_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Playmoviespartner.php',
2590
- 'Google_Service_Playmoviespartner_Avail' => $vendorDir . '/google/apiclient/src/Google/Service/Playmoviespartner.php',
2591
- 'Google_Service_Playmoviespartner_ExperienceLocale' => $vendorDir . '/google/apiclient/src/Google/Service/Playmoviespartner.php',
2592
- 'Google_Service_Playmoviespartner_ListAvailsResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Playmoviespartner.php',
2593
- 'Google_Service_Playmoviespartner_ListExperienceLocalesResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Playmoviespartner.php',
2594
- 'Google_Service_Playmoviespartner_ListOrdersResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Playmoviespartner.php',
2595
- 'Google_Service_Playmoviespartner_ListStoreInfosResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Playmoviespartner.php',
2596
- 'Google_Service_Playmoviespartner_Order' => $vendorDir . '/google/apiclient/src/Google/Service/Playmoviespartner.php',
2597
- 'Google_Service_Playmoviespartner_StoreInfo' => $vendorDir . '/google/apiclient/src/Google/Service/Playmoviespartner.php',
2598
- 'Google_Service_Plus' => $vendorDir . '/google/apiclient/src/Google/Service/Plus.php',
2599
- 'Google_Service_PlusDomains' => $vendorDir . '/google/apiclient/src/Google/Service/PlusDomains.php',
2600
- 'Google_Service_PlusDomains_Acl' => $vendorDir . '/google/apiclient/src/Google/Service/PlusDomains.php',
2601
- 'Google_Service_PlusDomains_Activities_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/PlusDomains.php',
2602
- 'Google_Service_PlusDomains_Activity' => $vendorDir . '/google/apiclient/src/Google/Service/PlusDomains.php',
2603
- 'Google_Service_PlusDomains_ActivityActor' => $vendorDir . '/google/apiclient/src/Google/Service/PlusDomains.php',
2604
- 'Google_Service_PlusDomains_ActivityActorClientSpecificActorInfo' => $vendorDir . '/google/apiclient/src/Google/Service/PlusDomains.php',
2605
- 'Google_Service_PlusDomains_ActivityActorClientSpecificActorInfoYoutubeActorInfo' => $vendorDir . '/google/apiclient/src/Google/Service/PlusDomains.php',
2606
- 'Google_Service_PlusDomains_ActivityActorImage' => $vendorDir . '/google/apiclient/src/Google/Service/PlusDomains.php',
2607
- 'Google_Service_PlusDomains_ActivityActorName' => $vendorDir . '/google/apiclient/src/Google/Service/PlusDomains.php',
2608
- 'Google_Service_PlusDomains_ActivityActorVerification' => $vendorDir . '/google/apiclient/src/Google/Service/PlusDomains.php',
2609
- 'Google_Service_PlusDomains_ActivityFeed' => $vendorDir . '/google/apiclient/src/Google/Service/PlusDomains.php',
2610
- 'Google_Service_PlusDomains_ActivityObject' => $vendorDir . '/google/apiclient/src/Google/Service/PlusDomains.php',
2611
- 'Google_Service_PlusDomains_ActivityObjectActor' => $vendorDir . '/google/apiclient/src/Google/Service/PlusDomains.php',
2612
- 'Google_Service_PlusDomains_ActivityObjectActorClientSpecificActorInfo' => $vendorDir . '/google/apiclient/src/Google/Service/PlusDomains.php',
2613
- 'Google_Service_PlusDomains_ActivityObjectActorClientSpecificActorInfoYoutubeActorInfo' => $vendorDir . '/google/apiclient/src/Google/Service/PlusDomains.php',
2614
- 'Google_Service_PlusDomains_ActivityObjectActorImage' => $vendorDir . '/google/apiclient/src/Google/Service/PlusDomains.php',
2615
- 'Google_Service_PlusDomains_ActivityObjectActorVerification' => $vendorDir . '/google/apiclient/src/Google/Service/PlusDomains.php',
2616
- 'Google_Service_PlusDomains_ActivityObjectAttachments' => $vendorDir . '/google/apiclient/src/Google/Service/PlusDomains.php',
2617
- 'Google_Service_PlusDomains_ActivityObjectAttachmentsEmbed' => $vendorDir . '/google/apiclient/src/Google/Service/PlusDomains.php',
2618
- 'Google_Service_PlusDomains_ActivityObjectAttachmentsFullImage' => $vendorDir . '/google/apiclient/src/Google/Service/PlusDomains.php',
2619
- 'Google_Service_PlusDomains_ActivityObjectAttachmentsImage' => $vendorDir . '/google/apiclient/src/Google/Service/PlusDomains.php',
2620
- 'Google_Service_PlusDomains_ActivityObjectAttachmentsPreviewThumbnails' => $vendorDir . '/google/apiclient/src/Google/Service/PlusDomains.php',
2621
- 'Google_Service_PlusDomains_ActivityObjectAttachmentsThumbnails' => $vendorDir . '/google/apiclient/src/Google/Service/PlusDomains.php',
2622
- 'Google_Service_PlusDomains_ActivityObjectAttachmentsThumbnailsImage' => $vendorDir . '/google/apiclient/src/Google/Service/PlusDomains.php',
2623
- 'Google_Service_PlusDomains_ActivityObjectPlusoners' => $vendorDir . '/google/apiclient/src/Google/Service/PlusDomains.php',
2624
- 'Google_Service_PlusDomains_ActivityObjectReplies' => $vendorDir . '/google/apiclient/src/Google/Service/PlusDomains.php',
2625
- 'Google_Service_PlusDomains_ActivityObjectResharers' => $vendorDir . '/google/apiclient/src/Google/Service/PlusDomains.php',
2626
- 'Google_Service_PlusDomains_ActivityObjectStatusForViewer' => $vendorDir . '/google/apiclient/src/Google/Service/PlusDomains.php',
2627
- 'Google_Service_PlusDomains_ActivityProvider' => $vendorDir . '/google/apiclient/src/Google/Service/PlusDomains.php',
2628
- 'Google_Service_PlusDomains_Audience' => $vendorDir . '/google/apiclient/src/Google/Service/PlusDomains.php',
2629
- 'Google_Service_PlusDomains_AudiencesFeed' => $vendorDir . '/google/apiclient/src/Google/Service/PlusDomains.php',
2630
- 'Google_Service_PlusDomains_Audiences_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/PlusDomains.php',
2631
- 'Google_Service_PlusDomains_Circle' => $vendorDir . '/google/apiclient/src/Google/Service/PlusDomains.php',
2632
- 'Google_Service_PlusDomains_CircleFeed' => $vendorDir . '/google/apiclient/src/Google/Service/PlusDomains.php',
2633
- 'Google_Service_PlusDomains_CirclePeople' => $vendorDir . '/google/apiclient/src/Google/Service/PlusDomains.php',
2634
- 'Google_Service_PlusDomains_Circles_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/PlusDomains.php',
2635
- 'Google_Service_PlusDomains_Comment' => $vendorDir . '/google/apiclient/src/Google/Service/PlusDomains.php',
2636
- 'Google_Service_PlusDomains_CommentActor' => $vendorDir . '/google/apiclient/src/Google/Service/PlusDomains.php',
2637
- 'Google_Service_PlusDomains_CommentActorClientSpecificActorInfo' => $vendorDir . '/google/apiclient/src/Google/Service/PlusDomains.php',
2638
- 'Google_Service_PlusDomains_CommentActorClientSpecificActorInfoYoutubeActorInfo' => $vendorDir . '/google/apiclient/src/Google/Service/PlusDomains.php',
2639
- 'Google_Service_PlusDomains_CommentActorImage' => $vendorDir . '/google/apiclient/src/Google/Service/PlusDomains.php',
2640
- 'Google_Service_PlusDomains_CommentActorVerification' => $vendorDir . '/google/apiclient/src/Google/Service/PlusDomains.php',
2641
- 'Google_Service_PlusDomains_CommentFeed' => $vendorDir . '/google/apiclient/src/Google/Service/PlusDomains.php',
2642
- 'Google_Service_PlusDomains_CommentInReplyTo' => $vendorDir . '/google/apiclient/src/Google/Service/PlusDomains.php',
2643
- 'Google_Service_PlusDomains_CommentObject' => $vendorDir . '/google/apiclient/src/Google/Service/PlusDomains.php',
2644
- 'Google_Service_PlusDomains_CommentPlusoners' => $vendorDir . '/google/apiclient/src/Google/Service/PlusDomains.php',
2645
- 'Google_Service_PlusDomains_Comments_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/PlusDomains.php',
2646
- 'Google_Service_PlusDomains_Media' => $vendorDir . '/google/apiclient/src/Google/Service/PlusDomains.php',
2647
- 'Google_Service_PlusDomains_MediaAuthor' => $vendorDir . '/google/apiclient/src/Google/Service/PlusDomains.php',
2648
- 'Google_Service_PlusDomains_MediaAuthorImage' => $vendorDir . '/google/apiclient/src/Google/Service/PlusDomains.php',
2649
- 'Google_Service_PlusDomains_MediaExif' => $vendorDir . '/google/apiclient/src/Google/Service/PlusDomains.php',
2650
- 'Google_Service_PlusDomains_Media_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/PlusDomains.php',
2651
- 'Google_Service_PlusDomains_PeopleFeed' => $vendorDir . '/google/apiclient/src/Google/Service/PlusDomains.php',
2652
- 'Google_Service_PlusDomains_People_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/PlusDomains.php',
2653
- 'Google_Service_PlusDomains_Person' => $vendorDir . '/google/apiclient/src/Google/Service/PlusDomains.php',
2654
- 'Google_Service_PlusDomains_PersonCover' => $vendorDir . '/google/apiclient/src/Google/Service/PlusDomains.php',
2655
- 'Google_Service_PlusDomains_PersonCoverCoverInfo' => $vendorDir . '/google/apiclient/src/Google/Service/PlusDomains.php',
2656
- 'Google_Service_PlusDomains_PersonCoverCoverPhoto' => $vendorDir . '/google/apiclient/src/Google/Service/PlusDomains.php',
2657
- 'Google_Service_PlusDomains_PersonEmails' => $vendorDir . '/google/apiclient/src/Google/Service/PlusDomains.php',
2658
- 'Google_Service_PlusDomains_PersonImage' => $vendorDir . '/google/apiclient/src/Google/Service/PlusDomains.php',
2659
- 'Google_Service_PlusDomains_PersonName' => $vendorDir . '/google/apiclient/src/Google/Service/PlusDomains.php',
2660
- 'Google_Service_PlusDomains_PersonOrganizations' => $vendorDir . '/google/apiclient/src/Google/Service/PlusDomains.php',
2661
- 'Google_Service_PlusDomains_PersonPlacesLived' => $vendorDir . '/google/apiclient/src/Google/Service/PlusDomains.php',
2662
- 'Google_Service_PlusDomains_PersonUrls' => $vendorDir . '/google/apiclient/src/Google/Service/PlusDomains.php',
2663
- 'Google_Service_PlusDomains_Place' => $vendorDir . '/google/apiclient/src/Google/Service/PlusDomains.php',
2664
- 'Google_Service_PlusDomains_PlaceAddress' => $vendorDir . '/google/apiclient/src/Google/Service/PlusDomains.php',
2665
- 'Google_Service_PlusDomains_PlacePosition' => $vendorDir . '/google/apiclient/src/Google/Service/PlusDomains.php',
2666
- 'Google_Service_PlusDomains_PlusDomainsAclentryResource' => $vendorDir . '/google/apiclient/src/Google/Service/PlusDomains.php',
2667
- 'Google_Service_PlusDomains_Videostream' => $vendorDir . '/google/apiclient/src/Google/Service/PlusDomains.php',
2668
- 'Google_Service_Plus_Acl' => $vendorDir . '/google/apiclient/src/Google/Service/Plus.php',
2669
- 'Google_Service_Plus_Activities_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Plus.php',
2670
- 'Google_Service_Plus_Activity' => $vendorDir . '/google/apiclient/src/Google/Service/Plus.php',
2671
- 'Google_Service_Plus_ActivityActor' => $vendorDir . '/google/apiclient/src/Google/Service/Plus.php',
2672
- 'Google_Service_Plus_ActivityActorClientSpecificActorInfo' => $vendorDir . '/google/apiclient/src/Google/Service/Plus.php',
2673
- 'Google_Service_Plus_ActivityActorClientSpecificActorInfoYoutubeActorInfo' => $vendorDir . '/google/apiclient/src/Google/Service/Plus.php',
2674
- 'Google_Service_Plus_ActivityActorImage' => $vendorDir . '/google/apiclient/src/Google/Service/Plus.php',
2675
- 'Google_Service_Plus_ActivityActorName' => $vendorDir . '/google/apiclient/src/Google/Service/Plus.php',
2676
- 'Google_Service_Plus_ActivityActorVerification' => $vendorDir . '/google/apiclient/src/Google/Service/Plus.php',
2677
- 'Google_Service_Plus_ActivityFeed' => $vendorDir . '/google/apiclient/src/Google/Service/Plus.php',
2678
- 'Google_Service_Plus_ActivityObject' => $vendorDir . '/google/apiclient/src/Google/Service/Plus.php',
2679
- 'Google_Service_Plus_ActivityObjectActor' => $vendorDir . '/google/apiclient/src/Google/Service/Plus.php',
2680
- 'Google_Service_Plus_ActivityObjectActorClientSpecificActorInfo' => $vendorDir . '/google/apiclient/src/Google/Service/Plus.php',
2681
- 'Google_Service_Plus_ActivityObjectActorClientSpecificActorInfoYoutubeActorInfo' => $vendorDir . '/google/apiclient/src/Google/Service/Plus.php',
2682
- 'Google_Service_Plus_ActivityObjectActorImage' => $vendorDir . '/google/apiclient/src/Google/Service/Plus.php',
2683
- 'Google_Service_Plus_ActivityObjectActorVerification' => $vendorDir . '/google/apiclient/src/Google/Service/Plus.php',
2684
- 'Google_Service_Plus_ActivityObjectAttachments' => $vendorDir . '/google/apiclient/src/Google/Service/Plus.php',
2685
- 'Google_Service_Plus_ActivityObjectAttachmentsEmbed' => $vendorDir . '/google/apiclient/src/Google/Service/Plus.php',
2686
- 'Google_Service_Plus_ActivityObjectAttachmentsFullImage' => $vendorDir . '/google/apiclient/src/Google/Service/Plus.php',
2687
- 'Google_Service_Plus_ActivityObjectAttachmentsImage' => $vendorDir . '/google/apiclient/src/Google/Service/Plus.php',
2688
- 'Google_Service_Plus_ActivityObjectAttachmentsThumbnails' => $vendorDir . '/google/apiclient/src/Google/Service/Plus.php',
2689
- 'Google_Service_Plus_ActivityObjectAttachmentsThumbnailsImage' => $vendorDir . '/google/apiclient/src/Google/Service/Plus.php',
2690
- 'Google_Service_Plus_ActivityObjectPlusoners' => $vendorDir . '/google/apiclient/src/Google/Service/Plus.php',
2691
- 'Google_Service_Plus_ActivityObjectReplies' => $vendorDir . '/google/apiclient/src/Google/Service/Plus.php',
2692
- 'Google_Service_Plus_ActivityObjectResharers' => $vendorDir . '/google/apiclient/src/Google/Service/Plus.php',
2693
- 'Google_Service_Plus_ActivityProvider' => $vendorDir . '/google/apiclient/src/Google/Service/Plus.php',
2694
- 'Google_Service_Plus_Comment' => $vendorDir . '/google/apiclient/src/Google/Service/Plus.php',
2695
- 'Google_Service_Plus_CommentActor' => $vendorDir . '/google/apiclient/src/Google/Service/Plus.php',
2696
- 'Google_Service_Plus_CommentActorClientSpecificActorInfo' => $vendorDir . '/google/apiclient/src/Google/Service/Plus.php',
2697
- 'Google_Service_Plus_CommentActorClientSpecificActorInfoYoutubeActorInfo' => $vendorDir . '/google/apiclient/src/Google/Service/Plus.php',
2698
- 'Google_Service_Plus_CommentActorImage' => $vendorDir . '/google/apiclient/src/Google/Service/Plus.php',
2699
- 'Google_Service_Plus_CommentActorVerification' => $vendorDir . '/google/apiclient/src/Google/Service/Plus.php',
2700
- 'Google_Service_Plus_CommentFeed' => $vendorDir . '/google/apiclient/src/Google/Service/Plus.php',
2701
- 'Google_Service_Plus_CommentInReplyTo' => $vendorDir . '/google/apiclient/src/Google/Service/Plus.php',
2702
- 'Google_Service_Plus_CommentObject' => $vendorDir . '/google/apiclient/src/Google/Service/Plus.php',
2703
- 'Google_Service_Plus_CommentPlusoners' => $vendorDir . '/google/apiclient/src/Google/Service/Plus.php',
2704
- 'Google_Service_Plus_Comments_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Plus.php',
2705
- 'Google_Service_Plus_ItemScope' => $vendorDir . '/google/apiclient/src/Google/Service/Plus.php',
2706
- 'Google_Service_Plus_Moment' => $vendorDir . '/google/apiclient/src/Google/Service/Plus.php',
2707
- 'Google_Service_Plus_MomentsFeed' => $vendorDir . '/google/apiclient/src/Google/Service/Plus.php',
2708
- 'Google_Service_Plus_Moments_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Plus.php',
2709
- 'Google_Service_Plus_PeopleFeed' => $vendorDir . '/google/apiclient/src/Google/Service/Plus.php',
2710
- 'Google_Service_Plus_People_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Plus.php',
2711
- 'Google_Service_Plus_Person' => $vendorDir . '/google/apiclient/src/Google/Service/Plus.php',
2712
- 'Google_Service_Plus_PersonAgeRange' => $vendorDir . '/google/apiclient/src/Google/Service/Plus.php',
2713
- 'Google_Service_Plus_PersonCover' => $vendorDir . '/google/apiclient/src/Google/Service/Plus.php',
2714
- 'Google_Service_Plus_PersonCoverCoverInfo' => $vendorDir . '/google/apiclient/src/Google/Service/Plus.php',
2715
- 'Google_Service_Plus_PersonCoverCoverPhoto' => $vendorDir . '/google/apiclient/src/Google/Service/Plus.php',
2716
- 'Google_Service_Plus_PersonEmails' => $vendorDir . '/google/apiclient/src/Google/Service/Plus.php',
2717
- 'Google_Service_Plus_PersonImage' => $vendorDir . '/google/apiclient/src/Google/Service/Plus.php',
2718
- 'Google_Service_Plus_PersonName' => $vendorDir . '/google/apiclient/src/Google/Service/Plus.php',
2719
- 'Google_Service_Plus_PersonOrganizations' => $vendorDir . '/google/apiclient/src/Google/Service/Plus.php',
2720
- 'Google_Service_Plus_PersonPlacesLived' => $vendorDir . '/google/apiclient/src/Google/Service/Plus.php',
2721
- 'Google_Service_Plus_PersonUrls' => $vendorDir . '/google/apiclient/src/Google/Service/Plus.php',
2722
- 'Google_Service_Plus_Place' => $vendorDir . '/google/apiclient/src/Google/Service/Plus.php',
2723
- 'Google_Service_Plus_PlaceAddress' => $vendorDir . '/google/apiclient/src/Google/Service/Plus.php',
2724
- 'Google_Service_Plus_PlacePosition' => $vendorDir . '/google/apiclient/src/Google/Service/Plus.php',
2725
- 'Google_Service_Plus_PlusAclentryResource' => $vendorDir . '/google/apiclient/src/Google/Service/Plus.php',
2726
- 'Google_Service_Prediction' => $vendorDir . '/google/apiclient/src/Google/Service/Prediction.php',
2727
- 'Google_Service_Prediction_Analyze' => $vendorDir . '/google/apiclient/src/Google/Service/Prediction.php',
2728
- 'Google_Service_Prediction_AnalyzeDataDescription' => $vendorDir . '/google/apiclient/src/Google/Service/Prediction.php',
2729
- 'Google_Service_Prediction_AnalyzeDataDescriptionFeatures' => $vendorDir . '/google/apiclient/src/Google/Service/Prediction.php',
2730
- 'Google_Service_Prediction_AnalyzeDataDescriptionFeaturesCategorical' => $vendorDir . '/google/apiclient/src/Google/Service/Prediction.php',
2731
- 'Google_Service_Prediction_AnalyzeDataDescriptionFeaturesCategoricalValues' => $vendorDir . '/google/apiclient/src/Google/Service/Prediction.php',
2732
- 'Google_Service_Prediction_AnalyzeDataDescriptionFeaturesNumeric' => $vendorDir . '/google/apiclient/src/Google/Service/Prediction.php',
2733
- 'Google_Service_Prediction_AnalyzeDataDescriptionFeaturesText' => $vendorDir . '/google/apiclient/src/Google/Service/Prediction.php',
2734
- 'Google_Service_Prediction_AnalyzeDataDescriptionOutputFeature' => $vendorDir . '/google/apiclient/src/Google/Service/Prediction.php',
2735
- 'Google_Service_Prediction_AnalyzeDataDescriptionOutputFeatureNumeric' => $vendorDir . '/google/apiclient/src/Google/Service/Prediction.php',
2736
- 'Google_Service_Prediction_AnalyzeDataDescriptionOutputFeatureText' => $vendorDir . '/google/apiclient/src/Google/Service/Prediction.php',
2737
- 'Google_Service_Prediction_AnalyzeErrors' => $vendorDir . '/google/apiclient/src/Google/Service/Prediction.php',
2738
- 'Google_Service_Prediction_AnalyzeModelDescription' => $vendorDir . '/google/apiclient/src/Google/Service/Prediction.php',
2739
- 'Google_Service_Prediction_AnalyzeModelDescriptionConfusionMatrix' => $vendorDir . '/google/apiclient/src/Google/Service/Prediction.php',
2740
- 'Google_Service_Prediction_AnalyzeModelDescriptionConfusionMatrixElement' => $vendorDir . '/google/apiclient/src/Google/Service/Prediction.php',
2741
- 'Google_Service_Prediction_AnalyzeModelDescriptionConfusionMatrixRowTotals' => $vendorDir . '/google/apiclient/src/Google/Service/Prediction.php',
2742
- 'Google_Service_Prediction_Hostedmodels_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Prediction.php',
2743
- 'Google_Service_Prediction_Input' => $vendorDir . '/google/apiclient/src/Google/Service/Prediction.php',
2744
- 'Google_Service_Prediction_InputInput' => $vendorDir . '/google/apiclient/src/Google/Service/Prediction.php',
2745
- 'Google_Service_Prediction_Insert' => $vendorDir . '/google/apiclient/src/Google/Service/Prediction.php',
2746
- 'Google_Service_Prediction_Insert2' => $vendorDir . '/google/apiclient/src/Google/Service/Prediction.php',
2747
- 'Google_Service_Prediction_Insert2ModelInfo' => $vendorDir . '/google/apiclient/src/Google/Service/Prediction.php',
2748
- 'Google_Service_Prediction_InsertTrainingInstances' => $vendorDir . '/google/apiclient/src/Google/Service/Prediction.php',
2749
- 'Google_Service_Prediction_InsertUtility' => $vendorDir . '/google/apiclient/src/Google/Service/Prediction.php',
2750
- 'Google_Service_Prediction_Output' => $vendorDir . '/google/apiclient/src/Google/Service/Prediction.php',
2751
- 'Google_Service_Prediction_OutputOutputMulti' => $vendorDir . '/google/apiclient/src/Google/Service/Prediction.php',
2752
- 'Google_Service_Prediction_PredictionList' => $vendorDir . '/google/apiclient/src/Google/Service/Prediction.php',
2753
- 'Google_Service_Prediction_Trainedmodels_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Prediction.php',
2754
- 'Google_Service_Prediction_Update' => $vendorDir . '/google/apiclient/src/Google/Service/Prediction.php',
2755
- 'Google_Service_Proximitybeacon' => $vendorDir . '/google/apiclient/src/Google/Service/Proximitybeacon.php',
2756
- 'Google_Service_Proximitybeacon_AdvertisedId' => $vendorDir . '/google/apiclient/src/Google/Service/Proximitybeacon.php',
2757
- 'Google_Service_Proximitybeacon_AttachmentInfo' => $vendorDir . '/google/apiclient/src/Google/Service/Proximitybeacon.php',
2758
- 'Google_Service_Proximitybeacon_Beacon' => $vendorDir . '/google/apiclient/src/Google/Service/Proximitybeacon.php',
2759
- 'Google_Service_Proximitybeacon_BeaconAttachment' => $vendorDir . '/google/apiclient/src/Google/Service/Proximitybeacon.php',
2760
- 'Google_Service_Proximitybeacon_BeaconInfo' => $vendorDir . '/google/apiclient/src/Google/Service/Proximitybeacon.php',
2761
- 'Google_Service_Proximitybeacon_BeaconProperties' => $vendorDir . '/google/apiclient/src/Google/Service/Proximitybeacon.php',
2762
- 'Google_Service_Proximitybeacon_Beaconinfo_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Proximitybeacon.php',
2763
- 'Google_Service_Proximitybeacon_BeaconsAttachments_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Proximitybeacon.php',
2764
- 'Google_Service_Proximitybeacon_BeaconsDiagnostics_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Proximitybeacon.php',
2765
- 'Google_Service_Proximitybeacon_Beacons_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Proximitybeacon.php',
2766
- 'Google_Service_Proximitybeacon_Date' => $vendorDir . '/google/apiclient/src/Google/Service/Proximitybeacon.php',
2767
- 'Google_Service_Proximitybeacon_DeleteAttachmentsResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Proximitybeacon.php',
2768
- 'Google_Service_Proximitybeacon_Diagnostics' => $vendorDir . '/google/apiclient/src/Google/Service/Proximitybeacon.php',
2769
- 'Google_Service_Proximitybeacon_Empty' => $vendorDir . '/google/apiclient/src/Google/Service/Proximitybeacon.php',
2770
- 'Google_Service_Proximitybeacon_GetInfoForObservedBeaconsRequest' => $vendorDir . '/google/apiclient/src/Google/Service/Proximitybeacon.php',
2771
- 'Google_Service_Proximitybeacon_GetInfoForObservedBeaconsResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Proximitybeacon.php',
2772
- 'Google_Service_Proximitybeacon_IndoorLevel' => $vendorDir . '/google/apiclient/src/Google/Service/Proximitybeacon.php',
2773
- 'Google_Service_Proximitybeacon_LatLng' => $vendorDir . '/google/apiclient/src/Google/Service/Proximitybeacon.php',
2774
- 'Google_Service_Proximitybeacon_ListBeaconAttachmentsResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Proximitybeacon.php',
2775
- 'Google_Service_Proximitybeacon_ListBeaconsResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Proximitybeacon.php',
2776
- 'Google_Service_Proximitybeacon_ListDiagnosticsResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Proximitybeacon.php',
2777
- 'Google_Service_Proximitybeacon_ListNamespacesResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Proximitybeacon.php',
2778
- 'Google_Service_Proximitybeacon_Namespaces_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Proximitybeacon.php',
2779
- 'Google_Service_Proximitybeacon_Observation' => $vendorDir . '/google/apiclient/src/Google/Service/Proximitybeacon.php',
2780
- 'Google_Service_Proximitybeacon_ProximitybeaconNamespace' => $vendorDir . '/google/apiclient/src/Google/Service/Proximitybeacon.php',
2781
- 'Google_Service_Pubsub' => $vendorDir . '/google/apiclient/src/Google/Service/Pubsub.php',
2782
- 'Google_Service_Pubsub_AcknowledgeRequest' => $vendorDir . '/google/apiclient/src/Google/Service/Pubsub.php',
2783
- 'Google_Service_Pubsub_Label' => $vendorDir . '/google/apiclient/src/Google/Service/Pubsub.php',
2784
- 'Google_Service_Pubsub_ListSubscriptionsResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Pubsub.php',
2785
- 'Google_Service_Pubsub_ListTopicsResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Pubsub.php',
2786
- 'Google_Service_Pubsub_ModifyAckDeadlineRequest' => $vendorDir . '/google/apiclient/src/Google/Service/Pubsub.php',
2787
- 'Google_Service_Pubsub_ModifyPushConfigRequest' => $vendorDir . '/google/apiclient/src/Google/Service/Pubsub.php',
2788
- 'Google_Service_Pubsub_PublishBatchRequest' => $vendorDir . '/google/apiclient/src/Google/Service/Pubsub.php',
2789
- 'Google_Service_Pubsub_PublishBatchResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Pubsub.php',
2790
- 'Google_Service_Pubsub_PublishRequest' => $vendorDir . '/google/apiclient/src/Google/Service/Pubsub.php',
2791
- 'Google_Service_Pubsub_PubsubEvent' => $vendorDir . '/google/apiclient/src/Google/Service/Pubsub.php',
2792
- 'Google_Service_Pubsub_PubsubMessage' => $vendorDir . '/google/apiclient/src/Google/Service/Pubsub.php',
2793
- 'Google_Service_Pubsub_PullBatchRequest' => $vendorDir . '/google/apiclient/src/Google/Service/Pubsub.php',
2794
- 'Google_Service_Pubsub_PullBatchResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Pubsub.php',
2795
- 'Google_Service_Pubsub_PullRequest' => $vendorDir . '/google/apiclient/src/Google/Service/Pubsub.php',
2796
- 'Google_Service_Pubsub_PullResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Pubsub.php',
2797
- 'Google_Service_Pubsub_PushConfig' => $vendorDir . '/google/apiclient/src/Google/Service/Pubsub.php',
2798
- 'Google_Service_Pubsub_Subscription' => $vendorDir . '/google/apiclient/src/Google/Service/Pubsub.php',
2799
- 'Google_Service_Pubsub_Subscriptions_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Pubsub.php',
2800
- 'Google_Service_Pubsub_Topic' => $vendorDir . '/google/apiclient/src/Google/Service/Pubsub.php',
2801
- 'Google_Service_Pubsub_Topics_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Pubsub.php',
2802
- 'Google_Service_QPXExpress' => $vendorDir . '/google/apiclient/src/Google/Service/QPXExpress.php',
2803
- 'Google_Service_QPXExpress_AircraftData' => $vendorDir . '/google/apiclient/src/Google/Service/QPXExpress.php',
2804
- 'Google_Service_QPXExpress_AirportData' => $vendorDir . '/google/apiclient/src/Google/Service/QPXExpress.php',
2805
- 'Google_Service_QPXExpress_BagDescriptor' => $vendorDir . '/google/apiclient/src/Google/Service/QPXExpress.php',
2806
- 'Google_Service_QPXExpress_CarrierData' => $vendorDir . '/google/apiclient/src/Google/Service/QPXExpress.php',
2807
- 'Google_Service_QPXExpress_CityData' => $vendorDir . '/google/apiclient/src/Google/Service/QPXExpress.php',
2808
- 'Google_Service_QPXExpress_Data' => $vendorDir . '/google/apiclient/src/Google/Service/QPXExpress.php',
2809
- 'Google_Service_QPXExpress_FareInfo' => $vendorDir . '/google/apiclient/src/Google/Service/QPXExpress.php',
2810
- 'Google_Service_QPXExpress_FlightInfo' => $vendorDir . '/google/apiclient/src/Google/Service/QPXExpress.php',
2811
- 'Google_Service_QPXExpress_FreeBaggageAllowance' => $vendorDir . '/google/apiclient/src/Google/Service/QPXExpress.php',
2812
- 'Google_Service_QPXExpress_LegInfo' => $vendorDir . '/google/apiclient/src/Google/Service/QPXExpress.php',
2813
- 'Google_Service_QPXExpress_PassengerCounts' => $vendorDir . '/google/apiclient/src/Google/Service/QPXExpress.php',
2814
- 'Google_Service_QPXExpress_PricingInfo' => $vendorDir . '/google/apiclient/src/Google/Service/QPXExpress.php',
2815
- 'Google_Service_QPXExpress_SegmentInfo' => $vendorDir . '/google/apiclient/src/Google/Service/QPXExpress.php',
2816
- 'Google_Service_QPXExpress_SegmentPricing' => $vendorDir . '/google/apiclient/src/Google/Service/QPXExpress.php',
2817
- 'Google_Service_QPXExpress_SliceInfo' => $vendorDir . '/google/apiclient/src/Google/Service/QPXExpress.php',
2818
- 'Google_Service_QPXExpress_SliceInput' => $vendorDir . '/google/apiclient/src/Google/Service/QPXExpress.php',
2819
- 'Google_Service_QPXExpress_TaxData' => $vendorDir . '/google/apiclient/src/Google/Service/QPXExpress.php',
2820
- 'Google_Service_QPXExpress_TaxInfo' => $vendorDir . '/google/apiclient/src/Google/Service/QPXExpress.php',
2821
- 'Google_Service_QPXExpress_TimeOfDayRange' => $vendorDir . '/google/apiclient/src/Google/Service/QPXExpress.php',
2822
- 'Google_Service_QPXExpress_TripOption' => $vendorDir . '/google/apiclient/src/Google/Service/QPXExpress.php',
2823
- 'Google_Service_QPXExpress_TripOptionsRequest' => $vendorDir . '/google/apiclient/src/Google/Service/QPXExpress.php',
2824
- 'Google_Service_QPXExpress_TripOptionsResponse' => $vendorDir . '/google/apiclient/src/Google/Service/QPXExpress.php',
2825
- 'Google_Service_QPXExpress_TripsSearchRequest' => $vendorDir . '/google/apiclient/src/Google/Service/QPXExpress.php',
2826
- 'Google_Service_QPXExpress_TripsSearchResponse' => $vendorDir . '/google/apiclient/src/Google/Service/QPXExpress.php',
2827
- 'Google_Service_QPXExpress_Trips_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/QPXExpress.php',
2828
- 'Google_Service_Replicapool' => $vendorDir . '/google/apiclient/src/Google/Service/Replicapool.php',
2829
- 'Google_Service_Replicapool_InstanceGroupManager' => $vendorDir . '/google/apiclient/src/Google/Service/Replicapool.php',
2830
- 'Google_Service_Replicapool_InstanceGroupManagerList' => $vendorDir . '/google/apiclient/src/Google/Service/Replicapool.php',
2831
- 'Google_Service_Replicapool_InstanceGroupManagersAbandonInstancesRequest' => $vendorDir . '/google/apiclient/src/Google/Service/Replicapool.php',
2832
- 'Google_Service_Replicapool_InstanceGroupManagersDeleteInstancesRequest' => $vendorDir . '/google/apiclient/src/Google/Service/Replicapool.php',
2833
- 'Google_Service_Replicapool_InstanceGroupManagersRecreateInstancesRequest' => $vendorDir . '/google/apiclient/src/Google/Service/Replicapool.php',
2834
- 'Google_Service_Replicapool_InstanceGroupManagersSetInstanceTemplateRequest' => $vendorDir . '/google/apiclient/src/Google/Service/Replicapool.php',
2835
- 'Google_Service_Replicapool_InstanceGroupManagersSetTargetPoolsRequest' => $vendorDir . '/google/apiclient/src/Google/Service/Replicapool.php',
2836
- 'Google_Service_Replicapool_InstanceGroupManagers_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Replicapool.php',
2837
- 'Google_Service_Replicapool_Operation' => $vendorDir . '/google/apiclient/src/Google/Service/Replicapool.php',
2838
- 'Google_Service_Replicapool_OperationError' => $vendorDir . '/google/apiclient/src/Google/Service/Replicapool.php',
2839
- 'Google_Service_Replicapool_OperationErrorErrors' => $vendorDir . '/google/apiclient/src/Google/Service/Replicapool.php',
2840
- 'Google_Service_Replicapool_OperationList' => $vendorDir . '/google/apiclient/src/Google/Service/Replicapool.php',
2841
- 'Google_Service_Replicapool_OperationWarnings' => $vendorDir . '/google/apiclient/src/Google/Service/Replicapool.php',
2842
- 'Google_Service_Replicapool_OperationWarningsData' => $vendorDir . '/google/apiclient/src/Google/Service/Replicapool.php',
2843
- 'Google_Service_Replicapool_ReplicaPoolAutoHealingPolicy' => $vendorDir . '/google/apiclient/src/Google/Service/Replicapool.php',
2844
- 'Google_Service_Replicapool_ZoneOperations_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Replicapool.php',
2845
- 'Google_Service_Replicapoolupdater' => $vendorDir . '/google/apiclient/src/Google/Service/Replicapoolupdater.php',
2846
- 'Google_Service_Replicapoolupdater_InstanceUpdate' => $vendorDir . '/google/apiclient/src/Google/Service/Replicapoolupdater.php',
2847
- 'Google_Service_Replicapoolupdater_InstanceUpdateError' => $vendorDir . '/google/apiclient/src/Google/Service/Replicapoolupdater.php',
2848
- 'Google_Service_Replicapoolupdater_InstanceUpdateErrorErrors' => $vendorDir . '/google/apiclient/src/Google/Service/Replicapoolupdater.php',
2849
- 'Google_Service_Replicapoolupdater_InstanceUpdateList' => $vendorDir . '/google/apiclient/src/Google/Service/Replicapoolupdater.php',
2850
- 'Google_Service_Replicapoolupdater_Operation' => $vendorDir . '/google/apiclient/src/Google/Service/Replicapoolupdater.php',
2851
- 'Google_Service_Replicapoolupdater_OperationError' => $vendorDir . '/google/apiclient/src/Google/Service/Replicapoolupdater.php',
2852
- 'Google_Service_Replicapoolupdater_OperationErrorErrors' => $vendorDir . '/google/apiclient/src/Google/Service/Replicapoolupdater.php',
2853
- 'Google_Service_Replicapoolupdater_OperationList' => $vendorDir . '/google/apiclient/src/Google/Service/Replicapoolupdater.php',
2854
- 'Google_Service_Replicapoolupdater_OperationWarnings' => $vendorDir . '/google/apiclient/src/Google/Service/Replicapoolupdater.php',
2855
- 'Google_Service_Replicapoolupdater_OperationWarningsData' => $vendorDir . '/google/apiclient/src/Google/Service/Replicapoolupdater.php',
2856
- 'Google_Service_Replicapoolupdater_RollingUpdate' => $vendorDir . '/google/apiclient/src/Google/Service/Replicapoolupdater.php',
2857
- 'Google_Service_Replicapoolupdater_RollingUpdateError' => $vendorDir . '/google/apiclient/src/Google/Service/Replicapoolupdater.php',
2858
- 'Google_Service_Replicapoolupdater_RollingUpdateErrorErrors' => $vendorDir . '/google/apiclient/src/Google/Service/Replicapoolupdater.php',
2859
- 'Google_Service_Replicapoolupdater_RollingUpdateList' => $vendorDir . '/google/apiclient/src/Google/Service/Replicapoolupdater.php',
2860
- 'Google_Service_Replicapoolupdater_RollingUpdatePolicy' => $vendorDir . '/google/apiclient/src/Google/Service/Replicapoolupdater.php',
2861
- 'Google_Service_Replicapoolupdater_RollingUpdates_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Replicapoolupdater.php',
2862
- 'Google_Service_Replicapoolupdater_ZoneOperations_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Replicapoolupdater.php',
2863
- 'Google_Service_Reports' => $vendorDir . '/google/apiclient/src/Google/Service/Reports.php',
2864
- 'Google_Service_Reports_Activities' => $vendorDir . '/google/apiclient/src/Google/Service/Reports.php',
2865
- 'Google_Service_Reports_Activities_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Reports.php',
2866
- 'Google_Service_Reports_Activity' => $vendorDir . '/google/apiclient/src/Google/Service/Reports.php',
2867
- 'Google_Service_Reports_ActivityActor' => $vendorDir . '/google/apiclient/src/Google/Service/Reports.php',
2868
- 'Google_Service_Reports_ActivityEvents' => $vendorDir . '/google/apiclient/src/Google/Service/Reports.php',
2869
- 'Google_Service_Reports_ActivityEventsParameters' => $vendorDir . '/google/apiclient/src/Google/Service/Reports.php',
2870
- 'Google_Service_Reports_ActivityId' => $vendorDir . '/google/apiclient/src/Google/Service/Reports.php',
2871
- 'Google_Service_Reports_Channel' => $vendorDir . '/google/apiclient/src/Google/Service/Reports.php',
2872
- 'Google_Service_Reports_ChannelParams' => $vendorDir . '/google/apiclient/src/Google/Service/Reports.php',
2873
- 'Google_Service_Reports_Channels_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Reports.php',
2874
- 'Google_Service_Reports_CustomerUsageReports_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Reports.php',
2875
- 'Google_Service_Reports_UsageReport' => $vendorDir . '/google/apiclient/src/Google/Service/Reports.php',
2876
- 'Google_Service_Reports_UsageReportEntity' => $vendorDir . '/google/apiclient/src/Google/Service/Reports.php',
2877
- 'Google_Service_Reports_UsageReportParameters' => $vendorDir . '/google/apiclient/src/Google/Service/Reports.php',
2878
- 'Google_Service_Reports_UsageReportParametersMsgValue' => $vendorDir . '/google/apiclient/src/Google/Service/Reports.php',
2879
- 'Google_Service_Reports_UsageReports' => $vendorDir . '/google/apiclient/src/Google/Service/Reports.php',
2880
- 'Google_Service_Reports_UsageReportsWarnings' => $vendorDir . '/google/apiclient/src/Google/Service/Reports.php',
2881
- 'Google_Service_Reports_UsageReportsWarningsData' => $vendorDir . '/google/apiclient/src/Google/Service/Reports.php',
2882
- 'Google_Service_Reports_UserUsageReport_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Reports.php',
2883
- 'Google_Service_Reseller' => $vendorDir . '/google/apiclient/src/Google/Service/Reseller.php',
2884
- 'Google_Service_Reseller_Address' => $vendorDir . '/google/apiclient/src/Google/Service/Reseller.php',
2885
- 'Google_Service_Reseller_ChangePlanRequest' => $vendorDir . '/google/apiclient/src/Google/Service/Reseller.php',
2886
- 'Google_Service_Reseller_Customer' => $vendorDir . '/google/apiclient/src/Google/Service/Reseller.php',
2887
- 'Google_Service_Reseller_Customers_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Reseller.php',
2888
- 'Google_Service_Reseller_RenewalSettings' => $vendorDir . '/google/apiclient/src/Google/Service/Reseller.php',
2889
- 'Google_Service_Reseller_Seats' => $vendorDir . '/google/apiclient/src/Google/Service/Reseller.php',
2890
- 'Google_Service_Reseller_Subscription' => $vendorDir . '/google/apiclient/src/Google/Service/Reseller.php',
2891
- 'Google_Service_Reseller_SubscriptionPlan' => $vendorDir . '/google/apiclient/src/Google/Service/Reseller.php',
2892
- 'Google_Service_Reseller_SubscriptionPlanCommitmentInterval' => $vendorDir . '/google/apiclient/src/Google/Service/Reseller.php',
2893
- 'Google_Service_Reseller_SubscriptionTransferInfo' => $vendorDir . '/google/apiclient/src/Google/Service/Reseller.php',
2894
- 'Google_Service_Reseller_SubscriptionTrialSettings' => $vendorDir . '/google/apiclient/src/Google/Service/Reseller.php',
2895
- 'Google_Service_Reseller_Subscriptions' => $vendorDir . '/google/apiclient/src/Google/Service/Reseller.php',
2896
- 'Google_Service_Reseller_Subscriptions_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Reseller.php',
2897
- 'Google_Service_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Resource.php',
2898
- 'Google_Service_Resourceviews' => $vendorDir . '/google/apiclient/src/Google/Service/Resourceviews.php',
2899
- 'Google_Service_Resourceviews_Label' => $vendorDir . '/google/apiclient/src/Google/Service/Resourceviews.php',
2900
- 'Google_Service_Resourceviews_ListResourceResponseItem' => $vendorDir . '/google/apiclient/src/Google/Service/Resourceviews.php',
2901
- 'Google_Service_Resourceviews_ListResourceResponseItemEndpoints' => $vendorDir . '/google/apiclient/src/Google/Service/Resourceviews.php',
2902
- 'Google_Service_Resourceviews_Operation' => $vendorDir . '/google/apiclient/src/Google/Service/Resourceviews.php',
2903
- 'Google_Service_Resourceviews_OperationError' => $vendorDir . '/google/apiclient/src/Google/Service/Resourceviews.php',
2904
- 'Google_Service_Resourceviews_OperationErrorErrors' => $vendorDir . '/google/apiclient/src/Google/Service/Resourceviews.php',
2905
- 'Google_Service_Resourceviews_OperationList' => $vendorDir . '/google/apiclient/src/Google/Service/Resourceviews.php',
2906
- 'Google_Service_Resourceviews_OperationWarnings' => $vendorDir . '/google/apiclient/src/Google/Service/Resourceviews.php',
2907
- 'Google_Service_Resourceviews_OperationWarningsData' => $vendorDir . '/google/apiclient/src/Google/Service/Resourceviews.php',
2908
- 'Google_Service_Resourceviews_ResourceView' => $vendorDir . '/google/apiclient/src/Google/Service/Resourceviews.php',
2909
- 'Google_Service_Resourceviews_ServiceEndpoint' => $vendorDir . '/google/apiclient/src/Google/Service/Resourceviews.php',
2910
- 'Google_Service_Resourceviews_ZoneOperations_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Resourceviews.php',
2911
- 'Google_Service_Resourceviews_ZoneViewsAddResourcesRequest' => $vendorDir . '/google/apiclient/src/Google/Service/Resourceviews.php',
2912
- 'Google_Service_Resourceviews_ZoneViewsGetServiceResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Resourceviews.php',
2913
- 'Google_Service_Resourceviews_ZoneViewsList' => $vendorDir . '/google/apiclient/src/Google/Service/Resourceviews.php',
2914
- 'Google_Service_Resourceviews_ZoneViewsListResourcesResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Resourceviews.php',
2915
- 'Google_Service_Resourceviews_ZoneViewsRemoveResourcesRequest' => $vendorDir . '/google/apiclient/src/Google/Service/Resourceviews.php',
2916
- 'Google_Service_Resourceviews_ZoneViewsSetServiceRequest' => $vendorDir . '/google/apiclient/src/Google/Service/Resourceviews.php',
2917
- 'Google_Service_Resourceviews_ZoneViews_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Resourceviews.php',
2918
- 'Google_Service_SQLAdmin' => $vendorDir . '/google/apiclient/src/Google/Service/SQLAdmin.php',
2919
- 'Google_Service_SQLAdmin_AclEntry' => $vendorDir . '/google/apiclient/src/Google/Service/SQLAdmin.php',
2920
- 'Google_Service_SQLAdmin_BackupConfiguration' => $vendorDir . '/google/apiclient/src/Google/Service/SQLAdmin.php',
2921
- 'Google_Service_SQLAdmin_BackupRun' => $vendorDir . '/google/apiclient/src/Google/Service/SQLAdmin.php',
2922
- 'Google_Service_SQLAdmin_BackupRunsListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/SQLAdmin.php',
2923
- 'Google_Service_SQLAdmin_BackupRuns_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/SQLAdmin.php',
2924
- 'Google_Service_SQLAdmin_BinLogCoordinates' => $vendorDir . '/google/apiclient/src/Google/Service/SQLAdmin.php',
2925
- 'Google_Service_SQLAdmin_CloneContext' => $vendorDir . '/google/apiclient/src/Google/Service/SQLAdmin.php',
2926
- 'Google_Service_SQLAdmin_Database' => $vendorDir . '/google/apiclient/src/Google/Service/SQLAdmin.php',
2927
- 'Google_Service_SQLAdmin_DatabaseFlags' => $vendorDir . '/google/apiclient/src/Google/Service/SQLAdmin.php',
2928
- 'Google_Service_SQLAdmin_DatabaseInstance' => $vendorDir . '/google/apiclient/src/Google/Service/SQLAdmin.php',
2929
- 'Google_Service_SQLAdmin_DatabasesListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/SQLAdmin.php',
2930
- 'Google_Service_SQLAdmin_Databases_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/SQLAdmin.php',
2931
- 'Google_Service_SQLAdmin_ExportContext' => $vendorDir . '/google/apiclient/src/Google/Service/SQLAdmin.php',
2932
- 'Google_Service_SQLAdmin_ExportContextCsvExportOptions' => $vendorDir . '/google/apiclient/src/Google/Service/SQLAdmin.php',
2933
- 'Google_Service_SQLAdmin_ExportContextSqlExportOptions' => $vendorDir . '/google/apiclient/src/Google/Service/SQLAdmin.php',
2934
- 'Google_Service_SQLAdmin_FailoverContext' => $vendorDir . '/google/apiclient/src/Google/Service/SQLAdmin.php',
2935
- 'Google_Service_SQLAdmin_Flag' => $vendorDir . '/google/apiclient/src/Google/Service/SQLAdmin.php',
2936
- 'Google_Service_SQLAdmin_FlagsListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/SQLAdmin.php',
2937
- 'Google_Service_SQLAdmin_Flags_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/SQLAdmin.php',
2938
- 'Google_Service_SQLAdmin_ImportContext' => $vendorDir . '/google/apiclient/src/Google/Service/SQLAdmin.php',
2939
- 'Google_Service_SQLAdmin_ImportContextCsvImportOptions' => $vendorDir . '/google/apiclient/src/Google/Service/SQLAdmin.php',
2940
- 'Google_Service_SQLAdmin_InstancesCloneRequest' => $vendorDir . '/google/apiclient/src/Google/Service/SQLAdmin.php',
2941
- 'Google_Service_SQLAdmin_InstancesExportRequest' => $vendorDir . '/google/apiclient/src/Google/Service/SQLAdmin.php',
2942
- 'Google_Service_SQLAdmin_InstancesFailoverRequest' => $vendorDir . '/google/apiclient/src/Google/Service/SQLAdmin.php',
2943
- 'Google_Service_SQLAdmin_InstancesImportRequest' => $vendorDir . '/google/apiclient/src/Google/Service/SQLAdmin.php',
2944
- 'Google_Service_SQLAdmin_InstancesListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/SQLAdmin.php',
2945
- 'Google_Service_SQLAdmin_InstancesRestoreBackupRequest' => $vendorDir . '/google/apiclient/src/Google/Service/SQLAdmin.php',
2946
- 'Google_Service_SQLAdmin_Instances_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/SQLAdmin.php',
2947
- 'Google_Service_SQLAdmin_IpConfiguration' => $vendorDir . '/google/apiclient/src/Google/Service/SQLAdmin.php',
2948
- 'Google_Service_SQLAdmin_IpMapping' => $vendorDir . '/google/apiclient/src/Google/Service/SQLAdmin.php',
2949
- 'Google_Service_SQLAdmin_LocationPreference' => $vendorDir . '/google/apiclient/src/Google/Service/SQLAdmin.php',
2950
- 'Google_Service_SQLAdmin_MySqlReplicaConfiguration' => $vendorDir . '/google/apiclient/src/Google/Service/SQLAdmin.php',
2951
- 'Google_Service_SQLAdmin_OnPremisesConfiguration' => $vendorDir . '/google/apiclient/src/Google/Service/SQLAdmin.php',
2952
- 'Google_Service_SQLAdmin_Operation' => $vendorDir . '/google/apiclient/src/Google/Service/SQLAdmin.php',
2953
- 'Google_Service_SQLAdmin_OperationError' => $vendorDir . '/google/apiclient/src/Google/Service/SQLAdmin.php',
2954
- 'Google_Service_SQLAdmin_OperationErrors' => $vendorDir . '/google/apiclient/src/Google/Service/SQLAdmin.php',
2955
- 'Google_Service_SQLAdmin_OperationsListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/SQLAdmin.php',
2956
- 'Google_Service_SQLAdmin_Operations_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/SQLAdmin.php',
2957
- 'Google_Service_SQLAdmin_ReplicaConfiguration' => $vendorDir . '/google/apiclient/src/Google/Service/SQLAdmin.php',
2958
- 'Google_Service_SQLAdmin_RestoreBackupContext' => $vendorDir . '/google/apiclient/src/Google/Service/SQLAdmin.php',
2959
- 'Google_Service_SQLAdmin_Settings' => $vendorDir . '/google/apiclient/src/Google/Service/SQLAdmin.php',
2960
- 'Google_Service_SQLAdmin_SslCert' => $vendorDir . '/google/apiclient/src/Google/Service/SQLAdmin.php',
2961
- 'Google_Service_SQLAdmin_SslCertDetail' => $vendorDir . '/google/apiclient/src/Google/Service/SQLAdmin.php',
2962
- 'Google_Service_SQLAdmin_SslCertsCreateEphemeralRequest' => $vendorDir . '/google/apiclient/src/Google/Service/SQLAdmin.php',
2963
- 'Google_Service_SQLAdmin_SslCertsInsertRequest' => $vendorDir . '/google/apiclient/src/Google/Service/SQLAdmin.php',
2964
- 'Google_Service_SQLAdmin_SslCertsInsertResponse' => $vendorDir . '/google/apiclient/src/Google/Service/SQLAdmin.php',
2965
- 'Google_Service_SQLAdmin_SslCertsListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/SQLAdmin.php',
2966
- 'Google_Service_SQLAdmin_SslCerts_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/SQLAdmin.php',
2967
- 'Google_Service_SQLAdmin_Tier' => $vendorDir . '/google/apiclient/src/Google/Service/SQLAdmin.php',
2968
- 'Google_Service_SQLAdmin_TiersListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/SQLAdmin.php',
2969
- 'Google_Service_SQLAdmin_Tiers_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/SQLAdmin.php',
2970
- 'Google_Service_SQLAdmin_User' => $vendorDir . '/google/apiclient/src/Google/Service/SQLAdmin.php',
2971
- 'Google_Service_SQLAdmin_UsersListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/SQLAdmin.php',
2972
- 'Google_Service_SQLAdmin_Users_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/SQLAdmin.php',
2973
- 'Google_Service_Script' => $vendorDir . '/google/apiclient/src/Google/Service/Script.php',
2974
- 'Google_Service_Script_ExecutionError' => $vendorDir . '/google/apiclient/src/Google/Service/Script.php',
2975
- 'Google_Service_Script_ExecutionRequest' => $vendorDir . '/google/apiclient/src/Google/Service/Script.php',
2976
- 'Google_Service_Script_ExecutionResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Script.php',
2977
- 'Google_Service_Script_Operation' => $vendorDir . '/google/apiclient/src/Google/Service/Script.php',
2978
- 'Google_Service_Script_OperationMetadata' => $vendorDir . '/google/apiclient/src/Google/Service/Script.php',
2979
- 'Google_Service_Script_OperationResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Script.php',
2980
- 'Google_Service_Script_ScriptStackTraceElement' => $vendorDir . '/google/apiclient/src/Google/Service/Script.php',
2981
- 'Google_Service_Script_Scripts_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Script.php',
2982
- 'Google_Service_Script_Status' => $vendorDir . '/google/apiclient/src/Google/Service/Script.php',
2983
- 'Google_Service_Script_StatusDetails' => $vendorDir . '/google/apiclient/src/Google/Service/Script.php',
2984
- 'Google_Service_ShoppingContent' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
2985
- 'Google_Service_ShoppingContent_Account' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
2986
- 'Google_Service_ShoppingContent_AccountAdwordsLink' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
2987
- 'Google_Service_ShoppingContent_AccountIdentifier' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
2988
- 'Google_Service_ShoppingContent_AccountShipping' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
2989
- 'Google_Service_ShoppingContent_AccountShippingCarrierRate' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
2990
- 'Google_Service_ShoppingContent_AccountShippingCondition' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
2991
- 'Google_Service_ShoppingContent_AccountShippingLocationGroup' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
2992
- 'Google_Service_ShoppingContent_AccountShippingPostalCodeRange' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
2993
- 'Google_Service_ShoppingContent_AccountShippingRateTable' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
2994
- 'Google_Service_ShoppingContent_AccountShippingRateTableCell' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
2995
- 'Google_Service_ShoppingContent_AccountShippingShippingService' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
2996
- 'Google_Service_ShoppingContent_AccountShippingShippingServiceCalculationMethod' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
2997
- 'Google_Service_ShoppingContent_AccountShippingShippingServiceCostRule' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
2998
- 'Google_Service_ShoppingContent_AccountStatus' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
2999
- 'Google_Service_ShoppingContent_AccountStatusDataQualityIssue' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3000
- 'Google_Service_ShoppingContent_AccountStatusExampleItem' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3001
- 'Google_Service_ShoppingContent_AccountTax' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3002
- 'Google_Service_ShoppingContent_AccountTaxTaxRule' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3003
- 'Google_Service_ShoppingContent_AccountUser' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3004
- 'Google_Service_ShoppingContent_AccountsAuthInfoResponse' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3005
- 'Google_Service_ShoppingContent_AccountsCustomBatchRequest' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3006
- 'Google_Service_ShoppingContent_AccountsCustomBatchRequestEntry' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3007
- 'Google_Service_ShoppingContent_AccountsCustomBatchResponse' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3008
- 'Google_Service_ShoppingContent_AccountsCustomBatchResponseEntry' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3009
- 'Google_Service_ShoppingContent_AccountsListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3010
- 'Google_Service_ShoppingContent_Accounts_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3011
- 'Google_Service_ShoppingContent_AccountshippingCustomBatchRequest' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3012
- 'Google_Service_ShoppingContent_AccountshippingCustomBatchRequestEntry' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3013
- 'Google_Service_ShoppingContent_AccountshippingCustomBatchResponse' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3014
- 'Google_Service_ShoppingContent_AccountshippingCustomBatchResponseEntry' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3015
- 'Google_Service_ShoppingContent_AccountshippingListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3016
- 'Google_Service_ShoppingContent_Accountshipping_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3017
- 'Google_Service_ShoppingContent_AccountstatusesCustomBatchRequest' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3018
- 'Google_Service_ShoppingContent_AccountstatusesCustomBatchRequestEntry' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3019
- 'Google_Service_ShoppingContent_AccountstatusesCustomBatchResponse' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3020
- 'Google_Service_ShoppingContent_AccountstatusesCustomBatchResponseEntry' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3021
- 'Google_Service_ShoppingContent_AccountstatusesListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3022
- 'Google_Service_ShoppingContent_Accountstatuses_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3023
- 'Google_Service_ShoppingContent_AccounttaxCustomBatchRequest' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3024
- 'Google_Service_ShoppingContent_AccounttaxCustomBatchRequestEntry' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3025
- 'Google_Service_ShoppingContent_AccounttaxCustomBatchResponse' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3026
- 'Google_Service_ShoppingContent_AccounttaxCustomBatchResponseEntry' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3027
- 'Google_Service_ShoppingContent_AccounttaxListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3028
- 'Google_Service_ShoppingContent_Accounttax_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3029
- 'Google_Service_ShoppingContent_Datafeed' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3030
- 'Google_Service_ShoppingContent_DatafeedFetchSchedule' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3031
- 'Google_Service_ShoppingContent_DatafeedFormat' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3032
- 'Google_Service_ShoppingContent_DatafeedStatus' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3033
- 'Google_Service_ShoppingContent_DatafeedStatusError' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3034
- 'Google_Service_ShoppingContent_DatafeedStatusExample' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3035
- 'Google_Service_ShoppingContent_DatafeedsCustomBatchRequest' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3036
- 'Google_Service_ShoppingContent_DatafeedsCustomBatchRequestEntry' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3037
- 'Google_Service_ShoppingContent_DatafeedsCustomBatchResponse' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3038
- 'Google_Service_ShoppingContent_DatafeedsCustomBatchResponseEntry' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3039
- 'Google_Service_ShoppingContent_DatafeedsListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3040
- 'Google_Service_ShoppingContent_Datafeeds_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3041
- 'Google_Service_ShoppingContent_DatafeedstatusesCustomBatchRequest' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3042
- 'Google_Service_ShoppingContent_DatafeedstatusesCustomBatchRequestEntry' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3043
- 'Google_Service_ShoppingContent_DatafeedstatusesCustomBatchResponse' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3044
- 'Google_Service_ShoppingContent_DatafeedstatusesCustomBatchResponseEntry' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3045
- 'Google_Service_ShoppingContent_DatafeedstatusesListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3046
- 'Google_Service_ShoppingContent_Datafeedstatuses_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3047
- 'Google_Service_ShoppingContent_Error' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3048
- 'Google_Service_ShoppingContent_Errors' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3049
- 'Google_Service_ShoppingContent_Inventory' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3050
- 'Google_Service_ShoppingContent_InventoryCustomBatchRequest' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3051
- 'Google_Service_ShoppingContent_InventoryCustomBatchRequestEntry' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3052
- 'Google_Service_ShoppingContent_InventoryCustomBatchResponse' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3053
- 'Google_Service_ShoppingContent_InventoryCustomBatchResponseEntry' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3054
- 'Google_Service_ShoppingContent_InventorySetRequest' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3055
- 'Google_Service_ShoppingContent_InventorySetResponse' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3056
- 'Google_Service_ShoppingContent_Inventory_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3057
- 'Google_Service_ShoppingContent_LoyaltyPoints' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3058
- 'Google_Service_ShoppingContent_Order' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3059
- 'Google_Service_ShoppingContent_OrderAddress' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3060
- 'Google_Service_ShoppingContent_OrderCancellation' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3061
- 'Google_Service_ShoppingContent_OrderCustomer' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3062
- 'Google_Service_ShoppingContent_OrderDeliveryDetails' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3063
- 'Google_Service_ShoppingContent_OrderLineItem' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3064
- 'Google_Service_ShoppingContent_OrderLineItemProduct' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3065
- 'Google_Service_ShoppingContent_OrderLineItemProductVariantAttribute' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3066
- 'Google_Service_ShoppingContent_OrderLineItemReturnInfo' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3067
- 'Google_Service_ShoppingContent_OrderLineItemShippingDetails' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3068
- 'Google_Service_ShoppingContent_OrderLineItemShippingDetailsMethod' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3069
- 'Google_Service_ShoppingContent_OrderPaymentMethod' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3070
- 'Google_Service_ShoppingContent_OrderRefund' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3071
- 'Google_Service_ShoppingContent_OrderReturn' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3072
- 'Google_Service_ShoppingContent_OrderShipment' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3073
- 'Google_Service_ShoppingContent_OrderShipmentLineItemShipment' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3074
- 'Google_Service_ShoppingContent_OrdersAcknowledgeRequest' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3075
- 'Google_Service_ShoppingContent_OrdersAcknowledgeResponse' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3076
- 'Google_Service_ShoppingContent_OrdersAdvanceTestOrderResponse' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3077
- 'Google_Service_ShoppingContent_OrdersCancelLineItemRequest' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3078
- 'Google_Service_ShoppingContent_OrdersCancelLineItemResponse' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3079
- 'Google_Service_ShoppingContent_OrdersCancelRequest' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3080
- 'Google_Service_ShoppingContent_OrdersCancelResponse' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3081
- 'Google_Service_ShoppingContent_OrdersCreateTestOrderRequest' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3082
- 'Google_Service_ShoppingContent_OrdersCreateTestOrderResponse' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3083
- 'Google_Service_ShoppingContent_OrdersCustomBatchRequest' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3084
- 'Google_Service_ShoppingContent_OrdersCustomBatchRequestEntry' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3085
- 'Google_Service_ShoppingContent_OrdersCustomBatchRequestEntryCancel' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3086
- 'Google_Service_ShoppingContent_OrdersCustomBatchRequestEntryCancelLineItem' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3087
- 'Google_Service_ShoppingContent_OrdersCustomBatchRequestEntryRefund' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3088
- 'Google_Service_ShoppingContent_OrdersCustomBatchRequestEntryReturnLineItem' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3089
- 'Google_Service_ShoppingContent_OrdersCustomBatchRequestEntryShipLineItems' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3090
- 'Google_Service_ShoppingContent_OrdersCustomBatchRequestEntryUpdateShipment' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3091
- 'Google_Service_ShoppingContent_OrdersCustomBatchResponse' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3092
- 'Google_Service_ShoppingContent_OrdersCustomBatchResponseEntry' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3093
- 'Google_Service_ShoppingContent_OrdersGetByMerchantOrderIdResponse' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3094
- 'Google_Service_ShoppingContent_OrdersGetTestOrderTemplateResponse' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3095
- 'Google_Service_ShoppingContent_OrdersListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3096
- 'Google_Service_ShoppingContent_OrdersRefundRequest' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3097
- 'Google_Service_ShoppingContent_OrdersRefundResponse' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3098
- 'Google_Service_ShoppingContent_OrdersReturnLineItemRequest' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3099
- 'Google_Service_ShoppingContent_OrdersReturnLineItemResponse' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3100
- 'Google_Service_ShoppingContent_OrdersShipLineItemsRequest' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3101
- 'Google_Service_ShoppingContent_OrdersShipLineItemsResponse' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3102
- 'Google_Service_ShoppingContent_OrdersUpdateMerchantOrderIdRequest' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3103
- 'Google_Service_ShoppingContent_OrdersUpdateMerchantOrderIdResponse' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3104
- 'Google_Service_ShoppingContent_OrdersUpdateShipmentRequest' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3105
- 'Google_Service_ShoppingContent_OrdersUpdateShipmentResponse' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3106
- 'Google_Service_ShoppingContent_Orders_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3107
- 'Google_Service_ShoppingContent_Price' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3108
- 'Google_Service_ShoppingContent_Product' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3109
- 'Google_Service_ShoppingContent_ProductAspect' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3110
- 'Google_Service_ShoppingContent_ProductCustomAttribute' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3111
- 'Google_Service_ShoppingContent_ProductCustomGroup' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3112
- 'Google_Service_ShoppingContent_ProductDestination' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3113
- 'Google_Service_ShoppingContent_ProductInstallment' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3114
- 'Google_Service_ShoppingContent_ProductShipping' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3115
- 'Google_Service_ShoppingContent_ProductShippingDimension' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3116
- 'Google_Service_ShoppingContent_ProductShippingWeight' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3117
- 'Google_Service_ShoppingContent_ProductStatus' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3118
- 'Google_Service_ShoppingContent_ProductStatusDataQualityIssue' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3119
- 'Google_Service_ShoppingContent_ProductStatusDestinationStatus' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3120
- 'Google_Service_ShoppingContent_ProductTax' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3121
- 'Google_Service_ShoppingContent_ProductUnitPricingBaseMeasure' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3122
- 'Google_Service_ShoppingContent_ProductUnitPricingMeasure' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3123
- 'Google_Service_ShoppingContent_ProductsCustomBatchRequest' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3124
- 'Google_Service_ShoppingContent_ProductsCustomBatchRequestEntry' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3125
- 'Google_Service_ShoppingContent_ProductsCustomBatchResponse' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3126
- 'Google_Service_ShoppingContent_ProductsCustomBatchResponseEntry' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3127
- 'Google_Service_ShoppingContent_ProductsListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3128
- 'Google_Service_ShoppingContent_Products_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3129
- 'Google_Service_ShoppingContent_ProductstatusesCustomBatchRequest' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3130
- 'Google_Service_ShoppingContent_ProductstatusesCustomBatchRequestEntry' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3131
- 'Google_Service_ShoppingContent_ProductstatusesCustomBatchResponse' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3132
- 'Google_Service_ShoppingContent_ProductstatusesCustomBatchResponseEntry' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3133
- 'Google_Service_ShoppingContent_ProductstatusesListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3134
- 'Google_Service_ShoppingContent_Productstatuses_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3135
- 'Google_Service_ShoppingContent_TestOrder' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3136
- 'Google_Service_ShoppingContent_TestOrderCustomer' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3137
- 'Google_Service_ShoppingContent_TestOrderLineItem' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3138
- 'Google_Service_ShoppingContent_TestOrderLineItemProduct' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3139
- 'Google_Service_ShoppingContent_TestOrderPaymentMethod' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3140
- 'Google_Service_ShoppingContent_Weight' => $vendorDir . '/google/apiclient/src/Google/Service/ShoppingContent.php',
3141
- 'Google_Service_SiteVerification' => $vendorDir . '/google/apiclient/src/Google/Service/SiteVerification.php',
3142
- 'Google_Service_SiteVerification_SiteVerificationWebResourceGettokenRequest' => $vendorDir . '/google/apiclient/src/Google/Service/SiteVerification.php',
3143
- 'Google_Service_SiteVerification_SiteVerificationWebResourceGettokenRequestSite' => $vendorDir . '/google/apiclient/src/Google/Service/SiteVerification.php',
3144
- 'Google_Service_SiteVerification_SiteVerificationWebResourceGettokenResponse' => $vendorDir . '/google/apiclient/src/Google/Service/SiteVerification.php',
3145
- 'Google_Service_SiteVerification_SiteVerificationWebResourceListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/SiteVerification.php',
3146
- 'Google_Service_SiteVerification_SiteVerificationWebResourceResource' => $vendorDir . '/google/apiclient/src/Google/Service/SiteVerification.php',
3147
- 'Google_Service_SiteVerification_SiteVerificationWebResourceResourceSite' => $vendorDir . '/google/apiclient/src/Google/Service/SiteVerification.php',
3148
- 'Google_Service_SiteVerification_WebResource_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/SiteVerification.php',
3149
- 'Google_Service_Spectrum' => $vendorDir . '/google/apiclient/src/Google/Service/Spectrum.php',
3150
- 'Google_Service_Spectrum_AntennaCharacteristics' => $vendorDir . '/google/apiclient/src/Google/Service/Spectrum.php',
3151
- 'Google_Service_Spectrum_DatabaseSpec' => $vendorDir . '/google/apiclient/src/Google/Service/Spectrum.php',
3152
- 'Google_Service_Spectrum_DbUpdateSpec' => $vendorDir . '/google/apiclient/src/Google/Service/Spectrum.php',
3153
- 'Google_Service_Spectrum_DeviceCapabilities' => $vendorDir . '/google/apiclient/src/Google/Service/Spectrum.php',
3154
- 'Google_Service_Spectrum_DeviceDescriptor' => $vendorDir . '/google/apiclient/src/Google/Service/Spectrum.php',
3155
- 'Google_Service_Spectrum_DeviceOwner' => $vendorDir . '/google/apiclient/src/Google/Service/Spectrum.php',
3156
- 'Google_Service_Spectrum_DeviceValidity' => $vendorDir . '/google/apiclient/src/Google/Service/Spectrum.php',
3157
- 'Google_Service_Spectrum_EventTime' => $vendorDir . '/google/apiclient/src/Google/Service/Spectrum.php',
3158
- 'Google_Service_Spectrum_FrequencyRange' => $vendorDir . '/google/apiclient/src/Google/Service/Spectrum.php',
3159
- 'Google_Service_Spectrum_GeoLocation' => $vendorDir . '/google/apiclient/src/Google/Service/Spectrum.php',
3160
- 'Google_Service_Spectrum_GeoLocationEllipse' => $vendorDir . '/google/apiclient/src/Google/Service/Spectrum.php',
3161
- 'Google_Service_Spectrum_GeoLocationPoint' => $vendorDir . '/google/apiclient/src/Google/Service/Spectrum.php',
3162
- 'Google_Service_Spectrum_GeoLocationPolygon' => $vendorDir . '/google/apiclient/src/Google/Service/Spectrum.php',
3163
- 'Google_Service_Spectrum_GeoSpectrumSchedule' => $vendorDir . '/google/apiclient/src/Google/Service/Spectrum.php',
3164
- 'Google_Service_Spectrum_PawsGetSpectrumBatchRequest' => $vendorDir . '/google/apiclient/src/Google/Service/Spectrum.php',
3165
- 'Google_Service_Spectrum_PawsGetSpectrumBatchResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Spectrum.php',
3166
- 'Google_Service_Spectrum_PawsGetSpectrumRequest' => $vendorDir . '/google/apiclient/src/Google/Service/Spectrum.php',
3167
- 'Google_Service_Spectrum_PawsGetSpectrumResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Spectrum.php',
3168
- 'Google_Service_Spectrum_PawsInitRequest' => $vendorDir . '/google/apiclient/src/Google/Service/Spectrum.php',
3169
- 'Google_Service_Spectrum_PawsInitResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Spectrum.php',
3170
- 'Google_Service_Spectrum_PawsNotifySpectrumUseRequest' => $vendorDir . '/google/apiclient/src/Google/Service/Spectrum.php',
3171
- 'Google_Service_Spectrum_PawsNotifySpectrumUseResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Spectrum.php',
3172
- 'Google_Service_Spectrum_PawsRegisterRequest' => $vendorDir . '/google/apiclient/src/Google/Service/Spectrum.php',
3173
- 'Google_Service_Spectrum_PawsRegisterResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Spectrum.php',
3174
- 'Google_Service_Spectrum_PawsVerifyDeviceRequest' => $vendorDir . '/google/apiclient/src/Google/Service/Spectrum.php',
3175
- 'Google_Service_Spectrum_PawsVerifyDeviceResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Spectrum.php',
3176
- 'Google_Service_Spectrum_Paws_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Spectrum.php',
3177
- 'Google_Service_Spectrum_RulesetInfo' => $vendorDir . '/google/apiclient/src/Google/Service/Spectrum.php',
3178
- 'Google_Service_Spectrum_SpectrumMessage' => $vendorDir . '/google/apiclient/src/Google/Service/Spectrum.php',
3179
- 'Google_Service_Spectrum_SpectrumSchedule' => $vendorDir . '/google/apiclient/src/Google/Service/Spectrum.php',
3180
- 'Google_Service_Spectrum_Vcard' => $vendorDir . '/google/apiclient/src/Google/Service/Spectrum.php',
3181
- 'Google_Service_Spectrum_VcardAddress' => $vendorDir . '/google/apiclient/src/Google/Service/Spectrum.php',
3182
- 'Google_Service_Spectrum_VcardTelephone' => $vendorDir . '/google/apiclient/src/Google/Service/Spectrum.php',
3183
- 'Google_Service_Spectrum_VcardTypedText' => $vendorDir . '/google/apiclient/src/Google/Service/Spectrum.php',
3184
- 'Google_Service_Storage' => $vendorDir . '/google/apiclient/src/Google/Service/Storage.php',
3185
- 'Google_Service_Storage_Bucket' => $vendorDir . '/google/apiclient/src/Google/Service/Storage.php',
3186
- 'Google_Service_Storage_BucketAccessControl' => $vendorDir . '/google/apiclient/src/Google/Service/Storage.php',
3187
- 'Google_Service_Storage_BucketAccessControlProjectTeam' => $vendorDir . '/google/apiclient/src/Google/Service/Storage.php',
3188
- 'Google_Service_Storage_BucketAccessControls' => $vendorDir . '/google/apiclient/src/Google/Service/Storage.php',
3189
- 'Google_Service_Storage_BucketAccessControls_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Storage.php',
3190
- 'Google_Service_Storage_BucketCors' => $vendorDir . '/google/apiclient/src/Google/Service/Storage.php',
3191
- 'Google_Service_Storage_BucketLifecycle' => $vendorDir . '/google/apiclient/src/Google/Service/Storage.php',
3192
- 'Google_Service_Storage_BucketLifecycleRule' => $vendorDir . '/google/apiclient/src/Google/Service/Storage.php',
3193
- 'Google_Service_Storage_BucketLifecycleRuleAction' => $vendorDir . '/google/apiclient/src/Google/Service/Storage.php',
3194
- 'Google_Service_Storage_BucketLifecycleRuleCondition' => $vendorDir . '/google/apiclient/src/Google/Service/Storage.php',
3195
- 'Google_Service_Storage_BucketLogging' => $vendorDir . '/google/apiclient/src/Google/Service/Storage.php',
3196
- 'Google_Service_Storage_BucketOwner' => $vendorDir . '/google/apiclient/src/Google/Service/Storage.php',
3197
- 'Google_Service_Storage_BucketVersioning' => $vendorDir . '/google/apiclient/src/Google/Service/Storage.php',
3198
- 'Google_Service_Storage_BucketWebsite' => $vendorDir . '/google/apiclient/src/Google/Service/Storage.php',
3199
- 'Google_Service_Storage_Buckets' => $vendorDir . '/google/apiclient/src/Google/Service/Storage.php',
3200
- 'Google_Service_Storage_Buckets_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Storage.php',
3201
- 'Google_Service_Storage_Channel' => $vendorDir . '/google/apiclient/src/Google/Service/Storage.php',
3202
- 'Google_Service_Storage_ChannelParams' => $vendorDir . '/google/apiclient/src/Google/Service/Storage.php',
3203
- 'Google_Service_Storage_Channels_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Storage.php',
3204
- 'Google_Service_Storage_ComposeRequest' => $vendorDir . '/google/apiclient/src/Google/Service/Storage.php',
3205
- 'Google_Service_Storage_ComposeRequestSourceObjects' => $vendorDir . '/google/apiclient/src/Google/Service/Storage.php',
3206
- 'Google_Service_Storage_ComposeRequestSourceObjectsObjectPreconditions' => $vendorDir . '/google/apiclient/src/Google/Service/Storage.php',
3207
- 'Google_Service_Storage_DefaultObjectAccessControls_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Storage.php',
3208
- 'Google_Service_Storage_ObjectAccessControl' => $vendorDir . '/google/apiclient/src/Google/Service/Storage.php',
3209
- 'Google_Service_Storage_ObjectAccessControlProjectTeam' => $vendorDir . '/google/apiclient/src/Google/Service/Storage.php',
3210
- 'Google_Service_Storage_ObjectAccessControls' => $vendorDir . '/google/apiclient/src/Google/Service/Storage.php',
3211
- 'Google_Service_Storage_ObjectAccessControls_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Storage.php',
3212
- 'Google_Service_Storage_Objects' => $vendorDir . '/google/apiclient/src/Google/Service/Storage.php',
3213
- 'Google_Service_Storage_Objects_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Storage.php',
3214
- 'Google_Service_Storage_RewriteResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Storage.php',
3215
- 'Google_Service_Storage_StorageObject' => $vendorDir . '/google/apiclient/src/Google/Service/Storage.php',
3216
- 'Google_Service_Storage_StorageObjectMetadata' => $vendorDir . '/google/apiclient/src/Google/Service/Storage.php',
3217
- 'Google_Service_Storage_StorageObjectOwner' => $vendorDir . '/google/apiclient/src/Google/Service/Storage.php',
3218
- 'Google_Service_Storagetransfer' => $vendorDir . '/google/apiclient/src/Google/Service/Storagetransfer.php',
3219
- 'Google_Service_Storagetransfer_AwsAccessKey' => $vendorDir . '/google/apiclient/src/Google/Service/Storagetransfer.php',
3220
- 'Google_Service_Storagetransfer_AwsS3Data' => $vendorDir . '/google/apiclient/src/Google/Service/Storagetransfer.php',
3221
- 'Google_Service_Storagetransfer_Date' => $vendorDir . '/google/apiclient/src/Google/Service/Storagetransfer.php',
3222
- 'Google_Service_Storagetransfer_Empty' => $vendorDir . '/google/apiclient/src/Google/Service/Storagetransfer.php',
3223
- 'Google_Service_Storagetransfer_ErrorLogEntry' => $vendorDir . '/google/apiclient/src/Google/Service/Storagetransfer.php',
3224
- 'Google_Service_Storagetransfer_ErrorSummary' => $vendorDir . '/google/apiclient/src/Google/Service/Storagetransfer.php',
3225
- 'Google_Service_Storagetransfer_GcsData' => $vendorDir . '/google/apiclient/src/Google/Service/Storagetransfer.php',
3226
- 'Google_Service_Storagetransfer_GoogleServiceAccount' => $vendorDir . '/google/apiclient/src/Google/Service/Storagetransfer.php',
3227
- 'Google_Service_Storagetransfer_GoogleServiceAccounts_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Storagetransfer.php',
3228
- 'Google_Service_Storagetransfer_HttpData' => $vendorDir . '/google/apiclient/src/Google/Service/Storagetransfer.php',
3229
- 'Google_Service_Storagetransfer_ListOperationsResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Storagetransfer.php',
3230
- 'Google_Service_Storagetransfer_ListTransferJobsResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Storagetransfer.php',
3231
- 'Google_Service_Storagetransfer_ObjectConditions' => $vendorDir . '/google/apiclient/src/Google/Service/Storagetransfer.php',
3232
- 'Google_Service_Storagetransfer_Operation' => $vendorDir . '/google/apiclient/src/Google/Service/Storagetransfer.php',
3233
- 'Google_Service_Storagetransfer_OperationMetadata' => $vendorDir . '/google/apiclient/src/Google/Service/Storagetransfer.php',
3234
- 'Google_Service_Storagetransfer_OperationResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Storagetransfer.php',
3235
- 'Google_Service_Storagetransfer_PauseTransferOperationRequest' => $vendorDir . '/google/apiclient/src/Google/Service/Storagetransfer.php',
3236
- 'Google_Service_Storagetransfer_ResumeTransferOperationRequest' => $vendorDir . '/google/apiclient/src/Google/Service/Storagetransfer.php',
3237
- 'Google_Service_Storagetransfer_Schedule' => $vendorDir . '/google/apiclient/src/Google/Service/Storagetransfer.php',
3238
- 'Google_Service_Storagetransfer_Status' => $vendorDir . '/google/apiclient/src/Google/Service/Storagetransfer.php',
3239
- 'Google_Service_Storagetransfer_StatusDetails' => $vendorDir . '/google/apiclient/src/Google/Service/Storagetransfer.php',
3240
- 'Google_Service_Storagetransfer_TimeOfDay' => $vendorDir . '/google/apiclient/src/Google/Service/Storagetransfer.php',
3241
- 'Google_Service_Storagetransfer_TransferCounters' => $vendorDir . '/google/apiclient/src/Google/Service/Storagetransfer.php',
3242
- 'Google_Service_Storagetransfer_TransferJob' => $vendorDir . '/google/apiclient/src/Google/Service/Storagetransfer.php',
3243
- 'Google_Service_Storagetransfer_TransferJobs_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Storagetransfer.php',
3244
- 'Google_Service_Storagetransfer_TransferOperation' => $vendorDir . '/google/apiclient/src/Google/Service/Storagetransfer.php',
3245
- 'Google_Service_Storagetransfer_TransferOperations_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Storagetransfer.php',
3246
- 'Google_Service_Storagetransfer_TransferOptions' => $vendorDir . '/google/apiclient/src/Google/Service/Storagetransfer.php',
3247
- 'Google_Service_Storagetransfer_TransferSpec' => $vendorDir . '/google/apiclient/src/Google/Service/Storagetransfer.php',
3248
- 'Google_Service_Storagetransfer_UpdateTransferJobRequest' => $vendorDir . '/google/apiclient/src/Google/Service/Storagetransfer.php',
3249
- 'Google_Service_Storagetransfer_V1_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Storagetransfer.php',
3250
- 'Google_Service_TagManager' => $vendorDir . '/google/apiclient/src/Google/Service/TagManager.php',
3251
- 'Google_Service_TagManager_Account' => $vendorDir . '/google/apiclient/src/Google/Service/TagManager.php',
3252
- 'Google_Service_TagManager_AccountAccess' => $vendorDir . '/google/apiclient/src/Google/Service/TagManager.php',
3253
- 'Google_Service_TagManager_AccountsContainersFoldersEntities_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/TagManager.php',
3254
- 'Google_Service_TagManager_AccountsContainersFolders_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/TagManager.php',
3255
- 'Google_Service_TagManager_AccountsContainersMoveFolders_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/TagManager.php',
3256
- 'Google_Service_TagManager_AccountsContainersTags_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/TagManager.php',
3257
- 'Google_Service_TagManager_AccountsContainersTriggers_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/TagManager.php',
3258
- 'Google_Service_TagManager_AccountsContainersVariables_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/TagManager.php',
3259
- 'Google_Service_TagManager_AccountsContainersVersions_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/TagManager.php',
3260
- 'Google_Service_TagManager_AccountsContainers_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/TagManager.php',
3261
- 'Google_Service_TagManager_AccountsPermissions_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/TagManager.php',
3262
- 'Google_Service_TagManager_Accounts_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/TagManager.php',
3263
- 'Google_Service_TagManager_Condition' => $vendorDir . '/google/apiclient/src/Google/Service/TagManager.php',
3264
- 'Google_Service_TagManager_Container' => $vendorDir . '/google/apiclient/src/Google/Service/TagManager.php',
3265
- 'Google_Service_TagManager_ContainerAccess' => $vendorDir . '/google/apiclient/src/Google/Service/TagManager.php',
3266
- 'Google_Service_TagManager_ContainerVersion' => $vendorDir . '/google/apiclient/src/Google/Service/TagManager.php',
3267
- 'Google_Service_TagManager_ContainerVersionHeader' => $vendorDir . '/google/apiclient/src/Google/Service/TagManager.php',
3268
- 'Google_Service_TagManager_CreateContainerVersionRequestVersionOptions' => $vendorDir . '/google/apiclient/src/Google/Service/TagManager.php',
3269
- 'Google_Service_TagManager_CreateContainerVersionResponse' => $vendorDir . '/google/apiclient/src/Google/Service/TagManager.php',
3270
- 'Google_Service_TagManager_Folder' => $vendorDir . '/google/apiclient/src/Google/Service/TagManager.php',
3271
- 'Google_Service_TagManager_FolderEntities' => $vendorDir . '/google/apiclient/src/Google/Service/TagManager.php',
3272
- 'Google_Service_TagManager_ListAccountUsersResponse' => $vendorDir . '/google/apiclient/src/Google/Service/TagManager.php',
3273
- 'Google_Service_TagManager_ListAccountsResponse' => $vendorDir . '/google/apiclient/src/Google/Service/TagManager.php',
3274
- 'Google_Service_TagManager_ListContainerVersionsResponse' => $vendorDir . '/google/apiclient/src/Google/Service/TagManager.php',
3275
- 'Google_Service_TagManager_ListContainersResponse' => $vendorDir . '/google/apiclient/src/Google/Service/TagManager.php',
3276
- 'Google_Service_TagManager_ListFoldersResponse' => $vendorDir . '/google/apiclient/src/Google/Service/TagManager.php',
3277
- 'Google_Service_TagManager_ListTagsResponse' => $vendorDir . '/google/apiclient/src/Google/Service/TagManager.php',
3278
- 'Google_Service_TagManager_ListTriggersResponse' => $vendorDir . '/google/apiclient/src/Google/Service/TagManager.php',
3279
- 'Google_Service_TagManager_ListVariablesResponse' => $vendorDir . '/google/apiclient/src/Google/Service/TagManager.php',
3280
- 'Google_Service_TagManager_Macro' => $vendorDir . '/google/apiclient/src/Google/Service/TagManager.php',
3281
- 'Google_Service_TagManager_Parameter' => $vendorDir . '/google/apiclient/src/Google/Service/TagManager.php',
3282
- 'Google_Service_TagManager_PublishContainerVersionResponse' => $vendorDir . '/google/apiclient/src/Google/Service/TagManager.php',
3283
- 'Google_Service_TagManager_Rule' => $vendorDir . '/google/apiclient/src/Google/Service/TagManager.php',
3284
- 'Google_Service_TagManager_SetupTag' => $vendorDir . '/google/apiclient/src/Google/Service/TagManager.php',
3285
- 'Google_Service_TagManager_Tag' => $vendorDir . '/google/apiclient/src/Google/Service/TagManager.php',
3286
- 'Google_Service_TagManager_TeardownTag' => $vendorDir . '/google/apiclient/src/Google/Service/TagManager.php',
3287
- 'Google_Service_TagManager_Trigger' => $vendorDir . '/google/apiclient/src/Google/Service/TagManager.php',
3288
- 'Google_Service_TagManager_UserAccess' => $vendorDir . '/google/apiclient/src/Google/Service/TagManager.php',
3289
- 'Google_Service_TagManager_Variable' => $vendorDir . '/google/apiclient/src/Google/Service/TagManager.php',
3290
- 'Google_Service_Taskqueue' => $vendorDir . '/google/apiclient/src/Google/Service/Taskqueue.php',
3291
- 'Google_Service_Taskqueue_Task' => $vendorDir . '/google/apiclient/src/Google/Service/Taskqueue.php',
3292
- 'Google_Service_Taskqueue_TaskQueue' => $vendorDir . '/google/apiclient/src/Google/Service/Taskqueue.php',
3293
- 'Google_Service_Taskqueue_TaskQueueAcl' => $vendorDir . '/google/apiclient/src/Google/Service/Taskqueue.php',
3294
- 'Google_Service_Taskqueue_TaskQueueStats' => $vendorDir . '/google/apiclient/src/Google/Service/Taskqueue.php',
3295
- 'Google_Service_Taskqueue_Taskqueues_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Taskqueue.php',
3296
- 'Google_Service_Taskqueue_Tasks' => $vendorDir . '/google/apiclient/src/Google/Service/Taskqueue.php',
3297
- 'Google_Service_Taskqueue_Tasks2' => $vendorDir . '/google/apiclient/src/Google/Service/Taskqueue.php',
3298
- 'Google_Service_Taskqueue_Tasks_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Taskqueue.php',
3299
- 'Google_Service_Tasks' => $vendorDir . '/google/apiclient/src/Google/Service/Tasks.php',
3300
- 'Google_Service_Tasks_Task' => $vendorDir . '/google/apiclient/src/Google/Service/Tasks.php',
3301
- 'Google_Service_Tasks_TaskLinks' => $vendorDir . '/google/apiclient/src/Google/Service/Tasks.php',
3302
- 'Google_Service_Tasks_TaskList' => $vendorDir . '/google/apiclient/src/Google/Service/Tasks.php',
3303
- 'Google_Service_Tasks_TaskLists' => $vendorDir . '/google/apiclient/src/Google/Service/Tasks.php',
3304
- 'Google_Service_Tasks_Tasklists_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Tasks.php',
3305
- 'Google_Service_Tasks_Tasks' => $vendorDir . '/google/apiclient/src/Google/Service/Tasks.php',
3306
- 'Google_Service_Tasks_Tasks_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Tasks.php',
3307
- 'Google_Service_Translate' => $vendorDir . '/google/apiclient/src/Google/Service/Translate.php',
3308
- 'Google_Service_Translate_DetectionsListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Translate.php',
3309
- 'Google_Service_Translate_DetectionsResourceItems' => $vendorDir . '/google/apiclient/src/Google/Service/Translate.php',
3310
- 'Google_Service_Translate_Detections_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Translate.php',
3311
- 'Google_Service_Translate_LanguagesListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Translate.php',
3312
- 'Google_Service_Translate_LanguagesResource' => $vendorDir . '/google/apiclient/src/Google/Service/Translate.php',
3313
- 'Google_Service_Translate_Languages_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Translate.php',
3314
- 'Google_Service_Translate_TranslationsListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Translate.php',
3315
- 'Google_Service_Translate_TranslationsResource' => $vendorDir . '/google/apiclient/src/Google/Service/Translate.php',
3316
- 'Google_Service_Translate_Translations_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Translate.php',
3317
- 'Google_Service_Urlshortener' => $vendorDir . '/google/apiclient/src/Google/Service/Urlshortener.php',
3318
- 'Google_Service_Urlshortener_AnalyticsSnapshot' => $vendorDir . '/google/apiclient/src/Google/Service/Urlshortener.php',
3319
- 'Google_Service_Urlshortener_AnalyticsSummary' => $vendorDir . '/google/apiclient/src/Google/Service/Urlshortener.php',
3320
- 'Google_Service_Urlshortener_StringCount' => $vendorDir . '/google/apiclient/src/Google/Service/Urlshortener.php',
3321
- 'Google_Service_Urlshortener_Url' => $vendorDir . '/google/apiclient/src/Google/Service/Urlshortener.php',
3322
- 'Google_Service_Urlshortener_UrlHistory' => $vendorDir . '/google/apiclient/src/Google/Service/Urlshortener.php',
3323
- 'Google_Service_Urlshortener_Url_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Urlshortener.php',
3324
- 'Google_Service_Webfonts' => $vendorDir . '/google/apiclient/src/Google/Service/Webfonts.php',
3325
- 'Google_Service_Webfonts_Webfont' => $vendorDir . '/google/apiclient/src/Google/Service/Webfonts.php',
3326
- 'Google_Service_Webfonts_WebfontFiles' => $vendorDir . '/google/apiclient/src/Google/Service/Webfonts.php',
3327
- 'Google_Service_Webfonts_WebfontList' => $vendorDir . '/google/apiclient/src/Google/Service/Webfonts.php',
3328
- 'Google_Service_Webfonts_Webfonts_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Webfonts.php',
3329
- 'Google_Service_Webmasters' => $vendorDir . '/google/apiclient/src/Google/Service/Webmasters.php',
3330
- 'Google_Service_Webmasters_ApiDataRow' => $vendorDir . '/google/apiclient/src/Google/Service/Webmasters.php',
3331
- 'Google_Service_Webmasters_ApiDimensionFilter' => $vendorDir . '/google/apiclient/src/Google/Service/Webmasters.php',
3332
- 'Google_Service_Webmasters_ApiDimensionFilterGroup' => $vendorDir . '/google/apiclient/src/Google/Service/Webmasters.php',
3333
- 'Google_Service_Webmasters_SearchAnalyticsQueryRequest' => $vendorDir . '/google/apiclient/src/Google/Service/Webmasters.php',
3334
- 'Google_Service_Webmasters_SearchAnalyticsQueryResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Webmasters.php',
3335
- 'Google_Service_Webmasters_Searchanalytics_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Webmasters.php',
3336
- 'Google_Service_Webmasters_SitemapsListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Webmasters.php',
3337
- 'Google_Service_Webmasters_Sitemaps_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Webmasters.php',
3338
- 'Google_Service_Webmasters_SitesListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Webmasters.php',
3339
- 'Google_Service_Webmasters_Sites_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Webmasters.php',
3340
- 'Google_Service_Webmasters_UrlCrawlErrorCount' => $vendorDir . '/google/apiclient/src/Google/Service/Webmasters.php',
3341
- 'Google_Service_Webmasters_UrlCrawlErrorCountsPerType' => $vendorDir . '/google/apiclient/src/Google/Service/Webmasters.php',
3342
- 'Google_Service_Webmasters_UrlCrawlErrorsCountsQueryResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Webmasters.php',
3343
- 'Google_Service_Webmasters_UrlCrawlErrorsSample' => $vendorDir . '/google/apiclient/src/Google/Service/Webmasters.php',
3344
- 'Google_Service_Webmasters_UrlCrawlErrorsSamplesListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/Webmasters.php',
3345
- 'Google_Service_Webmasters_UrlSampleDetails' => $vendorDir . '/google/apiclient/src/Google/Service/Webmasters.php',
3346
- 'Google_Service_Webmasters_Urlcrawlerrorscounts_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Webmasters.php',
3347
- 'Google_Service_Webmasters_Urlcrawlerrorssamples_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Webmasters.php',
3348
- 'Google_Service_Webmasters_WmxSite' => $vendorDir . '/google/apiclient/src/Google/Service/Webmasters.php',
3349
- 'Google_Service_Webmasters_WmxSitemap' => $vendorDir . '/google/apiclient/src/Google/Service/Webmasters.php',
3350
- 'Google_Service_Webmasters_WmxSitemapContent' => $vendorDir . '/google/apiclient/src/Google/Service/Webmasters.php',
3351
- 'Google_Service_YouTube' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3352
- 'Google_Service_YouTubeAnalytics' => $vendorDir . '/google/apiclient/src/Google/Service/YouTubeAnalytics.php',
3353
- 'Google_Service_YouTubeAnalytics_BatchReport' => $vendorDir . '/google/apiclient/src/Google/Service/YouTubeAnalytics.php',
3354
- 'Google_Service_YouTubeAnalytics_BatchReportDefinition' => $vendorDir . '/google/apiclient/src/Google/Service/YouTubeAnalytics.php',
3355
- 'Google_Service_YouTubeAnalytics_BatchReportDefinitionList' => $vendorDir . '/google/apiclient/src/Google/Service/YouTubeAnalytics.php',
3356
- 'Google_Service_YouTubeAnalytics_BatchReportDefinitions_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/YouTubeAnalytics.php',
3357
- 'Google_Service_YouTubeAnalytics_BatchReportList' => $vendorDir . '/google/apiclient/src/Google/Service/YouTubeAnalytics.php',
3358
- 'Google_Service_YouTubeAnalytics_BatchReportOutputs' => $vendorDir . '/google/apiclient/src/Google/Service/YouTubeAnalytics.php',
3359
- 'Google_Service_YouTubeAnalytics_BatchReportTimeSpan' => $vendorDir . '/google/apiclient/src/Google/Service/YouTubeAnalytics.php',
3360
- 'Google_Service_YouTubeAnalytics_BatchReports_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/YouTubeAnalytics.php',
3361
- 'Google_Service_YouTubeAnalytics_Group' => $vendorDir . '/google/apiclient/src/Google/Service/YouTubeAnalytics.php',
3362
- 'Google_Service_YouTubeAnalytics_GroupContentDetails' => $vendorDir . '/google/apiclient/src/Google/Service/YouTubeAnalytics.php',
3363
- 'Google_Service_YouTubeAnalytics_GroupItem' => $vendorDir . '/google/apiclient/src/Google/Service/YouTubeAnalytics.php',
3364
- 'Google_Service_YouTubeAnalytics_GroupItemListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/YouTubeAnalytics.php',
3365
- 'Google_Service_YouTubeAnalytics_GroupItemResource' => $vendorDir . '/google/apiclient/src/Google/Service/YouTubeAnalytics.php',
3366
- 'Google_Service_YouTubeAnalytics_GroupItems_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/YouTubeAnalytics.php',
3367
- 'Google_Service_YouTubeAnalytics_GroupListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/YouTubeAnalytics.php',
3368
- 'Google_Service_YouTubeAnalytics_GroupSnippet' => $vendorDir . '/google/apiclient/src/Google/Service/YouTubeAnalytics.php',
3369
- 'Google_Service_YouTubeAnalytics_Groups_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/YouTubeAnalytics.php',
3370
- 'Google_Service_YouTubeAnalytics_Reports_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/YouTubeAnalytics.php',
3371
- 'Google_Service_YouTubeAnalytics_ResultTable' => $vendorDir . '/google/apiclient/src/Google/Service/YouTubeAnalytics.php',
3372
- 'Google_Service_YouTubeAnalytics_ResultTableColumnHeaders' => $vendorDir . '/google/apiclient/src/Google/Service/YouTubeAnalytics.php',
3373
- 'Google_Service_YouTubeReporting' => $vendorDir . '/google/apiclient/src/Google/Service/YouTubeReporting.php',
3374
- 'Google_Service_YouTubeReporting_Empty' => $vendorDir . '/google/apiclient/src/Google/Service/YouTubeReporting.php',
3375
- 'Google_Service_YouTubeReporting_Job' => $vendorDir . '/google/apiclient/src/Google/Service/YouTubeReporting.php',
3376
- 'Google_Service_YouTubeReporting_JobsReports_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/YouTubeReporting.php',
3377
- 'Google_Service_YouTubeReporting_Jobs_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/YouTubeReporting.php',
3378
- 'Google_Service_YouTubeReporting_ListJobsResponse' => $vendorDir . '/google/apiclient/src/Google/Service/YouTubeReporting.php',
3379
- 'Google_Service_YouTubeReporting_ListReportTypesResponse' => $vendorDir . '/google/apiclient/src/Google/Service/YouTubeReporting.php',
3380
- 'Google_Service_YouTubeReporting_ListReportsResponse' => $vendorDir . '/google/apiclient/src/Google/Service/YouTubeReporting.php',
3381
- 'Google_Service_YouTubeReporting_Media' => $vendorDir . '/google/apiclient/src/Google/Service/YouTubeReporting.php',
3382
- 'Google_Service_YouTubeReporting_Media_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/YouTubeReporting.php',
3383
- 'Google_Service_YouTubeReporting_Report' => $vendorDir . '/google/apiclient/src/Google/Service/YouTubeReporting.php',
3384
- 'Google_Service_YouTubeReporting_ReportType' => $vendorDir . '/google/apiclient/src/Google/Service/YouTubeReporting.php',
3385
- 'Google_Service_YouTubeReporting_ReportTypes_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/YouTubeReporting.php',
3386
- 'Google_Service_YouTube_AccessPolicy' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3387
- 'Google_Service_YouTube_Activities_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3388
- 'Google_Service_YouTube_Activity' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3389
- 'Google_Service_YouTube_ActivityContentDetails' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3390
- 'Google_Service_YouTube_ActivityContentDetailsBulletin' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3391
- 'Google_Service_YouTube_ActivityContentDetailsChannelItem' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3392
- 'Google_Service_YouTube_ActivityContentDetailsComment' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3393
- 'Google_Service_YouTube_ActivityContentDetailsFavorite' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3394
- 'Google_Service_YouTube_ActivityContentDetailsLike' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3395
- 'Google_Service_YouTube_ActivityContentDetailsPlaylistItem' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3396
- 'Google_Service_YouTube_ActivityContentDetailsPromotedItem' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3397
- 'Google_Service_YouTube_ActivityContentDetailsRecommendation' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3398
- 'Google_Service_YouTube_ActivityContentDetailsSocial' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3399
- 'Google_Service_YouTube_ActivityContentDetailsSubscription' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3400
- 'Google_Service_YouTube_ActivityContentDetailsUpload' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3401
- 'Google_Service_YouTube_ActivityListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3402
- 'Google_Service_YouTube_ActivitySnippet' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3403
- 'Google_Service_YouTube_Caption' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3404
- 'Google_Service_YouTube_CaptionListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3405
- 'Google_Service_YouTube_CaptionSnippet' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3406
- 'Google_Service_YouTube_Captions_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3407
- 'Google_Service_YouTube_CdnSettings' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3408
- 'Google_Service_YouTube_Channel' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3409
- 'Google_Service_YouTube_ChannelAuditDetails' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3410
- 'Google_Service_YouTube_ChannelBannerResource' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3411
- 'Google_Service_YouTube_ChannelBanners_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3412
- 'Google_Service_YouTube_ChannelBrandingSettings' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3413
- 'Google_Service_YouTube_ChannelContentDetails' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3414
- 'Google_Service_YouTube_ChannelContentDetailsRelatedPlaylists' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3415
- 'Google_Service_YouTube_ChannelContentOwnerDetails' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3416
- 'Google_Service_YouTube_ChannelConversionPing' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3417
- 'Google_Service_YouTube_ChannelConversionPings' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3418
- 'Google_Service_YouTube_ChannelId' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3419
- 'Google_Service_YouTube_ChannelListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3420
- 'Google_Service_YouTube_ChannelLocalization' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3421
- 'Google_Service_YouTube_ChannelLocalizations' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3422
- 'Google_Service_YouTube_ChannelSection' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3423
- 'Google_Service_YouTube_ChannelSectionContentDetails' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3424
- 'Google_Service_YouTube_ChannelSectionListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3425
- 'Google_Service_YouTube_ChannelSectionLocalization' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3426
- 'Google_Service_YouTube_ChannelSectionLocalizations' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3427
- 'Google_Service_YouTube_ChannelSectionSnippet' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3428
- 'Google_Service_YouTube_ChannelSectionTargeting' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3429
- 'Google_Service_YouTube_ChannelSections_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3430
- 'Google_Service_YouTube_ChannelSettings' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3431
- 'Google_Service_YouTube_ChannelSnippet' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3432
- 'Google_Service_YouTube_ChannelStatistics' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3433
- 'Google_Service_YouTube_ChannelStatus' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3434
- 'Google_Service_YouTube_ChannelTopicDetails' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3435
- 'Google_Service_YouTube_Channels_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3436
- 'Google_Service_YouTube_Comment' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3437
- 'Google_Service_YouTube_CommentListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3438
- 'Google_Service_YouTube_CommentSnippet' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3439
- 'Google_Service_YouTube_CommentThread' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3440
- 'Google_Service_YouTube_CommentThreadListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3441
- 'Google_Service_YouTube_CommentThreadReplies' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3442
- 'Google_Service_YouTube_CommentThreadSnippet' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3443
- 'Google_Service_YouTube_CommentThreads_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3444
- 'Google_Service_YouTube_Comments_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3445
- 'Google_Service_YouTube_ContentRating' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3446
- 'Google_Service_YouTube_GeoPoint' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3447
- 'Google_Service_YouTube_GuideCategories_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3448
- 'Google_Service_YouTube_GuideCategory' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3449
- 'Google_Service_YouTube_GuideCategoryListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3450
- 'Google_Service_YouTube_GuideCategorySnippet' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3451
- 'Google_Service_YouTube_I18nLanguage' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3452
- 'Google_Service_YouTube_I18nLanguageListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3453
- 'Google_Service_YouTube_I18nLanguageSnippet' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3454
- 'Google_Service_YouTube_I18nLanguages_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3455
- 'Google_Service_YouTube_I18nRegion' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3456
- 'Google_Service_YouTube_I18nRegionListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3457
- 'Google_Service_YouTube_I18nRegionSnippet' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3458
- 'Google_Service_YouTube_I18nRegions_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3459
- 'Google_Service_YouTube_ImageSettings' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3460
- 'Google_Service_YouTube_IngestionInfo' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3461
- 'Google_Service_YouTube_InvideoBranding' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3462
- 'Google_Service_YouTube_InvideoPosition' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3463
- 'Google_Service_YouTube_InvideoPromotion' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3464
- 'Google_Service_YouTube_InvideoTiming' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3465
- 'Google_Service_YouTube_LanguageTag' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3466
- 'Google_Service_YouTube_LiveBroadcast' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3467
- 'Google_Service_YouTube_LiveBroadcastContentDetails' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3468
- 'Google_Service_YouTube_LiveBroadcastListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3469
- 'Google_Service_YouTube_LiveBroadcastSnippet' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3470
- 'Google_Service_YouTube_LiveBroadcastStatistics' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3471
- 'Google_Service_YouTube_LiveBroadcastStatus' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3472
- 'Google_Service_YouTube_LiveBroadcastTopic' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3473
- 'Google_Service_YouTube_LiveBroadcastTopicDetails' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3474
- 'Google_Service_YouTube_LiveBroadcastTopicSnippet' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3475
- 'Google_Service_YouTube_LiveBroadcasts_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3476
- 'Google_Service_YouTube_LiveStream' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3477
- 'Google_Service_YouTube_LiveStreamConfigurationIssue' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3478
- 'Google_Service_YouTube_LiveStreamContentDetails' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3479
- 'Google_Service_YouTube_LiveStreamHealthStatus' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3480
- 'Google_Service_YouTube_LiveStreamListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3481
- 'Google_Service_YouTube_LiveStreamSnippet' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3482
- 'Google_Service_YouTube_LiveStreamStatus' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3483
- 'Google_Service_YouTube_LiveStreams_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3484
- 'Google_Service_YouTube_LocalizedProperty' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3485
- 'Google_Service_YouTube_LocalizedString' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3486
- 'Google_Service_YouTube_MonitorStreamInfo' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3487
- 'Google_Service_YouTube_PageInfo' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3488
- 'Google_Service_YouTube_Playlist' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3489
- 'Google_Service_YouTube_PlaylistContentDetails' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3490
- 'Google_Service_YouTube_PlaylistItem' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3491
- 'Google_Service_YouTube_PlaylistItemContentDetails' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3492
- 'Google_Service_YouTube_PlaylistItemListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3493
- 'Google_Service_YouTube_PlaylistItemSnippet' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3494
- 'Google_Service_YouTube_PlaylistItemStatus' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3495
- 'Google_Service_YouTube_PlaylistItems_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3496
- 'Google_Service_YouTube_PlaylistListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3497
- 'Google_Service_YouTube_PlaylistLocalization' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3498
- 'Google_Service_YouTube_PlaylistLocalizations' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3499
- 'Google_Service_YouTube_PlaylistPlayer' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3500
- 'Google_Service_YouTube_PlaylistSnippet' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3501
- 'Google_Service_YouTube_PlaylistStatus' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3502
- 'Google_Service_YouTube_Playlists_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3503
- 'Google_Service_YouTube_PromotedItem' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3504
- 'Google_Service_YouTube_PromotedItemId' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3505
- 'Google_Service_YouTube_PropertyValue' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3506
- 'Google_Service_YouTube_ResourceId' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3507
- 'Google_Service_YouTube_SearchListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3508
- 'Google_Service_YouTube_SearchResult' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3509
- 'Google_Service_YouTube_SearchResultSnippet' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3510
- 'Google_Service_YouTube_Search_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3511
- 'Google_Service_YouTube_Subscription' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3512
- 'Google_Service_YouTube_SubscriptionContentDetails' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3513
- 'Google_Service_YouTube_SubscriptionListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3514
- 'Google_Service_YouTube_SubscriptionSnippet' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3515
- 'Google_Service_YouTube_SubscriptionSubscriberSnippet' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3516
- 'Google_Service_YouTube_Subscriptions_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3517
- 'Google_Service_YouTube_Thumbnail' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3518
- 'Google_Service_YouTube_ThumbnailDetails' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3519
- 'Google_Service_YouTube_ThumbnailSetResponse' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3520
- 'Google_Service_YouTube_Thumbnails_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3521
- 'Google_Service_YouTube_TokenPagination' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3522
- 'Google_Service_YouTube_Video' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3523
- 'Google_Service_YouTube_VideoAbuseReport' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3524
- 'Google_Service_YouTube_VideoAbuseReportReason' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3525
- 'Google_Service_YouTube_VideoAbuseReportReasonListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3526
- 'Google_Service_YouTube_VideoAbuseReportReasonSnippet' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3527
- 'Google_Service_YouTube_VideoAbuseReportReasons_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3528
- 'Google_Service_YouTube_VideoAbuseReportSecondaryReason' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3529
- 'Google_Service_YouTube_VideoAgeGating' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3530
- 'Google_Service_YouTube_VideoCategories_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3531
- 'Google_Service_YouTube_VideoCategory' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3532
- 'Google_Service_YouTube_VideoCategoryListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3533
- 'Google_Service_YouTube_VideoCategorySnippet' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3534
- 'Google_Service_YouTube_VideoContentDetails' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3535
- 'Google_Service_YouTube_VideoContentDetailsRegionRestriction' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3536
- 'Google_Service_YouTube_VideoConversionPing' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3537
- 'Google_Service_YouTube_VideoConversionPings' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3538
- 'Google_Service_YouTube_VideoFileDetails' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3539
- 'Google_Service_YouTube_VideoFileDetailsAudioStream' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3540
- 'Google_Service_YouTube_VideoFileDetailsVideoStream' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3541
- 'Google_Service_YouTube_VideoGetRatingResponse' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3542
- 'Google_Service_YouTube_VideoListResponse' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3543
- 'Google_Service_YouTube_VideoLiveStreamingDetails' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3544
- 'Google_Service_YouTube_VideoLocalization' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3545
- 'Google_Service_YouTube_VideoLocalizations' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3546
- 'Google_Service_YouTube_VideoMonetizationDetails' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3547
- 'Google_Service_YouTube_VideoPlayer' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3548
- 'Google_Service_YouTube_VideoProcessingDetails' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3549
- 'Google_Service_YouTube_VideoProcessingDetailsProcessingProgress' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3550
- 'Google_Service_YouTube_VideoProjectDetails' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3551
- 'Google_Service_YouTube_VideoRating' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3552
- 'Google_Service_YouTube_VideoRecordingDetails' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3553
- 'Google_Service_YouTube_VideoSnippet' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3554
- 'Google_Service_YouTube_VideoStatistics' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3555
- 'Google_Service_YouTube_VideoStatus' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3556
- 'Google_Service_YouTube_VideoSuggestions' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3557
- 'Google_Service_YouTube_VideoSuggestionsTagSuggestion' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3558
- 'Google_Service_YouTube_VideoTopicDetails' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3559
- 'Google_Service_YouTube_Videos_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3560
- 'Google_Service_YouTube_WatchSettings' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3561
- 'Google_Service_YouTube_Watermarks_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/YouTube.php',
3562
- 'Google_Signer_Abstract' => $vendorDir . '/google/apiclient/src/Google/Signer/Abstract.php',
3563
- 'Google_Signer_P12' => $vendorDir . '/google/apiclient/src/Google/Signer/P12.php',
3564
- 'Google_Task_Exception' => $vendorDir . '/google/apiclient/src/Google/Task/Exception.php',
3565
- 'Google_Task_Retryable' => $vendorDir . '/google/apiclient/src/Google/Task/Retryable.php',
3566
- 'Google_Task_Runner' => $vendorDir . '/google/apiclient/src/Google/Task/Runner.php',
3567
- 'Google_Utils' => $vendorDir . '/google/apiclient/src/Google/Utils.php',
3568
- 'Google_Utils_URITemplate' => $vendorDir . '/google/apiclient/src/Google/Utils/URITemplate.php',
3569
- 'Google_Verifier_Abstract' => $vendorDir . '/google/apiclient/src/Google/Verifier/Abstract.php',
3570
- 'Google_Verifier_Pem' => $vendorDir . '/google/apiclient/src/Google/Verifier/Pem.php',
3571
  'Mexitek\\PHPColors\\Color' => $vendorDir . '/mexitek/phpcolors/src/Mexitek/PHPColors/Color.php',
3572
  );
6
  $baseDir = dirname($vendorDir);
7
 
8
  return array(
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  'Mexitek\\PHPColors\\Color' => $vendorDir . '/mexitek/phpcolors/src/Mexitek/PHPColors/Color.php',
10
  );
vendor/composer/autoload_files.php CHANGED
@@ -7,4 +7,5 @@ $baseDir = dirname($vendorDir);
7
 
8
  return array(
9
  '0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => $vendorDir . '/symfony/polyfill-mbstring/bootstrap.php',
 
10
  );
7
 
8
  return array(
9
  '0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => $vendorDir . '/symfony/polyfill-mbstring/bootstrap.php',
10
+ 'cf150f72bd303a2ff07711c9a70f2d53' => $vendorDir . '/google/apiclient/src/Google/autoload.php',
11
  );
vendor/composer/autoload_real.php CHANGED
@@ -2,7 +2,7 @@
2
 
3
  // autoload_real.php @generated by Composer
4
 
5
- class ComposerAutoloaderInitf26f36ad9bd5c1fa2fd296c51b641376
6
  {
7
  private static $loader;
8
 
@@ -19,37 +19,48 @@ class ComposerAutoloaderInitf26f36ad9bd5c1fa2fd296c51b641376
19
  return self::$loader;
20
  }
21
 
22
- spl_autoload_register(array('ComposerAutoloaderInitf26f36ad9bd5c1fa2fd296c51b641376', 'loadClassLoader'), true, true);
23
  self::$loader = $loader = new \Composer\Autoload\ClassLoader();
24
- spl_autoload_unregister(array('ComposerAutoloaderInitf26f36ad9bd5c1fa2fd296c51b641376', 'loadClassLoader'));
25
 
26
- $map = require __DIR__ . '/autoload_namespaces.php';
27
- foreach ($map as $namespace => $path) {
28
- $loader->set($namespace, $path);
29
- }
30
 
31
- $map = require __DIR__ . '/autoload_psr4.php';
32
- foreach ($map as $namespace => $path) {
33
- $loader->setPsr4($namespace, $path);
34
- }
 
 
35
 
36
- $classMap = require __DIR__ . '/autoload_classmap.php';
37
- if ($classMap) {
38
- $loader->addClassMap($classMap);
 
 
 
 
 
 
39
  }
40
 
41
  $loader->register(true);
42
 
43
- $includeFiles = require __DIR__ . '/autoload_files.php';
 
 
 
 
44
  foreach ($includeFiles as $fileIdentifier => $file) {
45
- composerRequiref26f36ad9bd5c1fa2fd296c51b641376($fileIdentifier, $file);
46
  }
47
 
48
  return $loader;
49
  }
50
  }
51
 
52
- function composerRequiref26f36ad9bd5c1fa2fd296c51b641376($fileIdentifier, $file)
53
  {
54
  if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
55
  require $file;
2
 
3
  // autoload_real.php @generated by Composer
4
 
5
+ class ComposerAutoloaderInit4013cb7d1b1a392c5fcc301b662b7103
6
  {
7
  private static $loader;
8
 
19
  return self::$loader;
20
  }
21
 
22
+ spl_autoload_register(array('ComposerAutoloaderInit4013cb7d1b1a392c5fcc301b662b7103', 'loadClassLoader'), true, true);
23
  self::$loader = $loader = new \Composer\Autoload\ClassLoader();
24
+ spl_autoload_unregister(array('ComposerAutoloaderInit4013cb7d1b1a392c5fcc301b662b7103', 'loadClassLoader'));
25
 
26
+ $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION');
27
+ if ($useStaticLoader) {
28
+ require_once __DIR__ . '/autoload_static.php';
 
29
 
30
+ call_user_func(\Composer\Autoload\ComposerStaticInit4013cb7d1b1a392c5fcc301b662b7103::getInitializer($loader));
31
+ } else {
32
+ $map = require __DIR__ . '/autoload_namespaces.php';
33
+ foreach ($map as $namespace => $path) {
34
+ $loader->set($namespace, $path);
35
+ }
36
 
37
+ $map = require __DIR__ . '/autoload_psr4.php';
38
+ foreach ($map as $namespace => $path) {
39
+ $loader->setPsr4($namespace, $path);
40
+ }
41
+
42
+ $classMap = require __DIR__ . '/autoload_classmap.php';
43
+ if ($classMap) {
44
+ $loader->addClassMap($classMap);
45
+ }
46
  }
47
 
48
  $loader->register(true);
49
 
50
+ if ($useStaticLoader) {
51
+ $includeFiles = Composer\Autoload\ComposerStaticInit4013cb7d1b1a392c5fcc301b662b7103::$files;
52
+ } else {
53
+ $includeFiles = require __DIR__ . '/autoload_files.php';
54
+ }
55
  foreach ($includeFiles as $fileIdentifier => $file) {
56
+ composerRequire4013cb7d1b1a392c5fcc301b662b7103($fileIdentifier, $file);
57
  }
58
 
59
  return $loader;
60
  }
61
  }
62
 
63
+ function composerRequire4013cb7d1b1a392c5fcc301b662b7103($fileIdentifier, $file)
64
  {
65
  if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
66
  require $file;
vendor/composer/autoload_real_52.php DELETED
@@ -1,47 +0,0 @@
1
- <?php
2
-
3
- // autoload_real_52.php generated by xrstf/composer-php52
4
-
5
- class ComposerAutoloaderInita0f96ab4b271e438ba05ec2f94144864 {
6
- private static $loader;
7
-
8
- public static function loadClassLoader($class) {
9
- if ('xrstf_Composer52_ClassLoader' === $class) {
10
- require dirname(__FILE__).'/ClassLoader52.php';
11
- }
12
- }
13
-
14
- /**
15
- * @return xrstf_Composer52_ClassLoader
16
- */
17
- public static function getLoader() {
18
- if (null !== self::$loader) {
19
- return self::$loader;
20
- }
21
-
22
- spl_autoload_register(array('ComposerAutoloaderInita0f96ab4b271e438ba05ec2f94144864', 'loadClassLoader'), true /*, true */);
23
- self::$loader = $loader = new xrstf_Composer52_ClassLoader();
24
- spl_autoload_unregister(array('ComposerAutoloaderInita0f96ab4b271e438ba05ec2f94144864', 'loadClassLoader'));
25
-
26
- $vendorDir = dirname(dirname(__FILE__));
27
- $baseDir = dirname($vendorDir);
28
- $dir = dirname(__FILE__);
29
-
30
- $map = require $dir.'/autoload_namespaces.php';
31
- foreach ($map as $namespace => $path) {
32
- $loader->add($namespace, $path);
33
- }
34
-
35
- $classMap = require $dir.'/autoload_classmap.php';
36
- if ($classMap) {
37
- $loader->addClassMap($classMap);
38
- }
39
-
40
- $loader->register(true);
41
-
42
- // require $vendorDir . '/symfony/polyfill-mbstring/bootstrap.php'; // disabled because of PHP 5.3 syntax
43
- require $vendorDir . '/cbschuld/browser.php/lib/Browser.php';
44
-
45
- return $loader;
46
- }
47
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/composer/autoload_static.php ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ // autoload_static.php @generated by Composer
4
+
5
+ namespace Composer\Autoload;
6
+
7
+ class ComposerStaticInit4013cb7d1b1a392c5fcc301b662b7103
8
+ {
9
+ public static $files = array (
10
+ '0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php',
11
+ 'cf150f72bd303a2ff07711c9a70f2d53' => __DIR__ . '/..' . '/google/apiclient/src/Google/autoload.php',
12
+ );
13
+
14
+ public static $prefixLengthsPsr4 = array (
15
+ 'S' =>
16
+ array (
17
+ 'Symfony\\Polyfill\\Mbstring\\' => 26,
18
+ 'Symfony\\Component\\Translation\\' => 30,
19
+ ),
20
+ 'C' =>
21
+ array (
22
+ 'Composer\\Installers\\' => 20,
23
+ 'Carbon\\' => 7,
24
+ ),
25
+ );
26
+
27
+ public static $prefixDirsPsr4 = array (
28
+ 'Symfony\\Polyfill\\Mbstring\\' =>
29
+ array (
30
+ 0 => __DIR__ . '/..' . '/symfony/polyfill-mbstring',
31
+ ),
32
+ 'Symfony\\Component\\Translation\\' =>
33
+ array (
34
+ 0 => __DIR__ . '/..' . '/symfony/translation',
35
+ ),
36
+ 'Composer\\Installers\\' =>
37
+ array (
38
+ 0 => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers',
39
+ ),
40
+ 'Carbon\\' =>
41
+ array (
42
+ 0 => __DIR__ . '/..' . '/nesbot/carbon/src/Carbon',
43
+ ),
44
+ );
45
+
46
+ public static $prefixesPsr0 = array (
47
+ 'P' =>
48
+ array (
49
+ 'Parsedown' =>
50
+ array (
51
+ 0 => __DIR__ . '/..' . '/erusev/parsedown',
52
+ ),
53
+ ),
54
+ );
55
+
56
+ public static $classMap = array (
57
+ 'Mexitek\\PHPColors\\Color' => __DIR__ . '/..' . '/mexitek/phpcolors/src/Mexitek/PHPColors/Color.php',
58
+ );
59
+
60
+ public static function getInitializer(ClassLoader $loader)
61
+ {
62
+ return \Closure::bind(function () use ($loader) {
63
+ $loader->prefixLengthsPsr4 = ComposerStaticInit4013cb7d1b1a392c5fcc301b662b7103::$prefixLengthsPsr4;
64
+ $loader->prefixDirsPsr4 = ComposerStaticInit4013cb7d1b1a392c5fcc301b662b7103::$prefixDirsPsr4;
65
+ $loader->prefixesPsr0 = ComposerStaticInit4013cb7d1b1a392c5fcc301b662b7103::$prefixesPsr0;
66
+ $loader->classMap = ComposerStaticInit4013cb7d1b1a392c5fcc301b662b7103::$classMap;
67
+
68
+ }, null, ClassLoader::class);
69
+ }
70
+ }
vendor/composer/installed.json CHANGED
@@ -1,26 +1,32 @@
1
  [
2
  {
3
- "name": "erusev/parsedown",
4
- "version": "1.6.0",
5
- "version_normalized": "1.6.0.0",
6
  "source": {
7
  "type": "git",
8
- "url": "https://github.com/erusev/parsedown.git",
9
- "reference": "3ebbd730b5c2cf5ce78bc1bf64071407fc6674b7"
10
  },
11
  "dist": {
12
  "type": "zip",
13
- "url": "https://api.github.com/repos/erusev/parsedown/zipball/3ebbd730b5c2cf5ce78bc1bf64071407fc6674b7",
14
- "reference": "3ebbd730b5c2cf5ce78bc1bf64071407fc6674b7",
15
  "shasum": ""
16
  },
17
- "time": "2015-10-04 16:44:32",
 
 
 
 
 
 
18
  "type": "library",
19
- "installation-source": "dist",
20
  "autoload": {
21
- "psr-0": {
22
- "Parsedown": ""
23
- }
24
  },
25
  "notification-url": "https://packagist.org/downloads/",
26
  "license": [
@@ -28,16 +34,19 @@
28
  ],
29
  "authors": [
30
  {
31
- "name": "Emanuil Rusev",
32
- "email": "hello@erusev.com",
33
- "homepage": "http://erusev.com"
34
  }
35
  ],
36
- "description": "Parser for Markdown.",
37
- "homepage": "http://parsedown.org",
38
  "keywords": [
39
- "markdown",
40
- "parser"
 
 
 
41
  ]
42
  },
43
  {
@@ -90,33 +99,27 @@
90
  ]
91
  },
92
  {
93
- "name": "mexitek/phpcolors",
94
- "version": "dev-master",
95
- "version_normalized": "9999999-dev",
96
  "source": {
97
  "type": "git",
98
- "url": "https://github.com/mexitek/phpColors.git",
99
- "reference": "629eb54bf7f920529c815fd5f85b5af9651ae9f0"
100
  },
101
  "dist": {
102
  "type": "zip",
103
- "url": "https://api.github.com/repos/mexitek/phpColors/zipball/629eb54bf7f920529c815fd5f85b5af9651ae9f0",
104
- "reference": "629eb54bf7f920529c815fd5f85b5af9651ae9f0",
105
  "shasum": ""
106
  },
107
- "require": {
108
- "php": ">=5.3.0"
109
- },
110
- "require-dev": {
111
- "nette/tester": "~1.6"
112
- },
113
- "time": "2016-01-12 23:45:10",
114
  "type": "library",
115
- "installation-source": "source",
116
  "autoload": {
117
- "classmap": [
118
- "src"
119
- ]
120
  },
121
  "notification-url": "https://packagist.org/downloads/",
122
  "license": [
@@ -124,19 +127,16 @@
124
  ],
125
  "authors": [
126
  {
127
- "name": "Arlo Carreon",
128
- "homepage": "http://arlocarreon.com",
129
- "role": "creator"
130
  }
131
  ],
132
- "description": "A series of methods that let you manipulate colors. Just incase you ever need different shades of one color on the fly.",
133
- "homepage": "http://mexitek.github.com/phpColors/",
134
  "keywords": [
135
- "color",
136
- "css",
137
- "design",
138
- "frontend",
139
- "ui"
140
  ]
141
  },
142
  {
@@ -202,17 +202,17 @@
202
  },
203
  {
204
  "name": "google/apiclient",
205
- "version": "1.1.7",
206
- "version_normalized": "1.1.7.0",
207
  "source": {
208
  "type": "git",
209
  "url": "https://github.com/google/google-api-php-client.git",
210
- "reference": "400f250a30ae1dd4c4a0a4f750fe973fc70e6311"
211
  },
212
  "dist": {
213
  "type": "zip",
214
- "url": "https://api.github.com/repos/google/google-api-php-client/zipball/400f250a30ae1dd4c4a0a4f750fe973fc70e6311",
215
- "reference": "400f250a30ae1dd4c4a0a4f750fe973fc70e6311",
216
  "shasum": ""
217
  },
218
  "require": {
@@ -222,17 +222,17 @@
222
  "phpunit/phpunit": "3.7.*",
223
  "squizlabs/php_codesniffer": "~2.3"
224
  },
225
- "time": "2016-02-02 18:50:42",
226
  "type": "library",
227
  "extra": {
228
  "branch-alias": {
229
- "dev-master": "1.1.x-dev"
230
  }
231
  },
232
  "installation-source": "dist",
233
  "autoload": {
234
- "classmap": [
235
- "src/"
236
  ]
237
  },
238
  "notification-url": "https://packagist.org/downloads/",
@@ -247,17 +247,17 @@
247
  },
248
  {
249
  "name": "composer/installers",
250
- "version": "v1.1.0",
251
- "version_normalized": "1.1.0.0",
252
  "source": {
253
  "type": "git",
254
  "url": "https://github.com/composer/installers.git",
255
- "reference": "a3595c5272a6f247228abb20076ed27321e4aae9"
256
  },
257
  "dist": {
258
  "type": "zip",
259
- "url": "https://api.github.com/repos/composer/installers/zipball/a3595c5272a6f247228abb20076ed27321e4aae9",
260
- "reference": "a3595c5272a6f247228abb20076ed27321e4aae9",
261
  "shasum": ""
262
  },
263
  "require": {
@@ -271,7 +271,7 @@
271
  "composer/composer": "1.0.*@dev",
272
  "phpunit/phpunit": "4.1.*"
273
  },
274
- "time": "2016-07-05 06:18:20",
275
  "type": "composer-plugin",
276
  "extra": {
277
  "class": "Composer\\Installers\\Plugin",
@@ -306,6 +306,7 @@
306
  "MODX Evo",
307
  "Mautic",
308
  "OXID",
 
309
  "RadPHP",
310
  "SMF",
311
  "Thelia",
@@ -313,9 +314,11 @@
313
  "agl",
314
  "aimeos",
315
  "annotatecms",
 
316
  "bitrix",
317
  "cakephp",
318
  "chef",
 
319
  "codeigniter",
320
  "concrete5",
321
  "croogo",
@@ -339,29 +342,31 @@
339
  "piwik",
340
  "ppi",
341
  "puppet",
 
342
  "roundcube",
343
  "shopware",
344
  "silverstripe",
345
  "symfony",
346
  "typo3",
347
  "wordpress",
 
348
  "zend",
349
  "zikula"
350
  ]
351
  },
352
  {
353
  "name": "symfony/translation",
354
- "version": "v3.1.2",
355
- "version_normalized": "3.1.2.0",
356
  "source": {
357
  "type": "git",
358
  "url": "https://github.com/symfony/translation.git",
359
- "reference": "d63a94528530c3ea5ff46924c8001cec4a398609"
360
  },
361
  "dist": {
362
  "type": "zip",
363
- "url": "https://api.github.com/repos/symfony/translation/zipball/d63a94528530c3ea5ff46924c8001cec4a398609",
364
- "reference": "d63a94528530c3ea5ff46924c8001cec4a398609",
365
  "shasum": ""
366
  },
367
  "require": {
@@ -382,7 +387,7 @@
382
  "symfony/config": "",
383
  "symfony/yaml": ""
384
  },
385
- "time": "2016-06-29 05:41:56",
386
  "type": "library",
387
  "extra": {
388
  "branch-alias": {
1
  [
2
  {
3
+ "name": "mexitek/phpcolors",
4
+ "version": "dev-master",
5
+ "version_normalized": "9999999-dev",
6
  "source": {
7
  "type": "git",
8
+ "url": "https://github.com/mexitek/phpColors.git",
9
+ "reference": "629eb54bf7f920529c815fd5f85b5af9651ae9f0"
10
  },
11
  "dist": {
12
  "type": "zip",
13
+ "url": "https://api.github.com/repos/mexitek/phpColors/zipball/629eb54bf7f920529c815fd5f85b5af9651ae9f0",
14
+ "reference": "629eb54bf7f920529c815fd5f85b5af9651ae9f0",
15
  "shasum": ""
16
  },
17
+ "require": {
18
+ "php": ">=5.3.0"
19
+ },
20
+ "require-dev": {
21
+ "nette/tester": "~1.6"
22
+ },
23
+ "time": "2016-01-12 23:45:10",
24
  "type": "library",
25
+ "installation-source": "source",
26
  "autoload": {
27
+ "classmap": [
28
+ "src"
29
+ ]
30
  },
31
  "notification-url": "https://packagist.org/downloads/",
32
  "license": [
34
  ],
35
  "authors": [
36
  {
37
+ "name": "Arlo Carreon",
38
+ "homepage": "http://arlocarreon.com",
39
+ "role": "creator"
40
  }
41
  ],
42
+ "description": "A series of methods that let you manipulate colors. Just incase you ever need different shades of one color on the fly.",
43
+ "homepage": "http://mexitek.github.com/phpColors/",
44
  "keywords": [
45
+ "color",
46
+ "css",
47
+ "design",
48
+ "frontend",
49
+ "ui"
50
  ]
51
  },
52
  {
99
  ]
100
  },
101
  {
102
+ "name": "erusev/parsedown",
103
+ "version": "1.6.0",
104
+ "version_normalized": "1.6.0.0",
105
  "source": {
106
  "type": "git",
107
+ "url": "https://github.com/erusev/parsedown.git",
108
+ "reference": "3ebbd730b5c2cf5ce78bc1bf64071407fc6674b7"
109
  },
110
  "dist": {
111
  "type": "zip",
112
+ "url": "https://api.github.com/repos/erusev/parsedown/zipball/3ebbd730b5c2cf5ce78bc1bf64071407fc6674b7",
113
+ "reference": "3ebbd730b5c2cf5ce78bc1bf64071407fc6674b7",
114
  "shasum": ""
115
  },
116
+ "time": "2015-10-04 16:44:32",
 
 
 
 
 
 
117
  "type": "library",
118
+ "installation-source": "dist",
119
  "autoload": {
120
+ "psr-0": {
121
+ "Parsedown": ""
122
+ }
123
  },
124
  "notification-url": "https://packagist.org/downloads/",
125
  "license": [
127
  ],
128
  "authors": [
129
  {
130
+ "name": "Emanuil Rusev",
131
+ "email": "hello@erusev.com",
132
+ "homepage": "http://erusev.com"
133
  }
134
  ],
135
+ "description": "Parser for Markdown.",
136
+ "homepage": "http://parsedown.org",
137
  "keywords": [
138
+ "markdown",
139
+ "parser"
 
 
 
140
  ]
141
  },
142
  {
202
  },
203
  {
204
  "name": "google/apiclient",
205
+ "version": "v1.1.8",
206
+ "version_normalized": "1.1.8.0",
207
  "source": {
208
  "type": "git",
209
  "url": "https://github.com/google/google-api-php-client.git",
210
+ "reference": "85309a3520bb5f53368d43e35fd24f43c9556323"
211
  },
212
  "dist": {
213
  "type": "zip",
214
+ "url": "https://api.github.com/repos/google/google-api-php-client/zipball/85309a3520bb5f53368d43e35fd24f43c9556323",
215
+ "reference": "85309a3520bb5f53368d43e35fd24f43c9556323",
216
  "shasum": ""
217
  },
218
  "require": {
222
  "phpunit/phpunit": "3.7.*",
223
  "squizlabs/php_codesniffer": "~2.3"
224
  },
225
+ "time": "2016-06-06 21:22:48",
226
  "type": "library",
227
  "extra": {
228
  "branch-alias": {
229
+ "dev-v1-master": "1.1.x-dev"
230
  }
231
  },
232
  "installation-source": "dist",
233
  "autoload": {
234
+ "files": [
235
+ "src/Google/autoload.php"
236
  ]
237
  },
238
  "notification-url": "https://packagist.org/downloads/",
247
  },
248
  {
249
  "name": "composer/installers",
250
+ "version": "v1.2.0",
251
+ "version_normalized": "1.2.0.0",
252
  "source": {
253
  "type": "git",
254
  "url": "https://github.com/composer/installers.git",
255
+ "reference": "d78064c68299743e0161004f2de3a0204e33b804"
256
  },
257
  "dist": {
258
  "type": "zip",
259
+ "url": "https://api.github.com/repos/composer/installers/zipball/d78064c68299743e0161004f2de3a0204e33b804",
260
+ "reference": "d78064c68299743e0161004f2de3a0204e33b804",
261
  "shasum": ""
262
  },
263
  "require": {
271
  "composer/composer": "1.0.*@dev",
272
  "phpunit/phpunit": "4.1.*"
273
  },
274
+ "time": "2016-08-13 20:53:52",
275
  "type": "composer-plugin",
276
  "extra": {
277
  "class": "Composer\\Installers\\Plugin",
306
  "MODX Evo",
307
  "Mautic",
308
  "OXID",
309
+ "Plentymarkets",
310
  "RadPHP",
311
  "SMF",
312
  "Thelia",
314
  "agl",
315
  "aimeos",
316
  "annotatecms",
317
+ "attogram",
318
  "bitrix",
319
  "cakephp",
320
  "chef",
321
+ "cockpit",
322
  "codeigniter",
323
  "concrete5",
324
  "croogo",
342
  "piwik",
343
  "ppi",
344
  "puppet",
345
+ "reindex",
346
  "roundcube",
347
  "shopware",
348
  "silverstripe",
349
  "symfony",
350
  "typo3",
351
  "wordpress",
352
+ "yawik",
353
  "zend",
354
  "zikula"
355
  ]
356
  },
357
  {
358
  "name": "symfony/translation",
359
+ "version": "v3.1.4",
360
+ "version_normalized": "3.1.4.0",
361
  "source": {
362
  "type": "git",
363
  "url": "https://github.com/symfony/translation.git",
364
+ "reference": "a35edc277513c9bc0f063ca174c36b346f974528"
365
  },
366
  "dist": {
367
  "type": "zip",
368
+ "url": "https://api.github.com/repos/symfony/translation/zipball/a35edc277513c9bc0f063ca174c36b346f974528",
369
+ "reference": "a35edc277513c9bc0f063ca174c36b346f974528",
370
  "shasum": ""
371
  },
372
  "require": {
387
  "symfony/config": "",
388
  "symfony/yaml": ""
389
  },
390
+ "time": "2016-08-05 08:37:39",
391
  "type": "library",
392
  "extra": {
393
  "branch-alias": {
vendor/composer/installers/README.md CHANGED
@@ -35,6 +35,7 @@ is not needed to install packages with these frameworks:
35
  | --------- | -----
36
  | Aimeos | `aimeos-extension`
37
  | Asgard | `asgard-module`<br>`asgard-theme`
 
38
  | AGL | `agl-module`
39
  | Bonefish | `bonefish-package`
40
  | AnnotateCms | `annotatecms-module`<br>`annotatecms-component`<br>`annotatecms-service`
@@ -42,6 +43,7 @@ is not needed to install packages with these frameworks:
42
  | CakePHP 2+ | **`cakephp-plugin`**
43
  | Chef | `chef-cookbook`<br>`chef-role`
44
  | CCFramework | `ccframework-ship`<br>`ccframework-theme`
 
45
  | CodeIgniter | `codeigniter-library`<br>`codeigniter-third-party`<br>`codeigniter-module`
46
  | concrete5 | `concrete5-block`<br>`concrete5-package`<br>`concrete5-theme`<br>`concrete5-update`
47
  | Craft | `craft-plugin`
@@ -75,20 +77,24 @@ is not needed to install packages with these frameworks:
75
  | Piwik | `piwik-plugin`
76
  | phpBB | `phpbb-extension`<br>`phpbb-style`<br>`phpbb-language`
77
  | Pimcore | `pimcore-plugin`
 
78
  | PPI | **`ppi-module`**
79
  | Puppet | `puppet-module`
80
  | RadPHP | `radphp-bundle`
81
  | REDAXO | `redaxo-addon`
 
82
  | Roundcube | `roundcube-plugin`
83
- | shopware | `shopware-backend-plugin`<br/>`shopware-core-plugin`<br/>`shopware-frontend-plugin`<br/>`shopware-theme`
84
  | SilverStripe | `silverstripe-module`<br>`silverstripe-theme`
85
  | SMF | `smf-module`<br>`smf-theme`
86
  | symfony1 | **`symfony1-plugin`**
87
  | Tusk | `tusk-task`<br>`tusk-command`<br>`tusk-asset`
88
  | TYPO3 Flow | `typo3-flow-package`<br>`typo3-flow-framework`<br>`typo3-flow-plugin`<br>`typo3-flow-site`<br>`typo3-flow-boilerplate`<br>`typo3-flow-build`
89
  | TYPO3 CMS | `typo3-cms-extension` (Deprecated in this package, use the [TYPO3 CMS Installers](https://packagist.org/packages/typo3/cms-composer-installers) instead)
 
90
  | Wolf CMS | `wolfcms-plugin`
91
  | WordPress | <b>`wordpress-plugin`<br>`wordpress-theme`</b><br>`wordpress-muplugin`
 
92
  | Zend | `zend-library`<br>`zend-extra`<br>`zend-module`
93
  | Zikula | `zikula-module`<br>`zikula-theme`
94
  | Prestashop | `prestashop-module`<br>`prestashop-theme`
@@ -187,7 +193,7 @@ not be inflected.
187
  ## Contribute!
188
 
189
  * [Fork and clone](https://help.github.com/articles/fork-a-repo).
190
- * Run the command `php composer.phar install` to install the dependencies.
191
  This will also install the dev dependencies. See [Composer](https://getcomposer.org/doc/03-cli.md#install).
192
  * Use the command `phpunit` to run the tests. See [PHPUnit](http://phpunit.de).
193
  * Create a branch, commit, push and send us a
35
  | --------- | -----
36
  | Aimeos | `aimeos-extension`
37
  | Asgard | `asgard-module`<br>`asgard-theme`
38
+ | Attogram | `attogram-module`
39
  | AGL | `agl-module`
40
  | Bonefish | `bonefish-package`
41
  | AnnotateCms | `annotatecms-module`<br>`annotatecms-component`<br>`annotatecms-service`
43
  | CakePHP 2+ | **`cakephp-plugin`**
44
  | Chef | `chef-cookbook`<br>`chef-role`
45
  | CCFramework | `ccframework-ship`<br>`ccframework-theme`
46
+ | Cockpit | `cockpit-module`
47
  | CodeIgniter | `codeigniter-library`<br>`codeigniter-third-party`<br>`codeigniter-module`
48
  | concrete5 | `concrete5-block`<br>`concrete5-package`<br>`concrete5-theme`<br>`concrete5-update`
49
  | Craft | `craft-plugin`
77
  | Piwik | `piwik-plugin`
78
  | phpBB | `phpbb-extension`<br>`phpbb-style`<br>`phpbb-language`
79
  | Pimcore | `pimcore-plugin`
80
+ | Plentymarkets | `plentymarkets-plugin`
81
  | PPI | **`ppi-module`**
82
  | Puppet | `puppet-module`
83
  | RadPHP | `radphp-bundle`
84
  | REDAXO | `redaxo-addon`
85
+ | ReIndex | **`reindex-plugin`** <br> **`reindex-theme`**
86
  | Roundcube | `roundcube-plugin`
87
+ | shopware | `shopware-backend-plugin`<br/>`shopware-core-plugin`<br/>`shopware-frontend-plugin`<br/>`shopware-theme`<br/>`shopware-plugin`<br/>`shopware-frontend-theme`
88
  | SilverStripe | `silverstripe-module`<br>`silverstripe-theme`
89
  | SMF | `smf-module`<br>`smf-theme`
90
  | symfony1 | **`symfony1-plugin`**
91
  | Tusk | `tusk-task`<br>`tusk-command`<br>`tusk-asset`
92
  | TYPO3 Flow | `typo3-flow-package`<br>`typo3-flow-framework`<br>`typo3-flow-plugin`<br>`typo3-flow-site`<br>`typo3-flow-boilerplate`<br>`typo3-flow-build`
93
  | TYPO3 CMS | `typo3-cms-extension` (Deprecated in this package, use the [TYPO3 CMS Installers](https://packagist.org/packages/typo3/cms-composer-installers) instead)
94
+ | Vanilla | `vanilla-plugin`<br>`vanilla-theme`
95
  | Wolf CMS | `wolfcms-plugin`
96
  | WordPress | <b>`wordpress-plugin`<br>`wordpress-theme`</b><br>`wordpress-muplugin`
97
+ | YAWIK | `yawik-module`
98
  | Zend | `zend-library`<br>`zend-extra`<br>`zend-module`
99
  | Zikula | `zikula-module`<br>`zikula-theme`
100
  | Prestashop | `prestashop-module`<br>`prestashop-theme`
193
  ## Contribute!
194
 
195
  * [Fork and clone](https://help.github.com/articles/fork-a-repo).
196
+ * Run the command `php composer.phar install` to install the dependencies.
197
  This will also install the dev dependencies. See [Composer](https://getcomposer.org/doc/03-cli.md#install).
198
  * Use the command `phpunit` to run the tests. See [PHPUnit](http://phpunit.de).
199
  * Create a branch, commit, push and send us a
vendor/composer/installers/composer.json CHANGED
@@ -8,9 +8,11 @@
8
  "Aimeos",
9
  "AGL",
10
  "AnnotateCms",
 
11
  "Bitrix",
12
  "CakePHP",
13
  "Chef",
 
14
  "CodeIgniter",
15
  "concrete5",
16
  "Craft",
@@ -38,9 +40,11 @@
38
  "Moodle",
39
  "Piwik",
40
  "phpBB",
 
41
  "PPI",
42
  "Puppet",
43
  "RadPHP",
 
44
  "Roundcube",
45
  "shopware",
46
  "SilverStripe",
@@ -50,6 +54,7 @@
50
  "TYPO3",
51
  "WolfCMS",
52
  "WordPress",
 
53
  "Zend",
54
  "Zikula"
55
  ],
8
  "Aimeos",
9
  "AGL",
10
  "AnnotateCms",
11
+ "Attogram",
12
  "Bitrix",
13
  "CakePHP",
14
  "Chef",
15
+ "Cockpit",
16
  "CodeIgniter",
17
  "concrete5",
18
  "Craft",
40
  "Moodle",
41
  "Piwik",
42
  "phpBB",
43
+ "Plentymarkets",
44
  "PPI",
45
  "Puppet",
46
  "RadPHP",
47
+ "ReIndex",
48
  "Roundcube",
49
  "shopware",
50
  "SilverStripe",
54
  "TYPO3",
55
  "WolfCMS",
56
  "WordPress",
57
+ "YAWIK",
58
  "Zend",
59
  "Zikula"
60
  ],
vendor/composer/installers/src/Composer/Installers/AsgardInstaller.php CHANGED
@@ -31,14 +31,18 @@ class AsgardInstaller extends BaseInstaller
31
 
32
  protected function inflectPluginVars($vars)
33
  {
34
- $vars['name'] = ucfirst(preg_replace('/-module/', '', $vars['name']));
 
 
35
 
36
  return $vars;
37
  }
38
 
39
  protected function inflectThemeVars($vars)
40
  {
41
- $vars['name'] = ucfirst(preg_replace('/-theme$/', '', $vars['name']));
 
 
42
 
43
  return $vars;
44
  }
31
 
32
  protected function inflectPluginVars($vars)
33
  {
34
+ $vars['name'] = preg_replace('/-module$/', '', $vars['name']);
35
+ $vars['name'] = str_replace(array('-', '_'), ' ', $vars['name']);
36
+ $vars['name'] = str_replace(' ', '', ucwords($vars['name']));
37
 
38
  return $vars;
39
  }
40
 
41
  protected function inflectThemeVars($vars)
42
  {
43
+ $vars['name'] = preg_replace('/-theme$/', '', $vars['name']);
44
+ $vars['name'] = str_replace(array('-', '_'), ' ', $vars['name']);
45
+ $vars['name'] = str_replace(' ', '', ucwords($vars['name']));
46
 
47
  return $vars;
48
  }
vendor/composer/installers/src/Composer/Installers/AttogramInstaller.php ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ namespace Composer\Installers;
3
+
4
+ class AttogramInstaller extends BaseInstaller
5
+ {
6
+ protected $locations = array(
7
+ 'module' => 'modules/{$name}/',
8
+ );
9
+ }
vendor/composer/installers/src/Composer/Installers/CockpitInstaller.php ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ namespace Composer\Installers;
3
+
4
+ class CockpitInstaller extends BaseInstaller
5
+ {
6
+ protected $locations = array(
7
+ 'module' => 'cockpit/modules/addons/{$name}/',
8
+ );
9
+
10
+ /**
11
+ * Format module name.
12
+ *
13
+ * Strip `module-` prefix from package name.
14
+ *
15
+ * @param array @vars
16
+ *
17
+ * @return array
18
+ */
19
+ public function inflectPackageVars($vars)
20
+ {
21
+ if ($vars['type'] == 'cockpit-module') {
22
+ return $this->inflectModuleVars($vars);
23
+ }
24
+
25
+ return $vars;
26
+ }
27
+
28
+ public function inflectModuleVars($vars)
29
+ {
30
+ $vars['name'] = ucfirst(preg_replace('/cockpit-/i', '', $vars['name']));
31
+
32
+ return $vars;
33
+ }
34
+ }
vendor/composer/installers/src/Composer/Installers/ExpressionEngineInstaller.php CHANGED
@@ -9,8 +9,8 @@ class ExpressionEngineInstaller extends BaseInstaller
9
  protected $locations = array();
10
 
11
  private $ee2Locations = array(
12
- 'addon' => 'system/expressionengine/third-party/{$name}/',
13
- 'theme' => 'themes/third-party/{$name}/',
14
  );
15
 
16
  private $ee3Locations = array(
9
  protected $locations = array();
10
 
11
  private $ee2Locations = array(
12
+ 'addon' => 'system/expressionengine/third_party/{$name}/',
13
+ 'theme' => 'themes/third_party/{$name}/',
14
  );
15
 
16
  private $ee3Locations = array(
vendor/composer/installers/src/Composer/Installers/Installer.php CHANGED
@@ -16,6 +16,7 @@ class Installer extends LibraryInstaller
16
  private $supportedTypes = array(
17
  'aimeos' => 'AimeosInstaller',
18
  'asgard' => 'AsgardInstaller',
 
19
  'agl' => 'AglInstaller',
20
  'annotatecms' => 'AnnotateCmsInstaller',
21
  'bitrix' => 'BitrixInstaller',
@@ -23,6 +24,7 @@ class Installer extends LibraryInstaller
23
  'cakephp' => 'CakePHPInstaller',
24
  'chef' => 'ChefInstaller',
25
  'ccframework' => 'ClanCatsFrameworkInstaller',
 
26
  'codeigniter' => 'CodeIgniterInstaller',
27
  'concrete5' => 'Concrete5Installer',
28
  'craft' => 'CraftInstaller',
@@ -49,7 +51,7 @@ class Installer extends LibraryInstaller
49
  'mako' => 'MakoInstaller',
50
  'mautic' => 'MauticInstaller',
51
  'mediawiki' => 'MediaWikiInstaller',
52
- 'microweber' => 'MicroweberInstaller',
53
  'modulework' => 'MODULEWorkInstaller',
54
  'modxevo' => 'MODXEvoInstaller',
55
  'moodle' => 'MoodleInstaller',
@@ -58,11 +60,13 @@ class Installer extends LibraryInstaller
58
  'phpbb' => 'PhpBBInstaller',
59
  'pimcore' => 'PimcoreInstaller',
60
  'piwik' => 'PiwikInstaller',
 
61
  'ppi' => 'PPIInstaller',
62
  'puppet' => 'PuppetInstaller',
63
  'radphp' => 'RadPHPInstaller',
64
  'phifty' => 'PhiftyInstaller',
65
  'redaxo' => 'RedaxoInstaller',
 
66
  'roundcube' => 'RoundcubeInstaller',
67
  'shopware' => 'ShopwareInstaller',
68
  'silverstripe' => 'SilverStripeInstaller',
@@ -72,9 +76,11 @@ class Installer extends LibraryInstaller
72
  'tusk' => 'TuskInstaller',
73
  'typo3-cms' => 'TYPO3CmsInstaller',
74
  'typo3-flow' => 'TYPO3FlowInstaller',
 
75
  'whmcs' => 'WHMCSInstaller',
76
  'wolfcms' => 'WolfCMSInstaller',
77
  'wordpress' => 'WordPressInstaller',
 
78
  'zend' => 'ZendInstaller',
79
  'zikula' => 'ZikulaInstaller',
80
  'prestashop' => 'PrestashopInstaller'
16
  private $supportedTypes = array(
17
  'aimeos' => 'AimeosInstaller',
18
  'asgard' => 'AsgardInstaller',
19
+ 'attogram' => 'AttogramInstaller',
20
  'agl' => 'AglInstaller',
21
  'annotatecms' => 'AnnotateCmsInstaller',
22
  'bitrix' => 'BitrixInstaller',
24
  'cakephp' => 'CakePHPInstaller',
25
  'chef' => 'ChefInstaller',
26
  'ccframework' => 'ClanCatsFrameworkInstaller',
27
+ 'cockpit' => 'CockpitInstaller',
28
  'codeigniter' => 'CodeIgniterInstaller',
29
  'concrete5' => 'Concrete5Installer',
30
  'craft' => 'CraftInstaller',
51
  'mako' => 'MakoInstaller',
52
  'mautic' => 'MauticInstaller',
53
  'mediawiki' => 'MediaWikiInstaller',
54
+ 'microweber' => 'MicroweberInstaller',
55
  'modulework' => 'MODULEWorkInstaller',
56
  'modxevo' => 'MODXEvoInstaller',
57
  'moodle' => 'MoodleInstaller',
60
  'phpbb' => 'PhpBBInstaller',
61
  'pimcore' => 'PimcoreInstaller',
62
  'piwik' => 'PiwikInstaller',
63
+ 'plentymarkets'=> 'PlentymarketsInstaller',
64
  'ppi' => 'PPIInstaller',
65
  'puppet' => 'PuppetInstaller',
66
  'radphp' => 'RadPHPInstaller',
67
  'phifty' => 'PhiftyInstaller',
68
  'redaxo' => 'RedaxoInstaller',
69
+ 'reindex' => 'ReIndexInstaller',
70
  'roundcube' => 'RoundcubeInstaller',
71
  'shopware' => 'ShopwareInstaller',
72
  'silverstripe' => 'SilverStripeInstaller',
76
  'tusk' => 'TuskInstaller',
77
  'typo3-cms' => 'TYPO3CmsInstaller',
78
  'typo3-flow' => 'TYPO3FlowInstaller',
79
+ 'vanilla' => 'VanillaInstaller',
80
  'whmcs' => 'WHMCSInstaller',
81
  'wolfcms' => 'WolfCMSInstaller',
82
  'wordpress' => 'WordPressInstaller',
83
+ 'yawik' => 'YawikInstaller',
84
  'zend' => 'ZendInstaller',
85
  'zikula' => 'ZikulaInstaller',
86
  'prestashop' => 'PrestashopInstaller'
vendor/composer/installers/src/Composer/Installers/PlentymarketsInstaller.php ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ namespace Composer\Installers;
3
+
4
+ class PlentymarketsInstaller extends BaseInstaller
5
+ {
6
+ protected $locations = array(
7
+ 'plugin' => '{$name}/'
8
+ );
9
+
10
+ /**
11
+ * Remove hyphen, "plugin" and format to camelcase
12
+ * @param array $vars
13
+ *
14
+ * @return array
15
+ */
16
+ public function inflectPackageVars($vars)
17
+ {
18
+ $vars['name'] = explode("-", $vars['name']);
19
+ foreach ($vars['name'] as $key => $name) {
20
+ $vars['name'][$key] = ucfirst($vars['name'][$key]);
21
+ if (strcasecmp($name, "Plugin") == 0) {
22
+ unset($vars['name'][$key]);
23
+ }
24
+ }
25
+ $vars['name'] = implode("",$vars['name']);
26
+
27
+ return $vars;
28
+ }
29
+ }
vendor/composer/installers/src/Composer/Installers/ReIndexInstaller.php ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ namespace Composer\Installers;
3
+
4
+ class ReIndexInstaller extends BaseInstaller
5
+ {
6
+ protected $locations = array(
7
+ 'theme' => 'themes/{$name}/',
8
+ 'plugin' => 'plugins/{$name}/'
9
+ );
10
+ }
vendor/composer/installers/src/Composer/Installers/ShopwareInstaller.php CHANGED
@@ -11,7 +11,9 @@ class ShopwareInstaller extends BaseInstaller
11
  'backend-plugin' => 'engine/Shopware/Plugins/Local/Backend/{$name}/',
12
  'core-plugin' => 'engine/Shopware/Plugins/Local/Core/{$name}/',
13
  'frontend-plugin' => 'engine/Shopware/Plugins/Local/Frontend/{$name}/',
14
- 'theme' => 'templates/{$name}/'
 
 
15
  );
16
 
17
  /**
11
  'backend-plugin' => 'engine/Shopware/Plugins/Local/Backend/{$name}/',
12
  'core-plugin' => 'engine/Shopware/Plugins/Local/Core/{$name}/',
13
  'frontend-plugin' => 'engine/Shopware/Plugins/Local/Frontend/{$name}/',
14
+ 'theme' => 'templates/{$name}/',
15
+ 'plugin' => 'custom/plugins/{$name}/',
16
+ 'frontend-theme' => 'themes/Frontend/{$name}/',
17
  );
18
 
19
  /**
vendor/composer/installers/src/Composer/Installers/VanillaInstaller.php ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ namespace Composer\Installers;
3
+
4
+ class VanillaInstaller extends BaseInstaller
5
+ {
6
+ protected $locations = array(
7
+ 'plugin' => 'plugins/{$name}/',
8
+ 'theme' => 'themes/{$name}/',
9
+ );
10
+ }
vendor/composer/installers/src/Composer/Installers/YawikInstaller.php ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Created by PhpStorm.
4
+ * User: cbleek
5
+ * Date: 25.03.16
6
+ * Time: 20:55
7
+ */
8
+
9
+ namespace Composer\Installers;
10
+
11
+
12
+ class YawikInstaller extends BaseInstaller
13
+ {
14
+ protected $locations = array(
15
+ 'module' => 'module/{$name}/',
16
+ );
17
+
18
+ /**
19
+ * Format package name to CamelCase
20
+ * @param array $vars
21
+ *
22
+ * @return array
23
+ */
24
+ public function inflectPackageVars($vars)
25
+ {
26
+ $vars['name'] = strtolower(preg_replace('/(?<=\\w)([A-Z])/', '_\\1', $vars['name']));
27
+ $vars['name'] = str_replace(array('-', '_'), ' ', $vars['name']);
28
+ $vars['name'] = str_replace(' ', '', ucwords($vars['name']));
29
+
30
+ return $vars;
31
+ }
32
+ }
vendor/composer/installers/tests/Composer/Installers/Test/AsgardInstallerTest.php CHANGED
@@ -8,7 +8,7 @@ use Composer\Composer;
8
  class AsgardInstallerTest extends \PHPUnit_Framework_TestCase
9
  {
10
  /**
11
- * @var OctoberInstaller
12
  */
13
  private $installer;
14
 
@@ -26,14 +26,20 @@ class AsgardInstallerTest extends \PHPUnit_Framework_TestCase
26
  public function testInflectPackageVars($type, $name, $expected)
27
  {
28
  $this->assertEquals(
29
- $this->installer->inflectPackageVars(array('name' => $name, 'type' => $type)),
30
- array('name' => $expected, 'type' => $type)
31
  );
32
  }
33
 
34
  public function packageNameInflectionProvider()
35
  {
36
  return array(
 
 
 
 
 
 
37
  array(
38
  'asgard-module',
39
  'asgard-module',
@@ -44,11 +50,17 @@ class AsgardInstallerTest extends \PHPUnit_Framework_TestCase
44
  'blog',
45
  'Blog'
46
  ),
 
 
 
 
 
 
47
  // tests that exactly one '-theme' is cut off
48
  array(
49
  'asgard-theme',
50
  'some-theme-theme',
51
- 'Some-theme',
52
  ),
53
  // tests that names without '-theme' suffix stay valid
54
  array(
@@ -56,6 +68,12 @@ class AsgardInstallerTest extends \PHPUnit_Framework_TestCase
56
  'someothertheme',
57
  'Someothertheme',
58
  ),
 
 
 
 
 
 
59
  );
60
  }
61
  }
8
  class AsgardInstallerTest extends \PHPUnit_Framework_TestCase
9
  {
10
  /**
11
+ * @var AsgardInstaller
12
  */
13
  private $installer;
14
 
26
  public function testInflectPackageVars($type, $name, $expected)
27
  {
28
  $this->assertEquals(
29
+ array('name' => $expected, 'type' => $type),
30
+ $this->installer->inflectPackageVars(array('name' => $name, 'type' => $type))
31
  );
32
  }
33
 
34
  public function packageNameInflectionProvider()
35
  {
36
  return array(
37
+ // Should keep module name StudlyCase
38
+ array(
39
+ 'asgard-module',
40
+ 'user-profile',
41
+ 'UserProfile'
42
+ ),
43
  array(
44
  'asgard-module',
45
  'asgard-module',
50
  'blog',
51
  'Blog'
52
  ),
53
+ // tests that exactly one '-module' is cut off
54
+ array(
55
+ 'asgard-module',
56
+ 'some-module-module',
57
+ 'SomeModule',
58
+ ),
59
  // tests that exactly one '-theme' is cut off
60
  array(
61
  'asgard-theme',
62
  'some-theme-theme',
63
+ 'SomeTheme',
64
  ),
65
  // tests that names without '-theme' suffix stay valid
66
  array(
68
  'someothertheme',
69
  'Someothertheme',
70
  ),
71
+ // Should keep theme name StudlyCase
72
+ array(
73
+ 'asgard-theme',
74
+ 'adminlte-advanced',
75
+ 'AdminlteAdvanced'
76
+ ),
77
  );
78
  }
79
  }
vendor/composer/installers/tests/Composer/Installers/Test/BitrixInstallerTest.php ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ namespace Composer\Installers\Test;
4
+
5
+ use Composer\Installers\BitrixInstaller;
6
+ use Composer\Package\PackageInterface;
7
+ use Composer\Package\Package;
8
+ use Composer\Composer;
9
+
10
+ /**
11
+ * Tests for the BitrixInstaller Class
12
+ *
13
+ * @coversDefaultClass Composer\Installers\BitrixInstaller
14
+ */
15
+ class BitrixInstallerTest extends TestCase
16
+ {
17
+ /** @var BitrixInstaller */
18
+ private $installer;
19
+
20
+ /** @var Composer */
21
+ private $composer;
22
+
23
+
24
+ /**
25
+ * Sets up the fixture, for example, instantiate the class-under-test.
26
+ *
27
+ * This method is called before a test is executed.
28
+ */
29
+ final function setUp()
30
+ {
31
+ $this->composer = new Composer();
32
+ }
33
+
34
+ /**
35
+ * @param string $vars
36
+ * @param string $expectedVars
37
+ *
38
+ * @covers ::inflectPackageVars
39
+ *
40
+ * @dataProvider provideExpectedInflectionResults
41
+ */
42
+ final public function testInflectPackageVars($vars, $expectedVars)
43
+ {
44
+
45
+ $this->installer = new BitrixInstaller(
46
+ new Package($vars['name'], '4.2', '4.2'),
47
+ $this->composer
48
+ );
49
+ $actual = $this->installer->inflectPackageVars($vars);
50
+ $this->assertEquals($actual, $expectedVars);
51
+ }
52
+
53
+ /**
54
+ * Provides various parameters for packages and the expected result after inflection
55
+ *
56
+ * @return array
57
+ */
58
+ final public function provideExpectedInflectionResults()
59
+ {
60
+ return array(
61
+ //check bitrix-dir is correct
62
+ array(
63
+ array('name' => 'Nyan/Cat'),
64
+ array('name' => 'Nyan/Cat', 'bitrix_dir' => 'bitrix')
65
+ ),
66
+ array(
67
+ array('name' => 'Nyan/Cat', 'bitrix_dir' => 'bitrix'),
68
+ array('name' => 'Nyan/Cat', 'bitrix_dir' => 'bitrix')
69
+ ),
70
+ array(
71
+ array('name' => 'Nyan/Cat', 'bitrix_dir' => 'local'),
72
+ array('name' => 'Nyan/Cat', 'bitrix_dir' => 'local')
73
+ ),
74
+ );
75
+ }
76
+ }
vendor/composer/installers/tests/Composer/Installers/Test/InstallerTest.php CHANGED
@@ -89,6 +89,7 @@ class InstallerTest extends TestCase
89
  array('annotatecms-module', true),
90
  array('annotatecms-component', true),
91
  array('annotatecms-service', true),
 
92
  array('bitrix-module', true),
93
  array('bitrix-component', true),
94
  array('bitrix-theme', true),
@@ -99,6 +100,7 @@ class InstallerTest extends TestCase
99
  array('cakephp-plugin', true),
100
  array('chef-cookbook', true),
101
  array('chef-role', true),
 
102
  array('codeigniter-app', false),
103
  array('codeigniter-library', true),
104
  array('codeigniter-third-party', true),
@@ -151,6 +153,7 @@ class InstallerTest extends TestCase
151
  array('piwik-plugin', true),
152
  array('phpbb-extension', true),
153
  array('pimcore-plugin', true),
 
154
  array('ppi-module', true),
155
  array('prestashop-module', true),
156
  array('prestashop-theme', true),
@@ -158,11 +161,15 @@ class InstallerTest extends TestCase
158
  array('radphp-bundle', true),
159
  array('redaxo-addon', true),
160
  array('redaxo-bestyle-plugin', true),
 
 
161
  array('roundcube-plugin', true),
162
  array('shopware-backend-plugin', true),
163
  array('shopware-core-plugin', true),
164
  array('shopware-frontend-plugin', true),
165
  array('shopware-theme', true),
 
 
166
  array('silverstripe-module', true),
167
  array('silverstripe-theme', true),
168
  array('smf-module', true),
@@ -176,10 +183,13 @@ class InstallerTest extends TestCase
176
  array('tusk-asset', true),
177
  array('typo3-flow-plugin', true),
178
  array('typo3-cms-extension', true),
 
 
179
  array('whmcs-gateway', true),
180
  array('wolfcms-plugin', true),
181
  array('wordpress-plugin', true),
182
  array('wordpress-core', false),
 
183
  array('zend-library', true),
184
  array('zikula-module', true),
185
  array('zikula-theme', true),
@@ -217,6 +227,7 @@ class InstallerTest extends TestCase
217
  array('annotatecms-module', 'addons/modules/my_module/', 'vysinsky/my_module'),
218
  array('annotatecms-component', 'addons/components/my_component/', 'vysinsky/my_component'),
219
  array('annotatecms-service', 'addons/services/my_service/', 'vysinsky/my_service'),
 
220
  array('bitrix-module', 'bitrix/modules/my_module/', 'author/my_module'),
221
  array('bitrix-component', 'bitrix/components/my_component/', 'author/my_component'),
222
  array('bitrix-theme', 'bitrix/templates/my_theme/', 'author/my_theme'),
@@ -227,6 +238,7 @@ class InstallerTest extends TestCase
227
  array('cakephp-plugin', 'Plugin/Ftp/', 'shama/ftp'),
228
  array('chef-cookbook', 'Chef/mre/my_cookbook/', 'mre/my_cookbook'),
229
  array('chef-role', 'Chef/roles/my_role/', 'mre/my_role'),
 
230
  array('codeigniter-library', 'application/libraries/my_package/', 'shama/my_package'),
231
  array('codeigniter-module', 'application/modules/my_package/', 'shama/my_package'),
232
  array('concrete5-block', 'blocks/concrete5_block/', 'remo/concrete5_block'),
@@ -247,8 +259,8 @@ class InstallerTest extends TestCase
247
  array('elgg-plugin', 'mod/sample_plugin/', 'test/sample_plugin'),
248
  array('ee3-addon', 'system/user/addons/ee_theme/', 'author/ee_theme'),
249
  array('ee3-theme', 'themes/user/ee_package/', 'author/ee_package'),
250
- array('ee2-addon', 'system/expressionengine/third-party/ee_theme/', 'author/ee_theme'),
251
- array('ee2-theme', 'themes/third-party/ee_package/', 'author/ee_package'),
252
  array('fuel-module', 'fuel/app/modules/module/', 'fuel/module'),
253
  array('fuel-package', 'fuel/packages/orm/', 'fuel/orm'),
254
  array('fuel-theme', 'fuel/app/themes/theme/', 'fuel/theme'),
@@ -289,17 +301,22 @@ class InstallerTest extends TestCase
289
  array('phpbb-style', 'styles/foo/', 'test/foo'),
290
  array('phpbb-language', 'language/foo/', 'test/foo'),
291
  array('pimcore-plugin', 'plugins/MyPlugin/', 'ubikz/my_plugin'),
 
292
  array('ppi-module', 'modules/foo/', 'test/foo'),
293
  array('puppet-module', 'modules/puppet-name/', 'puppet/puppet-name'),
294
  array('radphp-bundle', 'src/Migration/', 'atkrad/migration'),
295
  array('redaxo-addon', 'redaxo/include/addons/my_plugin/', 'shama/my_plugin'),
296
  array('redaxo-bestyle-plugin', 'redaxo/include/addons/be_style/plugins/my_plugin/', 'shama/my_plugin'),
 
 
297
  array('roundcube-plugin', 'plugins/base/', 'test/base'),
298
  array('roundcube-plugin', 'plugins/replace_dash/', 'test/replace-dash'),
299
  array('shopware-backend-plugin', 'engine/Shopware/Plugins/Local/Backend/ShamaMyBackendPlugin/', 'shama/my-backend-plugin'),
300
  array('shopware-core-plugin', 'engine/Shopware/Plugins/Local/Core/ShamaMyCorePlugin/', 'shama/my-core-plugin'),
301
  array('shopware-frontend-plugin', 'engine/Shopware/Plugins/Local/Frontend/ShamaMyFrontendPlugin/', 'shama/my-frontend-plugin'),
302
  array('shopware-theme', 'templates/my_theme/', 'shama/my-theme'),
 
 
303
  array('silverstripe-module', 'my_module/', 'shama/my_module'),
304
  array('silverstripe-module', 'sapphire/', 'silverstripe/framework', '2.4.0'),
305
  array('silverstripe-module', 'framework/', 'silverstripe/framework', '3.0.0'),
@@ -318,6 +335,8 @@ class InstallerTest extends TestCase
318
  array('typo3-flow-package', 'Packages/Application/my_package/', 'shama/my_package'),
319
  array('typo3-flow-build', 'Build/my_package/', 'shama/my_package'),
320
  array('typo3-cms-extension', 'typo3conf/ext/my_extension/', 'shama/my_extension'),
 
 
321
  array('whmcs-gateway', 'modules/gateways/gateway_name/', 'vendor/gateway_name'),
322
  array('wolfcms-plugin', 'wolf/plugins/my_plugin/', 'shama/my_plugin'),
323
  array('wordpress-plugin', 'wp-content/plugins/my_plugin/', 'shama/my_plugin'),
@@ -330,6 +349,7 @@ class InstallerTest extends TestCase
330
  array('phifty-bundle', 'bundles/core/', 'shama/core'),
331
  array('phifty-library', 'libraries/my-lib/', 'shama/my-lib'),
332
  array('phifty-framework', 'frameworks/my-framework/', 'shama/my-framework'),
 
333
  );
334
  }
335
 
89
  array('annotatecms-module', true),
90
  array('annotatecms-component', true),
91
  array('annotatecms-service', true),
92
+ array('attogram-module', true),
93
  array('bitrix-module', true),
94
  array('bitrix-component', true),
95
  array('bitrix-theme', true),
100
  array('cakephp-plugin', true),
101
  array('chef-cookbook', true),
102
  array('chef-role', true),
103
+ array('cockpit-module', true),
104
  array('codeigniter-app', false),
105
  array('codeigniter-library', true),
106
  array('codeigniter-third-party', true),
153
  array('piwik-plugin', true),
154
  array('phpbb-extension', true),
155
  array('pimcore-plugin', true),
156
+ array('plentymarkets-plugin', true),
157
  array('ppi-module', true),
158
  array('prestashop-module', true),
159
  array('prestashop-theme', true),
161
  array('radphp-bundle', true),
162
  array('redaxo-addon', true),
163
  array('redaxo-bestyle-plugin', true),
164
+ array('reindex-theme', true),
165
+ array('reindex-plugin', true),
166
  array('roundcube-plugin', true),
167
  array('shopware-backend-plugin', true),
168
  array('shopware-core-plugin', true),
169
  array('shopware-frontend-plugin', true),
170
  array('shopware-theme', true),
171
+ array('shopware-plugin', true),
172
+ array('shopware-frontend-theme', true),
173
  array('silverstripe-module', true),
174
  array('silverstripe-theme', true),
175
  array('smf-module', true),
183
  array('tusk-asset', true),
184
  array('typo3-flow-plugin', true),
185
  array('typo3-cms-extension', true),
186
+ array('vanilla-plugin', true),
187
+ array('vanilla-theme', true),
188
  array('whmcs-gateway', true),
189
  array('wolfcms-plugin', true),
190
  array('wordpress-plugin', true),
191
  array('wordpress-core', false),
192
+ array('yawik-module', true),
193
  array('zend-library', true),
194
  array('zikula-module', true),
195
  array('zikula-theme', true),
227
  array('annotatecms-module', 'addons/modules/my_module/', 'vysinsky/my_module'),
228
  array('annotatecms-component', 'addons/components/my_component/', 'vysinsky/my_component'),
229
  array('annotatecms-service', 'addons/services/my_service/', 'vysinsky/my_service'),
230
+ array('attogram-module', 'modules/my_module/', 'author/my_module'),
231
  array('bitrix-module', 'bitrix/modules/my_module/', 'author/my_module'),
232
  array('bitrix-component', 'bitrix/components/my_component/', 'author/my_component'),
233
  array('bitrix-theme', 'bitrix/templates/my_theme/', 'author/my_theme'),
238
  array('cakephp-plugin', 'Plugin/Ftp/', 'shama/ftp'),
239
  array('chef-cookbook', 'Chef/mre/my_cookbook/', 'mre/my_cookbook'),
240
  array('chef-role', 'Chef/roles/my_role/', 'mre/my_role'),
241
+ array('cockpit-module', 'cockpit/modules/addons/My_module/', 'piotr-cz/cockpit-my_module'),
242
  array('codeigniter-library', 'application/libraries/my_package/', 'shama/my_package'),
243
  array('codeigniter-module', 'application/modules/my_package/', 'shama/my_package'),
244
  array('concrete5-block', 'blocks/concrete5_block/', 'remo/concrete5_block'),
259
  array('elgg-plugin', 'mod/sample_plugin/', 'test/sample_plugin'),
260
  array('ee3-addon', 'system/user/addons/ee_theme/', 'author/ee_theme'),
261
  array('ee3-theme', 'themes/user/ee_package/', 'author/ee_package'),
262
+ array('ee2-addon', 'system/expressionengine/third_party/ee_theme/', 'author/ee_theme'),
263
+ array('ee2-theme', 'themes/third_party/ee_package/', 'author/ee_package'),
264
  array('fuel-module', 'fuel/app/modules/module/', 'fuel/module'),
265
  array('fuel-package', 'fuel/packages/orm/', 'fuel/orm'),
266
  array('fuel-theme', 'fuel/app/themes/theme/', 'fuel/theme'),
301
  array('phpbb-style', 'styles/foo/', 'test/foo'),
302
  array('phpbb-language', 'language/foo/', 'test/foo'),
303
  array('pimcore-plugin', 'plugins/MyPlugin/', 'ubikz/my_plugin'),
304
+ array('plentymarkets-plugin', 'HelloWorld/', 'plugin-hello-world'),
305
  array('ppi-module', 'modules/foo/', 'test/foo'),
306
  array('puppet-module', 'modules/puppet-name/', 'puppet/puppet-name'),
307
  array('radphp-bundle', 'src/Migration/', 'atkrad/migration'),
308
  array('redaxo-addon', 'redaxo/include/addons/my_plugin/', 'shama/my_plugin'),
309
  array('redaxo-bestyle-plugin', 'redaxo/include/addons/be_style/plugins/my_plugin/', 'shama/my_plugin'),
310
+ array('reindex-theme', 'themes/my_module/', 'author/my_module'),
311
+ array('reindex-plugin', 'plugins/my_module/', 'author/my_module'),
312
  array('roundcube-plugin', 'plugins/base/', 'test/base'),
313
  array('roundcube-plugin', 'plugins/replace_dash/', 'test/replace-dash'),
314
  array('shopware-backend-plugin', 'engine/Shopware/Plugins/Local/Backend/ShamaMyBackendPlugin/', 'shama/my-backend-plugin'),
315
  array('shopware-core-plugin', 'engine/Shopware/Plugins/Local/Core/ShamaMyCorePlugin/', 'shama/my-core-plugin'),
316
  array('shopware-frontend-plugin', 'engine/Shopware/Plugins/Local/Frontend/ShamaMyFrontendPlugin/', 'shama/my-frontend-plugin'),
317
  array('shopware-theme', 'templates/my_theme/', 'shama/my-theme'),
318
+ array('shopware-frontend-theme', 'themes/Frontend/ShamaMyFrontendTheme/', 'shama/my-frontend-theme'),
319
+ array('shopware-plugin', 'custom/plugins/ShamaMyPlugin/', 'shama/my-plugin'),
320
  array('silverstripe-module', 'my_module/', 'shama/my_module'),
321
  array('silverstripe-module', 'sapphire/', 'silverstripe/framework', '2.4.0'),
322
  array('silverstripe-module', 'framework/', 'silverstripe/framework', '3.0.0'),
335
  array('typo3-flow-package', 'Packages/Application/my_package/', 'shama/my_package'),
336
  array('typo3-flow-build', 'Build/my_package/', 'shama/my_package'),
337
  array('typo3-cms-extension', 'typo3conf/ext/my_extension/', 'shama/my_extension'),
338
+ array('vanilla-plugin', 'plugins/my_plugin/', 'shama/my_plugin'),
339
+ array('vanilla-theme', 'themes/my_theme/', 'shama/my_theme'),
340
  array('whmcs-gateway', 'modules/gateways/gateway_name/', 'vendor/gateway_name'),
341
  array('wolfcms-plugin', 'wolf/plugins/my_plugin/', 'shama/my_plugin'),
342
  array('wordpress-plugin', 'wp-content/plugins/my_plugin/', 'shama/my_plugin'),
349
  array('phifty-bundle', 'bundles/core/', 'shama/core'),
350
  array('phifty-library', 'libraries/my-lib/', 'shama/my-lib'),
351
  array('phifty-framework', 'frameworks/my-framework/', 'shama/my-framework'),
352
+ array('yawik-module', 'module/MyModule/', 'shama/my_module'),
353
  );
354
  }
355
 
vendor/composer/installers/tests/Composer/Installers/Test/YawikInstallerTest.php ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ namespace Composer\Installers\Test;
3
+
4
+ use Composer\Composer;
5
+ use Composer\Installers\YawikInstaller;
6
+ use Composer\Package\Package;
7
+ use Composer\Package\PackageInterface;
8
+
9
+ /**
10
+ * Class YawikInstallerTest
11
+ *
12
+ * @package Composer\Installers\Test
13
+ */
14
+ class YawikInstallerTest extends TestCase
15
+ {
16
+ /**
17
+ * @varComposer
18
+ */
19
+ private $composer;
20
+
21
+ /**
22
+ * @var PackageInterface
23
+ */
24
+ private $io;
25
+
26
+ /**
27
+ * @var Package
28
+ */
29
+ private $package;
30
+
31
+ /**
32
+ * setUp
33
+ *
34
+ * @return void
35
+ */
36
+ public function setUp()
37
+ {
38
+ $this->package = new Package('YawikCompanyRegistration', '1.0', '1.0');
39
+ $this->io = $this->getMock('Composer\IO\PackageInterface');
40
+ $this->composer = new Composer();
41
+ }
42
+
43
+ /**
44
+ * testInflectPackageVars
45
+ *
46
+ * @dataProvider packageNameProvider
47
+ * @return void
48
+ */
49
+ public function testInflectPackageVars($input)
50
+ {
51
+ $installer = new YawikInstaller($this->package, $this->composer);
52
+ $result = $installer->inflectPackageVars(array('name' => $input));
53
+ $this->assertEquals($result, array('name' => 'YawikCompanyRegistration'));
54
+ }
55
+
56
+ public function packageNameProvider()
57
+ {
58
+ return array(
59
+ array('yawik-company-registration'),
60
+ array('yawik_company_registration'),
61
+ array('YawikCompanyRegistration')
62
+ );
63
+ }
64
+ }
vendor/google/apiclient/composer.json CHANGED
@@ -13,13 +13,11 @@
13
  "squizlabs/php_codesniffer": "~2.3"
14
  },
15
  "autoload": {
16
- "classmap": [
17
- "src/"
18
- ]
19
  },
20
  "extra": {
21
  "branch-alias": {
22
- "dev-master": "1.1.x-dev"
23
  }
24
  }
25
  }
13
  "squizlabs/php_codesniffer": "~2.3"
14
  },
15
  "autoload": {
16
+ "files": ["src/Google/autoload.php"]
 
 
17
  },
18
  "extra": {
19
  "branch-alias": {
20
+ "dev-v1-master": "1.1.x-dev"
21
  }
22
  }
23
  }
vendor/google/apiclient/src/Google/Service/AdExchangeBuyer.php CHANGED
@@ -1,7 +1,5 @@
1
  <?php
2
  /*
3
- * Copyright 2010 Google Inc.
4
- *
5
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
6
  * use this file except in compliance with the License. You may obtain a copy of
7
  * the License at
@@ -38,18 +36,13 @@ class Google_Service_AdExchangeBuyer extends Google_Service
38
  public $accounts;
39
  public $billingInfo;
40
  public $budget;
41
- public $clientaccess;
42
  public $creatives;
43
- public $deals;
44
  public $marketplacedeals;
45
  public $marketplacenotes;
46
- public $marketplaceoffers;
47
- public $marketplaceorders;
48
- public $negotiationrounds;
49
- public $negotiations;
50
- public $offers;
51
  public $performanceReport;
52
  public $pretargetingConfig;
 
 
53
 
54
 
55
  /**
@@ -188,100 +181,33 @@ class Google_Service_AdExchangeBuyer extends Google_Service
188
  )
189
  )
190
  );
191
- $this->clientaccess = new Google_Service_AdExchangeBuyer_Clientaccess_Resource(
192
  $this,
193
  $this->serviceName,
194
- 'clientaccess',
195
  array(
196
  'methods' => array(
197
- 'delete' => array(
198
- 'path' => 'clientAccess/{clientAccountId}',
199
- 'httpMethod' => 'DELETE',
200
- 'parameters' => array(
201
- 'clientAccountId' => array(
202
- 'location' => 'path',
203
- 'type' => 'string',
204
- 'required' => true,
205
- ),
206
- 'sponsorAccountId' => array(
207
- 'location' => 'query',
208
- 'type' => 'integer',
209
- 'required' => true,
210
- ),
211
- ),
212
- ),'get' => array(
213
- 'path' => 'clientAccess/{clientAccountId}',
214
- 'httpMethod' => 'GET',
215
  'parameters' => array(
216
- 'clientAccountId' => array(
217
  'location' => 'path',
218
- 'type' => 'string',
219
- 'required' => true,
220
- ),
221
- 'sponsorAccountId' => array(
222
- 'location' => 'query',
223
  'type' => 'integer',
224
  'required' => true,
225
  ),
226
- ),
227
- ),'insert' => array(
228
- 'path' => 'clientAccess',
229
- 'httpMethod' => 'POST',
230
- 'parameters' => array(
231
- 'clientAccountId' => array(
232
- 'location' => 'query',
233
- 'type' => 'string',
234
- ),
235
- 'sponsorAccountId' => array(
236
- 'location' => 'query',
237
- 'type' => 'integer',
238
- ),
239
- ),
240
- ),'list' => array(
241
- 'path' => 'clientAccess',
242
- 'httpMethod' => 'GET',
243
- 'parameters' => array(),
244
- ),'patch' => array(
245
- 'path' => 'clientAccess/{clientAccountId}',
246
- 'httpMethod' => 'PATCH',
247
- 'parameters' => array(
248
- 'clientAccountId' => array(
249
  'location' => 'path',
250
  'type' => 'string',
251
  'required' => true,
252
  ),
253
- 'sponsorAccountId' => array(
254
- 'location' => 'query',
255
- 'type' => 'integer',
256
- 'required' => true,
257
- ),
258
- ),
259
- ),'update' => array(
260
- 'path' => 'clientAccess/{clientAccountId}',
261
- 'httpMethod' => 'PUT',
262
- 'parameters' => array(
263
- 'clientAccountId' => array(
264
  'location' => 'path',
265
  'type' => 'string',
266
  'required' => true,
267
  ),
268
- 'sponsorAccountId' => array(
269
- 'location' => 'query',
270
- 'type' => 'integer',
271
- 'required' => true,
272
- ),
273
  ),
274
- ),
275
- )
276
- )
277
- );
278
- $this->creatives = new Google_Service_AdExchangeBuyer_Creatives_Resource(
279
- $this,
280
- $this->serviceName,
281
- 'creatives',
282
- array(
283
- 'methods' => array(
284
- 'get' => array(
285
  'path' => 'creatives/{accountId}/{buyerCreativeId}',
286
  'httpMethod' => 'GET',
287
  'parameters' => array(
@@ -304,17 +230,10 @@ class Google_Service_AdExchangeBuyer extends Google_Service
304
  'path' => 'creatives',
305
  'httpMethod' => 'GET',
306
  'parameters' => array(
307
- 'openAuctionStatusFilter' => array(
308
- 'location' => 'query',
309
- 'type' => 'string',
310
- ),
311
- 'maxResults' => array(
312
  'location' => 'query',
313
  'type' => 'integer',
314
- ),
315
- 'pageToken' => array(
316
- 'location' => 'query',
317
- 'type' => 'string',
318
  ),
319
  'buyerCreativeId' => array(
320
  'location' => 'query',
@@ -325,26 +244,33 @@ class Google_Service_AdExchangeBuyer extends Google_Service
325
  'location' => 'query',
326
  'type' => 'string',
327
  ),
328
- 'accountId' => array(
329
  'location' => 'query',
330
  'type' => 'integer',
331
- 'repeated' => true,
 
 
 
 
 
 
 
332
  ),
333
  ),
334
- ),
335
- )
336
- )
337
- );
338
- $this->deals = new Google_Service_AdExchangeBuyer_Deals_Resource(
339
- $this,
340
- $this->serviceName,
341
- 'deals',
342
- array(
343
- 'methods' => array(
344
- 'get' => array(
345
- 'path' => 'deals/{dealId}',
346
- 'httpMethod' => 'GET',
347
  'parameters' => array(
 
 
 
 
 
 
 
 
 
 
348
  'dealId' => array(
349
  'location' => 'path',
350
  'type' => 'string',
@@ -362,40 +288,40 @@ class Google_Service_AdExchangeBuyer extends Google_Service
362
  array(
363
  'methods' => array(
364
  'delete' => array(
365
- 'path' => 'marketplaceOrders/{orderId}/deals/delete',
366
  'httpMethod' => 'POST',
367
  'parameters' => array(
368
- 'orderId' => array(
369
  'location' => 'path',
370
  'type' => 'string',
371
  'required' => true,
372
  ),
373
  ),
374
  ),'insert' => array(
375
- 'path' => 'marketplaceOrders/{orderId}/deals/insert',
376
  'httpMethod' => 'POST',
377
  'parameters' => array(
378
- 'orderId' => array(
379
  'location' => 'path',
380
  'type' => 'string',
381
  'required' => true,
382
  ),
383
  ),
384
  ),'list' => array(
385
- 'path' => 'marketplaceOrders/{orderId}/deals',
386
  'httpMethod' => 'GET',
387
  'parameters' => array(
388
- 'orderId' => array(
389
  'location' => 'path',
390
  'type' => 'string',
391
  'required' => true,
392
  ),
393
  ),
394
  ),'update' => array(
395
- 'path' => 'marketplaceOrders/{orderId}/deals/update',
396
  'httpMethod' => 'POST',
397
  'parameters' => array(
398
- 'orderId' => array(
399
  'location' => 'path',
400
  'type' => 'string',
401
  'required' => true,
@@ -412,20 +338,20 @@ class Google_Service_AdExchangeBuyer extends Google_Service
412
  array(
413
  'methods' => array(
414
  'insert' => array(
415
- 'path' => 'marketplaceOrders/{orderId}/notes/insert',
416
  'httpMethod' => 'POST',
417
  'parameters' => array(
418
- 'orderId' => array(
419
  'location' => 'path',
420
  'type' => 'string',
421
  'required' => true,
422
  ),
423
  ),
424
  ),'list' => array(
425
- 'path' => 'marketplaceOrders/{orderId}/notes',
426
  'httpMethod' => 'GET',
427
  'parameters' => array(
428
- 'orderId' => array(
429
  'location' => 'path',
430
  'type' => 'string',
431
  'required' => true,
@@ -435,27 +361,36 @@ class Google_Service_AdExchangeBuyer extends Google_Service
435
  )
436
  )
437
  );
438
- $this->marketplaceoffers = new Google_Service_AdExchangeBuyer_Marketplaceoffers_Resource(
439
  $this,
440
  $this->serviceName,
441
- 'marketplaceoffers',
442
  array(
443
  'methods' => array(
444
- 'get' => array(
445
- 'path' => 'marketplaceOffers/{offerId}',
446
  'httpMethod' => 'GET',
447
  'parameters' => array(
448
- 'offerId' => array(
449
- 'location' => 'path',
450
  'type' => 'string',
451
  'required' => true,
452
  ),
453
- ),
454
- ),'search' => array(
455
- 'path' => 'marketplaceOffers/search',
456
- 'httpMethod' => 'GET',
457
- 'parameters' => array(
458
- 'pqlQuery' => array(
 
 
 
 
 
 
 
 
 
459
  'location' => 'query',
460
  'type' => 'string',
461
  ),
@@ -464,90 +399,87 @@ class Google_Service_AdExchangeBuyer extends Google_Service
464
  )
465
  )
466
  );
467
- $this->marketplaceorders = new Google_Service_AdExchangeBuyer_Marketplaceorders_Resource(
468
  $this,
469
  $this->serviceName,
470
- 'marketplaceorders',
471
  array(
472
  'methods' => array(
473
- 'get' => array(
474
- 'path' => 'marketplaceOrders/{orderId}',
475
- 'httpMethod' => 'GET',
476
  'parameters' => array(
477
- 'orderId' => array(
 
 
 
 
 
478
  'location' => 'path',
479
  'type' => 'string',
480
  'required' => true,
481
  ),
482
  ),
483
- ),'insert' => array(
484
- 'path' => 'marketplaceOrders/insert',
485
- 'httpMethod' => 'POST',
486
- 'parameters' => array(),
487
- ),'patch' => array(
488
- 'path' => 'marketplaceOrders/{orderId}/{revisionNumber}/{updateAction}',
489
- 'httpMethod' => 'PATCH',
490
  'parameters' => array(
491
- 'orderId' => array(
492
  'location' => 'path',
493
  'type' => 'string',
494
  'required' => true,
495
  ),
496
- 'revisionNumber' => array(
497
  'location' => 'path',
498
  'type' => 'string',
499
  'required' => true,
500
  ),
501
- 'updateAction' => array(
 
 
 
 
 
502
  'location' => 'path',
503
  'type' => 'string',
504
  'required' => true,
505
  ),
506
  ),
507
- ),'search' => array(
508
- 'path' => 'marketplaceOrders/search',
509
  'httpMethod' => 'GET',
510
  'parameters' => array(
511
- 'pqlQuery' => array(
512
- 'location' => 'query',
513
  'type' => 'string',
 
514
  ),
515
  ),
516
- ),'update' => array(
517
- 'path' => 'marketplaceOrders/{orderId}/{revisionNumber}/{updateAction}',
518
- 'httpMethod' => 'PUT',
519
  'parameters' => array(
520
- 'orderId' => array(
521
  'location' => 'path',
522
  'type' => 'string',
523
  'required' => true,
524
  ),
525
- 'revisionNumber' => array(
526
  'location' => 'path',
527
  'type' => 'string',
528
  'required' => true,
529
  ),
530
- 'updateAction' => array(
 
 
 
 
 
531
  'location' => 'path',
532
  'type' => 'string',
533
  'required' => true,
534
  ),
535
- ),
536
- ),
537
- )
538
- )
539
- );
540
- $this->negotiationrounds = new Google_Service_AdExchangeBuyer_Negotiationrounds_Resource(
541
- $this,
542
- $this->serviceName,
543
- 'negotiationrounds',
544
- array(
545
- 'methods' => array(
546
- 'insert' => array(
547
- 'path' => 'negotiations/{negotiationId}/negotiationrounds',
548
- 'httpMethod' => 'POST',
549
- 'parameters' => array(
550
- 'negotiationId' => array(
551
  'location' => 'path',
552
  'type' => 'string',
553
  'required' => true,
@@ -557,181 +489,99 @@ class Google_Service_AdExchangeBuyer extends Google_Service
557
  )
558
  )
559
  );
560
- $this->negotiations = new Google_Service_AdExchangeBuyer_Negotiations_Resource(
561
  $this,
562
  $this->serviceName,
563
- 'negotiations',
564
  array(
565
  'methods' => array(
566
  'get' => array(
567
- 'path' => 'negotiations/{negotiationId}',
568
  'httpMethod' => 'GET',
569
  'parameters' => array(
570
- 'negotiationId' => array(
571
  'location' => 'path',
572
  'type' => 'string',
573
  'required' => true,
574
  ),
575
  ),
576
- ),'insert' => array(
577
- 'path' => 'negotiations',
578
- 'httpMethod' => 'POST',
579
- 'parameters' => array(),
580
- ),'list' => array(
581
- 'path' => 'negotiations',
582
  'httpMethod' => 'GET',
583
- 'parameters' => array(),
 
 
 
 
 
584
  ),
585
  )
586
  )
587
  );
588
- $this->offers = new Google_Service_AdExchangeBuyer_Offers_Resource(
589
  $this,
590
  $this->serviceName,
591
- 'offers',
592
  array(
593
  'methods' => array(
594
  'get' => array(
595
- 'path' => 'offers/{offerId}',
596
  'httpMethod' => 'GET',
597
  'parameters' => array(
598
- 'offerId' => array(
599
  'location' => 'path',
600
  'type' => 'string',
601
  'required' => true,
602
  ),
603
  ),
604
  ),'insert' => array(
605
- 'path' => 'offers',
606
  'httpMethod' => 'POST',
607
  'parameters' => array(),
608
- ),'list' => array(
609
- 'path' => 'offers',
610
- 'httpMethod' => 'GET',
611
- 'parameters' => array(),
612
- ),
613
- )
614
- )
615
- );
616
- $this->performanceReport = new Google_Service_AdExchangeBuyer_PerformanceReport_Resource(
617
- $this,
618
- $this->serviceName,
619
- 'performanceReport',
620
- array(
621
- 'methods' => array(
622
- 'list' => array(
623
- 'path' => 'performancereport',
624
- 'httpMethod' => 'GET',
625
  'parameters' => array(
626
- 'accountId' => array(
627
- 'location' => 'query',
628
  'type' => 'string',
629
  'required' => true,
630
  ),
631
- 'endDateTime' => array(
632
- 'location' => 'query',
633
  'type' => 'string',
634
  'required' => true,
635
  ),
636
- 'startDateTime' => array(
637
- 'location' => 'query',
638
  'type' => 'string',
639
  'required' => true,
640
  ),
641
- 'pageToken' => array(
 
 
 
 
 
642
  'location' => 'query',
643
  'type' => 'string',
644
  ),
645
- 'maxResults' => array(
646
- 'location' => 'query',
647
- 'type' => 'integer',
648
- ),
649
  ),
650
- ),
651
- )
652
- )
653
- );
654
- $this->pretargetingConfig = new Google_Service_AdExchangeBuyer_PretargetingConfig_Resource(
655
- $this,
656
- $this->serviceName,
657
- 'pretargetingConfig',
658
- array(
659
- 'methods' => array(
660
- 'delete' => array(
661
- 'path' => 'pretargetingconfigs/{accountId}/{configId}',
662
- 'httpMethod' => 'DELETE',
663
- 'parameters' => array(
664
- 'accountId' => array(
665
- 'location' => 'path',
666
- 'type' => 'string',
667
- 'required' => true,
668
- ),
669
- 'configId' => array(
670
- 'location' => 'path',
671
- 'type' => 'string',
672
- 'required' => true,
673
- ),
674
- ),
675
- ),'get' => array(
676
- 'path' => 'pretargetingconfigs/{accountId}/{configId}',
677
- 'httpMethod' => 'GET',
678
- 'parameters' => array(
679
- 'accountId' => array(
680
- 'location' => 'path',
681
- 'type' => 'string',
682
- 'required' => true,
683
- ),
684
- 'configId' => array(
685
- 'location' => 'path',
686
- 'type' => 'string',
687
- 'required' => true,
688
- ),
689
- ),
690
- ),'insert' => array(
691
- 'path' => 'pretargetingconfigs/{accountId}',
692
- 'httpMethod' => 'POST',
693
- 'parameters' => array(
694
- 'accountId' => array(
695
- 'location' => 'path',
696
- 'type' => 'string',
697
- 'required' => true,
698
- ),
699
- ),
700
- ),'list' => array(
701
- 'path' => 'pretargetingconfigs/{accountId}',
702
- 'httpMethod' => 'GET',
703
- 'parameters' => array(
704
- 'accountId' => array(
705
- 'location' => 'path',
706
- 'type' => 'string',
707
- 'required' => true,
708
- ),
709
- ),
710
- ),'patch' => array(
711
- 'path' => 'pretargetingconfigs/{accountId}/{configId}',
712
- 'httpMethod' => 'PATCH',
713
  'parameters' => array(
714
- 'accountId' => array(
715
- 'location' => 'path',
716
- 'type' => 'string',
717
- 'required' => true,
718
- ),
719
- 'configId' => array(
720
  'location' => 'path',
721
  'type' => 'string',
722
  'required' => true,
723
  ),
724
- ),
725
- ),'update' => array(
726
- 'path' => 'pretargetingconfigs/{accountId}/{configId}',
727
- 'httpMethod' => 'PUT',
728
- 'parameters' => array(
729
- 'accountId' => array(
730
  'location' => 'path',
731
  'type' => 'string',
732
  'required' => true,
733
  ),
734
- 'configId' => array(
735
  'location' => 'path',
736
  'type' => 'string',
737
  'required' => true,
@@ -925,118 +775,30 @@ class Google_Service_AdExchangeBuyer_Budget_Resource extends Google_Service_Reso
925
  }
926
 
927
  /**
928
- * The "clientaccess" collection of methods.
929
  * Typical usage is:
930
  * <code>
931
  * $adexchangebuyerService = new Google_Service_AdExchangeBuyer(...);
932
- * $clientaccess = $adexchangebuyerService->clientaccess;
933
  * </code>
934
  */
935
- class Google_Service_AdExchangeBuyer_Clientaccess_Resource extends Google_Service_Resource
936
  {
937
 
938
  /**
939
- * (clientaccess.delete)
940
- *
941
- * @param string $clientAccountId
942
- * @param int $sponsorAccountId
943
- * @param array $optParams Optional parameters.
944
- */
945
- public function delete($clientAccountId, $sponsorAccountId, $optParams = array())
946
- {
947
- $params = array('clientAccountId' => $clientAccountId, 'sponsorAccountId' => $sponsorAccountId);
948
- $params = array_merge($params, $optParams);
949
- return $this->call('delete', array($params));
950
- }
951
-
952
- /**
953
- * (clientaccess.get)
954
- *
955
- * @param string $clientAccountId
956
- * @param int $sponsorAccountId
957
- * @param array $optParams Optional parameters.
958
- * @return Google_Service_AdExchangeBuyer_ClientAccessCapabilities
959
- */
960
- public function get($clientAccountId, $sponsorAccountId, $optParams = array())
961
- {
962
- $params = array('clientAccountId' => $clientAccountId, 'sponsorAccountId' => $sponsorAccountId);
963
- $params = array_merge($params, $optParams);
964
- return $this->call('get', array($params), "Google_Service_AdExchangeBuyer_ClientAccessCapabilities");
965
- }
966
-
967
- /**
968
- * (clientaccess.insert)
969
- *
970
- * @param Google_ClientAccessCapabilities $postBody
971
- * @param array $optParams Optional parameters.
972
- *
973
- * @opt_param string clientAccountId
974
- * @opt_param int sponsorAccountId
975
- * @return Google_Service_AdExchangeBuyer_ClientAccessCapabilities
976
- */
977
- public function insert(Google_Service_AdExchangeBuyer_ClientAccessCapabilities $postBody, $optParams = array())
978
- {
979
- $params = array('postBody' => $postBody);
980
- $params = array_merge($params, $optParams);
981
- return $this->call('insert', array($params), "Google_Service_AdExchangeBuyer_ClientAccessCapabilities");
982
- }
983
-
984
- /**
985
- * (clientaccess.listClientaccess)
986
- *
987
- * @param array $optParams Optional parameters.
988
- * @return Google_Service_AdExchangeBuyer_ListClientAccessCapabilitiesResponse
989
- */
990
- public function listClientaccess($optParams = array())
991
- {
992
- $params = array();
993
- $params = array_merge($params, $optParams);
994
- return $this->call('list', array($params), "Google_Service_AdExchangeBuyer_ListClientAccessCapabilitiesResponse");
995
- }
996
-
997
- /**
998
- * (clientaccess.patch)
999
- *
1000
- * @param string $clientAccountId
1001
- * @param int $sponsorAccountId
1002
- * @param Google_ClientAccessCapabilities $postBody
1003
- * @param array $optParams Optional parameters.
1004
- * @return Google_Service_AdExchangeBuyer_ClientAccessCapabilities
1005
- */
1006
- public function patch($clientAccountId, $sponsorAccountId, Google_Service_AdExchangeBuyer_ClientAccessCapabilities $postBody, $optParams = array())
1007
- {
1008
- $params = array('clientAccountId' => $clientAccountId, 'sponsorAccountId' => $sponsorAccountId, 'postBody' => $postBody);
1009
- $params = array_merge($params, $optParams);
1010
- return $this->call('patch', array($params), "Google_Service_AdExchangeBuyer_ClientAccessCapabilities");
1011
- }
1012
-
1013
- /**
1014
- * (clientaccess.update)
1015
  *
1016
- * @param string $clientAccountId
1017
- * @param int $sponsorAccountId
1018
- * @param Google_ClientAccessCapabilities $postBody
1019
  * @param array $optParams Optional parameters.
1020
- * @return Google_Service_AdExchangeBuyer_ClientAccessCapabilities
1021
  */
1022
- public function update($clientAccountId, $sponsorAccountId, Google_Service_AdExchangeBuyer_ClientAccessCapabilities $postBody, $optParams = array())
1023
  {
1024
- $params = array('clientAccountId' => $clientAccountId, 'sponsorAccountId' => $sponsorAccountId, 'postBody' => $postBody);
1025
  $params = array_merge($params, $optParams);
1026
- return $this->call('update', array($params), "Google_Service_AdExchangeBuyer_ClientAccessCapabilities");
1027
  }
1028
- }
1029
-
1030
- /**
1031
- * The "creatives" collection of methods.
1032
- * Typical usage is:
1033
- * <code>
1034
- * $adexchangebuyerService = new Google_Service_AdExchangeBuyer(...);
1035
- * $creatives = $adexchangebuyerService->creatives;
1036
- * </code>
1037
- */
1038
- class Google_Service_AdExchangeBuyer_Creatives_Resource extends Google_Service_Resource
1039
- {
1040
 
1041
  /**
1042
  * Gets the status for a single creative. A creative will be available 30-40
@@ -1074,19 +836,19 @@ class Google_Service_AdExchangeBuyer_Creatives_Resource extends Google_Service_R
1074
  *
1075
  * @param array $optParams Optional parameters.
1076
  *
1077
- * @opt_param string openAuctionStatusFilter When specified, only creatives
1078
- * having the given open auction status are returned.
 
 
 
 
1079
  * @opt_param string maxResults Maximum number of entries returned on one result
1080
  * page. If not set, the default is 100. Optional.
 
 
1081
  * @opt_param string pageToken A continuation token, used to page through ad
1082
  * clients. To retrieve the next page, set this parameter to the value of
1083
  * "nextPageToken" from the previous response. Optional.
1084
- * @opt_param string buyerCreativeId When specified, only creatives for the
1085
- * given buyer creative ids are returned.
1086
- * @opt_param string dealsStatusFilter When specified, only creatives having the
1087
- * given direct deals status are returned.
1088
- * @opt_param int accountId When specified, only creatives for the given account
1089
- * ids are returned.
1090
  *
1
  <?php
2
  /*
 
 
3
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
4
  * use this file except in compliance with the License. You may obtain a copy of
5
  * the License at
36
  public $accounts;
37
  public $billingInfo;
38
  public $budget;
 
39
  public $creatives;
 
40
  public $marketplacedeals;
41
  public $marketplacenotes;
 
 
 
 
 
42
  public $performanceReport;
43
  public $pretargetingConfig;
44
+ public $products;
45
+ public $proposals;
46
 
47
 
48
  /**
181
  )
182
  )
183
  );
184
+ $this->creatives = new Google_Service_AdExchangeBuyer_Creatives_Resource(
185
  $this,
186
  $this->serviceName,
187
+ 'creatives',
188
  array(
189
  'methods' => array(
190
+ 'addDeal' => array(
191
+ 'path' => 'creatives/{accountId}/{buyerCreativeId}/addDeal/{dealId}',
192
+ 'httpMethod' => 'POST',
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
193
  'parameters' => array(
194
+ 'accountId' => array(
195
  'location' => 'path',
 
 
 
 
 
196
  'type' => 'integer',
197
  'required' => true,
198
  ),
199
+ 'buyerCreativeId' => array(
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
200
  'location' => 'path',
201
  'type' => 'string',
202
  'required' => true,
203
  ),
204
+ 'dealId' => array(
 
 
 
 
 
 
 
 
 
 
205
  'location' => 'path',
206
  'type' => 'string',
207
  'required' => true,
208
  ),
 
 
 
 
 
209
  ),
210
+ ),'get' => array(
 
 
 
 
 
 
 
 
 
 
211
  'path' => 'creatives/{accountId}/{buyerCreativeId}',
212
  'httpMethod' => 'GET',
213
  'parameters' => array(
230
  'path' => 'creatives',
231
  'httpMethod' => 'GET',
232
  'parameters' => array(
233
+ 'accountId' => array(
 
 
 
 
234
  'location' => 'query',
235
  'type' => 'integer',
236
+ 'repeated' => true,
 
 
 
237
  ),
238
  'buyerCreativeId' => array(
239
  'location' => 'query',
244
  'location' => 'query',
245
  'type' => 'string',
246
  ),
247
+ 'maxResults' => array(
248
  'location' => 'query',
249
  'type' => 'integer',
250
+ ),
251
+ 'openAuctionStatusFilter' => array(
252
+ 'location' => 'query',
253
+ 'type' => 'string',
254
+ ),
255
+ 'pageToken' => array(
256
+ 'location' => 'query',
257
+ 'type' => 'string',
258
  ),
259
  ),
260
+ ),'removeDeal' => array(
261
+ 'path' => 'creatives/{accountId}/{buyerCreativeId}/removeDeal/{dealId}',
262
+ 'httpMethod' => 'POST',
 
 
 
 
 
 
 
 
 
 
263
  'parameters' => array(
264
+ 'accountId' => array(
265
+ 'location' => 'path',
266
+ 'type' => 'integer',
267
+ 'required' => true,
268
+ ),
269
+ 'buyerCreativeId' => array(
270
+ 'location' => 'path',
271
+ 'type' => 'string',
272
+ 'required' => true,
273
+ ),
274
  'dealId' => array(
275
  'location' => 'path',
276
  'type' => 'string',
288
  array(
289
  'methods' => array(
290
  'delete' => array(
291
+ 'path' => 'proposals/{proposalId}/deals/delete',
292
  'httpMethod' => 'POST',
293
  'parameters' => array(
294
+ 'proposalId' => array(
295
  'location' => 'path',
296
  'type' => 'string',
297
  'required' => true,
298
  ),
299
  ),
300
  ),'insert' => array(
301
+ 'path' => 'proposals/{proposalId}/deals/insert',
302
  'httpMethod' => 'POST',
303
  'parameters' => array(
304
+ 'proposalId' => array(
305
  'location' => 'path',
306
  'type' => 'string',
307
  'required' => true,
308
  ),
309
  ),
310
  ),'list' => array(
311
+ 'path' => 'proposals/{proposalId}/deals',
312
  'httpMethod' => 'GET',
313
  'parameters' => array(
314
+ 'proposalId' => array(
315
  'location' => 'path',
316
  'type' => 'string',
317
  'required' => true,
318
  ),
319
  ),
320
  ),'update' => array(
321
+ 'path' => 'proposals/{proposalId}/deals/update',
322
  'httpMethod' => 'POST',
323
  'parameters' => array(
324
+ 'proposalId' => array(
325
  'location' => 'path',
326
  'type' => 'string',
327
  'required' => true,
338
  array(
339
  'methods' => array(
340
  'insert' => array(
341
+ 'path' => 'proposals/{proposalId}/notes/insert',
342
  'httpMethod' => 'POST',
343
  'parameters' => array(
344
+ 'proposalId' => array(
345
  'location' => 'path',
346
  'type' => 'string',
347
  'required' => true,
348
  ),
349
  ),
350
  ),'list' => array(
351
+ 'path' => 'proposals/{proposalId}/notes',
352
  'httpMethod' => 'GET',
353
  'parameters' => array(
354
+ 'proposalId' => array(
355
  'location' => 'path',
356
  'type' => 'string',
357
  'required' => true,
361
  )
362
  )
363
  );
364
+ $this->performanceReport = new Google_Service_AdExchangeBuyer_PerformanceReport_Resource(
365
  $this,
366
  $this->serviceName,
367
+ 'performanceReport',
368
  array(
369
  'methods' => array(
370
+ 'list' => array(
371
+ 'path' => 'performancereport',
372
  'httpMethod' => 'GET',
373
  'parameters' => array(
374
+ 'accountId' => array(
375
+ 'location' => 'query',
376
  'type' => 'string',
377
  'required' => true,
378
  ),
379
+ 'endDateTime' => array(
380
+ 'location' => 'query',
381
+ 'type' => 'string',
382
+ 'required' => true,
383
+ ),
384
+ 'startDateTime' => array(
385
+ 'location' => 'query',
386
+ 'type' => 'string',
387
+ 'required' => true,
388
+ ),
389
+ 'maxResults' => array(
390
+ 'location' => 'query',
391
+ 'type' => 'integer',
392
+ ),
393
+ 'pageToken' => array(
394
  'location' => 'query',
395
  'type' => 'string',
396
  ),
399
  )
400
  )
401
  );
402
+ $this->pretargetingConfig = new Google_Service_AdExchangeBuyer_PretargetingConfig_Resource(
403
  $this,
404
  $this->serviceName,
405
+ 'pretargetingConfig',
406
  array(
407
  'methods' => array(
408
+ 'delete' => array(
409
+ 'path' => 'pretargetingconfigs/{accountId}/{configId}',
410
+ 'httpMethod' => 'DELETE',
411
  'parameters' => array(
412
+ 'accountId' => array(
413
+ 'location' => 'path',
414
+ 'type' => 'string',
415
+ 'required' => true,
416
+ ),
417
+ 'configId' => array(
418
  'location' => 'path',
419
  'type' => 'string',
420
  'required' => true,
421
  ),
422
  ),
423
+ ),'get' => array(
424
+ 'path' => 'pretargetingconfigs/{accountId}/{configId}',
425
+ 'httpMethod' => 'GET',
 
 
 
 
426
  'parameters' => array(
427
+ 'accountId' => array(
428
  'location' => 'path',
429
  'type' => 'string',
430
  'required' => true,
431
  ),
432
+ 'configId' => array(
433
  'location' => 'path',
434
  'type' => 'string',
435
  'required' => true,
436
  ),
437
+ ),
438
+ ),'insert' => array(
439
+ 'path' => 'pretargetingconfigs/{accountId}',
440
+ 'httpMethod' => 'POST',
441
+ 'parameters' => array(
442
+ 'accountId' => array(
443
  'location' => 'path',
444
  'type' => 'string',
445
  'required' => true,
446
  ),
447
  ),
448
+ ),'list' => array(
449
+ 'path' => 'pretargetingconfigs/{accountId}',
450
  'httpMethod' => 'GET',
451
  'parameters' => array(
452
+ 'accountId' => array(
453
+ 'location' => 'path',
454
  'type' => 'string',
455
+ 'required' => true,
456
  ),
457
  ),
458
+ ),'patch' => array(
459
+ 'path' => 'pretargetingconfigs/{accountId}/{configId}',
460
+ 'httpMethod' => 'PATCH',
461
  'parameters' => array(
462
+ 'accountId' => array(
463
  'location' => 'path',
464
  'type' => 'string',
465
  'required' => true,
466
  ),
467
+ 'configId' => array(
468
  'location' => 'path',
469
  'type' => 'string',
470
  'required' => true,
471
  ),
472
+ ),
473
+ ),'update' => array(
474
+ 'path' => 'pretargetingconfigs/{accountId}/{configId}',
475
+ 'httpMethod' => 'PUT',
476
+ 'parameters' => array(
477
+ 'accountId' => array(
478
  'location' => 'path',
479
  'type' => 'string',
480
  'required' => true,
481
  ),
482
+ 'configId' => array(
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
483
  'location' => 'path',
484
  'type' => 'string',
485
  'required' => true,
489
  )
490
  )
491
  );
492
+ $this->products = new Google_Service_AdExchangeBuyer_Products_Resource(
493
  $this,
494
  $this->serviceName,
495
+ 'products',
496
  array(
497
  'methods' => array(
498
  'get' => array(
499
+ 'path' => 'products/{productId}',
500
  'httpMethod' => 'GET',
501
  'parameters' => array(
502
+ 'productId' => array(
503
  'location' => 'path',
504
  'type' => 'string',
505
  'required' => true,
506
  ),
507
  ),
508
+ ),'search' => array(
509
+ 'path' => 'products/search',
 
 
 
 
510
  'httpMethod' => 'GET',
511
+ 'parameters' => array(
512
+ 'pqlQuery' => array(
513
+ 'location' => 'query',
514
+ 'type' => 'string',
515
+ ),
516
+ ),
517
  ),
518
  )
519
  )
520
  );
521
+ $this->proposals = new Google_Service_AdExchangeBuyer_Proposals_Resource(
522
  $this,
523
  $this->serviceName,
524
+ 'proposals',
525
  array(
526
  'methods' => array(
527
  'get' => array(
528
+ 'path' => 'proposals/{proposalId}',
529
  'httpMethod' => 'GET',
530
  'parameters' => array(
531
+ 'proposalId' => array(
532
  'location' => 'path',
533
  'type' => 'string',
534
  'required' => true,
535
  ),
536
  ),
537
  ),'insert' => array(
538
+ 'path' => 'proposals/insert',
539
  'httpMethod' => 'POST',
540
  'parameters' => array(),
541
+ ),'patch' => array(
542
+ 'path' => 'proposals/{proposalId}/{revisionNumber}/{updateAction}',
543
+ 'httpMethod' => 'PATCH',
 
 
 
 
 
 
 
 
 
 
 
 
 
 
544
  'parameters' => array(
545
+ 'proposalId' => array(
546
+ 'location' => 'path',
547
  'type' => 'string',
548
  'required' => true,
549
  ),
550
+ 'revisionNumber' => array(
551
+ 'location' => 'path',
552
  'type' => 'string',
553
  'required' => true,
554
  ),
555
+ 'updateAction' => array(
556
+ 'location' => 'path',
557
  'type' => 'string',
558
  'required' => true,
559
  ),
560
+ ),
561
+ ),'search' => array(
562
+ 'path' => 'proposals/search',
563
+ 'httpMethod' => 'GET',
564
+ 'parameters' => array(
565
+ 'pqlQuery' => array(
566
  'location' => 'query',
567
  'type' => 'string',
568
  ),
 
 
 
 
569
  ),
570
+ ),'update' => array(
571
+ 'path' => 'proposals/{proposalId}/{revisionNumber}/{updateAction}',
572
+ 'httpMethod' => 'PUT',
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
573
  'parameters' => array(
574
+ 'proposalId' => array(
 
 
 
 
 
575
  'location' => 'path',
576
  'type' => 'string',
577
  'required' => true,
578
  ),
579
+ 'revisionNumber' => array(
 
 
 
 
 
580
  'location' => 'path',
581
  'type' => 'string',
582
  'required' => true,
583
  ),
584
+ 'updateAction' => array(
585
  'location' => 'path',
586
  'type' => 'string',
587
  'required' => true,
775
  }
776
 
777
  /**
778
+ * The "creatives" collection of methods.
779
  * Typical usage is:
780
  * <code>
781
  * $adexchangebuyerService = new Google_Service_AdExchangeBuyer(...);
782
+ * $creatives = $adexchangebuyerService->creatives;
783
  * </code>
784
  */
785
+ class Google_Service_AdExchangeBuyer_Creatives_Resource extends Google_Service_Resource
786
  {
787
 
788
  /**
789
+ * Add a deal id association for the creative. (creatives.addDeal)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
790
  *
791
+ * @param int $accountId The id for the account that will serve this creative.
792
+ * @param string $buyerCreativeId The buyer-specific id for this creative.
793
+ * @param string $dealId The id of the deal id to associate with this creative.
794
  * @param array $optParams Optional parameters.
 
795
  */
796
+ public function addDeal($accountId, $buyerCreativeId, $dealId, $optParams = array())
797
  {
798
+ $params = array('accountId' => $accountId, 'buyerCreativeId' => $buyerCreativeId, 'dealId' => $dealId);
799
  $params = array_merge($params, $optParams);
800
+ return $this->call('addDeal', array($params));
801
  }
 
 
 
 
 
 
 
 
 
 
 
 
802
 
803
  /**
804
  * Gets the status for a single creative. A creative will be available 30-40
836
  *
837
  * @param array $optParams Optional parameters.
838
  *
839
+ * @opt_param int accountId When specified, only creatives for the given account
840
+ * ids are returned.
841
+ * @opt_param string buyerCreativeId When specified, only creatives for the
842
+ * given buyer creative ids are returned.
843
+ * @opt_param string dealsStatusFilter When specified, only creatives having the
844
+ * given deals status are returned.
845
  * @opt_param string maxResults Maximum number of entries returned on one result
846
  * page. If not set, the default is 100. Optional.
847
+ * @opt_param string openAuctionStatusFilter When specified, only creatives
848
+ * having the given open auction status are returned.
849
  * @opt_param string pageToken A continuation token, used to page through ad
850
  * clients. To retrieve the next page, set this parameter to the value of
851
  * "nextPageToken" from the previous response. Optional.
 
 
 
 
 
 
852
  *