Skip to content

Instantly share code, notes, and snippets.

@danieltroger
Created October 10, 2014 18:24
Show Gist options
  • Save danieltroger/349a225dfda6448e19e0 to your computer and use it in GitHub Desktop.
Save danieltroger/349a225dfda6448e19e0 to your computer and use it in GitHub Desktop.
PHPJS minified
This file has been truncated, but you can view the full file.
function preg_grep(pattern,input,flags){var p="";var retObj={};var invert=(flags===1||flags==="PREG_GREP_INVERT");if(typeof pattern==="string"){pattern=eval(pattern)}if(invert){for(p in input){if((input[p]+"").search(pattern)===-1){retObj[p]=input[p]}}}else{for(p in input){if((input[p]+"").search(pattern)!==-1){retObj[p]=input[p]}}}return retObj};function var_export(g,n){var j="",d="",l,e=0,k=[],h=0,c=[],m=arguments[2]||2,f="",b="",a=function(o){var i=(/\W*function\s+([\w\$]+)\s*\(/).exec(o);if(!i){return"(Anonymous)"}return i[1]};_makeIndent=function(i){return(new Array(i+1)).join(" ")};__getType=function(t){var r=0,p,q,o,s=typeof t;if(s==="object"&&(t&&t.constructor)&&a(t.constructor)==="PHPJS_Resource"){return"resource"}if(s==="function"){return"function"}if(s==="object"&&!t){return"null"}if(s==="object"){if(!t.constructor){return"object"}o=t.constructor.toString();p=o.match(/(\w+)\(/);if(p){o=p[1].toLowerCase()}q=["boolean","number","string","array"];for(r=0;r<q.length;r++){if(o===q[r]){s=q[r];break}}}return s};type=__getType(g);if(type===null){j="NULL"}else{if(type==="array"||type==="object"){b=_makeIndent(m-2);f=_makeIndent(m);for(h in g){l=this.var_export(g[h],1,m+2);l=typeof l==="string"?l.replace(/</g,"&lt;").replace(/>/g,"&gt;"):l;k[e++]=f+h+" => "+(__getType(g[h])==="array"?"\n":"")+l}d=k.join(",\n");j=b+"array (\n"+d+"\n"+b+")"}else{if(type==="function"){c=g.toString().match(/function .*?\((.*?)\) \{([\s\S]*)\}/);j="create_function ('"+c[1]+"', '"+c[2].replace(new RegExp("'","g"),"\\'")+"')"}else{if(type==="resource"){j="NULL"}else{j=typeof g!=="string"?g:"'"+g.replace(/(["'])/g,"\\$1").replace(/\0/g,"\\0")+"'"}}}}if(!n){this.echo(j);return null}return j};function array_push(c){var e=0,a="",f=arguments,b=f.length,d=/^\d$/,j=0,h=0,g=0;if(c.hasOwnProperty("length")){for(e=1;e<b;e++){c[c.length]=f[e]}return c.length}for(a in c){if(c.hasOwnProperty(a)){++g;if(a.search(d)!==-1){j=parseInt(a,10);h=j>h?j:h}}}for(e=1;e<b;e++){c[++h]=f[e]}return g+e-1};function acosh(a){return Math.log(a+Math.sqrt(a*a-1))};function is_unicode(i){if(typeof i!=="string"){return false}var d=[],e="([sS])",a="[\uD800-\uDBFF]",g="[\uDC00-\uDFFF]",h=new RegExp(a+e,"g"),c=new RegExp(e+g,"g"),b=new RegExp("^"+g+"$"),f=new RegExp("^"+a+"$");while((d=h.exec(i))!==null){if(!d[1]||!d[1].match(b)){return false}}while((d=c.exec(i))!==null){if(!d[1]||!d[1].match(f)){return false}}return true};function printf(){var a,e,f=this.window.document;var c="";var b="http://www.w3.org/1999/xhtml";a=f.getElementsByTagNameNS?(f.getElementsByTagNameNS(b,"body")[0]?f.getElementsByTagNameNS(b,"body")[0]:f.documentElement.lastChild):f.getElementsByTagName("body")[0];if(!a){return false}c=this.sprintf.apply(this,arguments);e=f.createTextNode(c);a.appendChild(e);return c.length};function xdiff_file_diff(c,e,b,d,a){c=this.file_get_contents(c);e=this.file_get_contents(e);return this.file_put_contents(b,this.xdiff_string_diff(c,e,d))};function log1p(a){var b=0,d=50;if(a<=-1){return"-INF"}if(a<0||a>1){return Math.log(1+a)}for(var c=1;c<d;c++){b+=Math.pow(-a,c)/c}return -b};function exit(a){var c,d=this,e=function(i,h,g,f){if(i.addEventListener){i.addEventListener(h,g,!!f)}else{if(i.attachEvent){i.attachEvent("on"+h,g)}else{i["on"+h]=g}}};_stopEvent=function(f){if(f.stopPropagation){f.stopPropagation();f.preventDefault()}else{d.window.event.cancelBubble=true;d.window.event.returnValue=false}};if(typeof a==="string"){alert(a)}e(this.window,"error",function(f){_stopEvent(f)},false);var b=["copy","cut","paste","beforeunload","blur","change","click","contextmenu","dblclick","focus","keydown","keypress","keyup","mousedown","mousemove","mouseout","mouseover","mouseup","resize","scroll","DOMNodeInserted","DOMNodeRemoved","DOMNodeRemovedFromDocument","DOMNodeInsertedIntoDocument","DOMAttrModified","DOMCharacterDataModified","DOMElementNameChanged","DOMAttributeNameChanged","DOMActivate","DOMFocusIn","DOMFocusOut","online","offline","textInput","abort","close","dragdrop","load","paint","reset","select","submit","unload"];for(c=0;c<b.length;c++){e(this.window,b[c],function(f){_stopEvent(f)},true)}if(this.window.stop){this.window.stop()}throw""};function arsort(c,n){var b=[],l=0,d,e,h,m,g=this,j=false,a={};switch(n){case"SORT_STRING":m=function(k,i){return g.strnatcmp(i,k)};break;case"SORT_LOCALE_STRING":var f=this.i18n_loc_get_default();m=this.php_js.i18nLocales[f].sorting;break;case"SORT_NUMERIC":m=function(k,i){return(k-i)};break;case"SORT_REGULAR":default:m=function(i,k){var r=parseFloat(k),o=parseFloat(i),q=r+""===k,p=o+""===i;if(q&&p){return r>o?1:r<o?-1:0}else{if(q&&!p){return 1}else{if(!q&&p){return -1}}}return k>i?1:k<i?-1:0};break}this.php_js=this.php_js||{};this.php_js.ini=this.php_js.ini||{};j=this.php_js.ini["phpjs.strictForIn"]&&this.php_js.ini["phpjs.strictForIn"].local_value&&this.php_js.ini["phpjs.strictForIn"].local_value!=="off";a=j?c:a;for(d in c){if(c.hasOwnProperty(d)){b.push([d,c[d]]);if(j){delete c[d]}}}b.sort(function(k,i){return m(k[1],i[1])});for(e=0,l=b.length;e<l;e++){a[b[e][0]]=b[e][1]}return j||a};function strcspn(g,a,h,e){h=h?h:0;var d=(e&&((h+e)<g.length))?h+e:g.length;strct:for(var c=h,f=0;c<d;c++){for(var b=0;b<a.length;b++){if(g.charAt(c).indexOf(a[b])!==-1){continue strct}}++f}return f};function array_search(f,e,d){var b=!!d,c="";if(e&&typeof e==="object"&&e.change_key_case){return e.search(f,d)}if(typeof f==="object"&&f.exec){if(!b){var a="i"+(f.global?"g":"")+(f.multiline?"m":"")+(f.sticky?"y":"");f=new RegExp(f.source,a)}for(c in e){if(e.hasOwnProperty(c)){if(f.test(e[c])){return c}}}return false}for(c in e){if(e.hasOwnProperty(c)){if((b&&e[c]===f)||(!b&&e[c]==f)){return c}}}return false};function xmlwriter_write_dtd_attlist(a,b,c){return a.writeDTDAttlist(b,c)};function natsort(h){var g=[],a,d,b,f=this,c=false,e={};this.php_js=this.php_js||{};this.php_js.ini=this.php_js.ini||{};c=this.php_js.ini["phpjs.strictForIn"]&&this.php_js.ini["phpjs.strictForIn"].local_value&&this.php_js.ini["phpjs.strictForIn"].local_value!=="off";e=c?h:e;for(a in h){if(h.hasOwnProperty(a)){g.push([a,h[a]]);if(c){delete h[a]}}}g.sort(function(j,i){return f.strnatcmp(j[1],i[1])});for(d=0;d<g.length;d++){e[g[d][0]]=g[d][1]}return c||e};function get_html_translation_table(h,f){var c={},e={},b;var d={},a={};var i={},g={};d[0]="HTML_SPECIALCHARS";d[1]="HTML_ENTITIES";a[0]="ENT_NOQUOTES";a[2]="ENT_COMPAT";a[3]="ENT_QUOTES";i=!isNaN(h)?d[h]:h?h.toUpperCase():"HTML_SPECIALCHARS";g=!isNaN(f)?a[f]:f?f.toUpperCase():"ENT_COMPAT";if(i!=="HTML_SPECIALCHARS"&&i!=="HTML_ENTITIES"){throw new Error("Table: "+i+" not supported")}c["38"]="&amp;";if(i==="HTML_ENTITIES"){c["160"]="&nbsp;";c["161"]="&iexcl;";c["162"]="&cent;";c["163"]="&pound;";c["164"]="&curren;";c["165"]="&yen;";c["166"]="&brvbar;";c["167"]="&sect;";c["168"]="&uml;";c["169"]="&copy;";c["170"]="&ordf;";c["171"]="&laquo;";c["172"]="&not;";c["173"]="&shy;";c["174"]="&reg;";c["175"]="&macr;";c["176"]="&deg;";c["177"]="&plusmn;";c["178"]="&sup2;";c["179"]="&sup3;";c["180"]="&acute;";c["181"]="&micro;";c["182"]="&para;";c["183"]="&middot;";c["184"]="&cedil;";c["185"]="&sup1;";c["186"]="&ordm;";c["187"]="&raquo;";c["188"]="&frac14;";c["189"]="&frac12;";c["190"]="&frac34;";c["191"]="&iquest;";c["192"]="&Agrave;";c["193"]="&Aacute;";c["194"]="&Acirc;";c["195"]="&Atilde;";c["196"]="&Auml;";c["197"]="&Aring;";c["198"]="&AElig;";c["199"]="&Ccedil;";c["200"]="&Egrave;";c["201"]="&Eacute;";c["202"]="&Ecirc;";c["203"]="&Euml;";c["204"]="&Igrave;";c["205"]="&Iacute;";c["206"]="&Icirc;";c["207"]="&Iuml;";c["208"]="&ETH;";c["209"]="&Ntilde;";c["210"]="&Ograve;";c["211"]="&Oacute;";c["212"]="&Ocirc;";c["213"]="&Otilde;";c["214"]="&Ouml;";c["215"]="&times;";c["216"]="&Oslash;";c["217"]="&Ugrave;";c["218"]="&Uacute;";c["219"]="&Ucirc;";c["220"]="&Uuml;";c["221"]="&Yacute;";c["222"]="&THORN;";c["223"]="&szlig;";c["224"]="&agrave;";c["225"]="&aacute;";c["226"]="&acirc;";c["227"]="&atilde;";c["228"]="&auml;";c["229"]="&aring;";c["230"]="&aelig;";c["231"]="&ccedil;";c["232"]="&egrave;";c["233"]="&eacute;";c["234"]="&ecirc;";c["235"]="&euml;";c["236"]="&igrave;";c["237"]="&iacute;";c["238"]="&icirc;";c["239"]="&iuml;";c["240"]="&eth;";c["241"]="&ntilde;";c["242"]="&ograve;";c["243"]="&oacute;";c["244"]="&ocirc;";c["245"]="&otilde;";c["246"]="&ouml;";c["247"]="&divide;";c["248"]="&oslash;";c["249"]="&ugrave;";c["250"]="&uacute;";c["251"]="&ucirc;";c["252"]="&uuml;";c["253"]="&yacute;";c["254"]="&thorn;";c["255"]="&yuml;"}if(g!=="ENT_NOQUOTES"){c["34"]="&quot;"}if(g==="ENT_QUOTES"){c["39"]="&#39;"}c["60"]="&lt;";c["62"]="&gt;";for(b in c){if(c.hasOwnProperty(b)){e[String.fromCharCode(b)]=c[b]}}return e};function is_long(a){return this.is_float(a)};function ctype_lower(a){if(typeof a!=="string"){return false}this.setlocale("LC_ALL",0);return a.search(this.php_js.locales[this.php_js.localeCategories.LC_CTYPE].LC_CTYPE.lw)!==-1};function fgetcsv(d,c,a,e,b){var g=0,f="";if(!this.php_js||!this.php_js.resourceData||!this.php_js.resourceDataPointer||c!==undefined&&!c){return false}g=this.php_js.resourceDataPointer[d.id];if(g===undefined||!this.php_js.resourceData[d.id][g]){return false}f=this.php_js.resourceData[d.id].slice(g,this.php_js.resourceData[d.id].indexOf("\n",g)+1);if(f===""){f=this.php_js.resourceData[d.id].slice(g)}c=(c===undefined||f.length<c)?f.length:Math.floor(c/2)||1;this.php_js.resourceDataPointer[d.id]+=c;return this.str_getcsv(this.php_js.resourceData[d.id].substr(g,c),a,e,b)};function get_cfg_var(a){if(this.php_js&&this.php_js.ini&&this.php_js.ini[a].global_value!==undefined){if(this.php_js.ini[a].global_value===null){return""}return this.php_js.ini[a].global_value}return""};function get_magic_quotes_runtime(){return !!(this.php_js&&this.php_js.ini&&this.php_js.ini.magic_quotes_runtime&&this.php_js.ini.magic_quotes_runtime.local_value)};function array_count_values(f){var a={},c="",b="";var e=function(h){var g=typeof h;g=g.toLowerCase();if(g==="object"){g="array"}return g};var d=function(g){switch(typeof g){case"number":if(Math.floor(g)!==g){return}case"string":if(g in this&&this.hasOwnProperty(g)){++this[g]}else{this[g]=1}}};b=e(f);if(b==="array"){for(c in f){if(f.hasOwnProperty(c)){d.call(a,f[c])}}}return a};function is_nan(b){var a="";if(typeof b==="number"&&isNaN(b)){return true}if(typeof b==="object"){a=(Object.prototype.toString.call(b)==="[object Array]"?"array":"object")}else{if(typeof b==="string"&&!b.match(/^[\+\-]?\d/)){a="string"}}if(a){throw new Error("Warning: is_nan() expects parameter 1 to be double, "+a+" given")}return false};function checkdate(a,b,c){return a>0&&a<13&&c>0&&c<32768&&b>0&&b<=(new Date(c,a,0)).getDate()};function basename(e,d){var a=e;var c=a.charAt(a.length-1);if(c==="/"||c==="\\"){a=a.slice(0,-1)}a=a.replace(/^.*[\/\\]/g,"");if(typeof d==="string"&&a.substr(a.length-d.length)==d){a=a.substr(0,a.length-d.length)}return a};function forward_static_call_array(cb,parameters){var func;if(typeof cb==="string"){if(typeof this[cb]==="function"){func=this[cb]}else{func=(new Function(null,"return "+cb))()}}else{if(Object.prototype.toString.call(cb)==="[object Array]"){func=eval(cb[0]+"['"+cb[1]+"']")}}if(typeof func!=="function"){throw new Error(func+" is not a valid function")}return func.apply(null,parameters)};function error_get_last(){return this.php_js&&this.php_js.last_error?this.php_js.last_error:null};function min(){var b,e,c=0,g=0,a=arguments,d=a.length,f=function(k){if(Object.prototype.toString.call(k)==="[object Array]"){return k}var h=[];for(var j in k){if(k.hasOwnProperty(j)){h.push(k[j])}}return h};_compare=function(o,m){var l=0,p=0,k=0,j=0,h=0;if(o===m){return 0}else{if(typeof o==="object"){if(typeof m==="object"){o=f(o);m=f(m);h=o.length;j=m.length;if(j>h){return 1}else{if(j<h){return -1}}for(l=0,p=h;l<p;++l){k=_compare(o[l],m[l]);if(k==1){return 1}else{if(k==-1){return -1}}}return 0}return -1}else{if(typeof m==="object"){return 1}else{if(isNaN(m)&&!isNaN(o)){if(o==0){return 0}return(o<0?1:-1)}else{if(isNaN(o)&&!isNaN(m)){if(m==0){return 0}return(m>0?1:-1)}}}}}if(m==o){return 0}return(m>o?1:-1)};if(d===0){throw new Error("At least one value should be passed to min()")}else{if(d===1){if(typeof a[0]==="object"){b=f(a[0])}else{throw new Error("Wrong parameter count for min()")}if(b.length===0){throw new Error("Array must contain at least one element for min()")}}else{b=a}}e=b[0];for(c=1,g=b.length;c<g;++c){if(_compare(e,b[c])==-1){e=b[c]}}return e};function gmmktime(){var f=new Date(),b=arguments,a=0,c=["Hours","Minutes","Seconds","Month","Date","FullYear"];for(a=0;a<c.length;a++){if(typeof b[a]==="undefined"){b[a]=f["getUTC"+c[a]]();b[a]+=(a===3)}else{b[a]=parseInt(b[a],10);if(isNaN(b[a])){return false}}}b[5]+=(b[5]>=0?(b[5]<=69?2000:(b[5]<=100?1900:0)):0);f.setUTCFullYear(b[5],b[3]-1,b[4]);f.setUTCHours(b[0],b[1],b[2]);return(f.getTime()/1000>>0)-(f.getTime()<0)};function date_default_timezone_set(d){var c={},a="",b=0;this.php_js=this.php_js||{};c=this.timezone_abbreviations_list();for(a in c){for(b=0;b<c[a].length;b++){if(c[a][b].timezone_id===d){this.php_js.default_timezone=d;return true}}}return false};function forward_static_call(cb,parameters){var func;if(typeof cb==="string"){if(typeof this[cb]==="function"){func=this[cb]}else{func=(new Function(null,"return "+cb))()}}else{if(Object.prototype.toString.call(cb)==="[object Array]"){func=eval(cb[0]+"['"+cb[1]+"']")}}if(typeof func!=="function"){throw new Error(func+" is not a valid function")}return func.apply(null,Array.prototype.slice.call(arguments,1))};function array_slice(f,i,d,b){var j="";if(Object.prototype.toString.call(f)!=="[object Array]"||(b&&i!==0)){var g=0,k={};for(j in f){g+=1;k[j]=f[j]}f=k;i=(i<0)?g+i:i;d=d===undefined?g:(d<0)?g+d-i:d;var h={};var a=false,e=-1,l=0,c=0;for(j in f){++e;if(l>=d){break}if(e==i){a=true}if(!a){continue}++l;if(this.is_int(j)&&!b){h[c++]=f[j]}else{h[j]=f[j]}}return h}if(d===undefined){return f.slice(i)}else{if(d>=0){return f.slice(i,i+d)}else{return f.slice(i,d)}}};function stream_context_set_params(c,b){var a="";for(a in b){if(a==="options"){c.stream_options=b[a]}else{c.stream_params[a]=b[a]}}return true};function stristr(b,c,a){var d=0;b+="";d=b.toLowerCase().indexOf((c+"").toLowerCase());if(d==-1){return false}else{if(a){return b.substr(0,d)}else{return b.slice(d)}}};function bind_textdomain_codeset(b,a){this.php_js=this.php_js||{};this.php_js.textdomains_codesets=this.php_js.textdomains_codesets||{};if(a===null){return this.php_js.last_textdomain_codeset||null}this.php_js.textdomains_codesets[b]=a;this.php_js.last_textdomain_codeset=a;return a};function timezone_name_get(a){return a.getName()};function pclose(a){if(!a||a.opener!=="popen"){return false}try{delete this.php_js.resourceDataPointer[a.id];delete this.php_js.resourceData[a.id]}catch(b){return false}return true};function print(a){this.echo(a);return 1};function sscanf(n,r){var u=[],h=0,c=/\S/,b=arguments,g=this,l;var k=function(j){var i=r.slice(j).match(/%[cdeEufgosxX]/g);if(i){var e=i.length;while(e--){u.push(null)}}return a()};var a=function(){if(b.length===2){return u}for(var e=0;e<u.length;++e){g.window[b[e+2]]=u[e]}return e};var v=function(y,A,e){if(o){var z=n.slice(y);var i=m?z.substr(0,m):z;var x=A.exec(i);var B=u[l!==undefined?l:u.length]=x?(e?e.apply(null,x):x[0]):null;if(B===null){throw"No match in string"}return y+x[0].length}return y};if(arguments.length<2){throw"Not enough arguments passed to sscanf"}for(var q=0,p=0;q<r.length;q++){var m=0,o=true;if(r.charAt(q)==="%"){if(r.charAt(q+1)==="%"){if(n.charAt(p)==="%"){++q,++p;continue}return k(q+2)}var t=new RegExp("^(?:(\\d+)\\$)?(\\*)?(\\d*)([hlL]?)","g");var f=t.exec(r.slice(q+1));var w=l;if(w&&f[1]===undefined){throw"All groups in sscanf() must be expressed as numeric if any have already been used"}l=f[1]?parseInt(f[1],10)-1:undefined;o=!f[2];m=parseInt(f[3],10);var d=f[4];q+=t.lastIndex;if(d){switch(d){case"h":case"l":case"L":break;default:throw"Unexpected size specifier in sscanf()!";break}}try{switch(r.charAt(q+1)){case"F":break;case"g":break;case"G":break;case"b":break;case"i":p=v(p,/([+-])?(?:(?:0x([\da-fA-F]+))|(?:0([0-7]+))|(\d+))/,function(j,i,x,e,y){return x?parseInt(j,16):e?parseInt(j,8):parseInt(j,10)});break;case"n":u[l!==undefined?l:u.length-1]=p;break;case"c":p=v(p,new RegExp(".{1,"+(m||1)+"}"));break;case"D":case"d":p=v(p,/([+-])?(?:0*)(\d+)/,function(j,i,x){var e=parseInt((i||"")+x,10);if(e<0){return e<-2147483648?-2147483648:e}else{return e<2147483647?e:2147483647}});break;case"f":case"E":case"e":p=v(p,/([+-])?(?:0*)(\d*\.?\d*(?:[eE]?\d+)?)/,function(i,e,j){if(j==="."){return null}return parseFloat((e||"")+j)});break;case"u":p=v(p,/([+-])?(?:0*)(\d+)/,function(j,i,x){var e=parseInt(x,10);if(i==="-"){return 4294967296-e}else{return e<4294967295?e:4294967295}});break;case"o":p=v(p,/([+-])?(?:0([0-7]+))/,function(j,i,e){return parseInt(j,8)});break;case"s":p=v(p,/\S+/);break;case"X":case"x":p=v(p,/([+-])?(?:(?:0x)?([\da-fA-F]+))/,function(i,e,j){return parseInt(i,16)});break;case"":throw"Missing character after percent mark in sscanf() format argument";default:throw"Unrecognized character after percent mark in sscanf() format argument"}}catch(s){if(s==="No match in string"){return k(q+2)}}++q}else{if(r.charAt(q)!==n.charAt(p)){c.lastIndex=0;if((c).test(n.charAt(p))||n.charAt(p)===""){return k(q+1)}else{n=n.slice(0,p)+n.slice(p+1);q--}}else{p++}}}return a()};function array_product(c){var a=0,d=1,b=0;if(Object.prototype.toString.call(c)!=="[object Array]"){return null}b=c.length;while(a<b){d*=(!isNaN(c[a])?c[a]:0);a++}return d};function uniqid(d,c){if(typeof d==="undefined"){d=""}var b;var a=function(e,f){e=parseInt(e,10).toString(16);if(f<e.length){return e.slice(e.length-f)}if(f>e.length){return Array(1+(f-e.length)).join("0")+e}return e};if(!this.php_js){this.php_js={}}if(!this.php_js.uniqidSeed){this.php_js.uniqidSeed=Math.floor(Math.random()*123456789)}this.php_js.uniqidSeed++;b=d;b+=a(parseInt(new Date().getTime()/1000,10),8);b+=a(this.php_js.uniqidSeed,5);if(c){b+=(Math.random()*10).toFixed(8).toString()}return b};function strpos(b,c,d){var a=(b+"").indexOf(c,(d||0));return a===-1?false:a};function is_object(a){if(Object.prototype.toString.call(a)==="[object Array]"){return false}return a!==null&&typeof a==="object"};function get_loaded_extensions(d){var a=(this.php_js&&this.php_js.ini&&this.php_js.ini["phpjs.loaded_extensions"]&&this.php_js.ini["phpjs.loaded_extensions"].local_value)||false;if(a&&d){var c=[];for(var b=0;b<a.length;b++){if(a[b].substr(0,5)!=="zend_"){c.push(a[b])}}return c}return a};function html_entity_decode(c,f){var e={},d="",a="",b="";a=c.toString();if(false===(e=this.get_html_translation_table("HTML_ENTITIES",f))){return false}delete (e["&"]);e["&"]="&amp;";for(d in e){b=e[d];a=a.split(b).join(d)}a=a.split("&#039;").join("'");return a};function is_buffer(a){return typeof a==="string"};function join(b,a){return this.implode(b,a)};function readfile(b,a,c){var d=this.file_get_contents(b,a,c);this.echo(d);return d};function get_defined_constants(b){var c="",a="",f={},g={},e,d=false;f={internal:{E_ERROR:1,E_RECOVERABLE_ERROR:4096,E_WARNING:2,E_PARSE:4,E_NOTICE:8,E_STRICT:2048,E_CORE_ERROR:16,E_CORE_WARNING:32,E_COMPILE_ERROR:64,E_COMPILE_WARNING:128,E_USER_ERROR:256,E_USER_WARNING:512,E_USER_NOTICE:1024,E_ALL:6143,ZEND_THREAD_SAFE:true,PHP_VERSION:"5.2.6",PHP_OS:"WINNT",PHP_SAPI:"apache2handler",DEFAULT_INCLUDE_PATH:".;C:\\php5\\pear",PEAR_INSTALL_DIR:"C:\\php5\\pear",PEAR_EXTENSION_DIR:"C:\\php5",PHP_EXTENSION_DIR:"C:\\php5",PHP_PREFIX:"C:\\php5",PHP_BINDIR:"C:\\php5",PHP_LIBDIR:"C:\\php5",PHP_DATADIR:"C:\\php5",PHP_SYSCONFDIR:"C:\\php5",PHP_LOCALSTATEDIR:"C:\\php5",PHP_CONFIG_FILE_PATH:"C:\\Windows",PHP_CONFIG_FILE_SCAN_DIR:"",PHP_SHLIB_SUFFIX:"dll",PHP_EOL:"\n",PHP_INT_MAX:2147483647,PHP_INT_SIZE:4,PHP_OUTPUT_HANDLER_START:1,PHP_OUTPUT_HANDLER_CONT:2,PHP_OUTPUT_HANDLER_END:4,UPLOAD_ERR_OK:0,UPLOAD_ERR_INI_SIZE:1,UPLOAD_ERR_FORM_SIZE:2,UPLOAD_ERR_PARTIAL:3,UPLOAD_ERR_NO_FILE:4,UPLOAD_ERR_NO_TMP_DIR:6,UPLOAD_ERR_CANT_WRITE:7,UPLOAD_ERR_EXTENSION:8},pcre:{PREG_PATTERN_ORDER:1,PREG_SET_ORDER:2,PREG_OFFSET_CAPTURE:256,PREG_SPLIT_NO_EMPTY:1,PREG_SPLIT_DELIM_CAPTURE:2,PREG_SPLIT_OFFSET_CAPTURE:4,PREG_GREP_INVERT:1,PREG_NO_ERROR:0,PREG_INTERNAL_ERROR:1,PREG_BACKTRACK_LIMIT_ERROR:2,PREG_RECURSION_LIMIT_ERROR:3,PREG_BAD_UTF8_ERROR:4,PCRE_VERSION:"7.6 2008-01-28"},session:{DATE_ATOM:"Y-m-d\\TH:i:sP",DATE_COOKIE:"l, d-M-y H:i:s T",DATE_ISO8601:"Y-m-d\\TH:i:sO",DATE_RFC822:"D, d M y H:i:s O",DATE_RFC850:"l, d-M-y H:i:s T",DATE_RFC1036:"D, d M y H:i:s O",DATE_RFC1123:"D, d M Y H:i:s O",DATE_RFC2822:"D, d M Y H:i:s O",DATE_RFC3339:"Y-m-d\\TH:i:sP",DATE_RSS:"D, d M Y H:i:s O",DATE_W3C:"Y-m-d\\TH:i:sP",SUNFUNCS_RET_TIMESTAMP:0,SUNFUNCS_RET_STRING:1,SUNFUNCS_RET_DOUBLE:2},standard:{CONNECTION_ABORTED:1,CONNECTION_NORMAL:0,CONNECTION_TIMEOUT:2,INI_USER:1,INI_PERDIR:2,INI_SYSTEM:4,INI_ALL:7,PHP_URL_SCHEME:0,PHP_URL_HOST:1,PHP_URL_PORT:2,PHP_URL_USER:3,PHP_URL_PASS:4,PHP_URL_PATH:5,PHP_URL_QUERY:6,PHP_URL_FRAGMENT:7,M_E:2.718281828459,M_LOG2E:1.442695040889,M_LOG10E:0.43429448190325,M_LN2:0.69314718055995,M_LN10:2.302585092994,M_PI:3.1415926535898,M_PI_2:1.5707963267949,M_PI_4:0.78539816339745,M_1_PI:0.31830988618379,M_2_PI:0.63661977236758,M_SQRTPI:1.7724538509055,M_2_SQRTPI:1.1283791670955,M_LNPI:1.1447298858494,M_EULER:0.57721566490153,M_SQRT2:1.4142135623731,M_SQRT1_2:0.70710678118655,M_SQRT3:1.7320508075689,INF:Number.POSITIVE_INFINITY,NAN:0,INFO_GENERAL:1,INFO_CREDITS:2,INFO_CONFIGURATION:4,INFO_MODULES:8,INFO_ENVIRONMENT:16,INFO_VARIABLES:32,INFO_LICENSE:64,INFO_ALL:-1,CREDITS_GROUP:1,CREDITS_GENERAL:2,CREDITS_SAPI:4,CREDITS_MODULES:8,CREDITS_DOCS:16,CREDITS_FULLPAGE:32,CREDITS_QA:64,CREDITS_ALL:-1,HTML_SPECIALCHARS:0,HTML_ENTITIES:1,ENT_COMPAT:2,ENT_QUOTES:3,ENT_NOQUOTES:0,STR_PAD_LEFT:0,STR_PAD_RIGHT:1,STR_PAD_BOTH:2,PATHINFO_DIRNAME:1,PATHINFO_BASENAME:2,PATHINFO_EXTENSION:4,PATHINFO_FILENAME:8,CHAR_MAX:127,LC_CTYPE:2,LC_NUMERIC:4,LC_TIME:5,LC_COLLATE:1,LC_MONETARY:3,LC_ALL:0,SEEK_SET:0,SEEK_CUR:1,SEEK_END:2,LOCK_SH:1,LOCK_EX:2,LOCK_UN:3,LOCK_NB:4,STREAM_NOTIFY_CONNECT:2,STREAM_NOTIFY_AUTH_REQUIRED:3,STREAM_NOTIFY_AUTH_RESULT:10,STREAM_NOTIFY_MIME_TYPE_IS:4,STREAM_NOTIFY_FILE_SIZE_IS:5,STREAM_NOTIFY_REDIRECTED:6,STREAM_NOTIFY_PROGRESS:7,STREAM_NOTIFY_FAILURE:9,STREAM_NOTIFY_COMPLETED:8,STREAM_NOTIFY_RESOLVE:1,STREAM_NOTIFY_SEVERITY_INFO:0,STREAM_NOTIFY_SEVERITY_WARN:1,STREAM_NOTIFY_SEVERITY_ERR:2,STREAM_FILTER_READ:1,STREAM_FILTER_WRITE:2,STREAM_FILTER_ALL:3,STREAM_CLIENT_PERSISTENT:1,STREAM_CLIENT_ASYNC_CONNECT:2,STREAM_CLIENT_CONNECT:4,STREAM_CRYPTO_METHOD_SSLv2_CLIENT:0,STREAM_CRYPTO_METHOD_SSLv3_CLIENT:1,STREAM_CRYPTO_METHOD_SSLv23_CLIENT:2,STREAM_CRYPTO_METHOD_TLS_CLIENT:3,STREAM_CRYPTO_METHOD_SSLv2_SERVER:4,STREAM_CRYPTO_METHOD_SSLv3_SERVER:5,STREAM_CRYPTO_METHOD_SSLv23_SERVER:6,STREAM_CRYPTO_METHOD_TLS_SERVER:7,STREAM_SHUT_RD:0,STREAM_SHUT_WR:1,STREAM_SHUT_RDWR:2,STREAM_PF_INET:2,STREAM_PF_INET6:23,STREAM_PF_UNIX:1,STREAM_IPPROTO_IP:0,STREAM_IPPROTO_TCP:6,STREAM_IPPROTO_UDP:17,STREAM_IPPROTO_ICMP:1,STREAM_IPPROTO_RAW:255,STREAM_SOCK_STREAM:1,STREAM_SOCK_DGRAM:2,STREAM_SOCK_RAW:3,STREAM_SOCK_SEQPACKET:5,STREAM_SOCK_RDM:4,STREAM_PEEK:2,STREAM_OOB:1,STREAM_SERVER_BIND:4,STREAM_SERVER_LISTEN:8,FILE_USE_INCLUDE_PATH:1,FILE_IGNORE_NEW_LINES:2,FILE_SKIP_EMPTY_LINES:4,FILE_APPEND:8,FILE_NO_DEFAULT_CONTEXT:16,PSFS_PASS_ON:2,PSFS_FEED_ME:1,PSFS_ERR_FATAL:0,PSFS_FLAG_NORMAL:0,PSFS_FLAG_FLUSH_INC:1,PSFS_FLAG_FLUSH_CLOSE:2,CRYPT_SALT_LENGTH:12,CRYPT_STD_DES:1,CRYPT_EXT_DES:0,CRYPT_MD5:1,CRYPT_BLOWFISH:0,DIRECTORY_SEPARATOR:"\\",PATH_SEPARATOR:";",GLOB_BRACE:128,GLOB_MARK:8,GLOB_NOSORT:32,GLOB_NOCHECK:16,GLOB_NOESCAPE:4096,GLOB_ERR:4,GLOB_ONLYDIR:1073741824,GLOB_AVAILABLE_FLAGS:1073746108,LOG_EMERG:1,LOG_ALERT:1,LOG_CRIT:1,LOG_ERR:4,LOG_WARNING:5,LOG_NOTICE:6,LOG_INFO:6,LOG_DEBUG:6,LOG_KERN:0,LOG_USER:8,LOG_MAIL:16,LOG_DAEMON:24,LOG_AUTH:32,LOG_SYSLOG:40,LOG_LPR:48,LOG_NEWS:56,LOG_UUCP:64,LOG_CRON:72,LOG_AUTHPRIV:80,LOG_PID:1,LOG_CONS:2,LOG_ODELAY:4,LOG_NDELAY:8,LOG_NOWAIT:16,LOG_PERROR:32,EXTR_OVERWRITE:0,EXTR_SKIP:1,EXTR_PREFIX_SAME:2,EXTR_PREFIX_ALL:3,EXTR_PREFIX_INVALID:4,EXTR_PREFIX_IF_EXISTS:5,EXTR_IF_EXISTS:6,EXTR_REFS:256,SORT_ASC:4,SORT_DESC:3,SORT_REGULAR:0,SORT_NUMERIC:1,SORT_STRING:2,SORT_LOCALE_STRING:5,CASE_LOWER:0,CASE_UPPER:1,COUNT_NORMAL:0,COUNT_RECURSIVE:1,ASSERT_ACTIVE:1,ASSERT_CALLBACK:2,ASSERT_BAIL:3,ASSERT_WARNING:4,ASSERT_QUIET_EVAL:5,STREAM_USE_PATH:1,STREAM_IGNORE_URL:2,STREAM_ENFORCE_SAFE_MODE:4,STREAM_REPORT_ERRORS:8,STREAM_MUST_SEEK:16,STREAM_URL_STAT_LINK:1,STREAM_URL_STAT_QUIET:2,STREAM_MKDIR_RECURSIVE:1,STREAM_IS_URL:1,IMAGETYPE_GIF:1,IMAGETYPE_JPEG:2,IMAGETYPE_PNG:3,IMAGETYPE_SWF:4,IMAGETYPE_PSD:5,IMAGETYPE_BMP:6,IMAGETYPE_TIFF_II:7,IMAGETYPE_TIFF_MM:8,IMAGETYPE_JPC:9,IMAGETYPE_JP2:10,IMAGETYPE_JPX:11,IMAGETYPE_JB2:12,IMAGETYPE_SWC:13,IMAGETYPE_IFF:14,IMAGETYPE_WBMP:15,IMAGETYPE_JPEG2000:9,IMAGETYPE_XBM:16}};if(this.php_js&&this.php_js.ini&&this.php_js.ini["phpjs.get_defined_constants.setConstants"]&&this.php_js.ini["phpjs.get_defined_constants.setConstants"].local_value){if(this.php_js.ini["phpjs.get_defined_constants.setConstants"].local_value==="this"){e=this}else{if(this.php_js.ini["phpjs.get_defined_constants.setConstants"].local_value==="thisExt"){e=this;d=true}else{e=this.window}}for(c in f){if(d){for(a in f[c]){if(!e[c]){e[c]={}}e[c][a]=f[c][a]}}else{for(a in f[c]){if(this===this.window){this.define(a,f[c][a])}else{e[a]=f[c][a]}}}}}if(typeof b!=="undefined"){return f}for(c in f){for(a in f[c]){g[a]=f[c][a]}}return g};function escapeshellarg(a){var b="";b=a.replace(/[^\\]'/g,function(c,d,e){return c.slice(0,1)+"\\'"});return"'"+b+"'"};function strstr(b,c,a){var d=0;b+="";d=b.indexOf(c);if(d==-1){return false}else{if(a){return b.substr(0,d)}else{return b.slice(d)}}};function get_object_vars(a){var c={},b="";for(b in a){if(typeof a[b]!=="function"&&b!=="prototype"){c[b]=a[b]}}for(b in a.prototype){if(typeof a.prototype[b]!=="function"){c[b]=a.prototype[b]}}return c};function output_add_rewrite_var(c,e){var b=[],d="",a=true;this.php_js=this.php_js||{};var f=this.php_js,g=f.obs;b=this.ob_list_handlers();if(b){d=b.pop();if(d==="URL-Rewriter"){a=false}}if(a){this.ob_start("URL-Rewriter",0,true)}if(!g[g.length-1].vars){g[g.length-1].vars={}}g[g.length-1].vars[c]=e;return true};function runkit_function_rename(a,b){if(typeof this.window[b]!=="function"||this.window[a]!==undefined){return false}this.window[b]=this.window[a];this.window[a]=undefined;return true};function classkit_method_redefine(g,c,b,e,a){var f=[],d;switch(a){case"CLASSKIT_ACC_PROTECTED":throw"Protected not supported";case"CLASSKIT_ACC_PRIVATE":throw"Private not supported";case"CLASSKIT_ACC_PUBLIC":default:break}f=b.split(/,\s*/);if(typeof g==="string"){g=this.window[g]}d=Function.apply(null,f.concat(e));g.prototype[c]=d;return true};function get_class_methods(a){var b,d={},c="";if(typeof a==="function"){b=a}else{if(typeof a==="string"){b=this.window[a]}else{if(typeof a==="object"){b=a;for(c in b.constructor){if(typeof b.constructor[c]==="function"){d[c]=b.constructor[c]}}}}}for(c in b){if(typeof b[c]==="function"){d[c]=b[c]}}for(c in b.prototype){if(typeof b.prototype[c]==="function"){d[c]=b.prototype[c]}}return d};function runkit_class_emancipate(b){if(typeof this.window[b]!=="function"){return false}for(var a in this.window[b].prototype){delete this.window[b].prototype[a]}return true};function ctype_xdigit(a){if(typeof a!=="string"){return false}this.setlocale("LC_ALL",0);return a.search(this.php_js.locales[this.php_js.localeCategories.LC_CTYPE].LC_CTYPE.xd)!==-1};function sinh(a){return(Math.exp(a)-Math.exp(-a))/2};function token_name(a){var b={258:"T_REQUIRE_ONCE",259:"T_REQUIRE",260:"T_EVAL",261:"T_INCLUDE_ONCE",262:"T_INCLUDE",263:"T_LOGICAL_OR",264:"T_LOGICAL_XOR",265:"T_LOGICAL_AND",266:"T_PRINT",267:"T_SR_EQUAL",268:"T_SL_EQUAL",269:"T_XOR_EQUAL",270:"T_OR_EQUAL",271:"T_AND_EQUAL",272:"T_MOD_EQUAL",273:"T_CONCAT_EQUAL",274:"T_DIV_EQUAL",275:"T_MUL_EQUAL",276:"T_MINUS_EQUAL",277:"T_PLUS_EQUAL",278:"T_BOOLEAN_OR",279:"T_BOOLEAN_AND",280:"T_IS_NOT_IDENTICAL",281:"T_IS_IDENTICAL",282:"T_IS_NOT_EQUAL",283:"T_IS_EQUAL",284:"T_IS_GREATER_OR_EQUAL",285:"T_IS_SMALLER_OR_EQUAL",286:"T_SR",287:"T_SL",288:"T_INSTANCEOF",289:"T_UNSET_CAST",290:"T_BOOL_CAST",291:"T_OBJECT_CAST",292:"T_ARRAY_CAST",293:"T_STRING_CAST",294:"T_DOUBLE_CAST",295:"T_INT_CAST",296:"T_DEC",297:"T_INC",298:"T_CLONE",299:"T_NEW",300:"T_EXIT",301:"T_IF",302:"T_ELSEIF",303:"T_ELSE",304:"T_ENDIF",305:"T_LNUMBER",306:"T_DNUMBER",307:"T_STRING",308:"T_STRING_VARNAME",309:"T_VARIABLE",310:"T_NUM_STRING",311:"T_INLINE_HTML",312:"T_CHARACTER",313:"T_BAD_CHARACTER",314:"T_ENCAPSED_AND_WHITESPACE",315:"T_CONSTANT_ENCAPSED_STRING",316:"T_ECHO",317:"T_DO",318:"T_WHILE",319:"T_ENDWHILE",320:"T_FOR",321:"T_ENDFOR",322:"T_FOREACH",323:"T_ENDFOREACH",324:"T_DECLARE",325:"T_ENDDECLARE",326:"T_AS",327:"T_SWITCH",328:"T_ENDSWITCH",329:"T_CASE",330:"T_DEFAULT",331:"T_BREAK",332:"T_CONTINUE",333:"T_GOTO",334:"T_FUNCTION",335:"T_CONST",336:"T_RETURN",337:"T_TRY",338:"T_CATCH",339:"T_THROW",340:"T_USE",341:"T_GLOBAL",342:"T_PUBLIC",343:"T_PROTECTED",344:"T_PRIVATE",345:"T_FINAL",346:"T_ABSTRACT",347:"T_STATIC",348:"T_VAR",349:"T_UNSET",350:"T_ISSET",351:"T_EMPTY",352:"T_HALT_COMPILER",353:"T_CLASS",354:"T_INTERFACE",355:"T_EXTENDS",356:"T_IMPLEMENTS",357:"T_OBJECT_OPERATOR",358:"T_DOUBLE_ARROW",359:"T_LIST",360:"T_ARRAY",361:"T_CLASS_C",362:"T_METHOD_C",363:"T_FUNC_C",364:"T_LINE",365:"T_FILE",366:"T_COMMENT",367:"T_DOC_COMMENT",368:"T_OPEN_TAG",369:"T_OPEN_TAG_WITH_ECHO",370:"T_CLOSE_TAG",371:"T_WHITESPACE",372:"T_START_HEREDOC",373:"T_END_HEREDOC",374:"T_DOLLAR_OPEN_CURLY_BRACES",375:"T_CURLY_OPEN",376:"T_PAAMAYIM_NEKUDOTAYIM",377:"T_NAMESPACE",378:"T_NS_C",379:"T_DIR",380:"T_NS_SEPARATOR"};return b[a]};function date(j,h){var g=this;var i,e;var d=["Sun","Mon","Tues","Wednes","Thurs","Fri","Satur","January","February","March","April","May","June","July","August","September","October","November","December"];var b=/\\?(.?)/gi;var a=function(f,k){return e[f]?e[f]():k};var c=function(k,f){k=String(k);while(k.length<f){k="0"+k}return k};e={d:function(){return c(e.j(),2)},D:function(){return e.l().slice(0,3)},j:function(){return i.getDate()},l:function(){return d[e.w()]+"day"},N:function(){return e.w()||7},S:function(){var f=e.j();var k=f%10;if(k<=3&&parseInt((f%100)/10,10)==1){k=0}return["st","nd","rd"][k-1]||"th"},w:function(){return i.getDay()},z:function(){var k=new Date(e.Y(),e.n()-1,e.j());var f=new Date(e.Y(),0,1);return Math.round((k-f)/86400000)},W:function(){var k=new Date(e.Y(),e.n()-1,e.j()-e.N()+3);var f=new Date(k.getFullYear(),0,4);return c(1+Math.round((k-f)/86400000/7),2)},F:function(){return d[6+e.n()]},m:function(){return c(e.n(),2)},M:function(){return e.F().slice(0,3)},n:function(){return i.getMonth()+1},t:function(){return(new Date(e.Y(),e.n(),0)).getDate()},L:function(){var f=e.Y();return f%4===0&f%100!==0|f%400===0},o:function(){var l=e.n();var f=e.W();var k=e.Y();return k+(l===12&&f<9?1:l===1&&f>9?-1:0)},Y:function(){return i.getFullYear()},y:function(){return e.Y().toString().slice(-2)},a:function(){return i.getHours()>11?"pm":"am"},A:function(){return e.a().toUpperCase()},B:function(){var k=i.getUTCHours()*3600;var f=i.getUTCMinutes()*60;var l=i.getUTCSeconds();return c(Math.floor((k+f+l+3600)/86.4)%1000,3)},g:function(){return e.G()%12||12},G:function(){return i.getHours()},h:function(){return c(e.g(),2)},H:function(){return c(e.G(),2)},i:function(){return c(i.getMinutes(),2)},s:function(){return c(i.getSeconds(),2)},u:function(){return c(i.getMilliseconds()*1000,6)},e:function(){throw"Not supported (see source code of date() for timezone on how to add support)"},I:function(){var k=new Date(e.Y(),0);var m=Date.UTC(e.Y(),0);var f=new Date(e.Y(),6);var l=Date.UTC(e.Y(),6);return((k-m)!==(f-l))?1:0},O:function(){var k=i.getTimezoneOffset();var f=Math.abs(k);return(k>0?"-":"+")+c(Math.floor(f/60)*100+f%60,4)},P:function(){var f=e.O();return(f.substr(0,3)+":"+f.substr(3,2))},T:function(){return"UTC"},Z:function(){return -i.getTimezoneOffset()*60},c:function(){return"Y-m-d\\TH:i:sP".replace(b,a)},r:function(){return"D, d M Y H:i:s O".replace(b,a)},U:function(){return i/1000|0}};this.date=function(k,f){g=this;i=(f===undefined?new Date():(f instanceof Date)?new Date(f):new Date(f*1000));return k.replace(b,a)};return this.date(j,h)};function log(a,b){return(typeof b==="undefined")?Math.log(a):Math.log(a)/Math.log(b)};function implode(d,b){var a="",e="",c="";if(arguments.length===1){b=d;d=""}if(typeof b==="object"){if(Object.prototype.toString.call(b)==="[object Array]"){return b.join(d)}for(a in b){e+=c+b[a];c=d}return e}return b};function runkit_class_adopt(b,a){if(typeof this.window[b]!=="function"||typeof this.window[a]!=="function"){return false}this.window[b].prototype=new this.window[a]();this.window[b].constructor=this.window[b];return true};function gettimeofday(a){var b=new Date(),c=0;if(a){return b.getTime()/1000}c=b.getFullYear();return{sec:b.getUTCSeconds(),usec:b.getUTCMilliseconds()*1000,minuteswest:b.getTimezoneOffset(),dsttime:0+(((new Date(c,0))-Date.UTC(c,0))!==((new Date(c,6))-Date.UTC(c,6)))}};function strlen(a){var f=a+"";var b=0,c="",d=0;if(!this.php_js||!this.php_js.ini||!this.php_js.ini["unicode.semantics"]||this.php_js.ini["unicode.semantics"].local_value.toLowerCase()!=="on"){return a.length}var e=function(l,g){var k=l.charCodeAt(g);var h="",j="";if(55296<=k&&k<=56319){if(l.length<=(g+1)){throw"High surrogate without following low surrogate"}h=l.charCodeAt(g+1);if(56320>h||h>57343){throw"High surrogate without following low surrogate"}return l.charAt(g)+l.charAt(g+1)}else{if(56320<=k&&k<=57343){if(g===0){throw"Low surrogate without preceding high surrogate"}j=l.charCodeAt(g-1);if(55296>j||j>56319){throw"Low surrogate without preceding high surrogate"}return false}}return l.charAt(g)};for(b=0,d=0;b<f.length;b++){if((c=e(f,b))===false){continue}d++}return d};function vfprintf(b,d,a){var f=this.sprintf.apply(this,[].concat(d,a));try{this.fwrite(b,f)}catch(c){throw new Error("Error in vfprintf() file-writing")}return f.length};function array_udiff(d){var h={},f=arguments.length-1,b=arguments[f],a="",e=1,g="",c="";b=(typeof b==="string")?this.window[b]:(Object.prototype.toString.call(b)==="[object Array]")?this.window[b[0]][b[1]]:b;arr1keys:for(g in d){for(e=1;e<f;e++){a=arguments[e];for(c in a){if(b(a[c],d[g])===0){continue arr1keys}}h[g]=d[g]}}return h};function xmlwriter_write_element(a,b,c){return a.writeElement(b,c)};function strtr(m,p,q){var k="",f=0,e=0,d=0,b=0,c=false,r="",h="",a="";var o=[];var n=[];var l="";var g=false;if(typeof p==="object"){c=this.ini_set("phpjs.strictForIn",false);p=this.krsort(p);this.ini_set("phpjs.strictForIn",c);for(k in p){if(p.hasOwnProperty(k)){o.push(k);n.push(p[k])}}p=o;q=n}d=m.length;b=p.length;r=typeof p==="string";h=typeof q==="string";for(f=0;f<d;f++){g=false;if(r){a=m.charAt(f);for(e=0;e<b;e++){if(a==p.charAt(e)){g=true;break}}}else{for(e=0;e<b;e++){if(m.substr(f,p[e].length)==p[e]){g=true;f=(f+p[e].length)-1;break}}}if(g){l+=h?q.charAt(e):q[e]}else{l+=m.charAt(f)}}return l};function fmod(b,h){var e,f,g=0,d=0,c=0,a=0;e=b.toExponential().match(/^.\.?(.*)e(.+)$/);g=parseInt(e[2],10)-(e[1]+"").length;e=h.toExponential().match(/^.\.?(.*)e(.+)$/);d=parseInt(e[2],10)-(e[1]+"").length;if(d>g){g=d}f=(b%h);if(g<-100||g>20){c=Math.round(Math.log(f)/Math.log(10));a=Math.pow(10,c);return(f/a).toFixed(c-g)*a}else{return parseFloat(f.toFixed(-g))}};function deaggregate(f,d){var e="",a=-1,g=-1,b=0,c=function(k){for(var h=0,j=this.length;h<j;h++){if(this[h]===k){return h}}return -1};getFuncName=function(i){var h=(/\W*function\s+([\w\$]+)\s*\(/).exec(i);if(!h){return"(Anonymous)"}return h[1]};if(!this.php_js||!this.php_js.aggregateRecords||!this.php_js.aggregateKeys||!this.php_js.aggregateClasses){return}if(!this.php_js.aggregateKeys.indexOf){this.php_js.aggregateKeys.indexOf=c}a=this.php_js.aggregateKeys.indexOf(f);if(a===-1){return}if(d){if(typeof d==="string"){d=this.window[d]}if(!this.php_js.aggregateClasses[a].indexOf){this.php_js.aggregateClasses[a].indexOf=c}g=this.php_js.aggregateClasses[a].indexOf(getFuncName(d));if(g!==-1){for(e in this.php_js.aggregateRecords[a][g]){delete f[e]}this.php_js.aggregateClasses[a].splice(g,1);this.php_js.aggregateRecords[a].splice(g,1)}}else{for(b=0;b<this.php_js.aggregateClasses[a].length;b++){for(e in this.php_js.aggregateRecords[a][b]){delete f[e]}}this.php_js.aggregateClasses.splice(a,1);this.php_js.aggregateRecords.splice(a,1)}};function sqrt(a){return Math.sqrt(a)};function end(a){this.php_js=this.php_js||{};this.php_js.pointers=this.php_js.pointers||[];var f=function(k){for(var h=0,j=this.length;h<j;h++){if(this[h]===k){return h}}return -1};var c=this.php_js.pointers;if(!c.indexOf){c.indexOf=f}if(c.indexOf(a)===-1){c.push(a,0)}var e=c.indexOf(a);if(Object.prototype.toString.call(a)!=="[object Array]"){var d=0;var g;for(var b in a){d++;g=a[b]}if(d===0){return false}c[e+1]=d-1;return g}if(a.length===0){return false}c[e+1]=a.length-1;return a[c[e+1]]};function overload(b){var a=typeof b==="string"?this.window[b]:b;a.prototype.__noSuchMethod__=function(d,c){return this.__call.apply(this,arguments)};a.__noSuchMethod__=function(d,c){return a.__callStatic.apply(null,arguments)}};function function_exists(a){if(typeof a==="string"){a=this.window[a]}return typeof a==="function"};function array_diff_uassoc(d){var h={},f=arguments.length-1,b=arguments[f],a={},e=1,g="",c="";b=(typeof b==="string")?this.window[b]:(Object.prototype.toString.call(b)==="[object Array]")?this.window[b[0]][b[1]]:b;arr1keys:for(g in d){for(e=1;e<f;e++){a=arguments[e];for(c in a){if(a[c]===d[g]&&b(c,g)===0){continue arr1keys}}h[g]=d[g]}}return h};function fgets(d,b){var f=0,e="",c=-1,a="";if(!this.php_js||!this.php_js.resourceData||!this.php_js.resourceDataPointer||b!==undefined&&!b){return false}f=this.php_js.resourceDataPointer[d.id];if(f===undefined||!this.php_js.resourceData[d.id][f]){return false}a=this.php_js.resourceData[d.id].slice(f);c=a.search(/\r\n?|\n/)+f+1;e=this.php_js.resourceData[d.id].slice(f,c+1);if(e===""){e=this.php_js.resourceData[d.id].slice(f)}b=(b===undefined||e.length<b)?e.length:Math.floor(b/2)||1;this.php_js.resourceDataPointer[d.id]+=b;return this.php_js.resourceData[d.id].substr(f,b)};function pathinfo(n,p){var b="",o="",m="",h=0,e={},d=0,f=0;var a=false,j=false,g=false;if(!n){return false}if(!p){p="PATHINFO_ALL"}var l={PATHINFO_DIRNAME:1,PATHINFO_BASENAME:2,PATHINFO_EXTENSION:4,PATHINFO_FILENAME:8,PATHINFO_ALL:0};for(m in l){if(l.hasOwnProperty(m)){l.PATHINFO_ALL=l.PATHINFO_ALL|l[m]}}if(typeof p!=="number"){p=[].concat(p);for(f=0;f<p.length;f++){if(l[p[f]]){h=h|l[p[f]]}}p=h}var c=function(q){var r=q+"";var i=r.lastIndexOf(".")+1;return !i?false:i!==r.length?r.substr(i):""};if(p&l.PATHINFO_DIRNAME){var k=n.replace(/\\/g,"/").replace(/\/[^\/]*\/?$/,"");e.dirname=k===n?".":k}if(p&l.PATHINFO_BASENAME){if(false===a){a=this.basename(n)}e.basename=a}if(p&l.PATHINFO_EXTENSION){if(false===a){a=this.basename(n)}if(false===j){j=c(a)}if(false!==j){e.extension=j}}if(p&l.PATHINFO_FILENAME){if(false===a){a=this.basename(n)}if(false===j){j=c(a)}if(false===g){g=a.slice(0,a.length-(j?j.length+1:j===false?0:1))}e.filename=g}d=0;for(b in e){if(e.hasOwnProperty(b)){d++;o=b}}if(d===1){return e[o]}return e};function register_shutdown_function(a){var b=[],c=function(g,f,e,d){if(g.addEventListener){g.addEventListener(f,e,!!d)}else{if(g.attachEvent){g.attachEvent("on"+f,e)}else{g["on"+f]=e}}};b=Array.prototype.slice.call(arguments,1);c(this.window,"unload",function(){a.apply(null,b)},false)};function ksort(b,m){var c={},j=[],l,e,d,g=this,h=false,a={};switch(m){case"SORT_STRING":l=function(k,i){return g.strnatcmp(k,i)};break;case"SORT_LOCALE_STRING":var f=this.i18n_loc_get_default();l=this.php_js.i18nLocales[f].sorting;break;case"SORT_NUMERIC":l=function(k,i){return((k+0)-(i+0))};break;default:l=function(k,i){var q=parseFloat(k),n=parseFloat(i),p=q+""===k,o=n+""===i;if(p&&o){return q>n?1:q<n?-1:0}else{if(p&&!o){return 1}else{if(!p&&o){return -1}}}return k>i?1:k<i?-1:0};break}for(d in b){if(b.hasOwnProperty(d)){j.push(d)}}j.sort(l);this.php_js=this.php_js||{};this.php_js.ini=this.php_js.ini||{};h=this.php_js.ini["phpjs.strictForIn"]&&this.php_js.ini["phpjs.strictForIn"].local_value&&this.php_js.ini["phpjs.strictForIn"].local_value!=="off";a=h?b:a;for(e=0;e<j.length;e++){d=j[e];c[d]=b[d];if(h){delete b[d]}}for(e in c){if(c.hasOwnProperty(e)){a[e]=c[e]}}return h||a};function assert(assertion){var result=false,callback,retVal,err=undefined;this.php_js=this.php_js||{};this.php_js.ini=this.php_js.ini||{};this.php_js.assert_values=this.php_js.assert_values||{};var getOption=function(value){if(this.php_js.assert_values[value]){return this.php_js.assert_values[value]}if(this.php_js.ini[value]){return this.php_js.ini[value].local_value}switch(value){case"assert.active":return 1;case"assert.warning":throw"We have not yet implemented warnings in JavaScript (assert())";case"assert.bail":return 0;case"assert.quiet_eval":return 0;case"assert.callback":return null;default:throw"There was some problem"}};if(!getOption("assert.active")){return false}try{result=typeof assertion==="string"?eval(assertion):assertion}catch(e){if(!getOption("assert.quiet_eval")){throw e}err=e;result=false}retVal=result!==false;if(retVal===false){if(getOption("assert.bail")){throw"Assertion bailed"}callback=getOption("assert.callback");if(typeof callback==="string"){callback=this.window[callback]}callback(this.window.location.href,err&&err.lineNumber,(typeof assertion==="string"?assertion:""))}return retVal};function vprintf(g,e){var a,f;var c="",h=this.window.document;var b="http://www.w3.org/1999/xhtml";a=h.getElementsByTagNameNS?(h.getElementsByTagNameNS(b,"body")[0]?h.getElementsByTagNameNS(b,"body")[0]:h.documentElement.lastChild):h.getElementsByTagName("body")[0];if(!a){return false}c=this.sprintf.apply(this,[g].concat(e));f=h.createTextNode(c);a.appendChild(f);return c.length};function array_replace_recursive(a){var c={},b=0,d="",e=arguments.length;if(e<2){throw new Error("There should be at least 2 arguments passed to array_replace_recursive()")}for(d in a){c[d]=a[d]}for(b=1;b<e;b++){for(d in arguments[b]){if(c[d]&&typeof c[d]==="object"){c[d]=this.array_replace_recursive(c[d],arguments[b][d])}else{c[d]=arguments[b][d]}}}return c};function is_binary(a){return typeof a==="string"};function soundex(h){h=(h+"").toUpperCase();if(!h){return""}var e=[0,0,0,0],a={B:1,F:1,P:1,V:1,C:2,G:2,J:2,K:2,Q:2,S:2,X:2,Z:2,D:3,T:3,L:4,M:5,N:5,R:6},d=0,b,f=0,k,g;while((k=h.charAt(d++))&&f<4){if(b=a[k]){if(b!==g){e[f++]=g=b}}else{f+=d===1;g=0}}e[0]=h.charAt(0);return e.join("")};function at(a){try{return a.apply(null,Array.prototype.slice.call(arguments,1))}catch(b){this.php_js=this.php_js||{};this.php_js.ini=this.php_js.ini||{};this.php_js.last_error={message:b.message,file:b.fileName,line:b.lineNumber,type:b.type||1};if(this.php_js.ini.track_errors&&((this.php_js.ini.track_errors.local_value.toString().toLowerCase&&(this.php_js.ini.track_errors.local_value.toString().toLowerCase()==="on"||this.php_js.ini.track_errors.local_value.toString().toLowerCase()==="true"))||parseInt(this.php_js.ini.track_errors.local_value,10)===1)){$php_errormsg=b.message||b}if(this.php_js.ini["scream.enabled"]&&(this.php_js.ini["scream.enabled"].local_value.toString().toLowerCase()==="on"||this.php_js.ini["scream.enabled"].local_value.toString().toLowerCase()==="true"||parseInt(this.php_js.ini["scream.enabled"].local_value,10)===1)){throw b}}};function clone(a){var b={};for(var c in a){b[c]=a[c]}if(b.__clone){b.__clone()}return b};function array_diff_key(c){var g=arguments.length,f={},e="",d=1,b="",a={};arr1keys:for(e in c){for(d=1;d<g;d++){a=arguments[d];for(b in a){if(b===e){continue arr1keys}}f[e]=c[e]}}return f};function get_class_vars(a){var b,d={},c="";if(typeof a==="function"){b=a}else{if(typeof a==="string"){b=this.window[a]}}for(c in b){if(typeof b[c]!=="function"&&c!=="prototype"){d[c]=b[c]}}if(b.prototype){for(c in b.prototype){if(typeof b.prototype[c]!=="function"){d[c]=b.prototype[c]}}}return d};function stream_get_wrappers(){var a="",b=[];this.php_js=this.php_js||{};this.php_js.stream_wrappers=this.php_js.stream_wrappers||{};this.php_js.default_stream_wrappers=this.php_js.default_stream_wrappers||{};for(a in this.php_js.default_stream_wrappers){b.push(a)}for(a in this.php_js.stream_wrappers){b.push(a)}return b};function is_null(a){return(a===null)};function doubleval(a){return this.floatval(a)};function bcscale(b){var a=this._phpjs_shared_bc();b=parseInt(b,10);if(isNaN(b)){return false}if(b<0){return false}a.scale=b;return true};function sin(a){return Math.sin(a)};function base64_encode(j){var e="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=";var d,c,b,n,m,l,k,o,h=0,p=0,g="",f=[];if(!j){return j}j=unescape(encodeURIComponent(j));do{d=j.charCodeAt(h++);c=j.charCodeAt(h++);b=j.charCodeAt(h++);o=d<<16|c<<8|b;n=o>>18&63;m=o>>12&63;l=o>>6&63;k=o&63;f[p++]=e.charAt(n)+e.charAt(m)+e.charAt(l)+e.charAt(k)}while(h<j.length);g=f.join("");var a=j.length%3;return(a?g.slice(0,a-3):g)+"===".slice(a||3)};function getdate(g){var e=["Sun","Mon","Tues","Wednes","Thurs","Fri","Satur"];var c=["January","February","March","April","May","June","July","August","September","October","November","December"];var h=((typeof g==="undefined")?new Date():(typeof g==="object")?new Date(g):new Date(g*1000));var b=h.getDay();var a=h.getMonth();var i=h.getFullYear();var f={};f.seconds=h.getSeconds();f.minutes=h.getMinutes();f.hours=h.getHours();f.mday=h.getDate();f.wday=b;f.mon=a+1;f.year=i;f.yday=Math.floor((h-(new Date(i,0,1)))/86400000);f.weekday=e[b]+"day";f.month=c[a];f["0"]=parseInt(h.getTime()/1000,10);return f};function xmlwriter_end_pi(a){return a.endPI()};function getrandmax(){return 2147483647};function unset(){var i=0,arg="",win="",winRef=/^(?:this)?window[.[]/,arr=[],accessor="",bracket=/\[['"]?(\d+)['"]?\]$/;for(i=0;i<arguments.length;i++){arg=arguments[i];winRef.lastIndex=0,bracket.lastIndex=0;win=winRef.test(arg)?"":"this.window.";if(bracket.test(arg)){accessor=arg.match(bracket)[1];arr=eval(win+arg.replace(bracket,""));arr.splice(accessor,1)}else{eval("delete "+win+arg)}}};function hebrev(a,b){if(typeof a==="undefined"){return null}else{if(a===null){return false}}return a.replace(/[\u05d0-\u05ea \t\n\r!#$%&�()*+,\-./:;<=>\\?@\[\]^_�{|}~]*/,function(f){for(var e=f.length-1,d="";e>=0;e--){var g=f.charAt(e);switch(g){case"(":g=")";break;case")":g="(";break;case"[":g="]";break;case"]":g="[";break;case"{":g="}";break;case"}":g="{";break;case"<":g=">";break;case">":g="<";break;case"\\":g="/";break;case"/":g="\\";break;default:break}d+=g}return d})};function utf8_encode(a){if(a===null||typeof a==="undefined"){return""}var i=(a+"");var j="",b,e,c=0;b=e=0;c=i.length;for(var d=0;d<c;d++){var h=i.charCodeAt(d);var g=null;if(h<128){e++}else{if(h>127&&h<2048){g=String.fromCharCode((h>>6)|192,(h&63)|128)}else{if((h&63488)!=55296){g=String.fromCharCode((h>>12)|224,((h>>6)&63)|128,(h&63)|128)}else{if((h&64512)!=55296){throw new RangeError("Unmatched trail surrogate at "+d)}var f=i.charCodeAt(++d);if((f&64512)!=56320){throw new RangeError("Unmatched lead surrogate at "+(d-1))}h=((h&1023)<<10)+(f&1023)+65536;g=String.fromCharCode((h>>18)|240,((h>>12)&63)|128,((h>>6)&63)|128,(h&63)|128)}}}if(g!==null){if(e>b){j+=i.slice(b,e)}j+=g;b=e=d+1}}if(e>b){j+=i.slice(b,c)}return j};function bcadd(b,d,g){var e=this._phpjs_shared_bc();var f,c,a;if(typeof g==="undefined"){g=e.scale}g=((g<0)?0:g);f=e.bc_init_num();c=e.bc_init_num();a=e.bc_init_num();f=e.php_str2num(b.toString());c=e.php_str2num(d.toString());a=e.bc_add(f,c,g);if(a.n_scale>g){a.n_scale=g}return a.toString()};function fscanf(b,c){var a;a=this.sscanf.apply(this,[fgets(b),c].concat(Array.prototype.slice.call(arguments,2)));return a};function ob_get_level(){this.php_js=this.php_js||{};var b=this.php_js,a=b.ini,c=b.obs;if(!c||!c.length){return(a&&a.output_buffering&&(typeof a.output_buffering.local_value!=="string"||a.output_buffering.local_value.toLowerCase()!=="off"))?1:0}return c.length};function ctype_cntrl(a){if(typeof a!=="string"){return false}this.setlocale("LC_ALL",0);return a.search(this.php_js.locales[this.php_js.localeCategories.LC_CTYPE].LC_CTYPE.ct)!==-1};function str_pad(c,g,f,d){var e="",a;var b=function(k,h){var l="",j;while(l.length<h){l+=k}l=l.substr(0,h);return l};c+="";f=f!==undefined?f:" ";if(d!=="STR_PAD_LEFT"&&d!=="STR_PAD_RIGHT"&&d!=="STR_PAD_BOTH"){d="STR_PAD_RIGHT"}if((a=g-c.length)>0){if(d==="STR_PAD_LEFT"){c=b(f,a)+c}else{if(d==="STR_PAD_RIGHT"){c=c+b(f,a)}else{if(d==="STR_PAD_BOTH"){e=b(f,Math.ceil(a/2));c=e+c+e;c=c.substr(0,g)}}}}return c};function inet_pton(d){var h,c,b,g,e,k=String.fromCharCode;c=d.match(/^(?:\d{1,3}(?:\.|$)){4}/);if(c){c=c[0].split(".");c=k(c[0])+k(c[1])+k(c[2])+k(c[3]);return c.length===4?c:false}h=/^((?:[\da-f]{1,4}(?::|)){0,8})(::)?((?:[\da-f]{1,4}(?::|)){0,8})$/;c=d.match(h);if(c){for(e=1;e<4;e++){if(e===2||c[e].length===0){continue}c[e]=c[e].split(":");for(g=0;g<c[e].length;g++){c[e][g]=parseInt(c[e][g],16);if(isNaN(c[e][g])){return false}c[e][g]=k(c[e][g]>>8)+k(c[e][g]&255)}c[e]=c[e].join("")}b=c[1].length+c[3].length;if(b===16){return c[1]+c[3]}else{if(b<16&&c[2].length>0){return c[1]+(new Array(16-b+1)).join("\x00")+c[3]}}}return false};function gopher_parsedir(d){var a=/^(.)(.*?)\t(.*?)\t(.*?)\t(.*?)\u000d\u000a$/;var c=d.match(a);if(c===null){throw"Could not parse the directory entry"}var b=c[1];switch(b){case"i":b=255;break;case"1":b=1;break;case"0":b=0;break;case"4":b=4;break;case"5":b=5;break;case"6":b=6;break;case"9":b=9;break;case"h":b=254;break;default:return{type:-1,data:d}}return{type:b,title:c[2],path:c[3],host:c[4],port:c[5]}};function lcfirst(b){b+="";var a=b.charAt(0).toLowerCase();return a+b.substr(1)};function array_splice(g,n,d,c){var l=function(p,s,r){if(p[s]!==undefined){var q=s;s+=1;if(s===r){s+=1}s=l(p,s,r);p[s]=p[q];delete p[q]}return s};if(c&&typeof c!=="object"){c=[c]}if(d===undefined){d=n>=0?g.length-n:-n}else{if(d<0){d=(n>=0?g.length-n:-n)+d}}if(Object.prototype.toString.call(g)!=="[object Array]"){var k=0,h=-1,j=[],e={},b=-1,i=-1;var o=true,a=0,f=0,m="";for(m in g){k+=1}n=(n>=0)?n:k+n;for(m in g){h+=1;if(h<n){if(this.is_int(m)){i+=1;if(parseInt(m,10)===i){continue}l(g,i,m);g[i]=g[m];delete g[m]}continue}if(o&&this.is_int(m)){j.push(g[m]);e[a++]=g[m]}else{e[m]=g[m];o=false}f+=1;if(c&&c[++b]){g[m]=c[b]}else{delete g[m]}}return o?j:e}if(c){c.unshift(n,d);return Array.prototype.splice.apply(g,c)}return g.splice(n,d)};function substr(k,a,g){var f=0,c=true,m=0,b=0,j=0,h="";k+="";var e=k.length;this.php_js=this.php_js||{};this.php_js.ini=this.php_js.ini||{};switch((this.php_js.ini["unicode.semantics"]&&this.php_js.ini["unicode.semantics"].local_value.toLowerCase())){case"on":for(f=0;f<k.length;f++){if(/[\uD800-\uDBFF]/.test(k.charAt(f))&&/[\uDC00-\uDFFF]/.test(k.charAt(f+1))){c=false;break}}if(!c){if(a<0){for(f=e-1,m=(a+=e);f>=m;f--){if(/[\uDC00-\uDFFF]/.test(k.charAt(f))&&/[\uD800-\uDBFF]/.test(k.charAt(f-1))){a--;m--}}}else{var d=/[\uD800-\uDBFF][\uDC00-\uDFFF]/g;while((d.exec(k))!=null){var l=d.lastIndex;if(l-2<a){a++}else{break}}}if(a>=e||a<0){return false}if(g<0){for(f=e-1,b=(e+=g);f>=b;f--){if(/[\uDC00-\uDFFF]/.test(k.charAt(f))&&/[\uD800-\uDBFF]/.test(k.charAt(f-1))){e--;b--}}if(a>e){return false}return k.slice(a,e)}else{j=a+g;for(f=a;f<j;f++){h+=k.charAt(f);if(/[\uD800-\uDBFF]/.test(k.charAt(f))&&/[\uDC00-\uDFFF]/.test(k.charAt(f+1))){j++}}return h}break}case"off":default:if(a<0){a+=e}e=typeof g==="undefined"?e:(g<0?g+e:g+a);return a>=k.length||a<0||a>e?!1:k.slice(a,e)}return undefined};function array_sum(c){var a,b=0;if(c&&typeof c==="object"&&c.change_key_case){return c.sum.apply(c,Array.prototype.slice.call(arguments,0))}if(typeof c!=="object"){return null}for(a in c){if(!isNaN(parseFloat(c[a]))){b+=parseFloat(c[a])}}return b};function gmstrftime(c,b){var a=((typeof b==="undefined")?new Date():(typeof b==="object")?new Date(b):new Date(b*1000));b=Date.parse(a.toUTCString().slice(0,-4))/1000;return this.strftime(c,b)};function nl2br(c,b){var a=(b||typeof b==="undefined")?"<br />":"<br>";return(c+"").replace(/([^>\r\n]?)(\r\n|\n\r|\r|\n)/g,"$1"+a+"$2")};function intval(b,d){var a;var c=typeof b;if(c==="boolean"){return +b}else{if(c==="string"){a=parseInt(b,d||10);return(isNaN(a)||!isFinite(a))?0:a}else{if(c==="number"&&isFinite(b)){return b|0}else{return 0}}}};function current(a){this.php_js=this.php_js||{};this.php_js.pointers=this.php_js.pointers||[];var f=function(k){for(var h=0,j=this.length;h<j;h++){if(this[h]===k){return h}}return -1};var c=this.php_js.pointers;if(!c.indexOf){c.indexOf=f}if(c.indexOf(a)===-1){c.push(a,0)}var e=c.indexOf(a);var g=c[e+1];if(Object.prototype.toString.call(a)==="[object Array]"){return a[g]||false}var d=0;for(var b in a){if(d===g){return a[b]}d++}return false};function filesize(a){var b=this.window.ActiveXObject?new ActiveXObject("Microsoft.XMLHTTP"):new XMLHttpRequest();if(!b){throw new Error("XMLHttpRequest not supported")}b.open("HEAD",a,false);b.send(null);if(!b.getResponseHeader){try{throw new Error("No getResponseHeader!")}catch(d){return false}}else{if(!b.getResponseHeader("Content-Length")){try{throw new Error("No Content-Length!")}catch(c){return false}}else{return b.getResponseHeader("Content-Length")}}};function set_error_handler(c){var a="";var b=function(e){var d=(/\W*function\s+([\w\$]+)\s*\(/).exec(e);if(!d){return"(Anonymous)"}return d[1]};if(typeof c==="string"){c=this.window[c]}this.php_js=this.php_js||{};a=this.php_js.error_handler?b(this.php_js.error_handler):null;if(this.php_js.error_handler){this.php_js.previous_error_handler=this.php_js.error_handler}this.php_js.error_handler=c;if(!this.window.ErrorException){this.window.ErrorException=function(g,f,e,d,h){this.message=g||"";this.code=f||0;this.severity=e;this.file=d;this.line=h};this.window.ErrorException.prototype=new Exception();this.window.ErrorException.constructor=Error;this.window.ErrorException.prototype.getSeverity=function(){return this.severity}}return a};function feof(a){if(!a||!this.php_js||!this.php_js.resourceData||!this.php_js.resourceDataPointer){return true}return !this.php_js.resourceData[a.id][this.php_js.resourceDataPointer[a.id]]};function floatval(a){return(parseFloat(a)||0)};function expm1(a){return(a<0.00001&&-0.00001<a)?a+0.5*a*a:Math.exp(a)-1};function stream_default_encoding(a){this.ini_set("unicode.stream_encoding",a);return true};function ini_set(d,c){var f="";var b=this;try{this.php_js=this.php_js||{}}catch(g){this.php_js={}}this.php_js.ini=this.php_js.ini||{};this.php_js.ini[d]=this.php_js.ini[d]||{};f=this.php_js.ini[d].local_value;var a=function(e){if(typeof e==="undefined"){b.php_js.ini[d].local_value=[]}b.php_js.ini[d].local_value.push(c)};switch(d){case"extension":if(typeof this.dl==="function"){this.dl(c)}a(f,c);break;default:this.php_js.ini[d].local_value=c;break}return f};function ini_get(a){if(this.php_js&&this.php_js.ini&&this.php_js.ini[a]&&this.php_js.ini[a].local_value!==undefined){if(this.php_js.ini[a].local_value===null){return""}return this.php_js.ini[a].local_value}return""};function base64_decode(h){var d="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=";var c,b,a,m,l,k,j,n,g=0,o=0,e="",f=[];if(!h){return h}h+="";do{m=d.indexOf(h.charAt(g++));l=d.indexOf(h.charAt(g++));k=d.indexOf(h.charAt(g++));j=d.indexOf(h.charAt(g++));n=m<<18|l<<12|k<<6|j;c=n>>16&255;b=n>>8&255;a=n&255;if(k==64){f[o++]=String.fromCharCode(c)}else{if(j==64){f[o++]=String.fromCharCode(c,b)}else{f[o++]=String.fromCharCode(c,b,a)}}}while(g<h.length);e=f.join("");return decodeURIComponent(escape(e.replace(/\0+$/,"")))};function array_change_key_case(e,c){var d,b,a={};if(Object.prototype.toString.call(e)==="[object Array]"){return e}if(e&&typeof e==="object"&&e.change_key_case){return e.change_key_case(c)}if(e&&typeof e==="object"){d=(!c||c==="CASE_LOWER")?"toLowerCase":"toUpperCase";for(b in e){a[b[d]()]=e[b]}return a}return false};function classkit_method_add(g,c,b,e,a){var d,f=[];switch(a){case"CLASSKIT_ACC_PROTECTED":throw"Protected not supported";case"CLASSKIT_ACC_PRIVATE":throw"Private not supported";case"CLASSKIT_ACC_PUBLIC":default:break}f=b.split(/,\s*/);if(typeof g==="string"){g=this.window[g]}d=Function.apply(null,f.concat(e));g.prototype[c]=d;return true};function pi(){return 3.141592653589793};function mt_getrandmax(){return 2147483647};function hexdec(a){a=(a+"").replace(/[^a-f0-9]/gi,"");return parseInt(a,16)};function array_shift(e){var d=false,a=undefined,g="",c=/^\d$/,f=-1,b=function(h,k,j){if(h[k]!==undefined){var i=k;k+=1;if(k===j){k+=1}k=b(h,k,j);h[k]=h[i];delete h[i]}return k};if(e.length===0){return null}if(e.length>0){return e.shift()}};function call_user_method(f,e){var c,b=e,a=f,d=2;if(f&&typeof f==="object"&&f.length){d=1;b=f[0];b=typeof b==="string"?this.window[b]:b;a=f[1]}c=b[a];if(typeof c!=="function"){throw new this.Exception(c+" is not a valid method")}return c.apply(b,Array.prototype.slice.call(arguments,d))};function xmlwriter_end_dtd_attlist(a){return a.endDTDAttlist()};function pack(B){var g=0,o=1,m="",l="",z=0,p=[],E,s,C,I,h,c;var d,b,x,H,u,e,A,q,D,t,w,a,G,F,y,v,f;while(g<B.length){E=B.charAt(g);s="";g++;while((g<B.length)&&(B.charAt(g).match(/[\d\*]/)!==null)){s+=B.charAt(g);g++}if(s===""){s="1"}switch(E){case"a":case"A":if(typeof arguments[o]==="undefined"){throw new Error("Warning: pack() Type "+E+": not enough arguments")}else{l=String(arguments[o])}if(s==="*"){s=l.length}for(z=0;z<s;z++){if(typeof l[z]==="undefined"){if(E==="a"){m+=String.fromCharCode(0)}else{m+=" "}}else{m+=l[z]}}o++;break;case"h":case"H":if(typeof arguments[o]==="undefined"){throw new Error("Warning: pack() Type "+E+": not enough arguments")}else{l=arguments[o]}if(s==="*"){s=l.length}if(s>l.length){throw new Error("Warning: pack() Type "+E+": not enough characters in string")}for(z=0;z<s;z+=2){C=l[z];if(((z+1)>=s)||typeof l[z+1]==="undefined"){C+="0"}else{C+=l[z+1]}if(E==="h"){C=C[1]+C[0]}m+=String.fromCharCode(parseInt(C,16))}o++;break;case"c":case"C":if(s==="*"){s=arguments.length-o}if(s>(arguments.length-o)){throw new Error("Warning: pack() Type "+E+": too few arguments")}for(z=0;z<s;z++){m+=String.fromCharCode(arguments[o]);o++}break;case"s":case"S":case"v":if(s==="*"){s=arguments.length-o}if(s>(arguments.length-o)){throw new Error("Warning: pack() Type "+E+": too few arguments")}for(z=0;z<s;z++){m+=String.fromCharCode(arguments[o]&255);m+=String.fromCharCode(arguments[o]>>8&255);o++}break;case"n":if(s==="*"){s=arguments.length-o}if(s>(arguments.length-o)){throw new Error("Warning: pack() Type "+E+": too few arguments")}for(z=0;z<s;z++){m+=String.fromCharCode(arguments[o]&255);o++}break;case"i":case"I":case"l":case"L":case"V":if(s==="*"){s=arguments.length-o}if(s>(arguments.length-o)){throw new Error("Warning: pack() Type "+E+": too few arguments")}for(z=0;z<s;z++){m+=String.fromCharCode(arguments[o]&255);m+=String.fromCharCode(arguments[o]>>8&255);m+=String.fromCharCode(arguments[o]>>16&255);m+=String.fromCharCode(arguments[o]>>24&255);o++}break;case"N":if(s==="*"){s=arguments.length-o}if(s>(arguments.length-o)){throw new Error("Warning: pack() Type "+E+": too few arguments")}for(z=0;z<s;z++){m+=String.fromCharCode(arguments[o]>>24&255);m+=String.fromCharCode(arguments[o]>>16&255);m+=String.fromCharCode(arguments[o]>>8&255);m+=String.fromCharCode(arguments[o]&255);o++}break;case"f":case"d":I=23;h=8;if(E==="d"){I=52;h=11}if(s==="*"){s=arguments.length-o}if(s>(arguments.length-o)){throw new Error("Warning: pack() Type "+E+": too few arguments")}for(z=0;z<s;z++){l=arguments[o];d=Math.pow(2,h-1)-1;b=-d+1;x=d;H=b-I;u=isNaN(t=parseFloat(l))||t===-Infinity||t===+Infinity?t:0;e=0;A=2*d+1+I+3;q=new Array(A);D=(t=u!==0?0:t)<0;t=Math.abs(t);w=Math.floor(t);a=t-w;for(v=A;v;){q[--v]=0}for(v=d+2;w&&v;){q[--v]=w%2;w=Math.floor(w/2)}for(v=d+1;a>0&&v;--a){(q[++v]=((a*=2)>=1)-0)}for(v=-1;++v<A&&!q[v];){}if(q[(G=I-1+(v=(e=d+1-v)>=b&&e<=x?v+1:d+1-(e=b-1)))+1]){if(!(F=q[G])){for(y=G+2;!F&&y<A;F=q[y++]){}}for(y=G+1;F&&--y>=0;(q[y]=!q[y]-0)&&(F=0)){}}for(v=v-2<0?-1:v-3;++v<A&&!q[v];){}if((e=d+1-v)>=b&&e<=x){++v}else{if(e<b){if(e!==d+1-A&&e<H){}v=d+1-(e=b-1)}}if(w||u!==0){e=x+1;v=d+2;if(u===-Infinity){D=1}else{if(isNaN(u)){q[v]=1}}}t=Math.abs(e+d);f="";for(y=h+1;--y;){f=(t%2)+f;t=t>>=1}t=0;y=0;v=(f=(D?"1":"0")+f+q.slice(v,v+I).join("")).length;p=[];for(;v;){t+=(1<<y)*f.charAt(--v);if(y===7){p[p.length]=String.fromCharCode(t);t=0}y=(y+1)%8}p[p.length]=t?String.fromCharCode(t):"";m+=p.join("");o++}break;case"x":if(s==="*"){throw new Error("Warning: pack(): Type x: '*' ignored")}for(z=0;z<s;z++){m+=String.fromCharCode(0)}break;case"X":if(s==="*"){throw new Error("Warning: pack(): Type X: '*' ignored")}for(z=0;z<s;z++){if(m.length===0){throw new Error("Warning: pack(): Type X: outside of string")}else{m=m.substring(0,m.length-1)}}break;case"@":if(s==="*"){throw new Error("Warning: pack(): Type X: '*' ignored")}if(s>m.length){c=s-m.length;for(z=0;z<c;z++){m+=String.fromCharCode(0)}}if(s<m.length){m=m.substring(0,s)}break;default:throw new Error("Warning: pack() Type "+E+": unknown format code")}}if(o<arguments.length){throw new Error("Warning: pack(): "+(arguments.length-o)+" arguments unused")}return m};function str_shuffle(d){if(arguments.length===0){throw"Wrong parameter count for str_shuffle()"}if(d==null){return""}d+="";var a="",c,b=d.length;while(b){c=Math.floor(Math.random()*b);a+=d.charAt(c);d=d.substring(0,c)+d.substr(c+1);b--}return a};function pos(a){return this.current(a)};function array_reverse(g,f){var a=Object.prototype.toString.call(g)==="[object Array]",b=f?{}:[],d;if(a&&!f){return g.slice(0).reverse()}if(f){var e=[];for(d in g){e.push(d)}var c=e.length;while(c--){d=e[c];b[d]=g[d]}}else{for(d in g){b.unshift(g[d])}}return b};function date_add(b,a){return b.add(a)};function dechex(a){if(a<0){a=4294967295+a+1}return parseInt(a,10).toString(16)};function xmlwriter_write_comment(a,b){return a.writeComment(b)};function xmlwriter_end_dtd_entity(a){return a.endDTDEntity()};function tan(a){return Math.tan(a)};function xmlwriter_start_pi(a,b){return a.startPI(b)};function str_ireplace(h,y,b,c){var u=0,q=0,x="",o="",w=0,g=0,v="",n="",l="",t="",a="",e="",m="",p="",d=b,k=Object.prototype.toString.call(d)==="[object Array]";if(typeof(h)==="object"){x=h;h=new Array();for(u=0;u<x.length;u+=1){h[u]=x[u].toLowerCase()}}else{h=h.toLowerCase()}if(typeof(b)==="object"){x=b;b=new Array();for(u=0;u<x.length;u+=1){b[u]=x[u].toLowerCase()}}else{b=b.toLowerCase()}if(typeof(h)==="object"&&typeof(y)==="string"){x=y;y=new Array();for(u=0;u<h.length;u+=1){y[u]=x}}x="";v=[].concat(h);n=[].concat(y);t=Object.prototype.toString.call(n)==="[object Array]";l=b;a=Object.prototype.toString.call(l)==="[object Array]";l=[].concat(l);d=[].concat(d);if(c){this.window[c]=0}for(u=0,w=l.length;u<w;u++){if(l[u]===""){continue}for(q=0,g=v.length;q<g;q++){x=l[u]+"";o=t?(n[q]!==undefined?n[q]:""):n[0];l[u]=(x).split(v[q]).join(o);e=d[u]+"";m=x.indexOf(v[q]);p=v[q].length;if(m>=0){d[u]=(e).split(e.substr(m,p)).join(o)}if(c){this.window[c]+=((x.split(v[q])).length-1)}}}return k?d:d[0]};function range(h,c,b){var i=[];var d,f,e;var a=b||1;var g=false;if(!isNaN(h)&&!isNaN(c)){d=h;f=c}else{if(isNaN(h)&&isNaN(c)){g=true;d=h.charCodeAt(0);f=c.charCodeAt(0)}else{d=(isNaN(h)?0:h);f=(isNaN(c)?0:c)}}e=((d>f)?false:true);if(e){while(d<=f){i.push(((g)?String.fromCharCode(d):d));d+=a}}else{while(d>=f){i.push(((g)?String.fromCharCode(d):d));d-=a}}return i};function empty(d){var e,c,b,a;var f=[e,null,false,0,"","0"];for(b=0,a=f.length;b<a;b++){if(d===f[b]){return true}}if(typeof d==="object"){for(c in d){return false}return true}return false};function array_map(p){var d=arguments.length,l=arguments,o=this.window,g=null,b=p,e=l[1].length,h=0,c=1,a=0,f=[],n=[];while(h<e){while(c<d){f[a++]=l[c++][h]}a=0;c=1;if(p){if(typeof p==="string"){b=o[p]}else{if(typeof p==="object"&&p.length){g=typeof p[0]==="string"?o[p[0]]:p[0];if(typeof g==="undefined"){throw"Object not found: "+p[0]}b=typeof p[1]==="string"?g[p[1]]:p[1]}}n[h++]=b.apply(g,f)}else{n[h++]=f}f=[]}return n};function xmlwriter_start_attribute(a,b){return a.startAttribute(b)};function connection_status(){var a=0;if(this.php_js&&this.php_js.abortStatus){a+=1}if(this.php_js&&this.php_js.timeoutStatus){a+=2}return a};function date_parse(b){this.php_js=this.php_js||{};var d,f=this.php_js.warnings?this.php_js.warnings.length:null,a=this.php_js.errors?this.php_js.errors.length:null;try{this.php_js.date_parse_state=true;d=this.strtotime(b);this.php_js.date_parse_state=false}finally{if(!d){return false}}var c=new Date(d*1000);var e={warning_count:f!==null?this.php_js.warnings.slice(f).length:0,warnings:f!==null?this.php_js.warnings.slice(f):[],error_count:a!==null?this.php_js.errors.slice(a).length:0,errors:a!==null?this.php_js.errors.slice(a):[]};e.year=c.getFullYear();e.month=c.getMonth()+1;e.day=c.getDate();e.hour=c.getHours();e.minute=c.getMinutes();e.second=c.getSeconds();e.fraction=parseFloat("0."+c.getMilliseconds());e.is_localtime=c.getTimezoneOffset()!==0;return e};function output_reset_rewrite_vars(){this.php_js=this.php_js||{};var a=this.php_js,b=a.obs;if(b&&b.length&&b[b.length-1].vars){b[b.length-1].vars={}}return true};function rtrim(c,b){b=!b?" \\s\u00A0":(b+"").replace(/([\[\]\(\)\.\?\/\*\{\}\+\$\^\:])/g,"\\$1");var a=new RegExp("["+b+"]+$","g");return(c+"").replace(a,"")};function array_merge_recursive(c,b){var a="";if(c&&Object.prototype.toString.call(c)==="[object Array]"&&b&&Object.prototype.toString.call(b)==="[object Array]"){for(a in b){c.push(b[a])}}else{if((c&&(c instanceof Object))&&(b&&(b instanceof Object))){for(a in b){if(a in c){if(typeof c[a]==="object"&&typeof b==="object"){c[a]=this.array_merge(c[a],b[a])}else{c[a]=b[a]}}else{c[a]=b[a]}}}}return c};function ini_alter(b,a){return this.ini_set(b,a)};function set_exception_handler(d){var b=this,a="";var c=function(f){var e=(/\W*function\s+([\w\$]+)\s*\(/).exec(f);if(!e){return"(Anonymous)"}return e[1]};if(typeof d==="string"){d=this.window[d]}this.php_js=this.php_js||{};a=this.php_js.exception_handler?c(this.php_js.exception_handler):null;if(this.php_js.exception_handler){this.php_js.previous_exception_handler=this.php_js.exception_handler}this.php_js.exception_handler=d;if(!this.window.Exception){this.window.Exception=function(f,e){this.message=f||"";this.code=e||0;this.file=this.window.href.location;this.line=0;this.string="Exception";this.name="Exception";b.php_js.exception_handler(this)};this.window.Exception.prototype={constructor:this.window.Exception,getMessage:function(){return this.message},getCode:function(){return this.code},getFile:function(){return this.file},getLine:function(){return this.line},getTrace:function(){var e="";for(var f=0;f<this.trace.length;f++){e+="\n#"+f+" "+this.trace[f]}return e.slice(1)},getTraceAsString:function(){return this.trace.toString()},__toString:function(){return"exception '"+this.string+"' with message '"+this.getMessage()+"' in "+this.getFile()+":"+this.getLine()+"\nStack trace:\n"+this.getTraceAsString()},toString:function(){return this.__toString()},__clone:function(){throw"Fatal exception: exceptions are not clonable"}}}return a};function extract(d,j,f){if(Object.prototype.toString.call(d)==="[object Array]"&&(j!=="EXTR_PREFIX_ALL"&&j!=="EXTR_PREFIX_INVALID")){return 0}var h=this.window;if(this.php_js&&this.php_js.ini&&this.php_js.ini["phpjs.extractTargetObj"]&&this.php_js.ini["phpjs.extractTargetObj"].local_value){h=this.php_js.ini["phpjs.extractTargetObj"].local_value}var a=0;for(var c in d){var k=/^[_a-zA-Z$][\w|$]*$/;var b=f+"_"+c;try{switch(j){case"EXTR_PREFIX_SAME"||2:if(h[c]!==undefined){if(b.match(k)!==null){h[b]=d[c];++a}}else{h[c]=d[c];++a}break;case"EXTR_SKIP"||1:if(h[c]===undefined){h[c]=d[c];++a}break;case"EXTR_PREFIX_ALL"||3:if(b.match(k)!==null){h[b]=d[c];++a}break;case"EXTR_PREFIX_INVALID"||4:if(c.match(k)!==null){if(b.match(k)!==null){h[b]=d[c];++a}}else{h[c]=d[c];++a}break;case"EXTR_IF_EXISTS"||6:if(h[c]!==undefined){h[c]=d[c];++a}break;case"EXTR_PREFIX_IF_EXISTS"||5:if(h[c]!==undefined&&b.match(k)!==null){h[b]=d[c];++a}break;case"EXTR_REFS"||256:throw"The EXTR_REFS type will not work in JavaScript";case"EXTR_OVERWRITE"||0:default:h[c]=d[c];++a;break}}catch(g){}}return a};function runkit_method_remove(b,a){if(typeof b==="string"){b=this.window[b]}if(getFuncName(b)!=="PHP_JS"||(this.php_js&&this.php_js.ini&&this.php_js.ini["runkit.internal_override"]&&(this.php_js.ini["runkit.internal_override"].local_value===true||this.php_js.ini["runkit.internal_override"].local_value===1||this.php_js.ini["runkit.internal_override"].local_value==="1"||this.php_js.ini["runkit.internal_override"].local_value==="true"))){delete b.prototype[a];return true}return false};function is_string(a){return(typeof a==="string")};function get_extension_funcs(a){this.php_js=this.php_js||{};this.php_js.exts=this.php_js.exts||{array:["array_change_key_case","array_chunk","array_combine","array_count_values","array_diff_assoc","array_diff_key","array_diff_uassoc","array_diff_ukey","array_diff","array_fill_keys","array_fill","array_filter","array_flip","array_intersect_assoc","array_intersect_key","array_intersect_uassoc","array_intersect_ukey","array_intersect","array_key_exists","array_keys","array_map","array_merge_recursive","array_merge","array_multisort","array_pad","array_pop","array_product","array_push","array_rand","array_reduce","array_replace_recursive","array_replace","array_reverse","array_search","array_shift","array_slice","array_splice","array_sum","array_udiff_assoc","array_udiff_uassoc","array_udiff","array_uintersect_assoc","array_uintersect_uassoc","array_uintersect","array_unique","array_unshift","array_values","array_walk_recursive","array_walk","array","arsort","asort","compact","count","current","each","end","extract","in_array","key","krsort","ksort","list","natcasesort","natsort","next","pos","prev","range","reset","rsort","shuffle","sizeof","sort","uasort","uksort","usort"],bc:["bcadd","bccomp","bcdiv","bcmod","bcmul","bcpow","bcpowmod","bcscale","bcsqrt","bcsub"],classkit:["classkit_import","classkit_method_add","classkit_method_copy","classkit_method_redefine","classkit_method_remove","classkit_method_rename"],classobj:["call_user_method_array","call_user_method","class_alias","class_exists","get_called_class","get_class_methods","get_class_vars","get_class","get_declared_classes","get_declared_interfaces","get_object_vars","get_parent_class","interface_exists","is_a","is_subclass_of","method_exists","property_exists"],ctype:["ctype_alnum","ctype_alpha","ctype_cntrl","ctype_digit","ctype_graph","ctype_lower","ctype_print","ctype_punct","ctype_space","ctype_upper","ctype_xdigit"],datetime:["checkdate","date_add","date_create_from_format","date_create","date_date_set","date_default_timezone_get","date_default_timezone_set","date_diff","date_format","date_get_last_errors","date_interval_create_from_date_string","date_interval_format","date_isodate_set","date_modify","date_offset_get","date_parse_from_format","date_parse","date_sub","date_sun_info","date_sunrise","date_sunset","date_time_set","date_timestamp_get","date_timestamp_set","date_timezone_get","date_timezone_set","date","getdate","gettimeofday","gmdate","gmmktime","gmstrftime","idate","localtime","microtime","mktime","strftime","strptime","strtotime","time","timezone_abbreviations_list","timezone_identifiers_list","timezone_location_get","timezone_name_from_abbr","timezone_name_get","timezone_offset_get","timezone_open","timezone_transitions_get","timezone_version_get"],dir:["chdir","chroot","dir","closedir","getcwd","opendir","readdir","rewinddir","scandir"],errorfunc:["debug_backtrace","debug_print_backtrace","error_get_last","error_log","error_reporting","restore_error_handler","restore_exception_handler","set_error_handler","set_exception_handler","trigger_error","user_error"],exec:["escapeshellarg","escapeshellcmd","exec","passthru","proc_close","proc_get_status","proc_nice","proc_open","proc_terminate","shell_exec","system"],filesystem:["basename","chgrp","chmod","chown","clearstatcache","copy","delete","dirname","disk_free_space","disk_total_space","diskfreespace","fclose","feof","fflush","fgetc","fgetcsv","fgets","fgetss","file_exists","file_get_contents","file_put_contents","file","fileatime","filectime","filegroup","fileinode","filemtime","fileowner","fileperms","filesize","filetype","flock","fnmatch","fopen","fpassthru","fputcsv","fputs","fread","fscanf","fseek","fstat","ftell","ftruncate","fwrite","glob","is_dir","is_executable","is_file","is_link","is_readable","is_uploaded_file","is_writable","is_writeable","lchgrp","lchown","link","linkinfo","lstat","mkdir","move_uploaded_file","parse_ini_file","parse_ini_string","pathinfo","pclose","popen","readfile","readlink","realpath","rename","rewind","rmdir","set_file_buffer","stat","symlink","tempnam","tmpfile","touch","umask","unlink"],funchand:["call_user_func_array","call_user_func","create_function","forward_static_call_array","forward_static_call","func_get_arg","func_get_args","func_num_args","function_exists","get_defined_functions","register_shutdown_function","register_tick_function","unregister_tick_function"],i18n:["locale_get_default","locale_set_default"],inclued:["inclued_get_data"],info:["assert_options","assert","dl","extension_loaded","gc_collect_cycles","gc_disable","gc_enable","gc_enabled","get_cfg_var","get_current_user","get_defined_constants","get_extension_funcs","get_include_path","get_included_files","get_loaded_extensions","get_magic_quotes_gpc","get_magic_quotes_runtime","get_required_files","getenv","getlastmod","getmygid","getmyinode","getmypid","getmyuid","getopt","getrusage","ini_alter","ini_get_all","ini_get","ini_restore","ini_set","magic_quotes_runtime","main","memory_get_peak_usage","memory_get_usage","php_ini_loaded_file","php_ini_scanned_files","php_logo_guid","php_sapi_name","php_uname","phpcredits","phpinfo","phpversion","putenv","restore_include_path","set_include_path","set_magic_quotes_runtime","set_time_limit","sys_get_temp_dir","version_compare","zend_logo_guid","zend_thread_id","zend_version"],json:["json_decode","json_encode","json_last_error"],language:["at","clone","declare","foreach","goto","include","include_once","php_user_filter","require","require_once","stdClass","ErrorException","Exception","HEREDOC","$_SESSION","__CLASS__","__DIR__","__FILE__","__FUNCTION__","__LINE__","__METHOD__"],math:["abs","acos","acosh","asin","asinh","atan2","atan","atanh","base_convert","bindec","ceil","cos","cosh","decbin","dechex","decoct","deg2rad","exp","expm1","floor","fmod","getrandmax","hexdec","hypot","is_finite","is_infinite","is_nan","lcg_value","log10","log1p","log","max","min","mt_getrandmax","mt_rand","mt_srand","octdec","pi","pow","rad2deg","rand","round","sin","sinh","sqrt","srand","tan","tanh"],misc:["connection_aborted","connection_status","connection_timeout","constant","define","defined","die","eval","exit","get_browser","__halt_compiler","highlight_file","highlight_string","ignore_user_abort","pack","php_check_syntax","php_strip_whitespace","show_source","sleep","sys_getloadavg","time_nanosleep","time_sleep_until","uniqid","unpack","usleep"],"net-gopher":["gopher_parsedir"],network:["checkdnsrr","closelog","define_syslog_variables","dns_check_record","dns_get_mx","dns_get_record","fsockopen","gethostbyaddr","gethostbyname","gethostbynamel","gethostname","getmxrr","getprotobyname","getprotobynumber","getservbyname","getservbyport","header_remove","header","headers_list","headers_sent","inet_ntop","inet_pton","ip2long","long2ip","openlog","pfsockopen","setcookie","setrawcookie","socket_get_status","socket_set_blocking","socket_set_timeout","syslog"],objaggregation:["aggregate_info","aggregate_methods_by_list","aggregate_methods_by_regexp","aggregate_methods","aggregate_properties_by_list","aggregate_properties_by_regexp","aggregate_properties","aggregate","aggregation_info","deaggregate"],outcontrol:["flush","ob_clean","ob_end_clean","ob_end_flush","ob_flush","ob_get_clean","ob_get_contents","ob_get_flush","ob_get_length","ob_get_level","ob_get_status","ob_gzhandler","ob_implicit_flush","ob_list_handlers","ob_start","output_add_rewrite_var","output_reset_rewrite_vars"],overload:["overload"],pcre:["preg_filter","preg_grep","preg_last_error","preg_match_all","preg_match","preg_quote","preg_replace_callback","preg_replace","preg_split"],runkit:["Runkit_Sandbox","Runkit_Sandbox_Parent","runkit_class_adopt","runkit_class_emancipate","runkit_constant_add","runkit_constant_redefine","runkit_constant_remove","runkit_function_add","runkit_function_copy","runkit_function_redefine","runkit_function_remove","runkit_function_rename","runkit_import","runkit_lint_file","runkit_lint","runkit_method_add","runkit_method_copy","runkit_method_redefine","runkit_method_remove","runkit_method_rename","runkit_return_value_used","runkit_sandbox_output_handler","runkit_superglobals"],session:["session_cache_expire","session_cache_limiter","session_commit","session_decode","session_destroy","session_encode","session_get_cookie_params","session_id","session_is_registered","session_module_name","session_name","session_regenerate_id","session_register","session_save_path","session_set_cookie_params","session_set_save_handler","session_start","session_unregister","session_unset","session_write_close"],stream:["set_socket_blocking","stream_bucket_append","stream_bucket_make_writeable","stream_bucket_new","stream_bucket_prepend","stream_context_create","stream_context_get_default","stream_context_get_options","stream_context_get_params","stream_context_set_default","stream_context_set_option","stream_context_set_params","stream_copy_to_stream","stream_encoding","stream_filter_append","stream_filter_prepend","stream_filter_register","stream_filter_remove","stream_get_contents","stream_get_filters","stream_get_line","stream_get_meta_data","stream_get_transports","stream_get_wrappers","stream_is_local","stream_notification_callback","stream_register_wrapper","stream_resolve_include_path","stream_select","stream_set_blocking","stream_set_timeout","stream_set_write_buffer","stream_socket_accept","stream_socket_client","stream_socket_enable_crypto","stream_socket_get_name","stream_socket_pair","stream_socket_recvfrom","stream_socket_sendto","stream_socket_server","stream_socket_shutdown","stream_supports_lock","stream_wrapper_register","stream_wrapper_restore","stream_wrapper_unregister"],strings:["addcslashes","addslashes","bin2hex","chop","chr","chunk_split","convert_cyr_string","convert_uudecode","convert_uuencode","count_chars","crc32","crypt","echo","explode","fprintf","get_html_translation_table","hebrev","hebrevc","html_entity_decode","htmlentities","htmlspecialchars_decode","htmlspecialchars","implode","join","lcfirst","levenshtein","localeconv","ltrim","md5_file","md5","metaphone","money_format","nl_langinfo","nl2br","number_format","ord","parse_str","print","printf","quoted_printable_decode","quoted_printable_encode","quotemeta","rtrim","setlocale","sha1_file","sha1","similar_text","soundex","sprintf","sscanf","str_getcsv","str_ireplace","str_pad","str_repeat","str_replace","str_rot13","str_shuffle","str_split","str_word_count","strcasecmp","strchr","strcmp","strcoll","strcspn","strip_tags","stripcslashes","stripos","stripslashes","stristr","strlen","strnatcasecmp","strnatcmp","strncasecmp","strncmp","strpbrk","strpos","strrchr","strrev","strripos","strrpos","strspn","strstr","strtok","strtolower","strtoupper","strtr","substr_compare","substr_count","substr_replace","substr","trim","ucfirst","ucwords","vfprintf","vprintf","vsprintf","wordwrap"],tokenizer:["token_get_all","token_name"],url:["base64_decode","base64_encode","get_headers","get_meta_tags","http_build_query","parse_url","rawurldecode","rawurlencode","urldecode","urlencode"],"var":["debug_zval_dump","doubleval","empty","floatval","get_defined_vars","get_resource_type","gettype","import_request_variables","intval","is_array","is_binary","is_bool","is_buffer","is_callable","is_double","is_float","is_int","is_integer","is_long","is_null","is_numeric","is_object","is_real","is_resource","is_scalar","is_string","is_unicode","isset","print_r","serialize","settype","strval","unserialize","unset","var_dump","var_export"],xml:["utf8_decode","utf8_encode","xml_error_string","xml_get_current_byte_index","xml_get_current_column_number","xml_get_current_line_number","xml_get_error_code","xml_parse_into_struct","xml_parse","xml_parser_create_ns","xml_parser_create","xml_parser_free","xml_parser_get_option","xml_parser_set_option","xml_set_character_data_handler","xml_set_default_handler","xml_set_element_handler","xml_set_end_namespace_decl_handler","xml_set_external_entity_ref_handler","xml_set_notation_decl_handler","xml_set_object","xml_set_processing_instruction_handler","xml_set_start_namespace_decl_handler","xml_set_unparsed_entity_decl_handler"],xmlreader:["XMLReader"],xmlwriter:["xmlwriter_end_attribute","xmlwriter_end_cdata","xmlwriter_end_comment","xmlwriter_end_document","xmlwriter_end_dtd_attlist","xmlwriter_end_dtd_element","xmlwriter_end_dtd_entity","xmlwriter_end_dtd","xmlwriter_end_element","xmlwriter_end_pi","xmlwriter_flush","xmlwriter_full_end_element","xmlwriter_open_memory","xmlwriter_open_uri","xmlwriter_output_memory","xmlwriter_set_indent_string","xmlwriter_set_indent","xmlwriter_start_attribute_ns","xmlwriter_start_attribute","xmlwriter_start_cdata","xmlwriter_start_comment","xmlwriter_start_document","xmlwriter_start_dtd_attlist","xmlwriter_start_dtd_element","xmlwriter_start_dtd_entity","xmlwriter_start_dtd","xmlwriter_start_element_ns","xmlwriter_start_element","xmlwriter_start_pi","xmlwriter_text","xmlwriter_write_attribute_ns","xmlwriter_write_attribute","xmlwriter_write_cdata","xmlwriter_write_comment","xmlwriter_write_dtd_attlist","xmlwriter_write_dtd_element","xmlwriter_write_dtd_entity","xmlwriter_write_dtd","xmlwriter_write_element_ns","xmlwriter_write_element","xmlwriter_write_pi","xmlwriter_write_raw"]};return this.php_js.exts[a]||false};function deg2rad(a){return a*0.017453292519943295};function http_build_query(i,e,b){var f,h,a=[],c=this;var g=function(n,o,j){var l,m=[];if(o===true){o="1"}else{if(o===false){o="0"}}if(o!=null){if(typeof o==="object"){for(l in o){if(o[l]!=null){m.push(g(n+"["+l+"]",o[l],j))}}return m.join(j)}else{if(typeof o!=="function"){return c.urlencode(n)+"="+c.urlencode(o)}else{throw new Error("There was an error processing for http_build_query().")}}}else{return""}};if(!b){b="&"}for(h in i){f=i[h];if(e&&!isNaN(h)){h=String(e)+h}var d=g(h,f,b);if(d!==""){a.push(d)}}return a.join(b)};function runkit_import(file,flags){if(flags){throw"Flags not supported for runkit_import"}eval(this.file_get_contents(file))};function set_time_limit(a){this.php_js=this.php_js||{};this.window.setTimeout(function(){if(!this.php_js.timeoutStatus){this.php_js.timeoutStatus=true}throw"Maximum execution time exceeded"},a*1000)};function version_compare(h,g,c){this.php_js=this.php_js||{};this.php_js.ENV=this.php_js.ENV||{};var d=0,b=0,f=0,e={dev:-6,alpha:-5,a:-5,beta:-4,b:-4,RC:-3,rc:-3,"#":-2,p:1,pl:1},a=function(i){i=(""+i).replace(/[_\-+]/g,".");i=i.replace(/([^.\d]+)/g,".$1.").replace(/\.{2,}/g,".");return(!i.length?[-8]:i.split("."))};numVersion=function(i){return !i?0:(isNaN(i)?e[i]||-7:parseInt(i,10))};h=a(h);g=a(g);b=Math.max(h.length,g.length);for(d=0;d<b;d++){if(h[d]==g[d]){continue}h[d]=numVersion(h[d]);g[d]=numVersion(g[d]);if(h[d]<g[d]){f=-1;break}else{if(h[d]>g[d]){f=1;break}}}if(!c){return f}switch(c){case">":case"gt":return(f>0);case">=":case"ge":return(f>=0);case"<=":case"le":return(f<=0);case"==":case"=":case"eq":return(f===0);case"<>":case"!=":case"ne":return(f!==0);case"":case"<":case"lt":return(f<0);default:return null}};function array_uintersect(j){var d={},e=arguments.length-1,c=e-1,a=arguments[e],h="",f=1,g={},b="";a=(typeof a==="string")?this.window[a]:(Object.prototype.toString.call(a)==="[object Array]")?this.window[a[0]][a[1]]:a;arr1keys:for(h in j){arrs:for(f=1;f<e;f++){g=arguments[f];for(b in g){if(a(g[b],j[h])===0){if(f===c){d[h]=j[h]}continue arrs}}continue arr1keys}}return d};function json_encode(g){var e,b=this.window.JSON;try{if(typeof b==="object"&&typeof b.stringify==="function"){e=b.stringify(g);if(e===undefined){throw new SyntaxError("json_encode")}return e}var d=g;var a=function(h){var j=/[\\\"\u0000-\u001f\u007f-\u009f\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/g;var i={"\b":"\\b","\t":"\\t","\n":"\\n","\f":"\\f","\r":"\\r",'"':'\\"',"\\":"\\\\"};j.lastIndex=0;return j.test(h)?'"'+h.replace(j,function(k){var l=i[k];return typeof l==="string"?l:"\\u"+("0000"+k.charCodeAt(0).toString(16)).slice(-4)})+'"':'"'+h+'"'};var f=function(s,o){var q="";var j=" ";var m=0;var l="";var t="";var h=0;var p=q;var n=[];var r=o[s];if(r&&typeof r==="object"&&typeof r.toJSON==="function"){r=r.toJSON(s)}switch(typeof r){case"string":return a(r);case"number":return isFinite(r)?String(r):"null";case"boolean":case"null":return String(r);case"object":if(!r){return"null"}if((this.PHPJS_Resource&&r instanceof this.PHPJS_Resource)||(window.PHPJS_Resource&&r instanceof window.PHPJS_Resource)){throw new SyntaxError("json_encode")}q+=j;n=[];if(Object.prototype.toString.apply(r)==="[object Array]"){h=r.length;for(m=0;m<h;m+=1){n[m]=f(m,r)||"null"}t=n.length===0?"[]":q?"[\n"+q+n.join(",\n"+q)+"\n"+p+"]":"["+n.join(",")+"]";q=p;return t}for(l in r){if(Object.hasOwnProperty.call(r,l)){t=f(l,r);if(t){n.push(a(l)+(q?": ":":")+t)}}}t=n.length===0?"{}":q?"{\n"+q+n.join(",\n"+q)+"\n"+p+"}":"{"+n.join(",")+"}";q=p;return t;case"undefined":case"function":default:throw new SyntaxError("json_encode")}};return f("",{"":d})}catch(c){if(!(c instanceof SyntaxError)){throw new Error("Unexpected error type in json_encode()")}this.php_js=this.php_js||{};this.php_js.last_error_json=4;return null}};function uasort(d,l){var c=[],g,a,h,e="",f=0,j=false,b={};if(typeof l==="string"){l=this[l]}else{if(Object.prototype.toString.call(l)==="[object Array]"){l=this[l[0]][l[1]]}}this.php_js=this.php_js||{};this.php_js.ini=this.php_js.ini||{};j=this.php_js.ini["phpjs.strictForIn"]&&this.php_js.ini["phpjs.strictForIn"].local_value&&this.php_js.ini["phpjs.strictForIn"].local_value!=="off";b=j?d:b;for(e in d){if(d.hasOwnProperty(e)){c.push([e,d[e]]);if(j){delete d[e]}}}c.sort(function(k,i){return l(k[1],i[1])});for(f=0;f<c.length;f++){b[c[f][0]]=c[f][1]}return j||b};function htmlspecialchars_decode(b,f){var d=0,c=0,e=false;if(typeof f==="undefined"){f=2}b=b.toString().replace(/&lt;/g,"<").replace(/&gt;/g,">");var a={ENT_NOQUOTES:0,ENT_HTML_QUOTE_SINGLE:1,ENT_HTML_QUOTE_DOUBLE:2,ENT_COMPAT:2,ENT_QUOTES:3,ENT_IGNORE:4};if(f===0){e=true}if(typeof f!=="number"){f=[].concat(f);for(c=0;c<f.length;c++){if(a[f[c]]===0){e=true}else{if(a[f[c]]){d=d|a[f[c]]}}}f=d}if(f&a.ENT_HTML_QUOTE_SINGLE){b=b.replace(/&#0*39;/g,"'")}if(!e){b=b.replace(/&quot;/g,'"')}b=b.replace(/&amp;/g,"&");return b};function ob_get_clean(){var f=1,d=4;this.php_js=this.php_js||{};var e=this.php_js,g=e.obs;if(!g||!g.length){return false}var b=0,c=g[g.length-1],a=c.buffer;if(c.callback){if(!c.status){b|=f}b|=d;c.status=2;a=c.callback(a,b)}g.pop();return a};function stream_get_contents(c,a,d){if(!this.php_js||!this.php_js.resourceData||!this.php_js.resourceDataPointer||!c||!c.id){return false}d=d||0;this.php_js.resourceDataPointer[c.id]+=d;var b=this.php_js.resourceData[c.id].slice(this.php_js.resourceDataPointer[c.id]);b=a>=0?b.substr(0,a):b;this.echo(b);this.php_js.resourceDataPointer[c.id]+=b.length;return b};function ob_implicit_flush(){this.php_js=this.php_js||{};var a=this.php_js;a.ob_implicit_flush=!a.ob_implicit_flush};function is_integer(a){return this.is_int(a)};function rawurldecode(a){return decodeURIComponent((a+"").replace(/%(?![\da-f]{2})/gi,function(){return"%25"}))};function timezone_identifiers_list(g,h){var d=0,a="",f=[],c=[],b=[],e=function(l){for(var j=0,k=this.length;j<k;j++){if(this[j]===l){return j}}return -1};identifiers=["Africa/Abidjan","Africa/Accra","Africa/Addis_Ababa","Africa/Algiers","Africa/Asmara","Africa/Asmera","Africa/Bamako","Africa/Bangui","Africa/Banjul","Africa/Bissau","Africa/Blantyre","Africa/Brazzaville","Africa/Bujumbura","Africa/Cairo","Africa/Casablanca","Africa/Ceuta","Africa/Conakry","Africa/Dakar","Africa/Dar_es_Salaam","Africa/Djibouti","Africa/Douala","Africa/El_Aaiun","Africa/Freetown","Africa/Gaborone","Africa/Harare","Africa/Johannesburg","Africa/Kampala","Africa/Khartoum","Africa/Kigali","Africa/Kinshasa","Africa/Lagos","Africa/Libreville","Africa/Lome","Africa/Luanda","Africa/Lubumbashi","Africa/Lusaka","Africa/Malabo","Africa/Maputo","Africa/Maseru","Africa/Mbabane","Africa/Mogadishu","Africa/Monrovia","Africa/Nairobi","Africa/Ndjamena","Africa/Niamey","Africa/Nouakchott","Africa/Ouagadougou","Africa/Porto-Novo","Africa/Sao_Tome","Africa/Timbuktu","Africa/Tripoli","Africa/Tunis","Africa/Windhoek","America/Adak","America/Anchorage","America/Anguilla","America/Antigua","America/Araguaina","America/Argentina/Buenos_Aires","America/Argentina/Catamarca","America/Argentina/ComodRivadavia","America/Argentina/Cordoba","America/Argentina/Jujuy","America/Argentina/La_Rioja","America/Argentina/Mendoza","America/Argentina/Rio_Gallegos","America/Argentina/San_Juan","America/Argentina/San_Luis","America/Argentina/Tucuman","America/Argentina/Ushuaia","America/Aruba","America/Asuncion","America/Atikokan","America/Atka","America/Bahia","America/Barbados","America/Belem","America/Belize","America/Blanc-Sablon","America/Boa_Vista","America/Bogota","America/Boise","America/Buenos_Aires","America/Cambridge_Bay","America/Campo_Grande","America/Cancun","America/Caracas","America/Catamarca","America/Cayenne","America/Cayman","America/Chicago","America/Chihuahua","America/Coral_Harbour","America/Cordoba","America/Costa_Rica","America/Cuiaba","America/Curacao","America/Danmarkshavn","America/Dawson","America/Dawson_Creek","America/Denver","America/Detroit","America/Dominica","America/Edmonton","America/Eirunepe","America/El_Salvador","America/Ensenada","America/Fort_Wayne","America/Fortaleza","America/Glace_Bay","America/Godthab","America/Goose_Bay","America/Grand_Turk","America/Grenada","America/Guadeloupe","America/Guatemala","America/Guayaquil","America/Guyana","America/Halifax","America/Havana","America/Hermosillo","America/Indiana/Indianapolis","America/Indiana/Knox","America/Indiana/Marengo","America/Indiana/Petersburg","America/Indiana/Tell_City","America/Indiana/Vevay","America/Indiana/Vincennes","America/Indiana/Winamac","America/Indianapolis","America/Inuvik","America/Iqaluit","America/Jamaica","America/Jujuy","America/Juneau","America/Kentucky/Louisville","America/Kentucky/Monticello","America/Knox_IN","America/La_Paz","America/Lima","America/Los_Angeles","America/Louisville","America/Maceio","America/Managua","America/Manaus","America/Marigot","America/Martinique","America/Mazatlan","America/Mendoza","America/Menominee","America/Merida","America/Mexico_City","America/Miquelon","America/Moncton","America/Monterrey","America/Montevideo","America/Montreal","America/Montserrat","America/Nassau","America/New_York","America/Nipigon","America/Nome","America/Noronha","America/North_Dakota/Center","America/North_Dakota/New_Salem","America/Panama","America/Pangnirtung","America/Paramaribo","America/Phoenix","America/Port-au-Prince","America/Port_of_Spain","America/Porto_Acre","America/Porto_Velho","America/Puerto_Rico","America/Rainy_River","America/Rankin_Inlet","America/Recife","America/Regina","America/Resolute","America/Rio_Branco","America/Rosario","America/Santiago","America/Santo_Domingo","America/Sao_Paulo","America/Scoresbysund","America/Shiprock","America/St_Barthelemy","America/St_Johns","America/St_Kitts","America/St_Lucia","America/St_Thomas","America/St_Vincent","America/Swift_Current","America/Tegucigalpa","America/Thule","America/Thunder_Bay","America/Tijuana","America/Toronto","America/Tortola","America/Vancouver","America/Virgin","America/Whitehorse","America/Winnipeg","America/Yakutat","America/Yellowknife","Antarctica/Casey","Antarctica/Davis","Antarctica/DumontDUrville","Antarctica/Mawson","Antarctica/McMurdo","Antarctica/Palmer","Antarctica/Rothera","Antarctica/South_Pole","Antarctica/Syowa","Antarctica/Vostok","Arctic/Longyearbyen","Asia/Aden","Asia/Almaty","Asia/Amman","Asia/Anadyr","Asia/Aqtau","Asia/Aqtobe","Asia/Ashgabat","Asia/Ashkhabad","Asia/Baghdad","Asia/Bahrain","Asia/Baku","Asia/Bangkok","Asia/Beirut","Asia/Bishkek","Asia/Brunei","Asia/Calcutta","Asia/Choibalsan","Asia/Chongqing","Asia/Chungking","Asia/Colombo","Asia/Dacca","Asia/Damascus","Asia/Dhaka","Asia/Dili","Asia/Dubai","Asia/Dushanbe","Asia/Gaza","Asia/Harbin","Asia/Ho_Chi_Minh","Asia/Hong_Kong","Asia/Hovd","Asia/Irkutsk","Asia/Istanbul","Asia/Jakarta","Asia/Jayapura","Asia/Jerusalem","Asia/Kabul","Asia/Kamchatka","Asia/Karachi","Asia/Kashgar","Asia/Katmandu","Asia/Kolkata","Asia/Krasnoyarsk","Asia/Kuala_Lumpur","Asia/Kuching","Asia/Kuwait","Asia/Macao","Asia/Macau","Asia/Magadan","Asia/Makassar","Asia/Manila","Asia/Muscat","Asia/Nicosia","Asia/Novosibirsk","Asia/Omsk","Asia/Oral","Asia/Phnom_Penh","Asia/Pontianak","Asia/Pyongyang","Asia/Qatar","Asia/Qyzylorda","Asia/Rangoon","Asia/Riyadh","Asia/Saigon","Asia/Sakhalin","Asia/Samarkand","Asia/Seoul","Asia/Shanghai","Asia/Singapore","Asia/Taipei","Asia/Tashkent","Asia/Tbilisi","Asia/Tehran","Asia/Tel_Aviv","Asia/Thimbu","Asia/Thimphu","Asia/Tokyo","Asia/Ujung_Pandang","Asia/Ulaanbaatar","Asia/Ulan_Bator","Asia/Urumqi","Asia/Vientiane","Asia/Vladivostok","Asia/Yakutsk","Asia/Yekaterinburg","Asia/Yerevan","Atlantic/Azores","Atlantic/Bermuda","Atlantic/Canary","Atlantic/Cape_Verde","Atlantic/Faeroe","Atlantic/Faroe","Atlantic/Jan_Mayen","Atlantic/Madeira","Atlantic/Reykjavik","Atlantic/South_Georgia","Atlantic/St_Helena","Atlantic/Stanley","Australia/ACT","Australia/Adelaide","Australia/Brisbane","Australia/Broken_Hill","Australia/Canberra","Australia/Currie","Australia/Darwin","Australia/Eucla","Australia/Hobart","Australia/LHI","Australia/Lindeman","Australia/Lord_Howe","Australia/Melbourne","Australia/North","Australia/NSW","Australia/Perth","Australia/Queensland","Australia/South","Australia/Sydney","Australia/Tasmania","Australia/Victoria","Australia/West","Australia/Yancowinna","Brazil/Acre","Brazil/DeNoronha","Brazil/East","Brazil/West","Canada/Atlantic","Canada/Central","Canada/East-Saskatchewan","Canada/Eastern","Canada/Mountain","Canada/Newfoundland","Canada/Pacific","Canada/Saskatchewan","Canada/Yukon","CET","Chile/Continental","Chile/EasterIsland","CST6CDT","Cuba","EET","Egypt","Eire","EST","EST5EDT","Etc/GMT","Etc/GMT+0","Etc/GMT+1","Etc/GMT+10","Etc/GMT+11","Etc/GMT+12","Etc/GMT+2","Etc/GMT+3","Etc/GMT+4","Etc/GMT+5","Etc/GMT+6","Etc/GMT+7","Etc/GMT+8","Etc/GMT+9","Etc/GMT-0","Etc/GMT-1","Etc/GMT-10","Etc/GMT-11","Etc/GMT-12","Etc/GMT-13","Etc/GMT-14","Etc/GMT-2","Etc/GMT-3","Etc/GMT-4","Etc/GMT-5","Etc/GMT-6","Etc/GMT-7","Etc/GMT-8","Etc/GMT-9","Etc/GMT0","Etc/Greenwich","Etc/UCT","Etc/Universal","Etc/UTC","Etc/Zulu","Europe/Amsterdam","Europe/Andorra","Europe/Athens","Europe/Belfast","Europe/Belgrade","Europe/Berlin","Europe/Bratislava","Europe/Brussels","Europe/Bucharest","Europe/Budapest","Europe/Chisinau","Europe/Copenhagen","Europe/Dublin","Europe/Gibraltar","Europe/Guernsey","Europe/Helsinki","Europe/Isle_of_Man","Europe/Istanbul","Europe/Jersey","Europe/Kaliningrad","Europe/Kiev","Europe/Lisbon","Europe/Ljubljana","Europe/London","Europe/Luxembourg","Europe/Madrid","Europe/Malta","Europe/Mariehamn","Europe/Minsk","Europe/Monaco","Europe/Moscow","Europe/Nicosia","Europe/Oslo","Europe/Paris","Europe/Podgorica","Europe/Prague","Europe/Riga","Europe/Rome","Europe/Samara","Europe/San_Marino","Europe/Sarajevo","Europe/Simferopol","Europe/Skopje","Europe/Sofia","Europe/Stockholm","Europe/Tallinn","Europe/Tirane","Europe/Tiraspol","Europe/Uzhgorod","Europe/Vaduz","Europe/Vatican","Europe/Vienna","Europe/Vilnius","Europe/Volgograd","Europe/Warsaw","Europe/Zagreb","Europe/Zaporozhye","Europe/Zurich","Factory","GB","GB-Eire","GMT","GMT+0","GMT-0","GMT0","Greenwich","Hongkong","HST","Iceland","Indian/Antananarivo","Indian/Chagos","Indian/Christmas","Indian/Cocos","Indian/Comoro","Indian/Kerguelen","Indian/Mahe","Indian/Maldives","Indian/Mauritius","Indian/Mayotte","Indian/Reunion","Iran","Israel","Jamaica","Japan","Kwajalein","Libya","MET","Mexico/BajaNorte","Mexico/BajaSur","Mexico/General","MST","MST7MDT","Navajo","NZ","NZ-CHAT","Pacific/Apia","Pacific/Auckland","Pacific/Chatham","Pacific/Easter","Pacific/Efate","Pacific/Enderbury","Pacific/Fakaofo","Pacific/Fiji","Pacific/Funafuti","Pacific/Galapagos","Pacific/Gambier","Pacific/Guadalcanal","Pacific/Guam","Pacific/Honolulu","Pacific/Johnston","Pacific/Kiritimati","Pacific/Kosrae","Pacific/Kwajalein","Pacific/Majuro","Pacific/Marquesas","Pacific/Midway","Pacific/Nauru","Pacific/Niue","Pacific/Norfolk","Pacific/Noumea","Pacific/Pago_Pago","Pacific/Palau","Pacific/Pitcairn","Pacific/Ponape","Pacific/Port_Moresby","Pacific/Rarotonga","Pacific/Saipan","Pacific/Samoa","Pacific/Tahiti","Pacific/Tarawa","Pacific/Tongatapu","Pacific/Truk","Pacific/Wake","Pacific/Wallis","Pacific/Yap","Poland","Portugal","PRC","PST8PDT","ROC","ROK","Singapore","Turkey","UCT","Universal","US/Alaska","US/Aleutian","US/Arizona","US/Central","US/East-Indiana","US/Eastern","US/Hawaii","US/Indiana-Starke","US/Michigan","US/Mountain","US/Pacific","US/Pacific-New","US/Samoa","UTC","W-SU","WET","Zulu"];c=["AFRICA","AMERICA","ANTARCTICA","ARCTIC","ASIA","ATLANTIC","AUSTRALIA","EUROPE","INDIAN","PACIFIC"];b=[1,2,4,8,16,32,64,128,256,512];if(!b.indexOf){b.indexOf=e}if(!c.indexOf){c.indexOf=e}if(g){if(b.indexOf(g)!==-1||c.indexOf(g)!==-1){if(g&&g===parseInt(g,10)+""){a=c[b.indexOf(g)]}if(g){a=g[0]+g.slice(1).toLowerCase()}for(d=0;d<identifiers.length;d++){if(identifiers[d].indexOf(a+"/")!==-1){f.push(identifiers[d])}}return f}else{if(g==="UTC"||g===1024){throw"Unknown implementation"}else{if(g==="ALL_WITH_BC"||g===4095){throw"Unknown implementation"}else{if(g==="PER_COUNTRY"||g===4096){throw"Unknown implementation"}else{if(g==="ALL"||g===2047){return identifiers}}}}}}return identifiers};function str_repeat(a,c){var b="";while(true){if(c&1){b+=a}c>>=1;if(c){a+=a}else{break}}return b};function ip2long(b){var a=0;b=b.match(/^([1-9]\d*|0[0-7]*|0x[\da-f]+)(?:\.([1-9]\d*|0[0-7]*|0x[\da-f]+))?(?:\.([1-9]\d*|0[0-7]*|0x[\da-f]+))?(?:\.([1-9]\d*|0[0-7]*|0x[\da-f]+))?$/i);if(!b){return false}b[0]=0;for(a=1;a<5;a+=1){b[0]+=!!((b[a]||"").length);b[a]=parseInt(b[a])||0}b.push(256,256,256,256);b[4+b[0]]*=Math.pow(256,4-b[0]);if(b[1]>=b[5]||b[2]>=b[6]||b[3]>=b[7]||b[4]>=b[8]){return false}return b[1]*(b[0]===1||16777216)+b[2]*(b[0]<=2||65536)+b[3]*(b[0]<=3||256)+b[4]*1};function runkit_function_remove(a){if(this.window[a]===undefined){return false}try{this.window[a]=undefined}catch(b){return false}return true};function ldap_connect(c,b){var d;c=c||null;var e=c&&c.indexOf(":");b=b||(e>0?c.slice(e+1):389);this.php_js=this.php_js||{};this.php_js.resourceIdCounter=this.php_js.resourceIdCounter||0;function a(f,h,g){this.type=f;this.id=h;this.opener=g}a.prototype.toString=function(){return"Resource id #"+this.id};a.prototype.get_resource_type=function(){return this.type};a.prototype.var_dump=function(){return"resource("+this.id+") of type ("+this.type+")"};this.php_js.resourceIdCounter++;d=new a("ldap link",this.php_js.resourceIdCounter,"ldap_connect");d.hostname=c;d.port=b;d.ldapauth=require("ldapauth");return d};function restore_include_path(){if(this.php_js&&this.php_js.ini&&this.php_js.ini.include_path){this.php_js.ini.include_path.local_value=this.php_js.ini.include_path.global_value}};function get_declared_classes(){var c="",b="",a=[],f={};for(c in this.window){try{if(typeof this.window[c]==="function"){if(!f[c]&&this.class_exists(c)){f[c]=1;a.push(c)}}else{if(typeof this.window[c]==="object"){for(b in this.window[c]){if(typeof this.window[b]==="function"&&this.window[b]&&!f[b]&&this.class_exists(b)){f[b]=1;a.push(b)}}}}}catch(d){}}return a};function usort(g,j){var f=[],a="",c=0,b=false,d={};if(typeof j==="string"){j=this[j]}else{if(Object.prototype.toString.call(j)==="[object Array]"){j=this[j[0]][j[1]]}}this.php_js=this.php_js||{};this.php_js.ini=this.php_js.ini||{};b=this.php_js.ini["phpjs.strictForIn"]&&this.php_js.ini["phpjs.strictForIn"].local_value&&this.php_js.ini["phpjs.strictForIn"].local_value!=="off";d=b?g:d;for(a in g){if(g.hasOwnProperty(a)){f.push(g[a]);if(b){delete g[a]}}}try{f.sort(j)}catch(h){return false}for(c=0;c<f.length;c++){d[c]=f[c]}return b||d};function __METHOD__(){var a=function(c){var b=(/\W*function\s+([\w\$]+)\s*\(/).exec(c);if(!b){return"(Anonymous)"}return b[1]};return arguments.callee.caller&&a(arguments[0].constructor)+"::"+a(arguments.callee.caller)};function array_values(a){var b=[],c="";if(a&&typeof a==="object"&&a.change_key_case){return a.values()}for(c in a){b[b.length]=a[c]}return b};function octdec(a){a=(a+"").replace(/[^0-7]/gi,"");return parseInt(a,8)};function serialize(c){var a,i,j,b="",f="",d=0,g=function(p){var n=0,m=0,k=p.length,o="";for(m=0;m<k;m++){o=p.charCodeAt(m);if(o<128){n+=1}else{if(o<2048){n+=2}else{n+=3}}}return n},h=function(p){var l,n,k,m,o=typeof p;if(o==="object"&&!p){return"null"}if(o==="object"){if(!p.constructor){return"object"}k=p.constructor.toString();l=k.match(/(\w+)\(/);if(l){k=l[1].toLowerCase()}m=["boolean","number","string","array"];for(n in m){if(k==m[n]){o=m[n];break}}}return o},e=h(c);switch(e){case"function":a="";break;case"boolean":a="b:"+(c?"1":"0");break;case"number":a=(Math.round(c)==c?"i":"d")+":"+c;break;case"string":a="s:"+g(c)+':"'+c+'"';break;case"array":case"object":a="a";for(i in c){if(c.hasOwnProperty(i)){b=h(c[i]);if(b==="function"){continue}j=(i.match(/^[0-9]+$/)?parseInt(i,10):i);f+=this.serialize(j)+this.serialize(c[i]);d++}}a+=":"+d+":{"+f+"}";break;case"undefined":default:a="N";break}if(e!=="object"&&e!=="array"){a+=";"}return a};function ctype_print(a){if(typeof a!=="string"){return false}this.setlocale("LC_ALL",0);return a.search(this.php_js.locales[this.php_js.localeCategories.LC_CTYPE].LC_CTYPE.pr)!==-1};function require(a){var g=this.window.document;var h=g.documentElement.nodeName!=="HTML"||!g.write;var e=this.file_get_contents(a);var c=g.createElementNS&&h?g.createElementNS("http://www.w3.org/1999/xhtml","script"):g.createElement("script");c.type="text/javascript";var b=navigator.userAgent.toLowerCase();if((b.indexOf("msie")!==-1)&&(b.indexOf("opera")===-1)){c.text=e}else{c.appendChild(g.createTextNode(e))}if(typeof c!=="undefined"){g.getElementsByTagNameNS&&h?(g.getElementsByTagNameNS("http://www.w3.org/1999/xhtml","head")[0]?g.getElementsByTagNameNS("http://www.w3.org/1999/xhtml","head")[0].appendChild(c):g.documentElement.insertBefore(c,g.documentElement.firstChild)):g.getElementsByTagName("head")[0].appendChild(c);var f={};f[this.window.location.href]=1;this.php_js=this.php_js||{};if(!this.php_js.includes){this.php_js.includes=f}if(!this.php_js.includes[a]){this.php_js.includes[a]=1;return 1}else{return ++this.php_js.includes[a]}}return 0};function strncmp(e,c,d){var b=(e+"").substr(0,d);var a=(c+"").substr(0,d);return((b==a)?0:((b>a)?1:-1))};function preg_quote(b,a){return String(b).replace(new RegExp("[.\\\\+*?\\[\\^\\]$(){}=!<>|:\\"+(a||"")+"-]","g"),"\\$&")};function array_intersect_uassoc(j){var d={},e=arguments.length-1,c=e-1,a=arguments[e],h="",f=1,g={},b="";a=(typeof a==="string")?this.window[a]:(Object.prototype.toString.call(a)==="[object Array]")?this.window[a[0]][a[1]]:a;arr1keys:for(h in j){arrs:for(f=1;f<e;f++){g=arguments[f];for(b in g){if(g[b]===j[h]&&a(b,h)===0){if(f===c){d[h]=j[h]}continue arrs}}continue arr1keys}}return d};function is_infinite(b){var a="";if(b===Infinity||b===-Infinity){return true}if(typeof b==="object"){a=(Object.prototype.toString.call(b)==="[object Array]"?"array":"object")}else{if(typeof b==="string"&&!b.match(/^[\+\-]?\d/)){a="string"}}if(a){throw new Error("Warning: is_infinite() expects parameter 1 to be double, "+a+" given")}return false};function strcasecmp(c,b){var a=(c+"").toLowerCase();var d=(b+"").toLowerCase();if(a>d){return 1}else{if(a==d){return 0}}return -1};function sort(c,o){var b=[],n=[],d="",f=0,m=false,h=this,l=false,a=[];switch(o){case"SORT_STRING":m=function(i,e){return h.strnatcmp(i,e)};break;case"SORT_LOCALE_STRING":var g=this.i18n_loc_get_default();m=this.php_js.i18nLocales[g].sorting;break;case"SORT_NUMERIC":m=function(i,e){return(i-e)};break;case"SORT_REGULAR":default:m=function(i,e){var r=parseFloat(i),k=parseFloat(e),q=r+""===i,p=k+""===e;if(q&&p){return r>k?1:r<k?-1:0}else{if(q&&!p){return 1}else{if(!q&&p){return -1}}}return i>e?1:i<e?-1:0};break}try{this.php_js=this.php_js||{}}catch(j){this.php_js={}}this.php_js.ini=this.php_js.ini||{};l=this.php_js.ini["phpjs.strictForIn"]&&this.php_js.ini["phpjs.strictForIn"].local_value&&this.php_js.ini["phpjs.strictForIn"].local_value!=="off";a=l?c:a;for(d in c){if(c.hasOwnProperty(d)){b.push(c[d]);if(l){delete c[d]}}}b.sort(m);for(f=0;f<b.length;f++){a[f]=b[f]}return l||a};function ini_get_all(f,c){var b="",a={},e={},d;this.php_js=this.php_js||{};this.php_js.ini=this.php_js.ini||{};if(f){d=new RegExp("^"+f+"\\.");for(b in this.php_js.ini){d.lastIndex=0;if(d.test(b)){a[b]=this.php_js.ini[b]}}}else{for(b in this.php_js.ini){a[b]=this.php_js.ini[b]}}if(c!==false){return a}for(b in a){e[b]=a[b].local_value}return e};function str_split(b,c){if(c===null){c=1}if(b===null||c<1){return false}b+="";var e=[],d=0,a=b.length;while(d<a){e.push(b.slice(d,d+=c))}return e};function die(a){return this.exit(a)};function strrev(a){a=a+"";var b=/(.)([\uDC00-\uDFFF\u0300-\u036F\u0483-\u0489\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u0610-\u061A\u064B-\u065E\u0670\u06D6-\u06DC\u06DE-\u06E4\u06E7\u06E8\u06EA-\u06ED\u0711\u0730-\u074A\u07A6-\u07B0\u07EB-\u07F3\u0901-\u0903\u093C\u093E-\u094D\u0951-\u0954\u0962\u0963\u0981-\u0983\u09BC\u09BE-\u09C4\u09C7\u09C8\u09CB-\u09CD\u09D7\u09E2\u09E3\u0A01-\u0A03\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A70\u0A71\u0A75\u0A81-\u0A83\u0ABC\u0ABE-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AE2\u0AE3\u0B01-\u0B03\u0B3C\u0B3E-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B56\u0B57\u0B62\u0B63\u0B82\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD7\u0C01-\u0C03\u0C3E-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C62\u0C63\u0C82\u0C83\u0CBC\u0CBE-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CE2\u0CE3\u0D02\u0D03\u0D3E-\u0D44\u0D46-\u0D48\u0D4A-\u0D4D\u0D57\u0D62\u0D63\u0D82\u0D83\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DF2\u0DF3\u0E31\u0E34-\u0E3A\u0E47-\u0E4E\u0EB1\u0EB4-\u0EB9\u0EBB\u0EBC\u0EC8-\u0ECD\u0F18\u0F19\u0F35\u0F37\u0F39\u0F3E\u0F3F\u0F71-\u0F84\u0F86\u0F87\u0F90-\u0F97\u0F99-\u0FBC\u0FC6\u102B-\u103E\u1056-\u1059\u105E-\u1060\u1062-\u1064\u1067-\u106D\u1071-\u1074\u1082-\u108D\u108F\u135F\u1712-\u1714\u1732-\u1734\u1752\u1753\u1772\u1773\u17B6-\u17D3\u17DD\u180B-\u180D\u18A9\u1920-\u192B\u1930-\u193B\u19B0-\u19C0\u19C8\u19C9\u1A17-\u1A1B\u1B00-\u1B04\u1B34-\u1B44\u1B6B-\u1B73\u1B80-\u1B82\u1BA1-\u1BAA\u1C24-\u1C37\u1DC0-\u1DE6\u1DFE\u1DFF\u20D0-\u20F0\u2DE0-\u2DFF\u302A-\u302F\u3099\u309A\uA66F-\uA672\uA67C\uA67D\uA802\uA806\uA80B\uA823-\uA827\uA880\uA881\uA8B4-\uA8C4\uA926-\uA92D\uA947-\uA953\uAA29-\uAA36\uAA43\uAA4C\uAA4D\uFB1E\uFE00-\uFE0F\uFE20-\uFE26]+)/g;a=a.replace(b,"$2$1");return a.split("").reverse().join("")};function xmlwriter_output_memory(b,a){return b.outputMemory(a)};function chop(b,a){return this.rtrim(b,a)};function urldecode(a){return decodeURIComponent((a+"").replace(/%(?![\da-f]{2})/gi,function(){return"%25"}).replace(/\+/g,"%20"))};function array_pop(d){var c="",a="";if(d.hasOwnProperty("length")){if(!d.length){return null}return d.pop()}else{for(c in d){if(d.hasOwnProperty(c)){a=c}}if(a){var b=d[a];delete (d[a]);return b}else{return null}}};function dirname(a){return a.replace(/\\/g,"/").replace(/\/[^\/]*\/?$/,"")};function vsprintf(b,a){return this.sprintf.apply(this,[b].concat(a))};function stream_context_set_default(a){this.php_js=this.php_js||{};if(!this.php_js.default_streams_context){this.php_js.default_streams_context=this.stream_context_create(a)}this.php_js.default_streams_context.stream_options=a;return this.php_js.default_streams_context};function ignore_user_abort(b){this.php_js=this.php_js||{};this.php_js.ignoreUserAbort=this.php_js.ignoreUserAbort||0;var a=this.php_js.ignoreUserAbort;if(b){if(!this.php_js.ignoreAbort){this.php_js.ignoreAbort=true}this.window.onunload=function(c){c.preventDefault();c.stopPropagation()};this.window.onabort=function(c){c.preventDefault();c.stopPropagation()};this.window.onstop=function(c){c.preventDefault();c.stopPropagation()};this.php_js.ignoreUserAbort=1;return a}else{if(b===false){if(!this.php_js.ignoreAbort){this.php_js.ignoreAbort=false}}}this.php_js.ignoreUserAbort=0;return a};function fopen(a,g,j,b){var d={},f=0,h=this;var c=function(l){var i=(/\W*function\s+([\w\$]+)\s*\(/).exec(l);if(!i){return"(Anonymous)"}return i[1]};var k=function(i){var l=h.window.ActiveXObject?new ActiveXObject("Microsoft.XMLHTTP"):new XMLHttpRequest();if(!l){throw new Error("XMLHttpRequest not supported")}if(!(/^http/).test(i)){i=h.window.location.href+"/"+i}l.open("GET",i,false);l.send(null);return l.responseText};if(j===1||j==="1"||j===true){}if(b){}for(f=0;f<g.length;f++){if(g.charAt(f)==="r"&&(!g.charAt(f+1)||g.charAt(f+1)!=="+")){continue}switch(g.charAt(f)){case"r":case"w":case"a":case"x":throw"Writing is not implemented";case"b":case"t":throw"Windows-only modes are not supported";default:throw"Unrecognized file mode passed to "+c(arguments.caller)+"()"}}this.php_js=this.php_js||{};this.php_js.resourceData=this.php_js.resourceData||{};this.php_js.resourceDataPointer=this.php_js.resourceDataPointer||{};this.php_js.resourceIdCounter=this.php_js.resourceIdCounter||0;function e(i,m,l){this.type=i;this.id=m;this.opener=l}e.prototype.toString=function(){return"Resource id #"+this.id};e.prototype.get_resource_type=function(){return this.type};e.prototype.var_dump=function(){return"resource("+this.id+") of type ("+this.type+")"};this.php_js.resourceIdCounter++;this.php_js.resourceData[this.php_js.resourceIdCounter]=this.file_get_contents(a);this.php_js.resourceDataPointer[this.php_js.resourceIdCounter]=0;d=new e("stream",this.php_js.resourceIdCounter,"fopen");d.mode=g;return d};function setlocale(o,p){var y="",h=[],q=0,x=this.window.document;var g=function g(E){if(E instanceof RegExp){return new RegExp(E)}else{if(E instanceof Date){return new Date(E)}}var d={};for(var e in E){if(typeof E[e]==="object"){d[e]=g(E[e])}else{d[e]=E[e]}}return d};var r=function(d){return 0};var l=function(d){return d!==1?1:0};var k=function(d){return d>1?1:0};var j=function(d){return d%10===1&&d%100!==11?0:1};var D=function(d){return d%10===1&&d%100!==11?0:d!==0?1:2};var C=function(d){return d===1?0:d===2?1:2};var B=function(d){return d===1?0:(d===0||(d%100>0&&d%100<20))?1:2};var A=function(d){return d%10===1&&d%100!==11?0:d%10>=2&&(d%100<10||d%100>=20)?1:2};var z=function(d){return d%10===1&&d%100!==11?0:d%10>=2&&d%10<=4&&(d%100<10||d%100>=20)?1:2};var w=function(d){return d===1?0:d>=2&&d<=4?1:2};var v=function(d){return d===1?0:d%10>=2&&d%10<=4&&(d%100<10||d%100>=20)?1:2};var t=function(d){return d%10===1?0:d%10===2?1:2};var f=function(d){return d%100===1?0:d%100===2?1:d%100===3||d%100===4?2:3};var c=function(d){return d===1?0:d===0||(d%100&&d%100<=10)?1:d%100>=11&&d%100<=19?2:3};var n=function(d){return d===1?0:d===2?1:d>=3&&d<=6?2:d>=7&&d<=10?3:4};var m=function(d){return d===0?5:d===1?0:d===2?1:d%100>=3&&d%100<=10?2:d%100>=11&&d%100<=99?3:4};try{this.php_js=this.php_js||{}}catch(u){this.php_js={}}var b=this.php_js;if(!b.locales){b.locales={};b.locales.en={LC_COLLATE:function(e,d){return(e==d)?0:((e>d)?1:-1)},LC_CTYPE:{an:/^[A-Za-z\d]+$/g,al:/^[A-Za-z]+$/g,ct:/^[\u0000-\u001F\u007F]+$/g,dg:/^[\d]+$/g,gr:/^[\u0021-\u007E]+$/g,lw:/^[a-z]+$/g,pr:/^[\u0020-\u007E]+$/g,pu:/^[\u0021-\u002F\u003A-\u0040\u005B-\u0060\u007B-\u007E]+$/g,sp:/^[\f\n\r\t\v ]+$/g,up:/^[A-Z]+$/g,xd:/^[A-Fa-f\d]+$/g,CODESET:"UTF-8",lower:"abcdefghijklmnopqrstuvwxyz",upper:"ABCDEFGHIJKLMNOPQRSTUVWXYZ"},LC_TIME:{a:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],A:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],b:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],B:["January","February","March","April","May","June","July","August","September","October","November","December"],c:"%a %d %b %Y %r %Z",p:["AM","PM"],P:["am","pm"],r:"%I:%M:%S %p",x:"%m/%d/%Y",X:"%r",alt_digits:"",ERA:"",ERA_YEAR:"",ERA_D_T_FMT:"",ERA_D_FMT:"",ERA_T_FMT:""},LC_MONETARY:{int_curr_symbol:"USD",currency_symbol:"$",mon_decimal_point:".",mon_thousands_sep:",",mon_grouping:[3],positive_sign:"",negative_sign:"-",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:0,n_cs_precedes:1,n_sep_by_space:0,p_sign_posn:3,n_sign_posn:0},LC_NUMERIC:{decimal_point:".",thousands_sep:",",grouping:[3]},LC_MESSAGES:{YESEXPR:"^[yY].*",NOEXPR:"^[nN].*",YESSTR:"",NOSTR:""},nplurals:l};b.locales.en_US=g(b.locales.en);b.locales.en_US.LC_TIME.c="%a %d %b %Y %r %Z";b.locales.en_US.LC_TIME.x="%D";b.locales.en_US.LC_TIME.X="%r";b.locales.en_US.LC_MONETARY.int_curr_symbol="USD ";b.locales.en_US.LC_MONETARY.p_sign_posn=1;b.locales.en_US.LC_MONETARY.n_sign_posn=1;b.locales.en_US.LC_MONETARY.mon_grouping=[3,3];b.locales.en_US.LC_NUMERIC.thousands_sep="";b.locales.en_US.LC_NUMERIC.grouping=[];b.locales.en_GB=g(b.locales.en);b.locales.en_GB.LC_TIME.r="%l:%M:%S %P %Z";b.locales.en_AU=g(b.locales.en_GB);b.locales.C=g(b.locales.en);b.locales.C.LC_CTYPE.CODESET="ANSI_X3.4-1968";b.locales.C.LC_MONETARY={int_curr_symbol:"",currency_symbol:"",mon_decimal_point:"",mon_thousands_sep:"",mon_grouping:[],p_cs_precedes:127,p_sep_by_space:127,n_cs_precedes:127,n_sep_by_space:127,p_sign_posn:127,n_sign_posn:127,positive_sign:"",negative_sign:"",int_frac_digits:127,frac_digits:127};b.locales.C.LC_NUMERIC={decimal_point:".",thousands_sep:"",grouping:[]};b.locales.C.LC_TIME.c="%a %b %e %H:%M:%S %Y";b.locales.C.LC_TIME.x="%m/%d/%y";b.locales.C.LC_TIME.X="%H:%M:%S";b.locales.C.LC_MESSAGES.YESEXPR="^[yY]";b.locales.C.LC_MESSAGES.NOEXPR="^[nN]";b.locales.fr=g(b.locales.en);b.locales.fr.nplurals=k;b.locales.fr.LC_TIME.a=["dim","lun","mar","mer","jeu","ven","sam"];b.locales.fr.LC_TIME.A=["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"];b.locales.fr.LC_TIME.b=["jan","f\u00E9v","mar","avr","mai","jun","jui","ao\u00FB","sep","oct","nov","d\u00E9c"];b.locales.fr.LC_TIME.B=["janvier","f\u00E9vrier","mars","avril","mai","juin","juillet","ao\u00FBt","septembre","octobre","novembre","d\u00E9cembre"];b.locales.fr.LC_TIME.c="%a %d %b %Y %T %Z";b.locales.fr.LC_TIME.p=["",""];b.locales.fr.LC_TIME.P=["",""];b.locales.fr.LC_TIME.x="%d.%m.%Y";b.locales.fr.LC_TIME.X="%T";b.locales.fr_CA=g(b.locales.fr);b.locales.fr_CA.LC_TIME.x="%Y-%m-%d"}if(!b.locale){b.locale="en_US";var s="http://www.w3.org/1999/xhtml";var a="http://www.w3.org/XML/1998/namespace";if(x.getElementsByTagNameNS&&x.getElementsByTagNameNS(s,"html")[0]){if(x.getElementsByTagNameNS(s,"html")[0].getAttributeNS&&x.getElementsByTagNameNS(s,"html")[0].getAttributeNS(a,"lang")){b.locale=x.getElementsByTagName(s,"html")[0].getAttributeNS(a,"lang")}else{if(x.getElementsByTagNameNS(s,"html")[0].lang){b.locale=x.getElementsByTagNameNS(s,"html")[0].lang}}}else{if(x.getElementsByTagName("html")[0]&&x.getElementsByTagName("html")[0].lang){b.locale=x.getElementsByTagName("html")[0].lang}}}b.locale=b.locale.replace("-","_");if(!(b.locale in b.locales)){if(b.locale.replace(/_[a-zA-Z]+$/,"") in b.locales){b.locale=b.locale.replace(/_[a-zA-Z]+$/,"")}}if(!b.localeCategories){b.localeCategories={LC_COLLATE:b.locale,LC_CTYPE:b.locale,LC_MONETARY:b.locale,LC_NUMERIC:b.locale,LC_TIME:b.locale,LC_MESSAGES:b.locale}}if(p===null||p===""){p=this.getenv(o)||this.getenv("LANG")}else{if(Object.prototype.toString.call(p)==="[object Array]"){for(q=0;q<p.length;q++){if(!(p[q] in this.php_js.locales)){if(q===p.length-1){return false}continue}p=p[q];break}}}if(p==="0"||p===0){if(o==="LC_ALL"){for(y in this.php_js.localeCategories){h.push(y+"="+this.php_js.localeCategories[y])}return h.join(";")}return this.php_js.localeCategories[o]}if(!(p in this.php_js.locales)){return false}if(o==="LC_ALL"){for(y in this.php_js.localeCategories){this.php_js.localeCategories[y]=p}}else{this.php_js.localeCategories[o]=p}return p};function json_decode(str_json){var json=this.window.JSON;if(typeof json==="object"&&typeof json.parse==="function"){try{return json.parse(str_json)}catch(err){if(!(err instanceof SyntaxError)){throw new Error("Unexpected error type in json_decode()")}this.php_js=this.php_js||{};this.php_js.last_error_json=4;return null}}var cx=/[\u0000\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/g;var j;var text=str_json;cx.lastIndex=0;if(cx.test(text)){text=text.replace(cx,function(a){return"\\u"+("0000"+a.charCodeAt(0).toString(16)).slice(-4)})}if((/^[\],:{}\s]*$/).test(text.replace(/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,"@").replace(/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,"]").replace(/(?:^|:|,)(?:\s*\[)+/g,""))){j=eval("("+text+")");return j}this.php_js=this.php_js||{};this.php_js.last_error_json=4;return null};function lcg_value(){return Math.random()};function date_format(b,a){return this.date(a,b.getTimestamp())};function php_ini_scanned_files(){if(!this.php_js||!this.php_js.ini_scanned_files){return false}return this.php_js.ini_scanned_files};function fprintf(a,c){var d=this.sprintf.apply(this,Array.prototype.slice.call(arguments,1));try{this.fwrite(a,d)}catch(b){throw new Error("Error in fprintf() file-writing")}return d.length};function runkit_function_copy(a,b){if(typeof this.window[a]!=="function"||this.window[b]!==undefined){return false}this.window[b]=this.window[a];return true};function $_COOKIE(b){var d=0,g="",f=b+"=",a=document.cookie.split(";"),e=a.length;for(d=0;d<e;d++){g=a[d].replace(/^ */,"");if(g.indexOf(f)===0){return decodeURIComponent(g.slice(f.length).replace(/\+/g,"%20"))}}return null};function hebrevc(a,b){if(typeof a==="undefined"){return null}else{if(a===null){return false}}return a.replace(/[\u05d0-\u05ea \t\n\r!#$%&�()*+,\-./:;<=>\\?@\[\]^_�{|}~]*/,function(f){for(var e=f.length-1,d="";e>=0;e--){var g=f.charAt(e);switch(g){case"\n":g="<br />\n";break;case"(":g=")";break;case")":g="(";break;case"[":g="]";break;case"]":g="[";break;case"{":g="}";break;case"}":g="{";break;case"<":g=">";break;case">":g="<";break;case"\\":g="/";break;case"/":g="\\";break;default:break}d+=g}return d})};function next(a){this.php_js=this.php_js||{};this.php_js.pointers=this.php_js.pointers||[];var f=function(k){for(var h=0,j=this.length;h<j;h++){if(this[h]===k){return h}}return -1};var c=this.php_js.pointers;if(!c.indexOf){c.indexOf=f}if(c.indexOf(a)===-1){c.push(a,0)}var e=c.indexOf(a);var g=c[e+1];if(Object.prototype.toString.call(a)!=="[object Array]"){var d=0;for(var b in a){if(d===g+1){c[e+1]+=1;return a[b]}d++}return false}if(a.length===0||g===(a.length-1)){return false}c[e+1]+=1;return a[c[e+1]]};function var_dump(){var d="",a=" ",c=4,f=0,h=0;var e=function(k){var i=(/\W*function\s+([\w\$]+)\s*\(/).exec(k);if(!i){return"(Anonymous)"}return i[1]};var b=function(k,m){var n="";for(var l=0;l<k;l++){n+=m}return n};var j=function(p,m){var k="";if(p===null){k="NULL"}else{if(typeof p==="boolean"){k="bool("+p+")"}else{if(typeof p==="string"){k="string("+p.length+') "'+p+'"'}else{if(typeof p==="number"){if(parseFloat(p)==parseInt(p,10)){k="int("+p+")"}else{k="float("+p+")"}}else{if(typeof p==="undefined"){k="undefined"}else{if(typeof p==="function"){var o=p.toString().split("\n");k="";for(var l=0,n=o.length;l<n;l++){k+=(l!==0?"\n"+m:"")+o[l]}}else{if(p instanceof Date){k="Date("+p+")"}else{if(p instanceof RegExp){k="RegExp("+p+")"}else{if(p.nodeName){switch(p.nodeType){case 1:if(typeof p.namespaceURI==="undefined"||p.namespaceURI==="http://www.w3.org/1999/xhtml"){k='HTMLElement("'+p.nodeName+'")'}else{k='XML Element("'+p.nodeName+'")'}break;case 2:k="ATTRIBUTE_NODE("+p.nodeName+")";break;case 3:k="TEXT_NODE("+p.nodeValue+")";break;case 4:k="CDATA_SECTION_NODE("+p.nodeValue+")";break;case 5:k="ENTITY_REFERENCE_NODE";break;case 6:k="ENTITY_NODE";break;case 7:k="PROCESSING_INSTRUCTION_NODE("+p.nodeName+":"+p.nodeValue+")";break;case 8:k="COMMENT_NODE("+p.nodeValue+")";break;case 9:k="DOCUMENT_NODE";break;case 10:k="DOCUMENT_TYPE_NODE";break;case 11:k="DOCUMENT_FRAGMENT_NODE";break;case 12:k="NOTATION_NODE";break}}}}}}}}}}return k};var g=function(p,o,n,i){var q="";if(o>0){o++}var k=b(n*(o-1),i);var t=b(n*(o+1),i);var r="";var m="";if(typeof p==="object"&&p!==null){if(p.constructor&&e(p.constructor)==="PHPJS_Resource"){return p.var_dump()}f=0;for(q in p){f++}r+="array("+f+") {\n";for(var s in p){var l=p[s];if(typeof l==="object"&&l!==null&&!(l instanceof Date)&&!(l instanceof RegExp)&&!l.nodeName){r+=t+"["+s+"] =>\n"+t+g(l,o+1,n,i)}else{m=j(l,t);r+=t+"["+s+"] =>\n"+t+m+"\n"}}r+=k+"}\n"}else{r=j(p,t)}return r};d=g(arguments[0],0,c,a);for(h=1;h<arguments.length;h++){d+="\n"+g(arguments[h],0,c,a)}this.echo(d)};function krsort(b,m){var c={},j=[],l,e,d,g=this,h=false,a={};switch(m){case"SORT_STRING":l=function(k,i){return g.strnatcmp(i,k)};break;case"SORT_LOCALE_STRING":var f=this.i18n_loc_get_default();l=this.php_js.i18nLocales[f].sorting;break;case"SORT_NUMERIC":l=function(k,i){return(i-k)};break;case"SORT_REGULAR":default:l=function(i,k){var q=parseFloat(k),n=parseFloat(i),p=q+""===k,o=n+""===i;if(p&&o){return q>n?1:q<n?-1:0}else{if(p&&!o){return 1}else{if(!p&&o){return -1}}}return k>i?1:k<i?-1:0};break}for(d in b){if(b.hasOwnProperty(d)){j.push(d)}}j.sort(l);this.php_js=this.php_js||{};this.php_js.ini=this.php_js.ini||{};h=this.php_js.ini["phpjs.strictForIn"]&&this.php_js.ini["phpjs.strictForIn"].local_value&&this.php_js.ini["phpjs.strictForIn"].local_value!=="off";a=h?b:a;for(e=0;e<j.length;e++){d=j[e];c[d]=b[d];if(h){delete b[d]}}for(e in c){if(c.hasOwnProperty(e)){a[e]=c[e]}}return h||a};function runkit_method_add(g,c,b,e,a){var d,f=[];switch(a){case"RUNKIT_ACC_PROTECTED":throw"Protected not supported";case"RUNKIT_ACC_PRIVATE":throw"Private not supported";case"RUNKIT_ACC_PUBLIC":default:break}f=b.split(/,\s*/);if(typeof g==="string"){g=this.window[g]}d=Function.apply(null,f.concat(e));g.prototype[c]=d;return true};function stripslashes(a){return(a+"").replace(/\\(.?)/g,function(c,b){switch(b){case"\\":return"\\";case"0":return"\u0000";case"":return"";default:return b}})};function is_resource(b){var a=function(d){var c=(/\W*function\s+([\w\$]+)\s*\(/).exec(d);if(!c){return"(Anonymous)"}return c[1]};return !(!b||typeof b!=="object"||!b.constructor||a(b.constructor)!=="PHPJS_Resource")};function stream_wrapper_restore(a){if(!this.php_js||!this.php_js.default_stream_wrappers||!this.php_js.default_stream_wrappers[a]||!this.php_js.default_stream_wrappers[a].disabled){return false}this.php_js.default_stream_wrappers[a].disabled=false;return true};function xmlwriter_write_attribute_ns(a,e,b,d,c){return a.writeAttributeNS(e,b,d,c)};function is_int(a){return a===+a&&isFinite(a)&&!(a%1)};function popen(a,g,j,b){var d={},f=0,h=this;var c=function(l){var i=(/\W*function\s+([\w\$]+)\s*\(/).exec(l);if(!i){return"(Anonymous)"}return i[1]};var k=function(i){var l=h.window.ActiveXObject?new ActiveXObject("Microsoft.XMLHTTP"):new XMLHttpRequest();if(!l){throw new Error("XMLHttpRequest not supported")}if(!(/^http/).test(i)){i=h.window.location.href+"/"+i}l.open("GET",i,false);l.send(null);return l.responseText};if(j===1||j==="1"||j===true){}if(b){}for(f=0;f<g.length;f++){switch(g.charAt(f)){case"r":if(!g.charAt(f+1)||g.charAt(f+1)!=="+"){break}case"w":case"a":case"x":throw"Writing is not implemented";case"b":case"t":throw"Windows-only modes are not supported";default:throw"Unrecognized file mode passed to "+c(arguments.caller)+"()"}}this.php_js=this.php_js||{};this.php_js.resourceData=this.php_js.resourceData||{};this.php_js.resourceDataPointer=this.php_js.resourceDataPointer||{};this.php_js.resourceIdCounter=this.php_js.resourceIdCounter||0;function e(i,m,l){this.type=i;this.id=m;this.opener=l}e.prototype.toString=function(){return"Resource id #"+this.id};e.prototype.get_resource_type=function(){return this.type};e.prototype.var_dump=function(){return"resource("+this.id+") of type ("+this.type+")"};this.php_js.resourceIdCounter++;this.php_js.resourceData[this.php_js.resourceIdCounter]=this.file_get_contents(a);this.php_js.resourceDataPointer[this.php_js.resourceIdCounter]=0;d=new e("stream",this.php_js.resourceIdCounter,"popen");d.mode=g;return d};function create_function(a,b){try{return Function.apply(null,a.split(",").concat(b))}catch(c){return false}};function restore_exception_handler(){if(!this.php_js||!this.php_js.previous_exception_handler){return true}this.php_js.exception_handler=this.php_js.previous_exception_handler;return true};function xmlwriter_start_dtd_entity(a,b,c){return a.startDTDEntity(b,c)};function xmlwriter_set_indent(b,a){return b.setIndent(a)};function get_include_path(){if(this.php_js&&this.php_js.ini&&this.php_js.ini.include_path&&this.php_js.ini.include_path.local_value){return this.php_js.ini.include_path.local_value}return""};function substr_compare(c,e,d,b,a){if(!d&&d!==0){throw"Missing offset for substr_compare()"}if(d<0){d=c.length+d}if(b&&b>(c.length-d)){return false}b=b||c.length-d;c=c.substr(d,b);e=e.substr(0,b);if(a){c=(c+"").toLowerCase();e=(e+"").toLowerCase();if(c==e){return 0}return(c>e)?1:-1}return((c==e)?0:((c>e)?1:-1))};function array_unique(d){var c="",b={},e="";var a=function(h,g){var f="";for(f in g){if(g.hasOwnProperty(f)){if((g[f]+"")===(h+"")){return f}}}return false};for(c in d){if(d.hasOwnProperty(c)){e=d[c];if(false===a(e,b)){b[c]=e}}}return b};function xmlwriter_write_dtd(b,c,e,a,d){return b.writeDTD(c,e,a,d)};function xmlwriter_set_indent_string(a,b){return a.setIndentString(b)};function asinh(a){return Math.log(a+Math.sqrt(a*a+1))};function explode(b,c,a){if(arguments.length<2||typeof b==="undefined"||typeof c==="undefined"){return null}if(b===""||b===false||b===null){return false}if(typeof b==="function"||typeof b==="object"||typeof c==="function"||typeof c==="object"){return{0:""}}if(b===true){b="1"}b+="";c+="";var d=c.split(b);if(typeof a==="undefined"){return d}if(a===0){a=1}if(a>0){if(a>=d.length){return d}return d.slice(0,a-1).concat([d.slice(a-1).join(b)])}if(-a>=d.length){return[]}d.splice(d.length+a);return d};function array_fill_keys(b,d){var c={},a="";for(a in b){c[b[a]]=d}return c};function date_modify(a,b){return a.modify(b)};function user_error(b,a){return this.trigger_error(b,a)};function cosh(a){return(Math.exp(a)+Math.exp(-a))/2};function shuffle(f){var e=[],a="",c=0,b=false,d=[];for(a in f){if(f.hasOwnProperty(a)){e.push(f[a]);if(b){delete f[a]}}}e.sort(function(){return 0.5-Math.random()});this.php_js=this.php_js||{};this.php_js.ini=this.php_js.ini||{};b=this.php_js.ini["phpjs.strictForIn"]&&this.php_js.ini["phpjs.strictForIn"].local_value&&this.php_js.ini["phpjs.strictForIn"].local_value!=="off";d=b?f:d;for(c=0;c<e.length;c++){d[c]=e[c]}return b||d};function bcmul(b,d,g){var e=this._phpjs_shared_bc();var f,c,a;if(typeof g==="undefined"){g=e.scale}g=((g<0)?0:g);f=e.bc_init_num();c=e.bc_init_num();a=e.bc_init_num();f=e.php_str2num(b.toString());c=e.php_str2num(d.toString());a=e.bc_multiply(f,c,g);if(a.n_scale>g){a.n_scale=g}return a.toString()};function defined(b){var a=this.window[b];this.window[b]=this.window[b]?"changed"+this.window[b].toString():"changed";var c=this.window[b]===a;if(!c){this.window[b]=a}return c};function date_timezone_get(a){return a.getTimezone()};function array_merge(){var g=Array.prototype.slice.call(arguments),l=g.length,m,b={},a="",n=0,c=0,e=0,f=0,h=Object.prototype.toString,d=true;for(e=0;e<l;e++){if(h.call(g[e])!=="[object Array]"){d=false;break}}if(d){d=[];for(e=0;e<l;e++){d=d.concat(g[e])}return d}for(e=0,f=0;e<l;e++){m=g[e];if(h.call(m)==="[object Array]"){for(c=0,n=m.length;c<n;c++){b[f++]=m[c]}}else{for(a in m){if(m.hasOwnProperty(a)){if(parseInt(a,10)+""===a){b[f++]=m[a]}else{b[a]=m[a]}}}}}return b};function set_include_path(b){this.php_js=this.php_js||{};this.php_js.ini=this.php_js.ini||{};var a=this.php_js.ini.include_path&&this.php_js.ini.include_path.local_value;if(!a){this.php_js.ini.include_path={global_value:b,local_value:b}}else{this.php_js.ini.include_path.global_value=b;this.php_js.ini.include_path.local_value=b}return a};function trim(e,d){var b,a=0,c=0;e+="";if(!d){b=" \n\r\t\f\x0b\xa0\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u200b\u2028\u2029\u3000"}else{d+="";b=d.replace(/([\[\]\(\)\.\?\/\*\{\}\+\$\^\:])/g,"$1")}a=e.length;for(c=0;c<a;c++){if(b.indexOf(e.charAt(c))===-1){e=e.substring(c);break}}a=e.length;for(c=a-1;c>=0;c--){if(b.indexOf(e.charAt(c))===-1){e=e.substring(0,c+1);break}}return b.indexOf(e.charAt(0))===-1?e:""};function time_nanosleep(b,a){var c=new Date().getTime();while(new Date()<(c+b*1000+a/1000000)){}return true};function xmlwriter_end_dtd_element(a){return a.endDTDElement()};function xmlwriter_flush(a,b){return a.flush(b)};function stream_is_local(a){if(typeof a==="string"){return((/^(https?|ftps?|ssl|tls):/).test(a))?false:true}return a.is_local?true:false};function xmlwriter_full_end_element(a){return a.fullEndElement()};function xdiff_file_patch(c,d,b,a){c=this.file_get_contents(c);d=this.file_get_contents(d);return this.file_put_contents(b,this.xdiff_string_patch(c,d,a))};function ctype_space(a){if(typeof a!=="string"){return false}this.setlocale("LC_ALL",0);return a.search(this.php_js.locales[this.php_js.localeCategories.LC_CTYPE].LC_CTYPE.sp)!==-1};function strftime(b,d){this.php_js=this.php_js||{};this.setlocale("LC_ALL",0);var c=this.php_js;var g=function(l,n,m){if(typeof m==="undefined"){m=10}for(;parseInt(l,10)<m&&m>1;m/=10){l=n.toString()+l}return l.toString()};var h=c.localeCategories.LC_TIME;var a=c.locales;var j=a[h].LC_TIME;var e={a:function(l){return j.a[l.getDay()]},A:function(l){return j.A[l.getDay()]},b:function(l){return j.b[l.getMonth()]},B:function(l){return j.B[l.getMonth()]},C:function(l){return g(parseInt(l.getFullYear()/100,10),0)},d:["getDate","0"],e:["getDate"," "],g:function(l){return g(parseInt(this.G(l)/100,10),0)},G:function(n){var o=n.getFullYear();var m=parseInt(e.V(n),10);var l=parseInt(e.W(n),10);if(l>m){o++}else{if(l===0&&m>=52){o--}}return o},H:["getHours","0"],I:function(m){var l=m.getHours()%12;return g(l===0?12:l,0)},j:function(n){var l=n-new Date(""+n.getFullYear()+"/1/1 GMT");l+=n.getTimezoneOffset()*60000;var m=parseInt(l/60000/60/24,10)+1;return g(m,0,100)},k:["getHours","0"],l:function(n){var m=n.getHours()%12;return g(m===0?12:m," ")},m:function(l){return g(l.getMonth()+1,0)},M:["getMinutes","0"],p:function(l){return j.p[l.getHours()>=12?1:0]},P:function(l){return j.P[l.getHours()>=12?1:0]},s:function(l){return Date.parse(l)/1000},S:["getSeconds","0"],u:function(l){var m=l.getDay();return((m===0)?7:m)},U:function(o){var l=parseInt(e.j(o),10);var n=6-o.getDay();var m=parseInt((l+n)/7,10);return g(m,0)},V:function(o){var n=parseInt(e.W(o),10);var l=(new Date(""+o.getFullYear()+"/1/1")).getDay();var m=n+(l>4||l<=1?0:1);if(m===53&&(new Date(""+o.getFullYear()+"/12/31")).getDay()<4){m=1}else{if(m===0){m=e.V(new Date(""+(o.getFullYear()-1)+"/12/31"))}}return g(m,0)},w:"getDay",W:function(o){var l=parseInt(e.j(o),10);var n=7-e.u(o);var m=parseInt((l+n)/7,10);return g(m,0,10)},y:function(l){return g(l.getFullYear()%100,0)},Y:"getFullYear",z:function(n){var m=n.getTimezoneOffset();var l=g(parseInt(Math.abs(m/60),10),0);var p=g(m%60,0);return(m>0?"-":"+")+l+p},Z:function(l){return l.toString().replace(/^.*\(([^)]+)\)$/,"$1")},"%":function(l){return"%"}};var k=((typeof d==="undefined")?new Date():(typeof d==="object")?new Date(d):new Date(d*1000));var i={c:"locale",D:"%m/%d/%y",F:"%y-%m-%d",h:"%b",n:"\n",r:"locale",R:"%H:%M",t:"\t",T:"%H:%M:%S",x:"locale",X:"locale"};while(b.match(/%[cDFhnrRtTxX]/)){b=b.replace(/%([cDFhnrRtTxX])/g,function(m,l){var n=i[l];return(n==="locale"?j[l]:n)})}var f=b.replace(/%([aAbBCdegGHIjklmMpPsSuUVwWyYzZ%])/g,function(m,l){var n=e[l];if(typeof n==="string"){return k[n]()}else{if(typeof n==="function"){return n(k)}else{if(typeof n==="object"&&typeof n[0]==="string"){return g(k[n[0]](),n[1])}else{return l}}}});return f};function strtoupper(a){return(a+"").toUpperCase()};function func_num_args(){if(!arguments.callee.caller){try{throw new Error('Either you are using this in a browser which does not support the "caller" property or you are calling this from a global context')}catch(a){return false}}return arguments.callee.caller.arguments.length};function aggregate_methods(f,d){var e="",a={},g=-1;var b=function(i){var h=(/\W*function\s+([\w\$]+)\s*\(/).exec(i);if(!h){return"(Anonymous)"}return h[1]};var c=function(k){for(var h=0,j=this.length;h<j;h++){if(this[h]===k){return h}}return -1};if(typeof d==="string"){d=this.window[d]}this.php_js=this.php_js||{};this.php_js.aggregateKeys=this.php_js.aggregateKeys||[];this.php_js.aggregateRecords=this.php_js.aggregateRecords||[];this.php_js.aggregateClasses=this.php_js.aggregateClasses||[];this.php_js.aggregateClasses.push(b(d));for(e in d){if(!(e in f)&&typeof d[e]==="function"&&e[0]!=="_"){f[e]=d[e];a[e]=d[e]}}for(e in d.prototype){if(!(e in f)&&typeof d.prototype[e]==="function"&&e[0]!=="_"){f[e]=d.prototype[e];a[e]=d.prototype[e]}}if(!this.php_js.aggregateKeys.indexOf){this.php_js.aggregateKeys.indexOf=c}g=this.php_js.aggregateKeys.indexOf(f);if(g!==-1){this.php_js.aggregateRecords[g].push(a);this.php_js.aggregateClasses[g].push(b(d))}else{this.php_js.aggregateKeys.push(f);this.php_js.aggregateRecords.push([a]);this.php_js.aggregateClasses[0]=[];this.php_js.aggregateClasses[0].push(b(d))}};function fgetc(i){if(!this.php_js||!this.php_js.resourceData||!this.php_js.resourceDataPointer){return false}var a=this.php_js.resourceDataPointer[i.id];if(a===undefined||!this.php_js.resourceData[i.id][a]){return false}var c=1;this.php_js.resourceDataPointer[i.id]+=c;var f=this.php_js.resourceData[i.id].substr(a,c);var e=this.php_js.resourceData[i.id].substr(a+1,1);var h=a===0?false:this.php_js.resourceData[i.id].substr(a-1,1);var b=f.charCodeAt(0);if(55296<=b&&b<=56319){if(!e){throw"High surrogate without following low surrogate (fgetc)"}var g=e.charCodeAt(0);if(56320>g||g>57343){throw"High surrogate without following low surrogate (fgetc)"}this.php_js.resourceDataPointer[i.id]+=c;return f+e}else{if(56320<=b&&b<=57343){if(h===false){throw"Low surrogate without preceding high surrogate (fgetc)"}var d=h.charCodeAt(0);if(55296>d||d>56319){throw"Low surrogate without preceding high surrogate (fgetc)"}return h+f}}return f};function date_diff(b,a,c){return b.diff(a,c)};function import_request_variables(l,h){var g=0,m="",f="",n="",o=-1,e="",k=this.window,c=this.window,b=false,a=false;h=h||"";var j=this;var d=function(i){if(j.php_js&&j.php_js.ini&&j.php_js.ini[i]&&j.php_js.ini[i].local_value){return j.php_js.ini[i].local_value}return false};c=d("phpjs.requestVarsObj")||c;if(/g/i.test(l)){b=d("phpjs.getVarsObj")||b;for(g=0,f=k.location.href,n=f.substring(f.lastIndexOf("?")+1,f.length).split("&");g<n.length;g++){m=n[g].split("=");m[1]=decodeURIComponent(m[1]);o=m[0].indexOf("[");if(o!==-1){e=m[0].substring(0,o);e=decodeURIComponent(e);if(!c[h+e]){c[h+e]=[]}c[h+e].push(m[1]||null);if(b){if(!b[h+e]){b[h+e]=[]}b[h+e].push(m[1]||null)}}else{m[0]=decodeURIComponent(m[0]);c[h+m[0]]=m[1]||null;if(b){b[h+m[0]]=m[1]||null}}}}if(/c/i.test(l)){a=d("phpjs.cookieVarsObj")||a;for(g=0,n=k.document.cookie.split("&");g<n.length;g++){m=n[g].split("=");c[h+m[0]]=m[1].split(";")[0]||null;if(a){a[h+m[0]]=m[1].split(";")[0]||null}}}};function array_intersect_assoc(c){var h={},g=arguments.length,e=g-1,f="",a={},d=0,b="";arr1keys:for(f in c){arrs:for(d=1;d<g;d++){a=arguments[d];for(b in a){if(a[b]===c[f]&&b===f){if(d===e){h[f]=c[f]}continue arrs}}continue arr1keys}}return h};function date_timestamp_set(a,b){return a.setTimestamp(b)};function php_ini_loaded_file(){if(!this.php_js||!this.php_js.ini_loaded_file){return false}return this.php_js.ini_loaded_file};function ucfirst(b){b+="";var a=b.charAt(0).toUpperCase();return a+b.substr(1)};function gettype(c){var d=typeof c,b;var a=function(f){var e=(/\W*function\s+([\w\$]+)\s*\(/).exec(f);if(!e){return"(Anonymous)"}return e[1]};if(d==="object"){if(c!==null){if(typeof c.length==="number"&&!(c.propertyIsEnumerable("length"))&&typeof c.splice==="function"){d="array"}else{if(c.constructor&&a(c.constructor)){b=a(c.constructor);if(b==="Date"){d="date"}else{if(b==="RegExp"){d="regexp"}else{if(b==="PHPJS_Resource"){d="resource"}}}}}}else{d="null"}}else{if(d==="number"){d=this.is_float(c)?"double":"integer"}}return d};function strptime(o,w){var m={tm_sec:0,tm_min:0,tm_hour:0,tm_mday:0,tm_mon:0,tm_year:0,tm_wday:0,tm_yday:0,unparsed:""},v=0,k=this,f=0,g=false,n=function(e,z){var i,B=m,A=e;B.tm_sec=A.getUTCSeconds();B.tm_min=A.getUTCMinutes();B.tm_hour=A.getUTCHours();B.tm_mday=z===0?z:A.getUTCDate();B.tm_mon=A.getUTCMonth();B.tm_year=A.getUTCFullYear()-1900;B.tm_wday=z===0?(A.getUTCDay()>0?A.getUTCDay()-1:6):A.getUTCDay();i=new Date(Date.UTC(A.getUTCFullYear(),0,1));B.tm_yday=Math.ceil((A-i)/(1000*60*60*24))},q=function(){var e=m;return n(new Date(Date.UTC(e.tm_year+1900,e.tm_mon,e.tm_mday||1,e.tm_hour,e.tm_min,e.tm_sec)),e.tm_mday)};var c=/\S/,l=/\s/;var r={c:"locale",D:"%m/%d/%y",F:"%y-%m-%d",r:"locale",R:"%H:%M",T:"%H:%M:%S",x:"locale",X:"locale"};var u=function(e){return(e+"").replace(/([\\\.\+\*\?\[\^\]\$\(\)\{\}\=\!<>\|\:])/g,"\\$1")};this.php_js=this.php_js||{};this.setlocale("LC_ALL",0);var d=this.php_js;var t=d.localeCategories.LC_TIME;var h=d.locales;var a=h[t].LC_TIME;while(w.match(/%[cDFhnrRtTxX]/)){w=w.replace(/%([cDFhnrRtTxX])/g,function(i,e){var z=r[e];return(z==="locale"?a[e]:z)})}var y=function(A,B,e){if(typeof B==="string"){B=new RegExp("^"+B,"i")}var i=o.slice(A);var z=B.exec(i);var C=z?e.apply(null,z):null;if(C===null){throw"No match in string"}return A+z[0].length};var s=function(e,z,i){return y(e,k.array_map(u,a[z]).join("|"),function(A){var B=a[z].search(new RegExp("^"+u(A)+"$","i"));if(B){m[i]=B[0]}})};for(v=0,j=0;v<w.length;v++){if(w.charAt(v)==="%"){var b=["%","n","t"].indexOf(w.charAt(v+1));if(b!==-1){if(["%","\n","\t"].indexOf(o.charAt(j))===b){++v;++j;continue}return false}var p=w.charAt(v+1);try{switch(p){case"a":case"A":j=s(j,p,"tm_wday");break;case"h":case"b":j=s(j,"b","tm_mon");q();break;case"B":j=s(j,p,"tm_mon");q();break;case"C":j=y(j,/^\d?\d/,function(i){var e=(parseInt(i,10)-19)*100;m.tm_year=e;q();if(!m.tm_yday){m.tm_yday=-1}});break;case"d":case"e":j=y(j,p==="d"?/^(0[1-9]|[1-2]\d|3[0-1])/:/^([1-2]\d|3[0-1]|[1-9])/,function(e){var i=parseInt(e,10);m.tm_mday=i;q()});break;case"g":break;case"G":break;case"H":j=y(j,/^([0-1]\d|2[0-3])/,function(i){var e=parseInt(i,10);m.tm_hour=e});break;case"l":case"I":j=y(j,p==="l"?/^([1-9]|1[0-2])/:/^(0[1-9]|1[0-2])/,function(i){var e=parseInt(i,10)-1+f;m.tm_hour=e;g=true});break;case"j":j=y(j,/^(00[1-9]|0[1-9]\d|[1-2]\d\d|3[0-6][0-6])/,function(i){var e=parseInt(i,10)-1;m.tm_yday=e});break;case"m":j=y(j,/^(0[1-9]|1[0-2])/,function(i){var e=parseInt(i,10)-1;m.tm_mon=e;q()});break;case"M":j=y(j,/^[0-5]\d/,function(i){var e=parseInt(i,10);m.tm_min=e});break;case"P":return false;case"p":j=y(j,/^(am|pm)/i,function(e){f=(/a/).test(e)?0:12;if(g){m.tm_hour+=f}});break;case"s":j=y(j,/^\d+/,function(z){var i=parseInt(z,10);var e=new Date(Date.UTC(i*1000));n(e)});break;case"S":j=y(j,/^[0-5]\d/,function(i){var e=parseInt(i,10);m.tm_sec=e});break;case"u":case"w":j=y(j,/^\d/,function(e){m.tm_wday=e-(p==="u")});break;case"U":case"V":case"W":break;case"y":j=y(j,/^\d?\d/,function(i){i=parseInt(i,10);var e=i>=69?i:i+100;m.tm_year=e;q();if(!m.tm_yday){m.tm_yday=-1}});break;case"Y":j=y(j,/^\d{1,4}/,function(i){var e=(parseInt(i,10))-1900;m.tm_year=e;q();if(!m.tm_yday){m.tm_yday=-1}});break;case"z":break;case"Z":break;default:throw"Unrecognized formatting character in strptime()"}}catch(x){if(x==="No match in string"){return false}}++v}else{if(w.charAt(v)!==o.charAt(j)){if(o.charAt(j).search(l)!==-1){j++;v--}else{if(w.charAt(v).search(c)!==-1){return false}}}else{j++}}}m.unparsed=o.slice(j);return m};function timezone_location_get(a){return a.getLocation()};function array_rand(b,a){var c=[];var e=a||1;var f=function(h,k){var j=false,i=0,g=h.length;while(i<g){if(h[i]===k){j=true;break}i++}return j};if(Object.prototype.toString.call(b)==="[object Array]"&&e<=b.length){while(true){var d=Math.floor((Math.random()*b.length));if(c.length===e){break}if(!f(c,d)){c.push(d)}}}else{c=null}return((e==1)?c.join():c)};function sprintf(){var g=/%%|%(\d+\$)?([-+\'#0 ]*)(\*\d+\$|\*|\d+)?(\.(\*\d+\$|\*|\d+))?([scboxXuideEfFgG])/g;var h=arguments;var f=0;var k=h[f++];var b=function(n,a,i,m){if(!i){i=" "}var l=(n.length>=a)?"":new Array(1+a-n.length>>>0).join(i);return m?n+l:l+n};var c=function(m,l,p,a,i,o){var n=a-m.length;if(n>0){if(p||!i){m=b(m,a,o,p)}else{m=m.slice(0,l.length)+b("",n,"0",true)+m.slice(l.length)}}return m};var j=function(p,o,n,q,i,a,m){var l=p>>>0;n=n&&l&&{"2":"0b","8":"0","16":"0x"}[o]||"";p=n+b(l.toString(o),a||0,"0",false);return c(p,n,q,i,m)};var e=function(m,o,i,a,l,n){if(a!=null){m=m.slice(0,a)}return c(m,"",o,i,l,n)};var d=function(z,m,n,r,B,w,l){var a,v,i,A,t;if(z==="%%"){return"%"}var s=false;var o="";var q=false;var y=false;var x=" ";var p=n.length;for(var u=0;n&&u<p;u++){switch(n.charAt(u)){case" ":o=" ";break;case"+":o="+";break;case"-":s=true;break;case"'":x=n.charAt(u+1);break;case"0":q=true;x="0";break;case"#":y=true;break}}if(!r){r=0}else{if(r==="*"){r=+h[f++]}else{if(r.charAt(0)=="*"){r=+h[r.slice(1,-1)]}else{r=+r}}}if(r<0){r=-r;s=true}if(!isFinite(r)){throw new Error("sprintf: (minimum-)width must be finite")}if(!w){w="fFeE".indexOf(l)>-1?6:(l==="d")?0:undefined}else{if(w==="*"){w=+h[f++]}else{if(w.charAt(0)=="*"){w=+h[w.slice(1,-1)]}else{w=+w}}}t=m?h[m.slice(0,-1)]:h[f++];switch(l){case"s":return e(String(t),s,r,w,q,x);case"c":return e(String.fromCharCode(+t),s,r,w,q);case"b":return j(t,2,y,s,r,w,q);case"o":return j(t,8,y,s,r,w,q);case"x":return j(t,16,y,s,r,w,q);case"X":return j(t,16,y,s,r,w,q).toUpperCase();case"u":return j(t,10,y,s,r,w,q);case"i":case"d":a=+t||0;a=Math.round(a-a%1);v=a<0?"-":o;t=v+b(String(Math.abs(a)),w,"0",false);return c(t,v,s,r,q);case"e":case"E":case"f":case"F":case"g":case"G":a=+t;v=a<0?"-":o;i=["toExponential","toFixed","toPrecision"]["efg".indexOf(l.toLowerCase())];A=["toString","toUpperCase"]["eEfFgG".indexOf(l)%2];t=v+Math.abs(a)[i](w);return c(t,v,s,r,q)[A]();default:return z}};return k.replace(g,d)};function xdiff_string_diff(y,o,I,d){var X=0,W=0,U=0,M,w,g,Q,s,E,Z,u,B=Number.POSITIVE_INFINITY,l=0,D=3,x="@@ ",F=" @@",G="-",C="+",J=",",Y=" ",p="-",T="+",h,K,N="\n",a=function(i){if(typeof i!=="string"){throw new Error("String parameter required")}return i.replace(/(^\s*)|(\s*$)/g,"")},b=function(ae){var aa=arguments,af=arguments.length,ac=["number","boolean","string","function","object","undefined"],ag,ab,k,ad=typeof ae;if(ad!=="string"&&ad!=="function"){throw new Error("Bad type parameter")}if(af<2){throw new Error("Too few arguments")}if(ad==="string"){ae=a(ae);if(ae===""){throw new Error("Bad type parameter")}for(k=0;k<ac.length;k++){ag=ac[k];if(ag==ae){for(ab=1;ab<af;ab++){if(typeof aa[ab]!==ae){throw new Error("Bad type")}}return}}throw new Error("Bad type parameter")}for(ab=1;ab<af;ab++){if(!(aa[ab] instanceof ae)){throw new Error("Bad type")}}},c=function(aa,k){var j;b(Array,aa);for(j=0;j<aa.length;j++){if(aa[j]===k){return true}}return false},O=function(ae){var aa=arguments,af=arguments.length,ac=["number","boolean","string","function","object","undefined"],ag,ab,k,ad=typeof ae;if(ad!=="string"&&ad!=="function"){throw new Error("Bad type parameter")}if(af<2){throw new Error("Too few arguments")}if(ad==="string"){ae=a(ae);if(ae===""){return false}for(k=0;k<ac.length;k++){ag=ac[k];if(ag==ae){for(ab=1;ab<af;ab++){if(typeof aa[ab]!=ae){return false}}return true}}throw new Error("Bad type parameter")}for(ab=1;ab<af;ab++){if(!(aa[ab] instanceof ae)){return false}}return true},v=function(aa,k){var ab=[],j;b("number",aa);for(j=0;j<aa;j++){ab.push(k)}return ab},e=function(i){b("string",i);if(i===""){return[]}return i.split("\n")},t=function(i){return O(Array,i)&&i.length===0},n=function(ac,ab,aa,i){if(!O(Array,ac,ab)){throw new Error("Array parameters are required")}if(t(ac)||t(ab)){return[]}var k=function(ae,ag){var af,ad,ah,ai=v(ag.length+1,0);for(af=0;af<ae.length;af++){ah=ai.slice(0);for(ad=0;ad<ag.length;ad++){if(ae[af]===ag[ad]){ai[ad+1]=ah[ad]+1}else{ai[ad+1]=Math.max(ai[ad],ah[ad+1])}}}return ai},j=function(ae,aj,ad,ap){var af,aq,ao,ar,an,am,al,ak,ai,ah=ae.length,ag=ap.length;if(ah===0){return[]}if(ah===1){if(c(ap,ae[0])){ad[aj]=true;return[ae[0]]}return[]}af=Math.floor(ah/2);aq=ae.slice(0,af);ao=ae.slice(af);ar=k(aq,ap);an=k(ao.slice(0).reverse(),ap.slice(0).reverse());am=0;al=0;for(W=0;W<=ag;W++){if(ar[W]+an[ag-W]>al){am=W;al=ar[W]+an[ag-W]}}ak=ap.slice(0,am);ai=ap.slice(am);return j(aq,aj,ad,ak).concat(j(ao,aj+af,ad,ai))};j(ac,0,aa,ab);return j(ab,0,i,ac)};if(O("string",y,o)===false){return false}if(y==o){return""}if(typeof I!=="number"||I>B||I<l){I=D}h=e(y);K=e(o);var L=h.length,m=K.length,P=v(L,false),q=v(m,false),r=n(h,K,P,q).length,R="";if(r===0){R=x+G+(L>0?"1":"0")+J+L+" "+C+(m>0?"1":"0")+J+m+F;for(X=0;X<L;X++){R+=N+p+h[X]}for(W=0;W<m;W++){R+=N+T+K[W]}return R}var A=[],H=[],S=[],V=[],z=function(j){if(j.length===0||I===0){return[]}var i=Math.max(j.length-I,0);return j.slice(i)},f=function(i){if(i.length===0||I===0){return[]}return i.slice(0,Math.min(I,i.length))};while(X<L&&P[X]===true&&q[X]===true){A.push(h[X]);X++}W=X;U=X;M=X;w=W;g=X;Q=W;while(X<L||W<m){while(X<L&&P[X]===false){X++}g=X;while(W<m&&q[W]===false){W++}Q=W;H=[];while(X<L&&P[X]===true&&W<m&&q[W]===true){H.push(h[X]);U++;X++;W++}if(U>=r||H.length>=2*I){if(H.length<2*I){H=[];X=L;W=m;g=L;Q=m}S=z(A);V=f(H);M-=S.length;w-=S.length;g+=V.length;Q+=V.length;s=M+1;E=w+1;Z=g-M;u=Q-w;R+=x+G+s+J+Z+" "+C+E+J+u+F+N;while(M<g||w<Q){if(M<g&&P[M]===true&&q[w]===true){R+=Y+h[M]+N;M++;w++}else{if(M<g&&P[M]===false){R+=p+h[M]+N;M++}else{if(w<Q&&q[w]===false){R+=T+K[w]+N;w++}}}}M=X;w=W;A=H}}if(R.length>0&&R.charAt(R.length)===N){R=R.slice(0,-1)}return R};function atanh(a){return 0.5*Math.log((1+a)/(1-a))};function array_fill(a,c,e){var d,b={};if(!isNaN(a)&&!isNaN(c)){for(d=0;d<c;d++){b[(d+a)]=e}}return b};function array_uintersect_uassoc(l){var e={},f=arguments.length-1,d=f-1,a=arguments[f],c=arguments[d],j="",g=1,b="",h={};a=(typeof a==="string")?this.window[a]:(Object.prototype.toString.call(a)==="[object Array]")?this.window[a[0]][a[1]]:a;c=(typeof c==="string")?this.window[c]:(Object.prototype.toString.call(c)==="[object Array]")?this.window[c[0]][c[1]]:c;arr1keys:for(j in l){arrs:for(g=1;g<d;g++){h=arguments[g];for(b in h){if(c(h[b],l[j])===0&&a(b,j)===0){if(g===arguments.length-3){e[j]=l[j]}continue arrs}}continue arr1keys}}return e};function ctype_punct(a){if(typeof a!=="string"){return false}this.setlocale("LC_ALL",0);return a.search(this.php_js.locales[this.php_js.localeCategories.LC_CTYPE].LC_CTYPE.pu)!==-1};function ob_list_handlers(){var e=0,a=[],d="",g="";var c=function(i){var h=(/\W*function\s+([\w\$]+)\s*\(/).exec(i);if(!h){return"(Anonymous)"}return h[1]};this.php_js=this.php_js||{};var f=this.php_js,b=f.ini;if(!f.obs||!f.obs.length){if(b&&b.output_buffering&&(typeof b.output_buffering.local_value!=="string"||b.output_buffering.local_value.toLowerCase()!=="off")){return["default output handler"]}return a}for(e=0;e<f.obs.length;e++){g=c(f.obs[e].callback);d=g===""?"default output handler":g==="URLRewriter"?"URL-Rewriter":g;a.push(d)}return a};function runkit_function_redefine(a,c,b){if(this.window[a]===undefined){return false}try{this.window[a]=Function.apply(null,c.split(",").concat(b))}catch(d){return false}return true};function is_finite(b){var a="";if(b===Infinity||b===-Infinity){return false}if(typeof b==="object"){a=(Object.prototype.toString.call(b)==="[object Array]"?"array":"object")}else{if(typeof b==="string"&&!b.match(/^[\+\-]?\d/)){a="string"}}if(a){throw new Error("Warning: is_finite() expects parameter 1 to be double, "+a+" given")}return true};function stripos(a,d,f){var c=(a+"").toLowerCase();var e=(d+"").toLowerCase();var b=0;if((b=c.indexOf(e,f))!==-1){return b}return false};function md5(C){var D;var w=function(b,a){return(b<<a)|(b>>>(32-a))};var H=function(k,b){var V,a,d,x,c;d=(k&2147483648);x=(b&2147483648);V=(k&1073741824);a=(b&1073741824);c=(k&1073741823)+(b&1073741823);if(V&a){return(c^2147483648^d^x)}if(V|a){if(c&1073741824){return(c^3221225472^d^x)}else{return(c^1073741824^d^x)}}else{return(c^d^x)}};var r=function(a,c,b){return(a&c)|((~a)&b)};var q=function(a,c,b){return(a&b)|(c&(~b))};var p=function(a,c,b){return(a^c^b)};var n=function(a,c,b){return(c^(a|(~b)))};var u=function(W,V,aa,Z,k,X,Y){W=H(W,H(H(r(V,aa,Z),k),Y));return H(w(W,X),V)};var f=function(W,V,aa,Z,k,X,Y){W=H(W,H(H(q(V,aa,Z),k),Y));return H(w(W,X),V)};var F=function(W,V,aa,Z,k,X,Y){W=H(W,H(H(p(V,aa,Z),k),Y));return H(w(W,X),V)};var t=function(W,V,aa,Z,k,X,Y){W=H(W,H(H(n(V,aa,Z),k),Y));return H(w(W,X),V)};var e=function(V){var W;var d=V.length;var c=d+8;var b=(c-(c%64))/64;var x=(b+1)*16;var X=new Array(x-1);var a=0;var k=0;while(k<d){W=(k-(k%4))/4;a=(k%4)*8;X[W]=(X[W]|(V.charCodeAt(k)<<a));k++}W=(k-(k%4))/4;a=(k%4)*8;X[W]=X[W]|(128<<a);X[x-2]=d<<3;X[x-1]=d>>>29;return X};var s=function(d){var a="",b="",k,c;for(c=0;c<=3;c++){k=(d>>>(c*8))&255;b="0"+k.toString(16);a=a+b.substr(b.length-2,2)}return a};var E=[],L,h,G,v,g,U,T,S,R,O=7,M=12,J=17,I=22,B=5,A=9,z=14,y=20,o=4,m=11,l=16,j=23,Q=6,P=10,N=15,K=21;C=this.utf8_encode(C);E=e(C);U=1732584193;T=4023233417;S=2562383102;R=271733878;D=E.length;for(L=0;L<D;L+=16){h=U;G=T;v=S;g=R;U=u(U,T,S,R,E[L+0],O,3614090360);R=u(R,U,T,S,E[L+1],M,3905402710);S=u(S,R,U,T,E[L+2],J,606105819);T=u(T,S,R,U,E[L+3],I,3250441966);U=u(U,T,S,R,E[L+4],O,4118548399);R=u(R,U,T,S,E[L+5],M,1200080426);S=u(S,R,U,T,E[L+6],J,2821735955);T=u(T,S,R,U,E[L+7],I,4249261313);U=u(U,T,S,R,E[L+8],O,1770035416);R=u(R,U,T,S,E[L+9],M,2336552879);S=u(S,R,U,T,E[L+10],J,4294925233);T=u(T,S,R,U,E[L+11],I,2304563134);U=u(U,T,S,R,E[L+12],O,1804603682);R=u(R,U,T,S,E[L+13],M,4254626195);S=u(S,R,U,T,E[L+14],J,2792965006);T=u(T,S,R,U,E[L+15],I,1236535329);U=f(U,T,S,R,E[L+1],B,4129170786);R=f(R,U,T,S,E[L+6],A,3225465664);S=f(S,R,U,T,E[L+11],z,643717713);T=f(T,S,R,U,E[L+0],y,3921069994);U=f(U,T,S,R,E[L+5],B,3593408605);R=f(R,U,T,S,E[L+10],A,38016083);S=f(S,R,U,T,E[L+15],z,3634488961);T=f(T,S,R,U,E[L+4],y,3889429448);U=f(U,T,S,R,E[L+9],B,568446438);R=f(R,U,T,S,E[L+14],A,3275163606);S=f(S,R,U,T,E[L+3],z,4107603335);T=f(T,S,R,U,E[L+8],y,1163531501);U=f(U,T,S,R,E[L+13],B,2850285829);R=f(R,U,T,S,E[L+2],A,4243563512);S=f(S,R,U,T,E[L+7],z,1735328473);T=f(T,S,R,U,E[L+12],y,2368359562);U=F(U,T,S,R,E[L+5],o,4294588738);R=F(R,U,T,S,E[L+8],m,2272392833);S=F(S,R,U,T,E[L+11],l,1839030562);T=F(T,S,R,U,E[L+14],j,4259657740);U=F(U,T,S,R,E[L+1],o,2763975236);R=F(R,U,T,S,E[L+4],m,1272893353);S=F(S,R,U,T,E[L+7],l,4139469664);T=F(T,S,R,U,E[L+10],j,3200236656);U=F(U,T,S,R,E[L+13],o,681279174);R=F(R,U,T,S,E[L+0],m,3936430074);S=F(S,R,U,T,E[L+3],l,3572445317);T=F(T,S,R,U,E[L+6],j,76029189);U=F(U,T,S,R,E[L+9],o,3654602809);R=F(R,U,T,S,E[L+12],m,3873151461);S=F(S,R,U,T,E[L+15],l,530742520);T=F(T,S,R,U,E[L+2],j,3299628645);U=t(U,T,S,R,E[L+0],Q,4096336452);R=t(R,U,T,S,E[L+7],P,1126891415);S=t(S,R,U,T,E[L+14],N,2878612391);T=t(T,S,R,U,E[L+5],K,4237533241);U=t(U,T,S,R,E[L+12],Q,1700485571);R=t(R,U,T,S,E[L+3],P,2399980690);S=t(S,R,U,T,E[L+10],N,4293915773);T=t(T,S,R,U,E[L+1],K,2240044497);U=t(U,T,S,R,E[L+8],Q,1873313359);R=t(R,U,T,S,E[L+15],P,4264355552);S=t(S,R,U,T,E[L+6],N,2734768916);T=t(T,S,R,U,E[L+13],K,1309151649);U=t(U,T,S,R,E[L+4],Q,4149444226);R=t(R,U,T,S,E[L+11],P,3174756917);S=t(S,R,U,T,E[L+2],N,718787259);T=t(T,S,R,U,E[L+9],K,3951481745);U=H(U,h);T=H(T,G);S=H(S,v);R=H(R,g)}var i=s(U)+s(T)+s(S)+s(R);return i.toLowerCase()};function setcookie(b,d,a,f,c,e){return this.setrawcookie(b,encodeURIComponent(d),a,f,c,e)};function filemtime(a){var b={};b=this.get_headers(a,1);return(b&&b["Last-Modified"]&&Date.parse(b["Last-Modified"])/1000)||false};function array_uintersect_assoc(j){var d={},e=arguments.length-1,c=e-2,a=arguments[e],h="",f=1,g={},b="";a=(typeof a==="string")?this.window[a]:(Object.prototype.toString.call(a)==="[object Array]")?this.window[a[0]][a[1]]:a;arr1keys:for(h in j){arrs:for(f=1;f<e;f++){g=arguments[f];for(b in g){if(b===h&&a(g[b],j[h])===0){if(f===c){d[h]=j[h]}continue arrs}}continue arr1keys}}return d};function ini_restore(a){if(this.php_js&&this.php_js.ini&&this.php_js.ini[a]){this.php_js.ini[a].local_value=this.php_js.ini[a].global_value}};function array(){try{this.php_js=this.php_js||{}}catch(e){this.php_js={}}var arrInst,e,__,that=this,PHPJS_Array=function PHPJS_Array(){};mainArgs=arguments,p=this.php_js,_indexOf=function(value,from,strict){var i=from||0,nonstrict=!strict,length=this.length;while(i<length){if(this[i]===value||(nonstrict&&this[i]==value)){return i}i++}return -1};if(!p.Relator){p.Relator=(function(){function _indexOf(value){var i=0,length=this.length;while(i<length){if(this[i]===value){return i}i++}return -1}function Relator(){var Stack=[],Array=[];if(!Stack.indexOf){Stack.indexOf=_indexOf}return{$:function(){return Relator()},constructor:function(that){var i=Stack.indexOf(that);~i?Array[i]:Array[Stack.push(that)-1]={};this.method(that).that=that;return this.method(that)},method:function(that){return Array[Stack.indexOf(that)]}}}return Relator()}())}if(p&&p.ini&&p.ini["phpjs.return_phpjs_arrays"].local_value.toLowerCase()==="on"){if(!p.PHPJS_Array){__=p.ArrayRelator=p.ArrayRelator||p.Relator.$();p.PHPJS_Array=function PHPJS_Array(){var _=__.constructor(this),args=arguments,i=0,argl,p;args=(args.length===1&&args[0]&&typeof args[0]==="object"&&args[0].length&&!args[0].propertyIsEnumerable("length"))?args[0]:args;if(!_.objectChain){_.objectChain=args;_.object={};_.keys=[];_.values=[]}for(argl=args.length;i<argl;i++){for(p in args[i]){this[p]=_.object[p]=args[i][p];_.keys[_.keys.length]=p;_.values[_.values.length]=args[i][p];break}}};e=p.PHPJS_Array.prototype;e.change_key_case=function(cs){var _=__.method(this),oldkey,newkey,i=0,kl=_.keys.length,case_fn=(!cs||cs==="CASE_LOWER")?"toLowerCase":"toUpperCase";while(i<kl){oldkey=_.keys[i];newkey=_.keys[i]=_.keys[i][case_fn]();if(oldkey!==newkey){this[oldkey]=_.object[oldkey]=_.objectChain[i][oldkey]=null;delete this[oldkey];delete _.object[oldkey];delete _.objectChain[i][oldkey];this[newkey]=_.object[newkey]=_.objectChain[i][newkey]=_.values[i]}i++}return this};e.flip=function(){var _=__.method(this),i=0,kl=_.keys.length;while(i<kl){oldkey=_.keys[i];newkey=_.values[i];if(oldkey!==newkey){this[oldkey]=_.object[oldkey]=_.objectChain[i][oldkey]=null;delete this[oldkey];delete _.object[oldkey];delete _.objectChain[i][oldkey];this[newkey]=_.object[newkey]=_.objectChain[i][newkey]=oldkey;_.keys[i]=newkey}i++}return this};e.walk=function(funcname,userdata){var _=__.method(this),obj,func,ini,i=0,kl=0;try{if(typeof funcname==="function"){for(i=0,kl=_.keys.length;i<kl;i++){if(arguments.length>1){funcname(_.values[i],_.keys[i],userdata)}else{funcname(_.values[i],_.keys[i])}}}else{if(typeof funcname==="string"){this.php_js=this.php_js||{};this.php_js.ini=this.php_js.ini||{};ini=this.php_js.ini["phpjs.no-eval"];if(ini&&(parseInt(ini.local_value,10)!==0&&(!ini.local_value.toLowerCase||ini.local_value.toLowerCase()!=="off"))){if(arguments.length>1){for(i=0,kl=_.keys.length;i<kl;i++){this.window[funcname](_.values[i],_.keys[i],userdata)}}else{for(i=0,kl=_.keys.length;i<kl;i++){this.window[funcname](_.values[i],_.keys[i])}}}else{if(arguments.length>1){for(i=0,kl=_.keys.length;i<kl;i++){eval(funcname+"(_.values[i], _.keys[i], userdata)")}}else{for(i=0,kl=_.keys.length;i<kl;i++){eval(funcname+"(_.values[i], _.keys[i])")}}}}else{if(funcname&&typeof funcname==="object"&&funcname.length===2){obj=funcname[0];func=funcname[1];if(arguments.length>1){for(i=0,kl=_.keys.length;i<kl;i++){obj[func](_.values[i],_.keys[i],userdata)}}else{for(i=0,kl=_.keys.length;i<kl;i++){obj[func](_.values[i],_.keys[i])}}}else{return false}}}}catch(e){return false}return this};e.keys=function(search_value,argStrict){var _=__.method(this),pos,search=typeof search_value!=="undefined",tmp_arr=[],strict=!!argStrict;if(!search){return _.keys}while((pos=_indexOf(_.values,pos,strict))!==-1){tmp_arr[tmp_arr.length]=_.keys[pos]}return tmp_arr};e.values=function(){var _=__.method(this);return _.values};e.search=function(needle,argStrict){var _=__.method(this),strict=!!argStrict,haystack=_.values,i,vl,val,flags;if(typeof needle==="object"&&needle.exec){if(!strict){flags="i"+(needle.global?"g":"")+(needle.multiline?"m":"")+(needle.sticky?"y":"");needle=new RegExp(needle.source,flags)}for(i=0,vl=haystack.length;i<vl;i++){val=haystack[i];if(needle.test(val)){return _.keys[i]}}return false}for(i=0,vl=haystack.length;i<vl;i++){val=haystack[i];if((strict&&val===needle)||(!strict&&val==needle)){return _.keys[i]}}return false};e.sum=function(){var _=__.method(this),sum=0,i=0,kl=_.keys.length;while(i<kl){if(!isNaN(parseFloat(_.values[i]))){sum+=parseFloat(_.values[i])}i++}return sum};e.foreach=function(handler){var _=__.method(this),i=0,kl=_.keys.length;while(i<kl){if(handler.length===1){handler(_.values[i])}else{handler(_.keys[i],_.values[i])}i++}return this};e.list=function(){var key,_=__.method(this),i=0,argl=arguments.length;while(i<argl){key=_.keys[i];if(key&&key.length===parseInt(key,10).toString().length&&parseInt(key,10)<argl){that.window[arguments[key]]=_.values[key]}i++}return this};e.forEach=function(handler){var _=__.method(this),i=0,kl=_.keys.length;while(i<kl){handler(_.values[i],_.keys[i],this);i++}return this};e.$object=function(){var _=__.method(this);return _.object};e.$objectChain=function(){var _=__.method(this);return _.objectChain}}PHPJS_Array.prototype=p.PHPJS_Array.prototype;arrInst=new PHPJS_Array();p.PHPJS_Array.apply(arrInst,mainArgs);return arrInst}return Array.prototype.slice.call(mainArgs)};function get_meta_tags(c){var a="";if(false){a='<meta name="author" content="name"><meta name="keywords" content="php documentation"><meta name="DESCRIPTION" content="a php manual"><meta name="geo.position" content="49.33;-86.59"></head>'}else{a=this.file_get_contents(c).match(/^[\s\S]*<\/head>/i)}var f=/<meta[^>]*?>/gim;var i=/<meta\s+.*?name\s*=\s*(['"]?)(.*?)\1\s+.*?content\s*=\s*(['"]?)(.*?)\3/gim;var h=/<meta\s+.*?content\s*=\s*(['"?])(.*?)\1\s+.*?name\s*=\s*(['"]?)(.*?)\3/gim;var d,g,b,e={};while((d=f.exec(a))!==null){while((g=i.exec(d))!==null){b=g[2].replace(/\W/g,"_").toLowerCase();e[b]=g[4]}while((g=h.exec(d))!==null){b=g[4].replace(/\W/g,"_").toLowerCase();e[b]=g[2]}}return e};function classkit_method_copy(b,c,d,a){a=a||c;if(typeof b==="string"){b=this.window[b]}if(typeof d==="string"){d=this.window[d]}b.prototype[c]=d.prototype[a];return true};function ob_flush(){var g=1,a=2;this.php_js=this.php_js||{};var f=this.php_js,h=f.obs;if(!h||!h.length){return}var c=0,d=h[h.length-1],b=d.buffer;if(d.callback){if(!d.status){c|=g}c|=a;d.status=1;b=d.callback(b,c)}if(h.length>1){h[h.length-2].buffer+=b}else{var e=this.php_js.flushing;this.php_js.flushing=true;this.echo(b);this.php_js.flushing=e}d.buffer=""};function xmlwriter_end_cdata(a){return a.endCData()};function bindec(a){a=(a+"").replace(/[^01]/gi,"");return parseInt(a,2)};function stream_context_get_params(a){return a.stream_params};function bin2hex(c){var b,a,d="",e;c+="";for(b=0,a=c.length;b<a;b++){e=c.charCodeAt(b).toString(16);d+=e.length<2?"0"+e:e}return d};function idate(e,d){if(e===undefined){throw"idate() expects at least 1 parameter, 0 given"}if(!e.length||e.length>1){throw"idate format is one char"}var c=((typeof d==="undefined")?new Date():(d instanceof Date)?new Date(d):new Date(d*1000)),b;switch(e){case"B":return Math.floor(((c.getUTCHours()*3600)+(c.getUTCMinutes()*60)+c.getUTCSeconds()+3600)/86.4)%1000;case"d":return c.getDate();case"h":return c.getHours()%12||12;case"H":return c.getHours();case"i":return c.getMinutes();case"I":b=c.getFullYear();return 0+(((new Date(b,0))-Date.UTC(b,0))!==((new Date(b,6))-Date.UTC(b,6)));case"L":b=c.getFullYear();return(!(b&3)&&(b%100||!(b%400)))?1:0;case"m":return c.getMonth()+1;case"s":return c.getSeconds();case"t":return(new Date(c.getFullYear(),c.getMonth()+1,0)).getDate();case"U":return Math.round(c.getTime()/1000);case"w":return c.getDay();case"W":b=new Date(c.getFullYear(),c.getMonth(),c.getDate()-(c.getDay()||7)+3);return 1+Math.round((b-(new Date(b.getFullYear(),0,4)))/86400000/7);case"y":return parseInt((c.getFullYear()+"").slice(2),10);case"Y":return c.getFullYear();case"z":return Math.floor((c-new Date(c.getFullYear(),0,1))/86400000);case"Z":return -c.getTimezoneOffset()*60;default:throw"Unrecognized date format token"}};function natcasesort(h){var g=[],a,d,b,f=this,c=false,e={};this.php_js=this.php_js||{};this.php_js.ini=this.php_js.ini||{};c=this.php_js.ini["phpjs.strictForIn"]&&this.php_js.ini["phpjs.strictForIn"].local_value&&this.php_js.ini["phpjs.strictForIn"].local_value!=="off";e=c?h:e;for(a in h){if(h.hasOwnProperty(a)){g.push([a,h[a]]);if(c){delete h[a]}}}g.sort(function(j,i){return f.strnatcasecmp(j[1],i[1])});for(d=0;d<g.length;d++){e[g[d][0]]=g[d][1]}return c||e};function ltrim(c,b){b=!b?" \\s\u00A0":(b+"").replace(/([\[\]\(\)\.\?\/\*\{\}\+\$\^\:])/g,"$1");var a=new RegExp("^["+b+"]+","g");return(c+"").replace(a,"")};function asin(a){return Math.asin(a)};function fgetss(c,b,a){var e=0,d="";if(!this.php_js||!this.php_js.resourceData||!this.php_js.resourceDataPointer||b!==undefined&&!b){return false}e=this.php_js.resourceDataPointer[c.id];if(e===undefined||!this.php_js.resourceData[c.id][e]){return false}d=this.php_js.resourceData[c.id].slice(e,this.php_js.resourceData[c.id].indexOf("\n",e)+1);if(d===""){d=this.php_js.resourceData[c.id].slice(e)}b=(b===undefined||d.length<b)?d.length:Math.floor(b/2)||1;this.php_js.resourceDataPointer[c.id]+=b-1;return this.strip_tags(this.php_js.resourceData[c.id].substr(e,b),a)};function strcoll(c,b){this.setlocale("LC_ALL",0);var a=this.php_js.locales[this.php_js.localeCategories.LC_COLLATE].LC_COLLATE;return a(c,b)};function str_getcsv(j,b,h,l){var f,a,e=[];var k=function(i){return i.split("").reverse().join("")};var c=function(i){return String(i).replace(/([\\\.\+\*\?\[\^\]\$\(\)\{\}\=\!<\>\|\:])/g,"\\$1")};b=b||",";h=h||'"';l=l||"\\";var d=c(h);var g=c(l);j=j.replace(new RegExp("^\\s*"+d),"").replace(new RegExp(d+"\\s*$"),"");j=k(j).split(new RegExp(d+"\\s*"+c(b)+"\\s*"+d+"(?!"+g+")","g")).reverse();for(f=0,a=j.length;f<a;f++){e.push(k(j[f]).replace(new RegExp(g+d,"g"),h))}return e};function aggregate_methods_by_list(e,d,h,b){var a="",f=0,g={},k=-1;var j=function(n){for(var l=0,m=this.length;l<m;l++){if(this[l]===n){return l}}return -1};if(typeof d==="string"){d=this.window[d]}this.php_js=this.php_js||{};this.php_js.aggregateKeys=this.php_js.aggregateKeys||[];this.php_js.aggregateRecords=this.php_js.aggregateRecords||[];this.php_js.aggregateClasses=this.php_js.aggregateClasses||[];var c=function(l){var i=(/\W*function\s+([\w\$]+)\s*\(/).exec(l);if(!i){return"(Anonymous)"}return i[1]};this.php_js.aggregateClasses.push(c(d));if(!h.indexOf){h.indexOf=j}if(b){for(a in d){if(!(a in e)&&typeof d[a]==="function"&&a[0]!=="_"&&h.indexOf(a)===-1){e[a]=d[a];g[a]=d[a]}}for(a in d.prototype){if(!(a in e)&&typeof d.prototype[a]==="function"&&a[0]!=="_"&&h.indexOf(a)===-1){e[a]=d.prototype[a];g[a]=d.prototype[a]}}}else{for(f=0;f<h.length;f++){a=h[f];if(!(a in e)&&a in d&&a[0]!=="_"&&typeof d.prototype[a]==="function"){e[a]=d[a];g[a]=d[a]}else{if(!(a in e)&&a in d.prototype&&a[0]!=="_"&&typeof d.prototype[a]==="function"){e[a]=d.prototype[a];g[a]=d.prototype[a]}}}}if(!this.php_js.aggregateKeys.indexOf){this.php_js.aggregateKeys.indexOf=j}k=this.php_js.aggregateKeys.indexOf(e);if(k!==-1){this.php_js.aggregateRecords[k].push(g);this.php_js.aggregateClasses[k].push(c(d))}else{this.php_js.aggregateKeys.push(e);this.php_js.aggregateRecords.push([g]);this.php_js.aggregateClasses[0]=[];this.php_js.aggregateClasses[0].push(c(d))}};function aggregate_info(g){var a=-1,f="",h={},e={},c=0,b="";var d=function(l){for(var j=0,k=this.length;j<k;j++){if(this[j]===l){return j}}return -1};if(!this.php_js||!this.php_js.aggregateRecords||!this.php_js.aggregateKeys||!this.php_js.aggregateClasses){return false}if(!this.php_js.aggregateKeys.indexOf){this.php_js.aggregateKeys.indexOf=d}a=this.php_js.aggregateKeys.indexOf(g);if(a===-1){return false}for(c=0;c<this.php_js.aggregateClasses[a].length;c++){b=this.php_js.aggregateClasses[a][c];h={methods:[],properties:[]};for(f in this.php_js.aggregateRecords[a][c]){if(typeof this.php_js.aggregateRecords[a][c][f]==="function"){h.methods.push(f)}else{h.properties.push(f)}}e[b]=h}return e};function localeconv(){var a={},b="";this.setlocale("LC_ALL",0);for(b in this.php_js.locales[this.php_js.localeCategories.LC_NUMERIC].LC_NUMERIC){a[b]=this.php_js.locales[this.php_js.localeCategories.LC_NUMERIC].LC_NUMERIC[b]}for(b in this.php_js.locales[this.php_js.localeCategories.LC_MONETARY].LC_MONETARY){a[b]=this.php_js.locales[this.php_js.localeCategories.LC_MONETARY].LC_MONETARY[b]}return a};function strip_tags(a,c){c=(((c||"")+"").toLowerCase().match(/<[a-z][a-z0-9]*>/g)||[]).join("");var b=/<\/?([a-z][a-z0-9]*)\b[^>]*>/gi,d=/<!--[\s\S]*?-->|<\?(?:php)?[\s\S]*?\?>/gi;return a.replace(d,"").replace(b,function(f,e){return c.indexOf("<"+e.toLowerCase()+">")>-1?f:""})};function array_udiff_assoc(d){var h={},f=arguments.length-1,b=arguments[f],a={},e=1,g="",c="";b=(typeof b==="string")?this.window[b]:(Object.prototype.toString.call(b)==="[object Array]")?this.window[b[0]][b[1]]:b;arr1keys:for(g in d){for(e=1;e<f;e++){a=arguments[e];for(c in a){if(b(a[c],d[g])===0&&c===g){continue arr1keys}}h[g]=d[g]}}return h};function mt_rand(b,a){var c=arguments.length;if(c===0){b=0;a=2147483647}else{if(c===1){throw new Error("Warning: mt_rand() expects exactly 2 parameters, 1 given")}else{b=parseInt(b,10);a=parseInt(a,10)}}return Math.floor(Math.random()*(a-b+1))+b};function usleep(b){var a=new Date().getTime();while(new Date()<(a+b/1000)){}return true};function array_diff_assoc(c){var g={},f=arguments.length,e="",d=1,b="",a={};arr1keys:for(e in c){for(d=1;d<f;d++){a=arguments[d];for(b in a){if(a[b]===c[e]&&b===e){continue arr1keys}}g[e]=c[e]}}return g};function ldap_bind(e,b,a,d,c){b=b||null;a=a||null;if(typeof e!=="object"||!e.get_resource_type){return false}e.ldapauth.authenticate(e.hostname,e.port,b,a,function(g,f){if(g){c(g,f);return}d(f)});return true};function assert_options(e,d){this.php_js=this.php_js||{};this.php_js.ini=this.php_js.ini||{};this.php_js.assert_values=this.php_js.assert_values||{};var b,c;switch(e){case"ASSERT_ACTIVE":b="assert.active";c=1;break;case"ASSERT_WARNING":b="assert.warning";c=1;throw"We have not yet implemented warnings for us to throw in JavaScript (assert_options())";case"ASSERT_BAIL":b="assert.bail";c=0;break;case"ASSERT_QUIET_EVAL":b="assert.quiet_eval";c=0;break;case"ASSERT_CALLBACK":b="assert.callback";c=null;break;default:throw"Improper type for assert_options()"}var a=this.php_js.assert_values[b]||(this.php_js.ini[b]&&this.php_js.ini[b].local_value)||c;if(d){this.php_js.assert_values[b]=d}return a};function xmlwriter_start_dtd_element(a,b){return a.startDTDElement(b)};function define_syslog_variables(){$LOG_EMERG=1;$LOG_ALERT=1;$LOG_CRIT=1;$LOG_ERR=4;$LOG_WARNING=5;$LOG_NOTICE=6;$LOG_INFO=6;$LOG_DEBUG=6;$LOG_KERN=0;$LOG_USER=8;$LOG_MAIL=16;$LOG_DAEMON=24;$LOG_AUTH=32;$LOG_SYSLOG=40;$LOG_LPR=48;$LOG_NEWS=56;$LOG_CRON=72;$LOG_AUTHPRIV=80;$LOG_PID=1;$LOG_CONS=2;$LOG_ODELAY=4;$LOG_NDELAY=8;$LOG_NOWAIT=16;$LOG_PERROR=32};function strval(b){var a="";if(b===null){return""}a=this.gettype(b);switch(a){case"boolean":if(b===true){return"1"}return"";case"array":return"Array";case"object":return"Object"}return b};function stream_register_wrapper(c,b,a){return this.stream_wrapper_register()};function date_interval_format(a){return a.format()};function date_get_last_errors(a){return a.constructor.getLastErrors()};function date_time_set(c,a,d,b){return c.setTime(a,d,b)};function compact(){var a={},b=this;var c=function(g){var f=0,d=g.length,e="";for(f=0;f<d;f++){e=g[f];if(Object.prototype.toString.call(e)==="[object Array]"){c(e)}else{if(typeof b.window[e]!=="undefined"){a[e]=b.window[e]}}}return true};c(arguments);return a};function each(a){this.php_js=this.php_js||{};this.php_js.pointers=this.php_js.pointers||[];var f=function(l){for(var j=0,k=this.length;j<k;j++){if(this[j]===l){return j}}return -1};var c=this.php_js.pointers;if(!c.indexOf){c.indexOf=f}if(c.indexOf(a)===-1){c.push(a,0)}var e=c.indexOf(a);var g=c[e+1];var h=0;if(Object.prototype.toString.call(a)!=="[object Array]"){var d=0;for(var b in a){if(d===g){c[e+1]+=1;if(each.returnArrayOnly){return[b,a[b]]}else{return{1:a[b],value:a[b],0:b,key:b}}}d++}return false}if(a.length===0||g===a.length){return false}h=g;c[e+1]+=1;if(each.returnArrayOnly){return[h,a[h]]}else{return{1:a[h],value:a[h],0:h,key:h}}};function stream_context_get_default(a){this.php_js=this.php_js||{};if(!this.php_js.default_streams_context){this.php_js.default_streams_context=this.stream_context_create(a)}if(a){this.php_js.default_streams_context.stream_options=a}return this.php_js.default_streams_context};function echo(){var isNode=typeof module!=="undefined"&&module.exports&&typeof global!=="undefined"&&{}.toString.call(global)=="[object global]";if(isNode){var args=Array.prototype.slice.call(arguments);return console.log(args.join(" "))}var arg="";var argc=arguments.length;var argv=arguments;var i=0;var holder,win=this.window;var d=win.document;var ns_xhtml="http://www.w3.org/1999/xhtml";var ns_xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul";var stringToDOM=function(str,parent,ns,container){var extraNSs="";if(ns===ns_xul){extraNSs=' xmlns:html="'+ns_xhtml+'"'}var stringContainer="<"+container+' xmlns="'+ns+'"'+extraNSs+">"+str+"</"+container+">";var dils=win.DOMImplementationLS;var dp=win.DOMParser;var ax=win.ActiveXObject;if(dils&&dils.createLSInput&&dils.createLSParser){var lsInput=dils.createLSInput();lsInput.stringData=stringContainer;var lsParser=dils.createLSParser(1,null);return lsParser.parse(lsInput).firstChild}else{if(dp){try{var fc=new dp().parseFromString(stringContainer,"text/xml");if(fc&&fc.documentElement&&fc.documentElement.localName!=="parsererror"&&fc.documentElement.namespaceURI!=="http://www.mozilla.org/newlayout/xml/parsererror.xml"){return fc.documentElement.firstChild}}catch(e){}}else{if(ax){var axo=new ax("MSXML2.DOMDocument");axo.loadXML(str);return axo.documentElement}}}if(d.createElementNS&&(d.documentElement.namespaceURI||d.documentElement.nodeName.toLowerCase()!=="html"||(d.contentType&&d.contentType!=="text/html"))){holder=d.createElementNS(ns,container)}else{holder=d.createElement(container)}holder.innerHTML=str;while(holder.firstChild){parent.appendChild(holder.firstChild)}return false};var ieFix=function(node){if(node.nodeType===1){var newNode=d.createElement(node.nodeName);var i,len;if(node.attributes&&node.attributes.length>0){for(i=0,len=node.attributes.length;i<len;i++){newNode.setAttribute(node.attributes[i].nodeName,node.getAttribute(node.attributes[i].nodeName))}}if(node.childNodes&&node.childNodes.length>0){for(i=0,len=node.childNodes.length;i<len;i++){newNode.appendChild(ieFix(node.childNodes[i]))}}return newNode}else{return d.createTextNode(node.nodeValue)}};var replacer=function(s,m1,m2){if(m1!=="\\"){return m1+eval(m2)}else{return s}};this.php_js=this.php_js||{};var phpjs=this.php_js;var ini=phpjs.ini;var obs=phpjs.obs;for(i=0;i<argc;i++){arg=argv[i];if(ini&&ini["phpjs.echo_embedded_vars"]){arg=arg.replace(/(.?)\{?\$(\w*?\}|\w*)/g,replacer)}if(!phpjs.flushing&&obs&&obs.length){obs[obs.length-1].buffer+=arg;continue}if(d.appendChild){if(d.body){if(win.navigator.appName==="Microsoft Internet Explorer"){d.body.appendChild(stringToDOM(ieFix(arg)))}else{var unappendedLeft=stringToDOM(arg,d.body,ns_xhtml,"div").cloneNode(true);if(unappendedLeft){d.body.appendChild(unappendedLeft)}}}else{d.documentElement.appendChild(stringToDOM(arg,d.documentElement,ns_xul,"description"))}}else{if(d.write){d.write(arg)}else{console.log(arg)}}}};function tanh(a){return 1-2/(Math.exp(2*a)+1)};function is_bool(a){return(a===true||a===false)};function stream_context_set_option(d,a,b,c){if(b){if(!d.stream_options[a]){d.stream_options[a]={}}d.stream_options[a][b]=c}else{d.stream_options=a}return true};function xmlwriter_start_attribute_ns(a,d,b,c){return a.startAttributeNS(d,b,c)};function xmlwriter_end_attribute(a){return a.endAttribute()};function stream_context_get_options(a){return a.stream_options};function strncasecmp(c,b,a){var g,d=0;var f=(c+"").toLowerCase().substr(0,a);var e=(b+"").toLowerCase().substr(0,a);if(f.length!==e.length){if(f.length<e.length){a=f.length;if(e.substr(0,f.length)==f){return f.length-e.length}}else{a=e.length;if(f.substr(0,e.length)==e){return f.length-e.length}}}else{a=f.length}for(g=0,d=0;d<a;d++){g=f.charCodeAt(d)-e.charCodeAt(d);if(g!==0){return g}}return 0};function acos(a){return Math.acos(a)};function in_array(e,d,c){var b="",a=!!c;if(a){for(b in d){if(d[b]===e){return true}}}else{for(b in d){if(d[b]==e){return true}}}return false};function strnatcmp(g,f,d){var b=0;if(d==undefined){d=false}var e=function(p){var n=[];var o="";var r="";var q=0,m=0;var s=true;m=p.length;for(q=0;q<m;q++){r=p.substring(q,q+1);if(r.match(/\d/)){if(s){if(o.length>0){n[n.length]=o;o=""}s=false}o+=r}else{if((s==false)&&(r===".")&&(q<(p.length-1))&&(p.substring(q+1,q+2).match(/\d/))){n[n.length]=o;o=""}else{if(s==false){if(o.length>0){n[n.length]=parseInt(o,10);o=""}s=true}o+=r}}}if(o.length>0){if(s){n[n.length]=o}else{n[n.length]=parseInt(o,10)}}return n};var l=e(g+"");var j=e(f+"");var c=l.length;var h=true;var k=-1;var a=0;if(c>j.length){c=j.length;k=1}for(b=0;b<c;b++){if(isNaN(l[b])){if(isNaN(j[b])){h=true;if((a=this.strcmp(l[b],j[b]))!=0){return a}}else{if(h){return 1}else{return -1}}}else{if(isNaN(j[b])){if(h){return -1}else{return 1}}else{if(h||d){if((a=(l[b]-j[b]))!=0){return a}}else{if((a=this.strcmp(l[b].toString(),j[b].toString()))!=0){return a}}h=false}}}return k};function func_get_args(){if(!arguments.callee.caller){try{throw new Error('Either you are using this in a browser which does not support the "caller" property or you are calling this from a global context')}catch(a){return false}}return Array.prototype.slice.call(arguments.callee.caller.arguments)};function abs(a){return Math.abs(a)||0};function xmlwriter_write_element_ns(a,e,b,d,c){return a.writeElementNS(e,b,d,c)};function localtime(e,d){var c,b,a,f={};if(e===undefined){c=new Date()}else{if(e instanceof Date){c=e}else{c=new Date(e*1000)}}a=function(i,g){var h=(new Date(i.getFullYear(),0,g,0,0,0,0)).toUTCString();return i-new Date(h.slice(0,h.lastIndexOf(" ")-1))};b=Math.floor((c-new Date(c.getFullYear(),0,1))/86400000);f={tm_sec:c.getSeconds(),tm_min:c.getMinutes(),tm_hour:c.getHours(),tm_mday:c.getDate(),tm_mon:c.getMonth(),tm_year:c.getFullYear()-1900,tm_wday:c.getDay(),tm_yday:b,tm_isdst:+(a(c,1)!=a(c,6))};return d?f:[f.tm_sec,f.tm_min,f.tm_hour,f.tm_mday,f.tm_mon,f.tm_year,f.tm_wday,f.tm_yday,f.tm_isdst]};function file_get_contents(l,s,f,p,j){var J,c=[],z=[],A=0,B=0,C="",q=-1,d=0,y=null,F=false;var o=function(e){return e.substring(1)!==""};this.php_js=this.php_js||{};this.php_js.ini=this.php_js.ini||{};var r=this.php_js.ini;f=f||this.php_js.default_streams_context||null;if(!s){s=0}var I={FILE_USE_INCLUDE_PATH:1,FILE_TEXT:32,FILE_BINARY:64};if(typeof s==="number"){d=s}else{s=[].concat(s);for(B=0;B<s.length;B++){if(I[s[B]]){d=d|I[s[B]]}}}if(d&I.FILE_BINARY&&(d&I.FILE_TEXT)){throw"You cannot pass both FILE_BINARY and FILE_TEXT to file_get_contents()"}if((d&I.FILE_USE_INCLUDE_PATH)&&r.include_path&&r.include_path.local_value){var x=r.include_path.local_value.indexOf("/")!==-1?"/":"\\";l=r.include_path.local_value+x+l}else{if(!/^(https?|file):/.test(l)){C=this.window.location.href;q=l.indexOf("/")===0?C.indexOf("/",8)-1:C.lastIndexOf("/");l=C.slice(0,q+1)+l}}var w;if(f){w=f.stream_options&&f.stream_options.http;F=!!w}if(!f||!f.stream_options||F){var b=this.window.ActiveXObject?new ActiveXObject("Microsoft.XMLHTTP"):new XMLHttpRequest();if(!b){throw new Error("XMLHttpRequest not supported")}var g=F?w.method:"GET";var n=!!(f&&f.stream_params&&f.stream_params["phpjs.async"]);if(r["phpjs.ajaxBypassCache"]&&r["phpjs.ajaxBypassCache"].local_value){l+=(l.match(/\?/)==null?"?":"&")+(new Date()).getTime()}b.open(g,l,n);if(n){var a=f.stream_params.notification;if(typeof a==="function"){if(0&&b.addEventListener){}else{b.onreadystatechange=function(e){var i={responseText:b.responseText,responseXML:b.responseXML,status:b.status,statusText:b.statusText,readyState:b.readyState,evt:e};var k;switch(b.readyState){case 0:a.call(i,0,0,"",0,0,0);break;case 1:a.call(i,0,0,"",0,0,0);break;case 2:a.call(i,0,0,"",0,0,0);break;case 3:k=b.responseText.length*2;a.call(i,7,0,"",0,k,0);break;case 4:if(b.status>=200&&b.status<400){k=b.responseText.length*2;a.call(i,8,0,"",b.status,k,0)}else{if(b.status===403){a.call(i,10,2,"",b.status,0,0)}else{a.call(i,9,2,"",b.status,0,0)}}break;default:throw"Unrecognized ready state for file_get_contents()"}}}}}if(F){var H=(w.header&&w.header.split(/\r?\n/))||[];var v=false;for(B=0;B<H.length;B++){var E=H[B];var D=E.search(/:\s*/);var m=E.substring(0,D);b.setRequestHeader(m,E.substring(D+1));if(m==="User-Agent"){v=true}}if(!v){var t=w.user_agent||(r.user_agent&&r.user_agent.local_value);if(t){b.setRequestHeader("User-Agent",t)}}y=w.content||null}if(d&I.FILE_TEXT){var u="text/html";if(w&&w["phpjs.override"]){u=w["phpjs.override"]}else{var h=(r["unicode.stream_encoding"]&&r["unicode.stream_encoding"].local_value)||"UTF-8";if(w&&w.header&&(/^content-type:/im).test(w.header)){u=w.header.match(/^content-type:\s*(.*)$/im)[1]}if(!(/;\s*charset=/).test(u)){u+="; charset="+h}}b.overrideMimeType(u)}else{if(d&I.FILE_BINARY){b.overrideMimeType("text/plain; charset=x-user-defined")}}try{if(w&&w["phpjs.sendAsBinary"]){b.sendAsBinary(y)}else{b.send(y)}}catch(G){return false}J=b.getAllResponseHeaders();if(J){J=J.split("\n");for(A=0;A<J.length;A++){if(o(J[A])){z.push(J[A])}}J=z;for(B=0;B<J.length;B++){c[B]=J[B]}this.$http_response_header=c}if(p||j){if(j){return b.responseText.substr(p||0,j)}return b.responseText.substr(p)}return b.responseText}return false};function uksort(b,l){var c={},j=[],f=0,d="",h=false,a={};if(typeof l==="string"){l=this.window[l]}for(d in b){if(b.hasOwnProperty(d)){j.push(d)}}try{if(l){j.sort(l)}else{j.sort()}}catch(g){return false}this.php_js=this.php_js||{};this.php_js.ini=this.php_js.ini||{};h=this.php_js.ini["phpjs.strictForIn"]&&this.php_js.ini["phpjs.strictForIn"].local_value&&this.php_js.ini["phpjs.strictForIn"].local_value!=="off";a=h?b:a;for(f=0;f<j.length;f++){d=j[f];c[d]=b[d];if(h){delete b[d]}}for(f in c){if(c.hasOwnProperty(f)){a[f]=c[f]}}return h||a};function xmlwriter_write_attribute(a,b,c){return a.writeAttribute(b,c)};function fread(b,a){if(!this.php_js||!this.php_js.resourceData||!this.php_js.resourceDataPointer){return false}a=a<8192?(Math.floor(a/2)||1):4096;var c=this.php_js.resourceDataPointer[b.id];if(c===undefined){return false}if(!this.php_js.resourceData[b.id][c]){return""}this.php_js.resourceDataPointer[b.id]+=a;return this.php_js.resourceData[b.id].substr(c,a)};function ob_end_clean(){var f=1,d=4;this.php_js=this.php_js||{};var e=this.php_js,g=e.obs;if(!g||!g.length){return false}var b=0,c=g[g.length-1],a=c.buffer;if(c.callback){if(!c.status){b|=f}b|=d;c.status=2;a=c.callback(a,b)}g.pop();return true};function array_walk(array,funcname,userdata){var key,value,ini;if(!array||typeof array!=="object"){return false}if(typeof array==="object"&&array.change_key_case){if(arguments.length>2){return array.walk(funcname,userdata)}else{return array.walk(funcname)}}try{if(typeof funcname==="function"){for(key in array){if(arguments.length>2){funcname(array[key],key,userdata)}else{funcname(array[key],key)}}}else{if(typeof funcname==="string"){this.php_js=this.php_js||{};this.php_js.ini=this.php_js.ini||{};ini=this.php_js.ini["phpjs.no-eval"];if(ini&&(parseInt(ini.local_value,10)!==0&&(!ini.local_value.toLowerCase||ini.local_value.toLowerCase()!=="off"))){if(arguments.length>2){for(key in array){this.window[funcname](array[key],key,userdata)}}else{for(key in array){this.window[funcname](array[key],key)}}}else{if(arguments.length>2){for(key in array){eval(funcname+"(array[key], key, userdata)")}}else{for(key in array){eval(funcname+"(array[key], key)")}}}}else{if(funcname&&typeof funcname==="object"&&funcname.length===2){var obj=funcname[0],func=funcname[1];if(arguments.length>2){for(key in array){obj[func](array[key],key,userdata)}}else{for(key in array){obj[func](array[key],key)}}}else{return false}}}}catch(e){return false}return true};function strrpos(b,c,d){var a=-1;if(d){a=(b+"").slice(d).lastIndexOf(c);if(a!==-1){a+=d}}else{a=(b+"").lastIndexOf(c)}return a>=0?a:false};function ctype_alnum(a){if(typeof a!=="string"){return false}this.setlocale("LC_ALL",0);return a.search(this.php_js.locales[this.php_js.localeCategories.LC_CTYPE].LC_CTYPE.an)!==-1};function classkit_import(file){eval(this.file_get_contents(file))};function array_filter(a,c){var d={},b;c=c||function(e){return e};if(Object.prototype.toString.call(a)==="[object Array]"){d=[]}for(b in a){if(c(a[b])){d[b]=a[b]}}return d};function foreach(a,d){var b,c,e;if(a&&typeof a==="object"&&a.change_key_case){return a.foreach(d)}if(typeof this.Iterator!=="undefined"){var c=this.Iterator(a);if(d.length===1){for(e in c){d(e[1])}}else{for(e in c){d(e[0],e[1])}}}else{if(d.length===1){for(b in a){if(a.hasOwnProperty(b)){d(a[b])}}}else{for(b in a){if(a.hasOwnProperty(b)){d(b,a[b])}}}}};function chr(a){if(a>65535){a-=65536;return String.fromCharCode(55296+(a>>10),56320+(a&1023))}return String.fromCharCode(a)};function quotemeta(a){return(a+"").replace(/([\.\\\+\*\?\[\^\]\$\(\)])/g,"\\$1")};function convert_cyr_string(h,k,l){var m=[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,154,174,190,46,159,189,46,46,179,191,180,157,46,46,156,183,46,46,182,166,173,46,46,158,163,152,164,155,46,46,46,167,225,226,247,231,228,229,246,250,233,234,235,236,237,238,239,240,242,243,244,245,230,232,227,254,251,253,255,249,248,252,224,241,193,194,215,199,196,197,214,218,201,202,203,204,205,206,207,208,210,211,212,213,198,200,195,222,219,221,223,217,216,220,192,209,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,184,186,32,179,191,32,32,32,32,32,180,162,32,32,32,32,168,170,32,178,175,32,32,32,32,32,165,161,169,254,224,225,246,228,229,244,227,245,232,233,234,235,236,237,238,239,255,240,241,242,243,230,226,252,251,231,248,253,249,247,250,222,192,193,214,196,197,212,195,213,200,201,202,203,204,205,206,207,223,208,209,210,211,198,194,220,219,199,216,221,217,215,218],a=[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,225,226,247,231,228,229,246,250,233,234,235,236,237,238,239,240,242,243,244,245,230,232,227,254,251,253,255,249,248,252,224,241,193,194,215,199,196,197,214,218,201,202,203,204,205,206,207,208,35,35,35,124,124,124,124,43,43,124,124,43,43,43,43,43,43,45,45,124,45,43,124,124,43,43,45,45,124,45,43,45,45,45,45,43,43,43,43,43,43,43,43,35,35,124,124,35,210,211,212,213,198,200,195,222,219,221,223,217,216,220,192,209,179,163,180,164,183,167,190,174,32,149,158,32,152,159,148,154,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,205,186,213,241,243,201,32,245,187,212,211,200,190,32,247,198,199,204,181,240,242,185,32,244,203,207,208,202,216,32,246,32,238,160,161,230,164,165,228,163,229,168,169,170,171,172,173,174,175,239,224,225,226,227,166,162,236,235,167,232,237,233,231,234,158,128,129,150,132,133,148,131,149,136,137,138,139,140,141,142,143,159,144,145,146,147,134,130,156,155,135,152,157,153,151,154],d=[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,179,32,32,32,32,32,32,32,32,32,32,32,32,32,32,225,226,247,231,228,229,246,250,233,234,235,236,237,238,239,240,242,243,244,245,230,232,227,254,251,253,255,249,248,252,224,241,193,194,215,199,196,197,214,218,201,202,203,204,205,206,207,208,210,211,212,213,198,200,195,222,219,221,223,217,216,220,192,209,32,163,32,32,32,32,32,32,32,32,32,32,32,32,32,32,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,241,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,161,32,32,32,32,32,32,32,32,32,32,32,32,238,208,209,230,212,213,228,211,229,216,217,218,219,220,221,222,223,239,224,225,226,227,214,210,236,235,215,232,237,233,231,234,206,176,177,198,180,181,196,179,197,184,185,186,187,188,189,190,191,207,192,193,194,195,182,178,204,203,183,200,205,201,199,202],j=[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,225,226,247,231,228,229,246,250,233,234,235,236,237,238,239,240,242,243,244,245,230,232,227,254,251,253,255,249,248,252,224,241,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,179,163,209,193,194,215,199,196,197,214,218,201,202,203,204,205,206,207,208,210,211,212,213,198,200,195,222,219,221,223,217,216,220,192,255,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,160,161,162,222,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,221,180,181,182,183,184,185,186,187,188,189,190,191,254,224,225,246,228,229,244,227,245,232,233,234,235,236,237,238,239,223,240,241,242,243,230,226,252,251,231,248,253,249,247,250,158,128,129,150,132,133,148,131,149,136,137,138,139,140,141,142,143,159,144,145,146,147,134,130,156,155,135,152,157,153,151,154];var f=null,e=null,c,b=0,g="";switch(k.toUpperCase()){case"W":f=m;break;case"A":case"D":f=a;break;case"I":f=d;break;case"M":f=j;break;case"K":break;default:throw"Unknown source charset: "+k}switch(l.toUpperCase()){case"W":e=m;break;case"A":case"D":e=a;break;case"I":e=d;break;case"M":e=j;break;case"K":break;default:throw"Unknown destination charset: "+l}if(!h){return h}for(b=0;b<h.length;b++){c=(f===null)?h.charAt(b):String.fromCharCode(f[h.charAt(b).charCodeAt(0)]);g+=(e===null)?c:String.fromCharCode(e[c.charCodeAt(0)+256])}return g};function aggregation_info(a){return this.aggregate_info(a)};function xdiff_string_patch(l,e,g,n){var j=function(i){return(i.global?"g":"")+(i.ignoreCase?"i":"")+(i.multiline?"m":"")+(i.extended?"x":"")+(i.sticky?"y":"")},u=function(z,E){if(!(E instanceof RegExp)){return String.prototype.split.apply(z,arguments)}var A=String(z),v=[],i=0,y,C,w=Infinity,B=E._xregexp,D=new RegExp(E.source,j(E)+"g");if(B){D._xregexp={source:B.source,captureNames:B.captureNames?B.captureNames.slice(0):null}}while((y=D.exec(A))){if(D.lastIndex>i){v.push(A.slice(i,y.index));if(y.length>1&&y.index<A.length){Array.prototype.push.apply(v,y.slice(1))}C=y[0].length;i=D.lastIndex;if(v.length>=w){break}}if(D.lastIndex===y.index){D.lastIndex++}}if(i===A.length){if(!D.test("")||C){v.push("")}}else{v.push(A.slice(i))}return v.length>w?v.slice(0,w):v},o=0,k=0,d=[],c=0,s="",r=/^@@\s+-(\d+),(\d+)\s+\+(\d+),(\d+)\s+@@$/,m=/\r?\n/,a=u(e.replace(/(\r?\n)+$/,""),m),t=u(l,m),b=[],q=0,h="",f=0,p={XDIFF_PATCH_NORMAL:1,XDIFF_PATCH_REVERSE:2,XDIFF_PATCH_IGNORESPACE:4};if(typeof l!=="string"||!e){return false}if(!g){g="XDIFF_PATCH_NORMAL"}if(typeof g!=="number"){g=[].concat(g);for(o=0;o<g.length;o++){if(p[g[o]]){f=f|p[g[o]]}}g=f}if(g&p.XDIFF_PATCH_NORMAL){for(o=0,k=a.length;o<k;o++){d=a[o].match(r);if(d){c=q;q=d[1]-1;while(c<q){b[b.length]=t[c++]}while(a[++o]&&(r.exec(a[o]))===null){s=a[o].charAt(0);switch(s){case"-":++q;break;case"+":b[b.length]=a[o].slice(1);break;case" ":b[b.length]=t[q++];break;default:throw"Unrecognized initial character in unidiff line"}}if(a[o]){o--}}}while(q>0&&q<t.length){b[b.length]=t[q++]}}else{if(g&p.XDIFF_PATCH_REVERSE){for(o=0,k=a.length;o<k;o++){d=a[o].match(r);if(d){c=q;q=d[3]-1;while(c<q){b[b.length]=t[c++]}while(a[++o]&&(r.exec(a[o]))===null){s=a[o].charAt(0);switch(s){case"-":b[b.length]=a[o].slice(1);break;case"+":++q;break;case" ":b[b.length]=t[q++];break;default:throw"Unrecognized initial character in unidiff line"}}if(a[o]){o--}}}while(q>0&&q<t.length){b[b.length]=t[q++]}}}if(typeof n==="string"){this.window[n]=h}return b.join("\n")};function stream_filter_register(a,c){this.php_js=this.php_js||{};this.php_js.stream_filters=this.php_js.stream_filters||{};if(typeof c==="string"){var b=window;c=b[c]}if(this.php_js.stream_filters[a]){return false}this.php_js.stream_filters[a]=c;return true};function timezone_transitions_get(c,b,a){var d={"Africa/Abidjan":{0:{ts:-1830383032,time:"1912-01-01T00:16:08+0000",offset:0,isdst:false,abbr:"GMT"}},"Africa/Accra":{0:{ts:-1640995148,time:"1918-01-01T00:00:52+0000",offset:0,isdst:false,abbr:"GMT"},1:{ts:-1051920000,time:"1936-09-01T00:00:00+0000",offset:1200,isdst:true,abbr:"GHST"},2:{ts:-1041466800,time:"1936-12-30T23:40:00+0000",offset:0,isdst:false,abbr:"GMT"},3:{ts:-1020384000,time:"1937-09-01T00:00:00+0000",offset:1200,isdst:true,abbr:"GHST"},4:{ts:-1009930800,time:"1937-12-30T23:40:00+0000",offset:0,isdst:false,abbr:"GMT"},5:{ts:-988848000,time:"1938-09-01T00:00:00+0000",offset:1200,isdst:true,abbr:"GHST"},6:{ts:-978394800,time:"1938-12-30T23:40:00+0000",offset:0,isdst:false,abbr:"GMT"},7:{ts:-957312000,time:"1939-09-01T00:00:00+0000",offset:1200,isdst:true,abbr:"GHST"},8:{ts:-946858800,time:"1939-12-30T23:40:00+0000",offset:0,isdst:false,abbr:"GMT"},9:{ts:-925689600,time:"1940-09-01T00:00:00+0000",offset:1200,isdst:true,abbr:"GHST"},10:{ts:-915236400,time:"1940-12-30T23:40:00+0000",offset:0,isdst:false,abbr:"GMT"},11:{ts:-894153600,time:"1941-09-01T00:00:00+0000",offset:1200,isdst:true,abbr:"GHST"},12:{ts:-883700400,time:"1941-12-30T23:40:00+0000",offset:0,isdst:false,abbr:"GMT"},13:{ts:-862617600,time:"1942-09-01T00:00:00+0000",offset:1200,isdst:true,abbr:"GHST"},14:{ts:-852164400,time:"1942-12-30T23:40:00+0000",offset:0,isdst:false,abbr:"GMT"}},"Africa/Addis_Ababa":{0:{ts:-1062210920,time:"1936-05-04T21:24:40+0000",offset:10800,isdst:false,abbr:"EAT"}},"Africa/Algiers":{0:{ts:-1855958961,time:"1911-03-10T23:50:39+0000",offset:0,isdst:false,abbr:"WET"},1:{ts:-1689814800,time:"1916-06-14T23:00:00+0000",offset:3600,isdst:true,abbr:"WEST"},2:{ts:-1680397200,time:"1916-10-01T23:00:00+0000",offset:0,isdst:false,abbr:"WET"},3:{ts:-1665363600,time:"1917-03-24T23:00:00+0000",offset:3600,isdst:true,abbr:"WEST"},4:{ts:-1648342800,time:"1917-10-07T23:00:00+0000",offset:0,isdst:false,abbr:"WET"},5:{ts:-1635123600,time:"1918-03-09T23:00:00+0000",offset:3600,isdst:true,abbr:"WEST"},6:{ts:-1616893200,time:"1918-10-06T23:00:00+0000",offset:0,isdst:false,abbr:"WET"},7:{ts:-1604278800,time:"1919-03-01T23:00:00+0000",offset:3600,isdst:true,abbr:"WEST"},8:{ts:-1585443600,time:"1919-10-05T23:00:00+0000",offset:0,isdst:false,abbr:"WET"},9:{ts:-1574038800,time:"1920-02-14T23:00:00+0000",offset:3600,isdst:true,abbr:"WEST"},10:{ts:-1552266000,time:"1920-10-23T23:00:00+0000",offset:0,isdst:false,abbr:"WET"},11:{ts:-1539997200,time:"1921-03-14T23:00:00+0000",offset:3600,isdst:true,abbr:"WEST"},12:{ts:-1531443600,time:"1921-06-21T23:00:00+0000",offset:0,isdst:false,abbr:"WET"},13:{ts:-956365200,time:"1939-09-11T23:00:00+0000",offset:3600,isdst:true,abbr:"WEST"},14:{ts:-950486400,time:"1939-11-19T00:00:00+0000",offset:0,isdst:false,abbr:"WET"},15:{ts:-942012000,time:"1940-02-25T02:00:00+0000",offset:3600,isdst:false,abbr:"CET"},16:{ts:-812502000,time:"1944-04-03T01:00:00+0000",offset:7200,isdst:true,abbr:"CEST"},17:{ts:-796262400,time:"1944-10-08T00:00:00+0000",offset:3600,isdst:false,abbr:"CET"},18:{ts:-781052400,time:"1945-04-02T01:00:00+0000",offset:7200,isdst:true,abbr:"CEST"},19:{ts:-766630800,time:"1945-09-15T23:00:00+0000",offset:3600,isdst:false,abbr:"CET"},20:{ts:-733280400,time:"1946-10-06T23:00:00+0000",offset:0,isdst:false,abbr:"WET"},21:{ts:-439430400,time:"1956-01-29T00:00:00+0000",offset:3600,isdst:false,abbr:"CET"},22:{ts:-212029200,time:"1963-04-13T23:00:00+0000",offset:0,isdst:false,abbr:"WET"},23:{ts:41468400,time:"1971-04-25T23:00:00+0000",offset:3600,isdst:true,abbr:"WEST"},24:{ts:54774000,time:"1971-09-26T23:00:00+0000",offset:0,isdst:false,abbr:"WET"},25:{ts:231724800,time:"1977-05-06T00:00:00+0000",offset:3600,isdst:true,abbr:"WEST"},26:{ts:246236400,time:"1977-10-20T23:00:00+0000",offset:3600,isdst:false,abbr:"CET"},27:{ts:259545600,time:"1978-03-24T00:00:00+0000",offset:7200,isdst:true,abbr:"CEST"},28:{ts:275274000,time:"1978-09-22T01:00:00+0000",offset:3600,isdst:false,abbr:"CET"},29:{ts:309740400,time:"1979-10-25T23:00:00+0000",offset:0,isdst:false,abbr:"WET"},30:{ts:325468800,time:"1980-04-25T00:00:00+0000",offset:3600,isdst:true,abbr:"WEST"},31:{ts:341802000,time:"1980-10-31T01:00:00+0000",offset:0,isdst:false,abbr:"WET"},32:{ts:357523200,time:"1981-05-01T00:00:00+0000",offset:3600,isdst:false,abbr:"CET"}},"Africa/Asmara":{0:{ts:-1062210920,time:"1936-05-04T21:24:40+0000",offset:10800,isdst:false,abbr:"EAT"}},"Africa/Asmera":{0:{ts:-1062210920,time:"1936-05-04T21:24:40+0000",offset:10800,isdst:false,abbr:"EAT"}},"Africa/Bamako":{0:{ts:-1830382080,time:"1912-01-01T00:32:00+0000",offset:0,isdst:false,abbr:"GMT"},1:{ts:-1131235200,time:"1934-02-26T00:00:00+0000",offset:-3600,isdst:false,abbr:"WAT"},2:{ts:-300841200,time:"1960-06-20T01:00:00+0000",offset:0,isdst:false,abbr:"GMT"}},"Africa/Bangui":{0:{ts:-1830388460,time:"1911-12-31T22:45:40+0000",offset:3600,isdst:false,abbr:"WAT"}},"Africa/Banjul":{0:{ts:-1830380004,time:"1912-01-01T01:06:36+0000",offset:-3996,isdst:false,abbr:"BMT"},1:{ts:-1104533604,time:"1935-01-01T01:06:36+0000",offset:-3600,isdst:false,abbr:"WAT"},2:{ts:-189385200,time:"1964-01-01T01:00:00+0000",offset:0,isdst:false,abbr:"GMT"}},"Africa/Bissau":{0:{ts:-1849388260,time:"1911-05-26T01:02:20+0000",offset:-3600,isdst:false,abbr:"WAT"},1:{ts:157770000,time:"1975-01-01T01:00:00+0000",offset:0,isdst:false,abbr:"GMT"}},"Africa/Blantyre":{0:{ts:-2109291600,time:"1903-02-28T21:40:00+0000",offset:7200,isdst:false,abbr:"CAT"}},"Africa/Brazzaville":{0:{ts:-1830387668,time:"1911-12-31T22:58:52+0000",offset:3600,isdst:false,abbr:"WAT"}},"Africa/Bujumbura":{},"Africa/Cairo":{0:{ts:-929844000,time:"1940-07-14T22:00:00+0000",offset:10800,isdst:true,abbr:"EEST"},1:{ts:-923108400,time:"1940-09-30T21:00:00+0000",offset:7200,isdst:false,abbr:"EET"},2:{ts:-906170400,time:"1941-04-14T22:00:00+0000",offset:10800,isdst:true,abbr:"EEST"},3:{ts:-892868400,time:"1941-09-15T21:00:00+0000",offset:7200,isdst:false,abbr:"EET"},4:{ts:-875844000,time:"1942-03-31T22:00:00+0000",offset:10800,isdst:true,abbr:"EEST"},5:{ts:-857790000,time:"1942-10-26T21:00:00+0000",offset:7200,isdst:false,abbr:"EET"},6:{ts:-844308000,time:"1943-03-31T22:00:00+0000",offset:10800,isdst:true,abbr:"EEST"},7:{ts:-825822000,time:"1943-10-31T21:00:00+0000",offset:7200,isdst:false,abbr:"EET"},8:{ts:-812685600,time:"1944-03-31T22:00:00+0000",offset:10800,isdst:true,abbr:"EEST"},9:{ts:-794199600,time:"1944-10-31T21:00:00+0000",offset:7200,isdst:false,abbr:"EET"},10:{ts:-779853600,time:"1945-04-15T22:00:00+0000",offset:10800,isdst:true,abbr:"EEST"},11:{ts:-762663600,time:"1945-10-31T21:00:00+0000",offset:7200,isdst:false,abbr:"EET"},12:{ts:-399088800,time:"1957-05-09T22:00:00+0000",offset:10800,isdst:true,abbr:"EEST"},13:{ts:-386650800,time:"1957-09-30T21:00:00+0000",offset:7200,isdst:false,abbr:"EET"},14:{ts:-368330400,time:"1958-04-30T22:00:00+0000",offset:10800,isdst:true,abbr:"EEST"},15:{ts:-355114800,time:"1958-09-30T21:00:00+0000",offset:7200,isdst:false,abbr:"EET"},16:{ts:-336790800,time:"1959-04-30T23:00:00+0000",offset:10800,isdst:true,abbr:"EEST"},17:{ts:-323654400,time:"1959-09-30T00:00:00+0000",offset:7200,isdst:false,abbr:"EET"},18:{ts:-305168400,time:"1960-04-30T23:00:00+0000",offset:10800,isdst:true,abbr:"EEST"},19:{ts:-292032000,time:"1960-09-30T00:00:00+0000",offset:7200,isdst:false,abbr:"EET"},20:{ts:-273632400,time:"1961-04-30T23:00:00+0000",offset:10800,isdst:true,abbr:"EEST"},21:{ts:-260496000,time:"1961-09-30T00:00:00+0000",offset:7200,isdst:false,abbr:"EET"},22:{ts:-242096400,time:"1962-04-30T23:00:00+0000",offset:10800,isdst:true,abbr:"EEST"},23:{ts:-228960000,time:"1962-09-30T00:00:00+0000",offset:7200,isdst:false,abbr:"EET"},24:{ts:-210560400,time:"1963-04-30T23:00:00+0000",offset:10800,isdst:true,abbr:"EEST"},25:{ts:-197424000,time:"1963-09-30T00:00:00+0000",offset:7200,isdst:false,abbr:"EET"},26:{ts:-178938000,time:"1964-04-30T23:00:00+0000",offset:10800,isdst:true,abbr:"EEST"},27:{ts:-165801600,time:"1964-09-30T00:00:00+0000",offset:7200,isdst:false,abbr:"EET"},28:{ts:-147402000,time:"1965-04-30T23:00:00+0000",offset:10800,isdst:true,abbr:"EEST"},29:{ts:-134265600,time:"1965-09-30T00:00:00+0000",offset:7200,isdst:false,abbr:"EET"},30:{ts:-115866000,time:"1966-04-30T23:00:00+0000",offset:10800,isdst:true,abbr:"EEST"},31:{ts:-102643200,time:"1966-10-01T00:00:00+0000",offset:7200,isdst:false,abbr:"EET"},32:{ts:-84330000,time:"1967-04-30T23:00:00+0000",offset:10800,isdst:true,abbr:"EEST"},33:{ts:-71107200,time:"1967-10-01T00:00:00+0000",offset:7200,isdst:false,abbr:"EET"},34:{ts:-52707600,time:"1968-04-30T23:00:00+0000",offset:10800,isdst:true,abbr:"EEST"},35:{ts:-39484800,time:"1968-10-01T00:00:00+0000",offset:7200,isdst:false,abbr:"EET"},36:{ts:-21171600,time:"1969-04-30T23:00:00+0000",offset:10800,isdst:true,abbr:"EEST"},37:{ts:-7948800,time:"1969-10-01T00:00:00+0000",offset:7200,isdst:false,abbr:"EET"},38:{ts:10364400,time:"1970-04-30T23:00:00+0000",offset:10800,isdst:true,abbr:"EEST"},39:{ts:23587200,time:"1970-10-01T00:00:00+0000",offset:7200,isdst:false,abbr:"EET"},40:{ts:41900400,time:"1971-04-30T23:00:00+0000",offset:10800,isdst:true,abbr:"EEST"},41:{ts:55123200,time:"1971-10-01T00:00:00+0000",offset:7200,isdst:false,abbr:"EET"},42:{ts:73522800,time:"1972-04-30T23:00:00+0000",offset:10800,isdst:true,abbr:"EEST"},43:{ts:86745600,time:"1972-10-01T00:00:00+0000",offset:7200,isdst:false,abbr:"EET"},44:{ts:105058800,time:"1973-04-30T23:00:00+0000",offset:10800,isdst:true,abbr:"EEST"},45:{ts:118281600,time:"1973-10-01T00:00:00+0000",offset:7200,isdst:false,abbr:"EET"},46:{ts:136594800,time:"1974-04-30T23:00:00+0000",offset:10800,isdst:true,abbr:"EEST"},47:{ts:149817600,time:"1974-10-01T00:00:00+0000",offset:7200,isdst:false,abbr:"EET"},48:{ts:168130800,time:"1975-04-30T23:00:00+0000",offset:10800,isdst:true,abbr:"EEST"},49:{ts:181353600,time:"1975-10-01T00:00:00+0000",offset:7200,isdst:false,abbr:"EET"},50:{ts:199753200,time:"1976-04-30T23:00:00+0000",offset:10800,isdst:true,abbr:"EEST"},51:{ts:212976000,time:"1976-10-01T00:00:00+0000",offset:7200,isdst:false,abbr:"EET"},52:{ts:231289200,time:"1977-04-30T23:00:00+0000",offset:10800,isdst:true,abbr:"EEST"},53:{ts:244512000,time:"1977-10-01T00:00:00+0000",offset:7200,isdst:false,abbr:"EET"},54:{ts:262825200,time:"1978-04-30T23:00:00+0000",offset:10800,isdst:true,abbr:"EEST"},55:{ts:276048000,time:"1978-10-01T00:00:00+0000",offset:7200,isdst:false,abbr:"EET"},56:{ts:294361200,time:"1979-04-30T23:00:00+0000",offset:10800,isdst:true,abbr:"EEST"},57:{ts:307584000,time:"1979-10-01T00:00:00+0000",offset:7200,isdst:false,abbr:"EET"},58:{ts:325983600,time:"1980-04-30T23:00:00+0000",offset:10800,isdst:true,abbr:"EEST"},59:{ts:339206400,time:"1980-10-01T00:00:00+0000",offset:7200,isdst:false,abbr:"EET"},60:{ts:357519600,time:"1981-04-30T23:00:00+0000",offset:10800,isdst:true,abbr:"EEST"},61:{ts:370742400,time:"1981-10-01T00:00:00+0000",offset:7200,isdst:false,abbr:"EET"},62:{ts:396399600,time:"1982-07-24T23:00:00+0000",offset:10800,isdst:true,abbr:"EEST"},63:{ts:402278400,time:"1982-10-01T00:00:00+0000",offset:7200,isdst:false,abbr:"EET"},64:{ts:426812400,time:"1983-07-11T23:00:00+0000",offset:10800,isdst:true,abbr:"EEST"},65:{ts:433814400,time:"1983-10-01T00:00:00+0000",offset:7200,isdst:false,abbr:"EET"},66:{ts:452214000,time:"1984-04-30T23:00:00+0000",offset:10800,isdst:true,abbr:"EEST"},67:{ts:465436800,time:"1984-10-01T00:00:00+0000",offset:7200,isdst:false,abbr:"EET"},68:{ts:483750000,time:"1985-04-30T23:00:00+0000",offset:10800,isdst:true,abbr:"EEST"},69:{ts:496972800,time:"1985-10-01T00:00:00+0000",offset:7200,isdst:false,abbr:"EET"},70:{ts:515286000,time:"1986-04-30T23:00:00+0000",offset:10800,isdst:true,abbr:"EEST"},71:{ts:528508800,time:"1986-10-01T00:00:00+0000",offset:7200,isdst:false,abbr:"EET"},72:{ts:546822000,time:"1987-04-30T23:00:00+0000",offset:10800,isdst:true,abbr:"EEST"},73:{ts:560044800,time:"1987-10-01T00:00:00+0000",offset:7200,isdst:false,abbr:"EET"},74:{ts:578444400,time:"1988-04-30T23:00:00+0000",offset:10800,isdst:true,abbr:"EEST"},75:{ts:591667200,time:"1988-10-01T00:00:00+0000",offset:7200,isdst:false,abbr:"EET"},76:{ts:610412400,time:"1989-05-05T23:00:00+0000",offset:10800,isdst:true,abbr:"EEST"},77:{ts:623203200,time:"1989-10-01T00:00:00+0000",offset:7200,isdst:false,abbr:"EET"},78:{ts:641516400,time:"1990-04-30T23:00:00+0000",offset:10800,isdst:true,abbr:"EEST"},79:{ts:654739200,time:"1990-10-01T00:00:00+0000",offset:7200,isdst:false,abbr:"EET"},80:{ts:673052400,time:"1991-04-30T23:00:00+0000",offset:10800,isdst:true,abbr:"EEST"},81:{ts:686275200,time:"1991-10-01T00:00:00+0000",offset:7200,isdst:false,abbr:"EET"},82:{ts:704674800,time:"1992-04-30T23:00:00+0000",offset:10800,isdst:true,abbr:"EEST"},83:{ts:717897600,time:"1992-10-01T00:00:00+0000",offset:7200,isdst:false,abbr:"EET"},84:{ts:736210800,time:"1993-04-30T23:00:00+0000",offset:10800,isdst:true,abbr:"EEST"},85:{ts:749433600,time:"1993-10-01T00:00:00+0000",offset:7200,isdst:false,abbr:"EET"},86:{ts:767746800,time:"1994-04-30T23:00:00+0000",offset:10800,isdst:true,abbr:"EEST"},87:{ts:780969600,time:"1994-10-01T00:00:00+0000",offset:7200,isdst:false,abbr:"EET"},88:{ts:799020000,time:"1995-04-27T22:00:00+0000",offset:10800,isdst:true,abbr:"EEST"},89:{ts:812322000,time:"1995-09-28T21:00:00+0000",offset:7200,isdst:false,abbr:"EET"},90:{ts:830469600,time:"1996-04-25T22:00:00+0000",offset:10800,isdst:true,abbr:"EEST"},91:{ts:843771600,time:"1996-09-26T21:00:00+0000",offset:7200,isdst:false,abbr:"EET"},92:{ts:861919200,time:"1997-04-24T22:00:00+0000",offset:10800,isdst:true,abbr:"EEST"},93:{ts:875221200,time:"1997-09-25T21:00:00+0000",offset:7200,isdst:false,abbr:"EET"},94:{ts:893368800,time:"1998-04-23T22:00:00+0000",offset:10800,isdst:true,abbr:"EEST"},95:{ts:906670800,time:"1998-09-24T21:00:00+0000",offset:7200,isdst:false,abbr:"EET"},96:{ts:925423200,time:"1999-04-29T22:00:00+0000",offset:10800,isdst:true,abbr:"EEST"},97:{ts:938725200,time:"1999-09-30T21:00:00+0000",offset:7200,isdst:false,abbr:"EET"},98:{ts:956872800,time:"2000-04-27T22:00:00+0000",offset:10800,isdst:true,abbr:"EEST"},99:{ts:970174800,time:"2000-09-28T21:00:00+0000",offset:7200,isdst:false,abbr:"EET"},100:{ts:988322400,time:"2001-04-26T22:00:00+0000",offset:10800,isdst:true,abbr:"EEST"},101:{ts:1001624400,time:"2001-09-27T21:00:00+0000",offset:7200,isdst:false,abbr:"EET"},102:{ts:1019772000,time:"2002-04-25T22:00:00+0000",offset:10800,isdst:true,abbr:"EEST"},103:{ts:1033074000,time:"2002-09-26T21:00:00+0000",offset:7200,isdst:false,abbr:"EET"},104:{ts:1051221600,time:"2003-04-24T22:00:00+0000",offset:10800,isdst:true,abbr:"EEST"},105:{ts:1064523600,time:"2003-09-25T21:00:00+0000",offset:7200,isdst:false,abbr:"EET"},106:{ts:1083276000,time:"2004-04-29T22:00:00+0000",offset:10800,isdst:true,abbr:"EEST"},107:{ts:1096578000,time:"2004-09-30T21:00:00+0000",offset:7200,isdst:false,abbr:"EET"},108:{ts:1114725600,time:"2005-04-28T22:00:00+0000",offset:10800,isdst:true,abbr:"EEST"},109:{ts:1128027600,time:"2005-09-29T21:00:00+0000",offset:7200,isdst:false,abbr:"EET"},110:{ts:1146175200,time:"2006-04-27T22:00:00+0000",offset:10800,isdst:true,abbr:"EEST"},111:{ts:1158872400,time:"2006-09-21T21:00:00+0000",offset:7200,isdst:false,abbr:"EET"},112:{ts:1177624800,time:"2007-04-26T22:00:00+0000",offset:10800,isdst:true,abbr:"EEST"},113:{ts:1189112400,time:"2007-09-06T21:00:00+0000",offset:7200,isdst:false,abbr:"EET"},114:{ts:1209074400,time:"2008-04-24T22:00:00+0000",offset:10800,isdst:true,abbr:"EEST"},115:{ts:1219957200,time:"2008-08-28T21:00:00+0000",offset:7200,isdst:false,abbr:"EET"},116:{ts:1240524000,time:"2009-04-23T22:00:00+0000",offset:10800,isdst:true,abbr:"EEST"},117:{ts:1251406800,time:"2009-08-27T21:00:00+0000",offset:7200,isdst:false,abbr:"EET"},118:{ts:1272578400,time:"2010-04-29T22:00:00+0000",offset:10800,isdst:true,abbr:"EEST"},119:{ts:1282856400,time:"2010-08-26T21:00:00+0000",offset:7200,isdst:false,abbr:"EET"},120:{ts:1304028000,time:"2011-04-28T22:00:00+0000",offset:10800,isdst:true,abbr:"EEST"},121:{ts:1314306000,time:"2011-08-25T21:00:00+0000",offset:7200,isdst:false,abbr:"EET"},122:{ts:1335477600,time:"2012-04-26T22:00:00+0000",offset:10800,isdst:true,abbr:"EEST"},123:{ts:1346360400,time:"2012-08-30T21:00:00+0000",offset:7200,isdst:false,abbr:"EET"},124:{ts:1366927200,time:"2013-04-25T22:00:00+0000",offset:10800,isdst:true,abbr:"EEST"},125:{ts:1377810000,time:"2013-08-29T21:00:00+0000",offset:7200,isdst:false,abbr:"EET"},126:{ts:1398376800,time:"2014-04-24T22:00:00+0000",offset:10800,isdst:true,abbr:"EEST"},127:{ts:1409259600,time:"2014-08-28T21:00:00+0000",offset:7200,isdst:false,abbr:"EET"},128:{ts:1429826400,time:"2015-04-23T22:00:00+0000",offset:10800,isdst:true,abbr:"EEST"},129:{ts:1440709200,time:"2015-08-27T21:00:00+0000",offset:7200,isdst:false,abbr:"EET"},130:{ts:1461880800,time:"2016-04-28T22:00:00+0000",offset:10800,isdst:true,abbr:"EEST"},131:{ts:1472158800,time:"2016-08-25T21:00:00+0000",offset:7200,isdst:false,abbr:"EET"},132:{ts:1493330400,time:"2017-04-27T22:00:00+0000",offset:10800,isdst:true,abbr:"EEST"},133:{ts:1504213200,time:"2017-08-31T21:00:00+0000",offset:7200,isdst:false,abbr:"EET"},134:{ts:1524780000,time:"2018-04-26T22:00:00+0000",offset:10800,isdst:true,abbr:"EEST"},135:{ts:1535662800,time:"2018-08-30T21:00:00+0000",offset:7200,isdst:false,abbr:"EET"},136:{ts:1556229600,time:"2019-04-25T22:00:00+0000",offset:10800,isdst:true,abbr:"EEST"},137:{ts:1567112400,time:"2019-08-29T21:00:00+0000",offset:7200,isdst:false,abbr:"EET"},138:{ts:1587679200,time:"2020-04-23T22:00:00+0000",offset:10800,isdst:true,abbr:"EEST"},139:{ts:1598562000,time:"2020-08-27T21:00:00+0000",offset:7200,isdst:false,abbr:"EET"},140:{ts:1619733600,time:"2021-04-29T22:00:00+0000",offset:10800,isdst:true,abbr:"EEST"},141:{ts:1630011600,time:"2021-08-26T21:00:00+0000",offset:7200,isdst:false,abbr:"EET"},142:{ts:1651183200,time:"2022-04-28T22:00:00+0000",offset:10800,isdst:true,abbr:"EEST"},143:{ts:1661461200,time:"2022-08-25T21:00:00+0000",offset:7200,isdst:false,abbr:"EET"},144:{ts:1682632800,time:"2023-04-27T22:00:00+0000",offset:10800,isdst:true,abbr:"EEST"},145:{ts:1693515600,time:"2023-08-31T21:00:00+0000",offset:7200,isdst:false,abbr:"EET"},146:{ts:1714082400,time:"2024-04-25T22:00:00+0000",offset:10800,isdst:true,abbr:"EEST"},147:{ts:1724965200,time:"2024-08-29T21:00:00+0000",offset:7200,isdst:false,abbr:"EET"},148:{ts:1745532000,time:"2025-04-24T22:00:00+0000",offset:10800,isdst:true,abbr:"EEST"},149:{ts:1756414800,time:"2025-08-28T21:00:00+0000",offset:7200,isdst:false,abbr:"EET"},150:{ts:1776981600,time:"2026-04-23T22:00:00+0000",offset:10800,isdst:true,abbr:"EEST"},151:{ts:1787864400,time:"2026-08-27T21:00:00+0000",offset:7200,isdst:false,abbr:"EET"},152:{ts:1809036000,time:"2027-04-29T22:00:00+0000",offset:10800,isdst:true,abbr:"EEST"},153:{ts:1819314000,time:"2027-08-26T21:00:00+0000",offset:7200,isdst:false,abbr:"EET"},154:{ts:1840485600,time:"2028-04-27T22:00:00+0000",offset:10800,isdst:true,abbr:"EEST"},155:{ts:1851368400,time:"2028-08-31T21:00:00+0000",offset:7200,isdst:false,abbr:"EET"},156:{ts:1871935200,time:"2029-04-26T22:00:00+0000",offset:10800,isdst:true,abbr:"EEST"},157:{ts:1882818000,time:"2029-08-30T21:00:00+0000",offset:7200,isdst:false,abbr:"EET"},158:{ts:1903384800,time:"2030-04-25T22:00:00+0000",offset:10800,isdst:true,abbr:"EEST"},159:{ts:1914267600,time:"2030-08-29T21:00:00+0000",offset:7200,isdst:false,abbr:"EET"},160:{ts:1934834400,time:"2031-04-24T22:00:00+0000",offset:10800,isdst:true,abbr:"EEST"},161:{ts:1945717200,time:"2031-08-28T21:00:00+0000",offset:7200,isdst:false,abbr:"EET"},162:{ts:1966888800,time:"2032-04-29T22:00:00+0000",offset:10800,isdst:true,abbr:"EEST"},163:{ts:1977166800,time:"2032-08-26T21:00:00+0000",offset:7200,isdst:false,abbr:"EET"},164:{ts:1998338400,time:"2033-04-28T22:00:00+0000",offset:10800,isdst:true,abbr:"EEST"},165:{ts:2008616400,time:"2033-08-25T21:00:00+0000",offset:7200,isdst:false,abbr:"EET"},166:{ts:2029788000,time:"2034-04-27T22:00:00+0000",offset:10800,isdst:true,abbr:"EEST"},167:{ts:2040670800,time:"2034-08-31T21:00:00+0000",offset:7200,isdst:false,abbr:"EET"},168:{ts:2061237600,time:"2035-04-26T22:00:00+0000",offset:10800,isdst:true,abbr:"EEST"},169:{ts:2072120400,time:"2035-08-30T21:00:00+0000",offset:7200,isdst:false,abbr:"EET"},170:{ts:2092687200,time:"2036-04-24T22:00:00+0000",offset:10800,isdst:true,abbr:"EEST"},171:{ts:2103570000,time:"2036-08-28T21:00:00+0000",offset:7200,isdst:false,abbr:"EET"},172:{ts:2124136800,time:"2037-04-23T22:00:00+0000",offset:10800,isdst:true,abbr:"EEST"},173:{ts:2135019600,time:"2037-08-27T21:00:00+0000",offset:7200,isdst:false,abbr:"EET"}},"Africa/Casablanca":{0:{ts:-1773012580,time:"1913-10-26T00:30:20+0000",offset:0,isdst:false,abbr:"WET"},1:{ts:-956361600,time:"1939-09-12T00:00:00+0000",offset:3600,isdst:true,abbr:"WEST"},2:{ts:-950490000,time:"1939-11-18T23:00:00+0000",offset:0,isdst:false,abbr:"WET"},3:{ts:-942019200,time:"1940-02-25T00:00:00+0000",offset:3600,isdst:true,abbr:"WEST"},4:{ts:-761187600,time:"1945-11-17T23:00:00+0000",offset:0,isdst:false,abbr:"WET"},5:{ts:-617241600,time:"1950-06-11T00:00:00+0000",offset:3600,isdst:true,abbr:"WEST"},6:{ts:-605149200,time:"1950-10-28T23:00:00+0000",offset:0,isdst:false,abbr:"WET"},7:{ts:-81432000,time:"1967-06-03T12:00:00+0000",offset:3600,isdst:true,abbr:"WEST"},8:{ts:-71110800,time:"1967-09-30T23:00:00+0000",offset:0,isdst:false,abbr:"WET"},9:{ts:141264000,time:"1974-06-24T00:00:00+0000",offset:3600,isdst:true,abbr:"WEST"},10:{ts:147222000,time:"1974-08-31T23:00:00+0000",offset:0,isdst:false,abbr:"WET"},11:{ts:199756800,time:"1976-05-01T00:00:00+0000",offset:3600,isdst:true,abbr:"WEST"},12:{ts:207702000,time:"1976-07-31T23:00:00+0000",offset:0,isdst:false,abbr:"WET"},13:{ts:231292800,time:"1977-05-01T00:00:00+0000",offset:3600,isdst:true,abbr:"WEST"},14:{ts:244249200,time:"1977-09-27T23:00:00+0000",offset:0,isdst:false,abbr:"WET"},15:{ts:265507200,time:"1978-06-01T00:00:00+0000",offset:3600,isdst:true,abbr:"WEST"},16:{ts:271033200,time:"1978-08-03T23:00:00+0000",offset:0,isdst:false,abbr:"WET"},17:{ts:448243200,time:"1984-03-16T00:00:00+0000",offset:3600,isdst:false,abbr:"CET"},18:{ts:504918000,time:"1985-12-31T23:00:00+0000",offset:0,isdst:false,abbr:"WET"}},"Africa/Ceuta":{0:{ts:-1630112400,time:"1918-05-06T23:00:00+0000",offset:3600,isdst:true,abbr:"WEST"},1:{ts:-1616810400,time:"1918-10-07T22:00:00+0000",offset:0,isdst:false,abbr:"WET"},2:{ts:-1442451600,time:"1924-04-16T23:00:00+0000",offset:3600,isdst:true,abbr:"WEST"},3:{ts:-1427677200,time:"1924-10-04T23:00:00+0000",offset:0,isdst:false,abbr:"WET"},4:{ts:-1379293200,time:"1926-04-17T23:00:00+0000",offset:3600,isdst:true,abbr:"WEST"},5:{ts:-1364778000,time:"1926-10-02T23:00:00+0000",offset:0,isdst:false,abbr:"WET"},6:{ts:-1348448400,time:"1927-04-09T23:00:00+0000",offset:3600,isdst:true,abbr:"WEST"},7:{ts:-1333328400,time:"1927-10-01T23:00:00+0000",offset:0,isdst:false,abbr:"WET"},8:{ts:-1316394000,time:"1928-04-14T23:00:00+0000",offset:3600,isdst:true,abbr:"WEST"},9:{ts:-1301274000,time:"1928-10-06T23:00:00+0000",offset:0,isdst:false,abbr:"WET"},10:{ts:-1293840000,time:"1929-01-01T00:00:00+0000",offset:0,isdst:false,abbr:"WET"},11:{ts:-81432000,time:"1967-06-03T12:00:00+0000",offset:3600,isdst:true,abbr:"WEST"},12:{ts:-71110800,time:"1967-09-30T23:00:00+0000",offset:0,isdst:false,abbr:"WET"},13:{ts:141264000,time:"1974-06-24T00:00:00+0000",offset:3600,isdst:true,abbr:"WEST"},14:{ts:147222000,time:"1974-08-31T23:00:00+0000",offset:0,isdst:false,abbr:"WET"},15:{ts:199756800,time:"1976-05-01T00:00:00+0000",offset:3600,isdst:true,abbr:"WEST"},16:{ts:207702000,time:"1976-07-31T23:00:00+0000",offset:0,isdst:false,abbr:"WET"},17:{ts:231292800,time:"1977-05-01T00:00:00+0000",offset:3600,isdst:true,abbr:"WEST"},18:{ts:244249200,time:"1977-09-27T23:00:00+0000",offset:0,isdst:false,abbr:"WET"},19:{ts:265507200,time:"1978-06-01T00:00:00+0000",offset:3600,isdst:true,abbr:"WEST"},20:{ts:271033200,time:"1978-08-03T23:00:00+0000",offset:0,isdst:false,abbr:"WET"},21:{ts:448243200,time:"1984-03-16T00:00:00+0000",offset:3600,isdst:false,abbr:"CET"},22:{ts:512528400,time:"1986-03-30T01:00:00+0000",offset:7200,isdst:true,abbr:"CEST"},23:{ts:528253200,time:"1986-09-28T01:00:00+0000",offset:3600,isdst:false,abbr:"CET"},24:{ts:543978000,time:"1987-03-29T01:00:00+0000",offset:7200,isdst:true,abbr:"CEST"},25:{ts:559702800,time:"1987-09-27T01:00:00+0000",offset:3600,isdst:false,abbr:"CET"},26:{ts:575427600,time:"1988-03-27T01:00:00+0000",offset:7200,isdst:true,abbr:"CEST"},27:{ts:591152400,time:"1988-09-25T01:00:00+0000",offset:3600,isdst:false,abbr:"CET"},28:{ts:606877200,time:"1989-03-26T01:00:00+0000",offset:7200,isdst:true,abbr:"CEST"},29:{ts:622602000,time:"1989-09-24T01:00:00+0000",offset:3600,isdst:false,abbr:"CET"},30:{ts:638326800,time:"1990-03-25T01:00:00+0000",offset:7200,isdst:true,abbr:"CEST"},31:{ts:654656400,time:"1990-09-30T01:00:00+0000",offset:3600,isdst:false,abbr:"CET"},32:{ts:670381200,time:"1991-03-31T01:00:00+0000",offset:7200,isdst:true,abbr:"CEST"},33:{ts:686106000,time:"1991-09-29T01:00:00+0000",offset:3600,isdst:false,abbr:"CET"},34:{ts:701830800,time:"1992-03-29T01:00:00+0000",offset:7200,isdst:true,abbr:"CEST"},35:{ts:717555600,time:"1992-09-27T01:00:00+0000",offset:3600,isdst:false,abbr:"CET"},36:{ts:733280400,time:"1993-03-28T01:00:00+0000",offset:7200,isdst:true,abbr:"CEST"},37:{ts:749005200,time:"1993-09-26T01:00:00+0000",offset:3600,isdst:false,abbr:"CET"},38:{ts:764730000,time:"1994-03-27T01:00:00+0000",offset:7200,isdst:true,abbr:"CEST"},39:{ts:780454800,time:"1994-09-25T01:00:00+0000",offset:3600,isdst:false,abbr:"CET"},40:{ts:796179600,time:"1995-03-26T01:00:00+0000",offset:7200,isdst:true,abbr:"CEST"},41:{ts:811904400,time:"1995-09-24T01:00:00+0000",offset:3600,isdst:false,abbr:"CET"},42:{ts:828234000,time:"1996-03-31T01:00:00+0000",offset:7200,isdst:true,abbr:"CEST"},43:{ts:846378000,time:"1996-10-27T01:00:00+0000",offset:3600,isdst:false,abbr:"CET"},44:{ts:859683600,time:"1997-03-30T01:00:00+0000",offset:7200,isdst:true,abbr:"CEST"},45:{ts:877827600,time:"1997-10-26T01:00:00+0000",offset:3600,isdst:false,abbr:"CET"},46:{ts:891133200,time:"1998-03-29T01:00:00+0000",offset:7200,isdst:true,abbr:"CEST"},47:{ts:909277200,time:"1998-10-25T01:00:00+0000",offset:3600,isdst:false,abbr:"CET"},48:{ts:922582800,time:"1999-03-28T01:00:00+0000",offset:7200,isdst:true,abbr:"CEST"},49:{ts:941331600,time:"1999-10-31T01:00:00+0000",offset:3600,isdst:false,abbr:"CET"},50:{ts:954032400,time:"2000-03-26T01:00:00+0000",offset:7200,isdst:true,abbr:"CEST"},51:{ts:972781200,time:"2000-10-29T01:00:00+0000",offset:3600,isdst:false,abbr:"CET"},52:{ts:985482000,time:"2001-03-25T01:00:00+0000",offset:7200,isdst:true,abbr:"CEST"},53:{ts:1004230800,time:"2001-10-28T01:00:00+0000",offset:3600,isdst:false,abbr:"CET"},54:{ts:1017536400,time:"2002-03-31T01:00:00+0000",offset:7200,isdst:true,abbr:"CEST"},55:{ts:1035680400,time:"2002-10-27T01:00:00+0000",offset:3600,isdst:false,abbr:"CET"},56:{ts:1048986000,time:"2003-03-30T01:00:00+0000",offset:7200,isdst:true,abbr:"CEST"},57:{ts:1067130000,time:"2003-10-26T01:00:00+0000",offset:3600,isdst:false,abbr:"CET"},58:{ts:1080435600,time:"2004-03-28T01:00:00+0000",offset:7200,isdst:true,abbr:"CEST"},59:{ts:1099184400,time:"2004-10-31T01:00:00+0000",offset:3600,isdst:false,abbr:"CET"},60:{ts:1111885200,time:"2005-03-27T01:00:00+0000",offset:7200,isdst:true,abbr:"CEST"},61:{ts:1130634000,time:"2005-10-30T01:00:00+0000",offset:3600,isdst:false,abbr:"CET"},62:{ts:1143334800,time:"2006-03-26T01:00:00+0000",offset:7200,isdst:true,abbr:"CEST"},63:{ts:1162083600,time:"2006-10-29T01:00:00+0000",offset:3600,isdst:false,abbr:"CET"},64:{ts:1174784400,time:"2007-03-25T01:00:00+0000",offset:7200,isdst:true,abbr:"CEST"},65:{ts:1193533200,time:"2007-10-28T01:00:00+0000",offset:3600,isdst:false,abbr:"CET"},66:{ts:1206838800,time:"2008-03-30T01:00:00+0000",offset:7200,isdst:true,abbr:"CEST"},67:{ts:1224982800,time:"2008-10-26T01:00:00+0000",offset:3600,isdst:false,abbr:"CET"},68:{ts:1238288400,time:"2009-03-29T01:00:00+0000",offset:7200,isdst:true,abbr:"CEST"},69:{ts:1256432400,time:"2009-10-25T01:00:00+0000",offset:3600,isdst:false,abbr:"CET"},70:{ts:1269738000,time:"2010-03-28T01:00:00+0000",offset:7200,isdst:true,abbr:"CEST"},71:{ts:1288486800,time:"2010-10-31T01:00:00+0000",offset:3600,isdst:false,abbr:"CET"},72:{ts:1301187600,time:"2011-03-27T01:00:00+0000",offset:7200,isdst:true,abbr:"CEST"},73:{ts:1319936400,time:"2011-10-30T01:00:00+0000",offset:3600,isdst:false,abbr:"CET"},74:{ts:1332637200,time:"2012-03-25T01:00:00+0000",offset:7200,isdst:true,abbr:"CEST"},75:{ts:1351386000,time:"2012-10-28T01:00:00+0000",offset:3600,isdst:false,abbr:"CET"},76:{ts:1364691600,time:"2013-03-31T01:00:00+0000",offset:7200,isdst:true,abbr:"CEST"},77:{ts:1382835600,time:"2013-10-27T01:00:00+0000",offset:3600,isdst:false,abbr:"CET"},78:{ts:1396141200,time:"2014-03-30T01:00:00+0000",offset:7200,isdst:true,abbr:"CEST"},79:{ts:1414285200,time:"2014-10-26T01:00:00+0000",offset:3600,isdst:false,abbr:"CET"},80:{ts:1427590800,time:"2015-03-29T01:00:00+0000",offset:7200,isdst:true,abbr:"CEST"},81:{ts:1445734800,time:"2015-10-25T01:00:00+0000",offset:3600,isdst:false,abbr:"CET"},82:{ts:1459040400,time:"2016-03-27T01:00:00+0000",offset:7200,isdst:true,abbr:"CEST"},83:{ts:1477789200,time:"2016-10-30T01:00:00+0000",offset:3600,isdst:false,abbr:"CET"},84:{ts:1490490000,time:"2017-03-26T01:00:00+0000",offset:7200,isdst:true,abbr:"CEST"},85:{ts:1509238800,time:"2017-10-29T01:00:00+0000",offset:3600,isdst:false,abbr:"CET"},86:{ts:1521939600,time:"2018-03-25T01:00:00+0000",offset:7200,isdst:true,abbr:"CEST"},87:{ts:1540688400,time:"2018-10-28T01:00:00+0000",offset:3600,isdst:false,abbr:"CET"},88:{ts:1553994000,time:"2019-03-31T01:00:00+0000",offset:7200,isdst:true,abbr:"CEST"},89:{ts:1572138000,time:"2019-10-27T01:00:00+0000",offset:3600,isdst:false,abbr:"CET"},90:{ts:1585443600,time:"2020-03-29T01:00:00+0000",offset:7200,isdst:true,abbr:"CEST"},91:{ts:1603587600,time:"2020-10-25T01:00:00+0000",offset:3600,isdst:false,abbr:"CET"},92:{ts:1616893200,time:"2021-03-28T01:00:00+0000",offset:7200,isdst:true,abbr:"CEST"},93:{ts:1635642000,time:"2021-10-31T01:00:00+0000",offset:3600,isdst:false,abbr:"CET"},94:{ts:1648342800,time:"2022-03-27T01:00:00+0000",offset:7200,isdst:true,abbr:"CEST"},95:{ts:1667091600,time:"2022-10-30T01:00:00+0000",offset:3600,isdst:false,abbr:"CET"},96:{ts:1679792400,time:"2023-03-26T01:00:00+0000",offset:7200,isdst:true,abbr:"CEST"},97:{ts:1698541200,time:"2023-10-29T01:00:00+0000",offset:3600,isdst:false,abbr:"CET"},98:{ts:1711846800,time:"2024-03-31T01:00:00+0000",offset:7200,isdst:true,abbr:"CEST"},99:{ts:1729990800,time:"2024-10-27T01:00:00+0000",offset:3600,isdst:false,abbr:"CET"},100:{ts:1743296400,time:"2025-03-30T01:00:00+0000",offset:7200,isdst:true,abbr:"CEST"},101:{ts:1761440400,time:"2025-10-26T01:00:00+0000",offset:3600,isdst:false,abbr:"CET"},102:{ts:1774746000,time:"2026-03-29T01:00:00+0000",offset:7200,isdst:true,abbr:"CEST"},103:{ts:1792890000,time:"2026-10-25T01:00:00+0000",offset:3600,isdst:false,abbr:"CET"},104:{ts:1806195600,time:"2027-03-28T01:00:00+0000",offset:7200,isdst:true,abbr:"CEST"},105:{ts:1824944400,time:"2027-10-31T01:00:00+0000",offset:3600,isdst:false,abbr:"CET"},106:{ts:1837645200,time:"2028-03-26T01:00:00+0000",offset:7200,isdst:true,abbr:"CEST"},107:{ts:1856394000,time:"2028-10-29T01:00:00+0000",offset:3600,isdst:false,abbr:"CET"},108:{ts:1869094800,time:"2029-03-25T01:00:00+0000",offset:7200,isdst:true,abbr:"CEST"},109:{ts:1887843600,time:"2029-10-28T01:00:00+0000",offset:3600,isdst:false,abbr:"CET"},110:{ts:1901149200,time:"2030-03-31T01:00:00+0000",offset:7200,isdst:true,abbr:"CEST"},111:{ts:1919293200,time:"2030-10-27T01:00:00+0000",offset:3600,isdst:false,abbr:"CET"},112:{ts:1932598800,time:"2031-03-30T01:00:00+0000",offset:7200,isdst:true,abbr:"CEST"},113:{ts:1950742800,time:"2031-10-26T01:00:00+0000",offset:3600,isdst:false,abbr:"CET"},114:{ts:1964048400,time:"2032-03-28T01:00:00+0000",offset:7200,isdst:true,abbr:"CEST"},115:{ts:1982797200,time:"2032-10-31T01:00:00+0000",offset:3600,isdst:false,abbr:"CET"},116:{ts:1995498000,time:"2033-03-27T01:00:00+0000",offset:7200,isdst:true,abbr:"CEST"},117:{ts:2014246800,time:"2033-10-30T01:00:00+0000",offset:3600,isdst:false,abbr:"CET"},118:{ts:2026947600,time:"2034-03-26T01:00:00+0000",offset:7200,isdst:true,abbr:"CEST"},119:{ts:2045696400,time:"2034-10-29T01:00:00+0000",offset:3600,isdst:false,abbr:"CET"},120:{ts:2058397200,time:"2035-03-25T01:00:00+0000",offset:7200,isdst:true,abbr:"CEST"},121:{ts:2077146000,time:"2035-10-28T01:00:00+0000",offset:3600,isdst:false,abbr:"CET"},122:{ts:2090451600,time:"2036-03-30T01:00:00+0000",offset:7200,isdst:true,abbr:"CEST"},123:{ts:2108595600,time:"2036-10-26T01:00:00+0000",offset:3600,isdst:false,abbr:"CET"},124:{ts:2121901200,time:"2037-03-29T01:00:00+0000",offset:7200,isdst:true,abbr:"CEST"},125:{ts:2140045200,time:"2037-10-25T01:00:00+0000",offset:3600,isdst:false,abbr:"CET"}},"Africa/Conakry":{0:{ts:-1830380708,time:"1912-01-01T00:54:52+0000",offset:0,isdst:false,abbr:"GMT"},1:{ts:-1131235200,time:"1934-02-26T00:00:00+0000",offset:-3600,isdst:false,abbr:"WAT"},2:{ts:-315615600,time:"1960-01-01T01:00:00+0000",offset:0,isdst:false,abbr:"GMT"}},"Africa/Dakar":{0:{ts:-1830379816,time:"1912-01-01T01:09:44+0000",offset:-3600,isdst:false,abbr:"WAT"},1:{ts:-902098800,time:"1941-06-01T01:00:00+0000",offset:0,isdst:false,abbr:"GMT"}},"Africa/Dar_es_Salaam":{0:{ts:-1230777428,time:"1930-12-31T21:22:52+0000",offset:10800,isdst:false,abbr:"EAT"},1:{ts:-694321200,time:"1947-12-31T21:00:00+0000",offset:9885,isdst:false,abbr:"BEAUT"},2:{ts:-284006685,time:"1960-12-31T21:15:15+0000",offset:10800,isdst:false,abbr:"EAT"}},"Africa/Djibouti":{0:{ts:-1846291956,time:"1911-06-30T21:07:24+0000",offset:10800,isdst:false,abbr:"EAT"}},"Africa/Douala":{0:{ts:-1830386328,time:"1911-12-31T23:21:12+0000",offset:3600,isdst:false,abbr:"WAT"}},"Africa/El_Aaiun":{0:{ts:-1136070432,time:"1934-01-01T00:52:48+0000",offset:-3600,isdst:false,abbr:"WAT"},1:{ts:198291600,time:"1976-04-14T01:00:00+0000",offset:0,isdst:false,abbr:"WET"}},"Africa/Freetown":{0:{ts:-1785712020,time:"1913-06-01T00:53:00+0000",offset:-3600,isdst:false,abbr:"WAT"},1:{ts:-1091487600,time:"1935-06-01T01:00:00+0000",offset:-1200,isdst:true,abbr:"SLST"},2:{ts:-1080949200,time:"1935-10-01T00:20:00+0000",offset:-3600,isdst:false,abbr:"WAT"},3:{ts:-1059865200,time:"1936-06-01T01:00:00+0000",offset:-1200,isdst:true,abbr:"SLST"},4:{ts:-1049326800,time:"1936-10-01T00:20:00+0000",offset:-3600,isdst:false,abbr:"WAT"},5:{ts:-1028329200,time:"1937-06-01T01:00:00+0000",offset:-1200,isdst:true,abbr:"SLST"},6:{ts:-1017790800,time:"1937-10-01T00:20:00+0000",offset:-3600,isdst:false,abbr:"WAT"},7:{ts:-996793200,time:"1938-06-01T01:00:00+0000",offset:-1200,isdst:true,abbr:"SLST"},8:{ts:-986254800,time:"1938-10-01T00:20:00+0000",offset:-3600,isdst:false,abbr:"WAT"},9:{ts:-965257200,time:"1939-06-01T01:00:00+0000",offset:-1200,isdst:true,abbr:"SLST"},10:{ts:-954718800,time:"1939-10-01T00:20:00+0000",offset:-3600,isdst:false,abbr:"WAT"},11:{ts:-933634800,time:"1940-06-01T01:00:00+0000",offset:-1200,isdst:true,abbr:"SLST"},12:{ts:-923096400,time:"1940-10-01T00:20:00+0000",offset:-3600,isdst:false,abbr:"WAT"},13:{ts:-902098800,time:"1941-06-01T01:00:00+0000",offset:-1200,isdst:true,abbr:"SLST"},14:{ts:-891560400,time:"1941-10-01T00:20:00+0000",offset:-3600,isdst:false,abbr:"WAT"},15:{ts:-870562800,time:"1942-06-01T01:00:00+0000",offset:-1200,isdst:true,abbr:"SLST"},16:{ts:-860024400,time:"1942-10-01T00:20:00+0000",offset:-3600,isdst:false,abbr:"WAT"},17:{ts:-410223600,time:"1957-01-01T01:00:00+0000",offset:0,isdst:false,abbr:"WAT"},18:{ts:-397180800,time:"1957-06-01T00:00:00+0000",offset:3600,isdst:true,abbr:"SLST"},19:{ts:-389235600,time:"1957-08-31T23:00:00+0000",offset:0,isdst:false,abbr:"GMT"},20:{ts:-365644800,time:"1958-06-01T00:00:00+0000",offset:3600,isdst:true,abbr:"SLST"},21:{ts:-357699600,time:"1958-08-31T23:00:00+0000",offset:0,isdst:false,abbr:"GMT"},22:{ts:-334108800,time:"1959-06-01T00:00:00+0000",offset:3600,isdst:true,abbr:"SLST"},23:{ts:-326163600,time:"1959-08-31T23:00:00+0000",offset:0,isdst:false,abbr:"GMT"},24:{ts:-302486400,time:"1960-06-01T00:00:00+0000",offset:3600,isdst:true,abbr:"SLST"},25:{ts:-294541200,time:"1960-08-31T23:00:00+0000",offset:0,isdst:false,abbr:"GMT"},26:{ts:-270950400,time:"1961-06-01T00:00:00+0000",offset:3600,isdst:true,abbr:"SLST"},27:{ts:-263005200,time:"1961-08-31T23:00:00+0000",offset:0,isdst:false,abbr:"GMT"},28:{ts:-239414400,time:"1962-06-01T00:00:00+0000",offset:3600,isdst:true,abbr:"SLST"},29:{ts:-231469200,time:"1962-08-31T23:00:00+0000",offset:0,isdst:false,abbr:"GMT"}},"Africa/Gaborone":{0:{ts:-829526400,time:"1943-09-19T00:00:00+0000",offset:10800,isdst:true,abbr:"CAST"},1:{ts:-813805200,time:"1944-03-18T23:00:00+0000",offset:7200,isdst:false,abbr:"CAT"}},"Africa/Harare":{0:{ts:-2109290652,time:"1903-02-28T21:55:48+0000",offset:7200,isdst:false,abbr:"CAT"}},"Africa/Johannesburg":{0:{ts:-2109288600,time:"1903-02-28T22:30:00+0000",offset:7200,isdst:false,abbr:"SAST"},1:{ts:-860976000,time:"1942-09-20T00:00:00+0000",offset:10800,isdst:true,abbr:"SAST"},2:{ts:-845254800,time:"1943-03-20T23:00:00+0000",offset:7200,isdst:false,abbr:"SAST"},3:{ts:-829526400,time:"1943-09-19T00:00:00+0000",offset:10800,isdst:true,abbr:"SAST"},4:{ts:-813805200,time:"1944-03-18T23:00:00+0000",offset:7200,isdst:false,abbr:"SAST"}},"Africa/Kampala":{0:{ts:-1309745380,time:"1928-06-30T21:50:20+0000",offset:10800,isdst:false,abbr:"EAT"},1:{ts:-1262314800,time:"1929-12-31T21:00:00+0000",offset:9000,isdst:false,abbr:"BEAT"},2:{ts:-694319400,time:"1947-12-31T21:30:00+0000",offset:9885,isdst:false,abbr:"BEAUT"},3:{ts:-410237085,time:"1956-12-31T21:15:15+0000",offset:10800,isdst:false,abbr:"EAT"}},"Africa/Khartoum":{0:{ts:-1230775808,time:"1930-12-31T21:49:52+0000",offset:7200,isdst:false,abbr:"CAT"},1:{ts:10360800,time:"1970-04-30T22:00:00+0000",offset:10800,isdst:true,abbr:"CAST"},2:{ts:24786000,time:"1970-10-14T21:00:00+0000",offset:7200,isdst:false,abbr:"CAT"},3:{ts:41810400,time:"1971-04-29T22:00:00+0000",offset:10800,isdst:true,abbr:"CAST"},4:{ts:56322000,time:"1971-10-14T21:00:00+0000",offset:7200,isdst:false,abbr:"CAT"},5:{ts:73432800,time:"1972-04-29T22:00:00+0000",offset:10800,isdst:true,abbr:"CAST"},6:{ts:87944400,time:"1972-10-14T21:00:00+0000",offset:7200,isdst:false,abbr:"CAT"},7:{ts:104882400,time:"1973-04-28T22:00:00+0000",offset:10800,isdst:true,abbr:"CAST"},8:{ts:119480400,time:"1973-10-14T21:00:00+0000",offset:7200,isdst:false,abbr:"CAT"},9:{ts:136332000,time:"1974-04-27T22:00:00+0000",offset:10800,isdst:true,abbr:"CAST"},10:{ts:151016400,time:"1974-10-14T21:00:00+0000",offset:7200,isdst:false,abbr:"CAT"},11:{ts:167781600,time:"1975-04-26T22:00:00+0000",offset:10800,isdst:true,abbr:"CAST"},12:{ts:182552400,time:"1975-10-14T21:00:00+0000",offset:7200,isdst:false,abbr:"CAT"},13:{ts:199231200,time:"1976-04-24T22:00:00+0000",offset:10800,isdst:true,abbr:"CAST"},14:{ts:214174800,time:"1976-10-14T21:00:00+0000",offset:7200,isdst:false,abbr:"CAT"},15:{ts:230680800,time:"1977-04-23T22:00:00+0000",offset:10800,isdst:true,abbr:"CAST"},16:{ts:245710800,time:"1977-10-14T21:00:00+0000",offset:7200,isdst:false,abbr:"CAT"},17:{ts:262735200,time:"1978-04-29T22:00:00+0000",offset:10800,isdst:true,abbr:"CAST"},18:{ts:277246800,time:"1978-10-14T21:00:00+0000",offset:7200,isdst:false,abbr:"CAT"},19:{ts:294184800,time:"1979-04-28T22:00:00+0000",offset:10800,isdst:true,abbr:"CAST"},20:{ts:308782800,time:"1979-10-14T21:00:00+0000",offset:7200,isdst:false,abbr:"CAT"},21:{ts:325634400,time:"1980-04-26T22:00:00+0000",offset:10800,isdst:true,abbr:"CAST"},22:{ts:340405200,time:"1980-10-14T21:00:00+0000",offset:7200,isdst:false,abbr:"CAT"},23:{ts:357084000,time:"1981-04-25T22:00:00+0000",offset:10800,isdst:true,abbr:"CAST"},24:{ts:371941200,time:"1981-10-14T21:00:00+0000",offset:7200,isdst:false,abbr:"CAT"},25:{ts:388533600,time:"1982-04-24T22:00:00+0000",offset:10800,isdst:true,abbr:"CAST"},26:{ts:403477200,time:"1982-10-14T21:00:00+0000",offset:7200,isdst:false,abbr:"CAT"},27:{ts:419983200,time:"1983-04-23T22:00:00+0000",offset:10800,isdst:true,abbr:"CAST"},28:{ts:435013200,time:"1983-10-14T21:00:00+0000",offset:7200,isdst:false,abbr:"CAT"},29:{ts:452037600,time:"1984-04-28T22:00:00+0000",offset:10800,isdst:true,abbr:"CAST"},30:{ts:466635600,time:"1984-10-14T21:00:00+0000",offset:7200,isdst:false,abbr:"CAT"},31:{ts:483487200,time:"1985-04-27T22:00:00+0000",offset:10800,isdst:true,abbr:"CAST"},32:{ts:498171600,time:"1985-10-14T21:00:00+0000",offset:7200,isdst:false,abbr:"CAT"},33:{ts:947930400,time:"2000-01-15T10:00:00+0000",offset:10800,isdst:false,abbr:"EAT"}},"Africa/Kigali":{0:{ts:-1091498416,time:"1935-05-31T21:59:44+0000",offset:7200,isdst:false,abbr:"CAT"}},"Africa/Kinshasa":{},"Africa/Lagos":{0:{ts:-1588464816,time:"1919-08-31T23:46:24+0000",offset:3600,isdst:false,abbr:"WAT"}},"Africa/Libreville":{0:{ts:-1830386268,time:"1911-12-31T23:22:12+0000",offset:3600,isdst:false,abbr:"WAT"}},"Africa/Lome":{},"Africa/Luanda":{0:{ts:-1849395124,time:"1911-05-25T23:07:56+0000",offset:3600,isdst:false,abbr:"WAT"}},"Africa/Lubumbashi":{},"Africa/Lusaka":{0:{ts:-2109289988,time:"1903-02-28T22:06:52+0000",offset:7200,isdst:false,abbr:"CAT"}},"Africa/Malabo":{0:{ts:-1830386108,time:"1911-12-31T23:24:52+0000",offset:0,isdst:false,abbr:"GMT"},1:{ts:-190857600,time:"1963-12-15T00:00:00+0000",offset:3600,isdst:false,abbr:"WAT"}},"Africa/Maputo":{0:{ts:-2109291020,time:"1903-02-28T21:49:40+0000",offset:7200,isdst:false,abbr:"CAT"}},"Africa/Maseru":{0:{ts:-2109289800,time:"1903-02-28T22:10:00+0000",offset:7200,isdst:false,abbr:"SAST"},1:{ts:-829526400,time:"1943-09-19T00:00:00+0000",offset:10800,isdst:true,abbr:"SAST"},2:{ts:-813805200,time:"1944-03-18T23:00:00+0000",offset:7200,isdst:false,abbr:"SAST"}},"Africa/Mbabane":{0:{ts:-2109290664,time:"1903-02-28T21:55:36+0000",offset:7200,isdst:false,abbr:"SAST"}},"Africa/Mogadishu":{0:{ts:-1230778800,time:"1930-12-31T21:00:00+0000",offset:9000,isdst:false,abbr:"BEAT"},1:{ts:-410236200,time:"1956-12-31T21:30:00+0000",offset:10800,isdst:false,abbr:"EAT"}},"Africa/Monrovia":{0:{ts:-1604359012,time:"1919-03-01T00:43:08+0000",offset:-2670,isdst:false,abbr:"LRT"},1:{ts:73529070,time:"1972-05-01T00:44:30+0000",offset:0,isdst:false,abbr:"GMT"}},"Africa/Nairobi":{0:{ts:-1309746436,time:"1928-06-30T21:32:44+0000",offset:10800,isdst:false,abbr:"EAT"},1:{ts:-1262314800,time:"1929-12-31T21:00:00+0000",offset:9000,isdst:false,abbr:"BEAT"},2:{ts:-946780200,time:"1939-12-31T21:30:00+0000",offset:9885,isdst:false,abbr:"BEAUT"},3:{ts:-315629085,time:"1959-12-31T21:15:15+0000",offset:10800,isdst:false,abbr:"EAT"}},"Africa/Ndjamena":{0:{ts:-1830387612,time:"1911-12-31T22:59:48+0000",offset:3600,isdst:false,abbr:"WAT"},1:{ts:308703600,time:"1979-10-13T23:00:00+0000",offset:7200,isdst:true,abbr:"WAST"},2:{ts:321314400,time:"1980-03-07T22:00:00+0000",offset:3600,isdst:false,abbr:"WAT"}},"Africa/Niamey":{0:{ts:-1830384508,time:"1911-12-31T23:51:32+0000",offset:-3600,isdst:false,abbr:"WAT"},1:{ts:-1131231600,time:"1934-02-26T01:00:00+0000",offset:0,isdst:false,abbr:"GMT"},2:{ts:-315619200,time:"1960-01-01T00:00:00+0000",offset:3600,isdst:false,abbr:"WAT"}},"Africa/Nouakchott":{0:{ts:-1830380172,time:"1912-01-01T01:03:48+0000",offset:0,isdst:false,abbr:"GMT"},1:{ts:-1131235200,time:"1934-02-26T00:00:00+0000",offset:-3600,isdst:false,abbr:"WAT"},2:{ts:-286930800,time:"1960-11-28T01:00:00+0000",offset:0,isdst:false,abbr:"GMT"}},"Africa/Ouagadougou":{0:{ts:-1830383636,time:"1912-01-01T00:06:04+0000",offset:0,isdst:false,abbr:"GMT"}},"Africa/Porto-Novo":{0:{ts:-1830384628,time:"1911-12-31T23:49:32+0000",offset:0,isdst:false,abbr:"GMT"},1:{ts:-1131235200,time:"1934-02-26T00:00:00+0000",offset:3600,isdst:false,abbr:"WAT"}},"Africa/Sao_Tome":{0:{ts:-1830381808,time:"1912-01-01T00:36:32+0000",offset:0,isdst:false,abbr:"GMT"}},"Africa/Timbuktu":{0:{ts:-1830382080,time:"1912-01-01T00:32:00+0000",offset:0,isdst:false,abbr:"GMT"},1:{ts:-1131235200,time:"1934-02-26T00:00:00+0000",offset:-3600,isdst:false,abbr:"WAT"},2:{ts:-300841200,time:"1960-06-20T01:00:00+0000",offset:0,isdst:false,abbr:"GMT"}},"Africa/Tripoli":{0:{ts:-1577926364,time:"1919-12-31T23:07:16+0000",offset:3600,isdst:false,abbr:"CET"},1:{ts:-574902000,time:"1951-10-14T01:00:00+0000",offset:7200,isdst:true,abbr:"CEST"},2:{ts:-568087200,time:"1951-12-31T22:00:00+0000",offset:3600,isdst:false,abbr:"CET"},3:{ts:-512175600,time:"1953-10-09T01:00:00+0000",offset:7200,isdst:true,abbr:"CEST"},4:{ts:-504928800,time:"1953-12-31T22:00:00+0000",offset:3600,isdst:false,abbr:"CET"},5:{ts:-449888400,time:"1955-09-29T23:00:00+0000",offset:7200,isdst:true,abbr:"CEST"},6:{ts:-441856800,time:"1955-12-31T22:00:00+0000",offset:3600,isdst:false,abbr:"CET"},7:{ts:-347158800,time:"1958-12-31T23:00:00+0000",offset:7200,isdst:false,abbr:"EET"},8:{ts:378684000,time:"1981-12-31T22:00:00+0000",offset:3600,isdst:false,abbr:"CET"},9:{ts:386463600,time:"1982-03-31T23:00:00+0000",offset:7200,isdst:true,abbr:"CEST"},10:{ts:402271200,time:"1982-09-30T22:00:00+0000",offset:3600,isdst:false,abbr:"CET"},11:{ts:417999600,time:"1983-03-31T23:00:00+0000",offset:7200,isdst:true,abbr:"CEST"},12:{ts:433807200,time:"1983-09-30T22:00:00+0000",offset:3600,isdst:false,abbr:"CET"},13:{ts:449622000,time:"1984-03-31T23:00:00+0000",offset:7200,isdst:true,abbr:"CEST"},14:{ts:465429600,time:"1984-09-30T22:00:00+0000",offset:3600,isdst:false,abbr:"CET"},15:{ts:481590000,time:"1985-04-05T23:00:00+0000",offset:7200,isdst:true,abbr:"CEST"},16:{ts:496965600,time:"1985-09-30T22:00:00+0000",offset:3600,isdst:false,abbr:"CET"},17:{ts:512953200,time:"1986-04-03T23:00:00+0000",offset:7200,isdst:true,abbr:"CEST"},18:{ts:528674400,time:"1986-10-02T22:00:00+0000",offset:3600,isdst:false,abbr:"CET"},19:{ts:544230000,time:"1987-03-31T23:00:00+0000",offset:7200,isdst:true,abbr:"CEST"},20:{ts:560037600,time:"1987-09-30T22:00:00+0000",offset:3600,isdst:false,abbr:"CET"},21:{ts:575852400,time:"1988-03-31T23:00:00+0000",offset:7200,isdst:true,abbr:"CEST"},22:{ts:591660000,time:"1988-09-30T22:00:00+0000",offset:3600,isdst:false,abbr:"CET"},23:{ts:607388400,time:"1989-03-31T23:00:00+0000",offset:7200,isdst:true,abbr:"CEST"},24:{ts:623196000,time:"1989-09-30T22:00:00+0000",offset:3600,isdst:false,abbr:"CET"},25:{ts:641775600,time:"1990-05-03T23:00:00+0000",offset:7200,isdst:false,abbr:"EET"},26:{ts:844034400,time:"1996-09-29T22:00:00+0000",offset:3600,isdst:false,abbr:"CET"},27:{ts:860108400,time:"1997-04-03T23:00:00+0000",offset:7200,isdst:true,abbr:"CEST"},28:{ts:875916000,time:"1997-10-03T22:00:00+0000",offset:7200,isdst:false,abbr:"EET"}},"Africa/Tunis":{0:{ts:-1855958961,time:"1911-03-10T23:50:39+0000",offset:3600,isdst:false,abbr:"CET"},1:{ts:-969242400,time:"1939-04-15T22:00:00+0000",offset:7200,isdst:true,abbr:"CEST"},2:{ts:-950493600,time:"1939-11-18T22:00:00+0000",offset:3600,isdst:false,abbr:"CET"},3:{ts:-941940000,time:"1940-02-25T22:00:00+0000",offset:7200,isdst:true,abbr:"CEST"},4:{ts:-891136800,time:"1941-10-05T22:00:00+0000",offset:3600,isdst:false,abbr:"CET"},5:{ts:-877827600,time:"1942-03-08T23:00:00+0000",offset:7200,isdst:true,abbr:"CEST"},6:{ts:-857257200,time:"1942-11-02T01:00:00+0000",offset:3600,isdst:false,abbr:"CET"},7:{ts:-844556400,time:"1943-03-29T01:00:00+0000",offset:7200,isdst:true,abbr:"CEST"},8:{ts:-842918400,time:"1943-04-17T00:00:00+0000",offset:3600,isdst:false,abbr:"CET"},9:{ts:-842223600,time:"1943-04-25T01:00:00+0000",offset:7200,isdst:true,abbr:"CEST"},10:{ts:-828230400,time:"1943-10-04T00:00:00+0000",offset:3600,isdst:false,abbr:"CET"},11:{ts:-812502000,time:"1944-04-03T01:00:00+0000",offset:7200,isdst:true,abbr:"CEST"},12:{ts:-796269600,time:"1944-10-07T22:00:00+0000",offset:3600,isdst:false,abbr:"CET"},13:{ts:-781052400,time:"1945-04-02T01:00:00+0000",offset:7200,isdst:true,abbr:"CEST"},14:{ts:-766634400,time:"1945-09-15T22:00:00+0000",offset:3600,isdst:false,abbr:"CET"},15:{ts:231202800,time:"1977-04-29T23:00:00+0000",offset:7200,isdst:true,abbr:"CEST"},16:{ts:243903600,time:"1977-09-23T23:00:00+0000",offset:3600,isdst:false,abbr:"CET"},17:{ts:262825200,time:"1978-04-30T23:00:00+0000",offset:7200,isdst:true,abbr:"CEST"},18:{ts:276044400,time:"1978-09-30T23:00:00+0000",offset:3600,isdst:false,abbr:"CET"},19:{ts:581122800,time:"1988-05-31T23:00:00+0000",offset:7200,isdst:true,abbr:"CEST"},20:{ts:591145200,time:"1988-09-24T23:00:00+0000",offset:3600,isdst:false,abbr:"CET"},21:{ts:606870000,time:"1989-03-25T23:00:00+0000",offset:7200,isdst:true,abbr:"CEST"},22:{ts:622594800,time:"1989-09-23T23:00:00+0000",offset:3600,isdst:false,abbr:"CET"},23:{ts:641516400,time:"1990-04-30T23:00:00+0000",offset:7200,isdst:true,abbr:"CEST"},24:{ts:654649200,time:"1990-09-29T23:00:00+0000",offset:3600,isdst:false,abbr:"CET"},25:{ts:1114902000,time:"2005-04-30T23:00:00+0000",offset:7200,isdst:true,abbr:"CEST"},26:{ts:1128038400,time:"2005-09-30T00:00:00+0000",offset:3600,isdst:false,abbr:"CET"},27:{ts:1143334800,time:"2006-03-26T01:00:00+0000",offset:7200,isdst:true,abbr:"CEST"},28:{ts:1162083600,time:"2006-10-29T01:00:00+0000",offset:3600,isdst:false,abbr:"CET"},29:{ts:1174784400,time:"2007-03-25T01:00:00+0000",offset:7200,isdst:true,abbr:"CEST"},30:{ts:1193533200,time:"2007-10-28T01:00:00+0000",offset:3600,isdst:false,abbr:"CET"},31:{ts:1206838800,time:"2008-03-30T01:00:00+0000",offset:7200,isdst:true,abbr:"CEST"},32:{ts:1224982800,time:"2008-10-26T01:00:00+0000",offset:3600,isdst:false,abbr:"CET"},33:{ts:1238288400,time:"2009-03-29T01:00:00+0000",offset:7200,isdst:true,abbr:"CEST"},34:{ts:1256432400,time:"2009-10-25T01:00:00+0000",offset:3600,isdst:false,abbr:"CET"},35:{ts:1269738000,time:"2010-03-28T01:00:00+0000",offset:7200,isdst:true,abbr:"CEST"},36:{ts:1288486800,time:"2010-10-31T01:00:00+0000",offset:3600,isdst:false,abbr:"CET"},37:{ts:1301187600,time:"2011-03-27T01:00:00+0000",offset:7200,isdst:true,abbr:"CEST"},38:{ts:1319936400,time:"2011-10-30T01:00:00+0000",offset:3600,isdst:false,abbr:"CET"},39:{ts:1332637200,time:"2012-03-25T01:00:00+0000",offset:7200,isdst:true,abbr:"CEST"},40:{ts:1351386000,time:"2012-10-28T01:00:00+0000",offset:3600,isdst:false,abbr:"CET"},41:{ts:1364691600,time:"2013-03-31T01:00:00+0000",offset:7200,isdst:true,abbr:"CEST"},42:{ts:1382835600,time:"2013-10-27T01:00:00+0000",offset:3600,isdst:false,abbr:"CET"},43:{ts:1396141200,time:"2014-03-30T01:00:00+0000",offset:7200,isdst:true,abbr:"CEST"},44:{ts:1414285200,time:"2014-10-26T01:00:00+0000",offset:3600,isdst:false,abbr:"CET"},45:{ts:1427590800,time:"2015-03-29T01:00:00+0000",offset:7200,isdst:true,abbr:"CEST"},46:{ts:1445734800,time:"2015-10-25T01:00:00+0000",offset:3600,isdst:false,abbr:"CET"},47:{ts:1459040400,time:"2016-03-27T01:00:00+0000",offset:7200,isdst:true,abbr:"CEST"},48:{ts:1477789200,time:"2016-10-30T01:00:00+0000",offset:3600,isdst:false,abbr:"CET"},49:{ts:1490490000,time:"2017-03-26T01:00:00+0000",offset:7200,isdst:true,abbr:"CEST"},50:{ts:1509238800,time:"2017-10-29T01:00:00+0000",offset:3600,isdst:false,abbr:"CET"},51:{ts:1521939600,time:"2018-03-25T01:00:00+0000",offset:7200,isdst:true,abbr:"CEST"},52:{ts:1540688400,time:"2018-10-28T01:00:00+0000",offset:3600,isdst:false,abbr:"CET"},53:{ts:1553994000,time:"2019-03-31T01:00:00+0000",offset:7200,isdst:true,abbr:"CEST"},54:{ts:1572138000,time:"2019-10-27T01:00:00+0000",offset:3600,isdst:false,abbr:"CET"},55:{ts:1585443600,time:"2020-03-29T01:00:00+0000",offset:7200,isdst:true,abbr:"CEST"},56:{ts:1603587600,time:"2020-10-25T01:00:00+0000",offset:3600,isdst:false,abbr:"CET"},57:{ts:1616893200,time:"2021-03-28T01:00:00+0000",offset:7200,isdst:true,abbr:"CEST"},58:{ts:1635642000,time:"2021-10-31T01:00:00+0000",offset:3600,isdst:false,abbr:"CET"},59:{ts:1648342800,time:"2022-03-27T01:00:00+0000",offset:7200,isdst:true,abbr:"CEST"},60:{ts:1667091600,time:"2022-10-30T01:00:00+0000",offset:3600,isdst:false,abbr:"CET"},61:{ts:1679792400,time:"2023-03-26T01:00:00+0000",offset:7200,isdst:true,abbr:"CEST"},62:{ts:1698541200,time:"2023-10-29T01:00:00+0000",offset:3600,isdst:false,abbr:"CET"},63:{ts:1711846800,time:"2024-03-31T01:00:00+0000",offset:7200,isdst:true,abbr:"CEST"},64:{ts:1729990800,time:"2024-10-27T01:00:00+0000",offset:3600,isdst:false,abbr:"CET"},65:{ts:1743296400,time:"2025-03-30T01:00:00+0000",offset:7200,isdst:true,abbr:"CEST"},66:{ts:1761440400,time:"2025-10-26T01:00:00+0000",offset:3600,isdst:false,abbr:"CET"},67:{ts:1774746000,time:"2026-03-29T01:00:00+0000",offset:7200,isdst:true,abbr:"CEST"},68:{ts:1792890000,time:"2026-10-25T01:00:00+0000",offset:3600,isdst:false,abbr:"CET"},69:{ts:1806195600,time:"2027-03-28T01:00:00+0000",offset:7200,isdst:true,abbr:"CEST"},70:{ts:1824944400,time:"2027-10-31T01:00:00+0000",offset:3600,isdst:false,abbr:"CET"},71:{ts:1837645200,time:"2028-03-26T01:00:00+0000",offset:7200,isdst:true,abbr:"CEST"},72:{ts:1856394000,time:"2028-10-29T01:00:00+0000",offset:3600,isdst:false,abbr:"CET"},73:{ts:1869094800,time:"2029-03-25T01:00:00+0000",offset:7200,isdst:true,abbr:"CEST"},74:{ts:1887843600,time:"2029-10-28T01:00:00+0000",offset:3600,isdst:false,abbr:"CET"},75:{ts:1901149200,time:"2030-03-31T01:00:00+0000",offset:7200,isdst:true,abbr:"CEST"},76:{ts:1919293200,time:"2030-10-27T01:00:00+0000",offset:3600,isdst:false,abbr:"CET"},77:{ts:1932598800,time:"2031-03-30T01:00:00+0000",offset:7200,isdst:true,abbr:"CEST"},78:{ts:1950742800,time:"2031-10-26T01:00:00+0000",offset:3600,isdst:false,abbr:"CET"},79:{ts:1964048400,time:"2032-03-28T01:00:00+0000",offset:7200,isdst:true,abbr:"CEST"},80:{ts:1982797200,time:"2032-10-31T01:00:00+0000",offset:3600,isdst:false,abbr:"CET"},81:{ts:1995498000,time:"2033-03-27T01:00:00+0000",offset:7200,isdst:true,abbr:"CEST"},82:{ts:2014246800,time:"2033-10-30T01:00:00+0000",offset:3600,isdst:false,abbr:"CET"},83:{ts:2026947600,time:"2034-03-26T01:00:00+0000",offset:7200,isdst:true,abbr:"CEST"},84:{ts:2045696400,time:"2034-10-29T01:00:00+0000",offset:3600,isdst:false,abbr:"CET"},85:{ts:2058397200,time:"2035-03-25T01:00:00+0000",offset:7200,isdst:true,abbr:"CEST"},86:{ts:2077146000,time:"2035-10-28T01:00:00+0000",offset:3600,isdst:false,abbr:"CET"},87:{ts:2090451600,time:"2036-03-30T01:00:00+0000",offset:7200,isdst:true,abbr:"CEST"},88:{ts:2108595600,time:"2036-10-26T01:00:00+0000",offset:3600,isdst:false,abbr:"CET"},89:{ts:2121901200,time:"2037-03-29T01:00:00+0000",offset:7200,isdst:true,abbr:"CEST"},90:{ts:2140045200,time:"2037-10-25T01:00:00+0000",offset:3600,isdst:false,abbr:"CET"}},"Africa/Windhoek":{0:{ts:-2109288600,time:"1903-02-28T22:30:00+0000",offset:7200,isdst:false,abbr:"SAST"},1:{ts:-860976000,time:"1942-09-20T00:00:00+0000",offset:10800,isdst:true,abbr:"SAST"},2:{ts:-845254800,time:"1943-03-20T23:00:00+0000",offset:7200,isdst:false,abbr:"SAST"},3:{ts:637970400,time:"1990-03-20T22:00:00+0000",offset:7200,isdst:false,abbr:"CAT"},4:{ts:765324000,time:"1994-04-02T22:00:00+0000",offset:3600,isdst:false,abbr:"WAT"},5:{ts:778640400,time:"1994-09-04T01:00:00+0000",offset:7200,isdst:true,abbr:"WAST"},6:{ts:796780800,time:"1995-04-02T00:00:00+0000",offset:3600,isdst:false,abbr:"WAT"},7:{ts:810090000,time:"1995-09-03T01:00:00+0000",offset:7200,isdst:true,abbr:"WAST"},8:{ts:828835200,time:"1996-04-07T00:00:00+0000",offset:3600,isdst:false,abbr:"WAT"},9:{ts:841539600,time:"1996-09-01T01:00:00+0000",offset:7200,isdst:true,abbr:"WAST"},10:{ts:860284800,time:"1997-04-06T00:00:00+0000",offset:3600,isdst:false,abbr:"WAT"},11:{ts:873594000,time:"1997-09-07T01:00:00+0000",offset:7200,isdst:true,abbr:"WAST"},12:{ts:891734400,time:"1998-04-05T00:00:00+0000",offset:3600,isdst:false,abbr:"WAT"},13:{ts:905043600,time:"1998-09-06T01:00:00+0000",offset:7200,isdst:true,abbr:"WAST"},14:{ts:923184000,time:"1999-04-04T00:00:00+0000",offset:3600,isdst:false,abbr:"WAT"},15:{ts:936493200,time:"1999-09-05T01:00:00+0000",offset:7200,isdst:true,abbr:"WAST"},16:{ts:954633600,time:"2000-04-02T00:00:00+0000",offset:3600,isdst:false,abbr:"WAT"},17:{ts:967942800,time:"2000-09-03T01:00:00+0000",offset:7200,isdst:true,abbr:"WAST"},18:{ts:986083200,time:"2001-04-01T00:00:00+0000",offset:3600,isdst:false,abbr:"WAT"},19:{ts:999392400,time:"2001-09-02T01:00:00+0000",offset:7200,isdst:true,abbr:"WAST"},20:{ts:1018137600,time:"2002-04-07T00:00:00+0000",offset:3600,isdst:false,abbr:"WAT"},21:{ts:1030842000,time:"2002-09-01T01:00:00+0000",offset:7200,isdst:true,abbr:"WAST"},22:{ts:1049587200,time:"2003-04-06T00:00:00+0000",offset:3600,isdst:false,abbr:"WAT"},23:{ts:1062896400,time:"2003-09-07T01:00:00+0000",offset:7200,isdst:true,abbr:"WAST"},24:{ts:1081036800,time:"2004-04-04T00:00:00+0000",offset:3600,isdst:false,abbr:"WAT"},25:{ts:1094346000,time:"2004-09-05T01:00:00+0000",offset:7200,isdst:true,abbr:"WAST"},26:{ts:1112486400,time:"2005-04-03T00:00:00+0000",offset:3600,isdst:false,abbr:"WAT"},27:{ts:1125795600,time:"2005-09-04T01:00:00+0000",offset:7200,isdst:true,abbr:"WAST"},28:{ts:1143936000,time:"2006-04-02T00:00:00+0000",offset:3600,isdst:false,abbr:"WAT"},29:{ts:1157245200,time:"2006-09-03T01:00:00+0000",offset:7200,isdst:true,abbr:"WAST"},30:{ts:1175385600,time:"2007-04-01T00:00:00+0000",offset:3600,isdst:false,abbr:"WAT"},31:{ts:1188694800,time:"2007-09-02T01:00:00+0000",offset:7200,isdst:true,abbr:"WAST"},32:{ts:1207440000,time:"2008-04-06T00:00:00+0000",offset:3600,isdst:false,abbr:"WAT"},33:{ts:1220749200,time:"2008-09-07T01:00:00+0000",offset:7200,isdst:true,abbr:"WAST"},34:{ts:1238889600,time:"2009-04-05T00:00:00+0000",offset:3600,isdst:false,abbr:"WAT"},35:{ts:1252198800,time:"2009-09-06T01:00:00+0000",offset:7200,isdst:true,abbr:"WAST"},36:{ts:1270339200,time:"2010-04-04T00:00:00+0000",offset:3600,isdst:false,abbr:"WAT"},37:{ts:1283648400,time:"2010-09-05T01:00:00+0000",offset:7200,isdst:true,abbr:"WAST"},38:{ts:1301788800,time:"2011-04-03T00:00:00+0000",offset:3600,isdst:false,abbr:"WAT"},39:{ts:1315098000,time:"2011-09-04T01:00:00+0000",offset:7200,isdst:true,abbr:"WAST"},40:{ts:1333238400,time:"2012-04-01T00:00:00+0000",offset:3600,isdst:false,abbr:"WAT"},41:{ts:1346547600,time:"2012-09-02T01:00:00+0000",offset:7200,isdst:true,abbr:"WAST"},42:{ts:1365292800,time:"2013-04-07T00:00:00+0000",offset:3600,isdst:false,abbr:"WAT"},43:{ts:1377997200,time:"2013-09-01T01:00:00+0000",offset:7200,isdst:true,abbr:"WAST"},44:{ts:1396742400,time:"2014-04-06T00:00:00+0000",offset:3600,isdst:false,abbr:"WAT"},45:{ts:1410051600,time:"2014-09-07T01:00:00+0000",offset:7200,isdst:true,abbr:"WAST"},46:{ts:1428192000,time:"2015-04-05T00:00:00+0000",offset:3600,isdst:false,abbr:"WAT"},47:{ts:1441501200,time:"2015-09-06T01:00:00+0000",offset:7200,isdst:true,abbr:"WAST"},48:{ts:1459641600,time:"2016-04-03T00:00:00+0000",offset:3600,isdst:false,abbr:"WAT"},49:{ts:1472950800,time:"2016-09-04T01:00:00+0000",offset:7200,isdst:true,abbr:"WAST"},50:{ts:1491091200,time:"2017-04-02T00:00:00+0000",offset:3600,isdst:false,abbr:"WAT"},51:{ts:1504400400,time:"2017-09-03T01:00:00+0000",offset:7200,isdst:true,abbr:"WAST"},52:{ts:1522540800,time:"2018-04-01T00:00:00+0000",offset:3600,isdst:false,abbr:"WAT"},53:{ts:1535850000,time:"2018-09-02T01:00:00+0000",offset:7200,isdst:true,abbr:"WAST"},54:{ts:1554595200,time:"2019-04-07T00:00:00+0000",offset:3600,isdst:false,abbr:"WAT"},55:{ts:1567299600,time:"2019-09-01T01:00:00+0000",offset:7200,isdst:true,abbr:"WAST"},56:{ts:1586044800,time:"2020-04-05T00:00:00+0000",offset:3600,isdst:false,abbr:"WAT"},57:{ts:1599354000,time:"2020-09-06T01:00:00+0000",offset:7200,isdst:true,abbr:"WAST"},58:{ts:1617494400,time:"2021-04-04T00:00:00+0000",offset:3600,isdst:false,abbr:"WAT"},59:{ts:1630803600,time:"2021-09-05T01:00:00+0000",offset:7200,isdst:true,abbr:"WAST"},60:{ts:1648944000,time:"2022-04-03T00:00:00+0000",offset:3600,isdst:false,abbr:"WAT"},61:{ts:1662253200,time:"2022-09-04T01:00:00+0000",offset:7200,isdst:true,abbr:"WAST"},62:{ts:1680393600,time:"2023-04-02T00:00:00+0000",offset:3600,isdst:false,abbr:"WAT"},63:{ts:1693702800,time:"2023-09-03T01:00:00+0000",offset:7200,isdst:true,abbr:"WAST"},64:{ts:1712448000,time:"2024-04-07T00:00:00+0000",offset:3600,isdst:false,abbr:"WAT"},65:{ts:1725152400,time:"2024-09-01T01:00:00+0000",offset:7200,isdst:true,abbr:"WAST"},66:{ts:1743897600,time:"2025-04-06T00:00:00+0000",offset:3600,isdst:false,abbr:"WAT"},67:{ts:1757206800,time:"2025-09-07T01:00:00+0000",offset:7200,isdst:true,abbr:"WAST"},68:{ts:1775347200,time:"2026-04-05T00:00:00+0000",offset:3600,isdst:false,abbr:"WAT"},69:{ts:1788656400,time:"2026-09-06T01:00:00+0000",offset:7200,isdst:true,abbr:"WAST"},70:{ts:1806796800,time:"2027-04-04T00:00:00+0000",offset:3600,isdst:false,abbr:"WAT"},71:{ts:1820106000,time:"2027-09-05T01:00:00+0000",offset:7200,isdst:true,abbr:"WAST"},72:{ts:1838246400,time:"2028-04-02T00:00:00+0000",offset:3600,isdst:false,abbr:"WAT"},73:{ts:1851555600,time:"2028-09-03T01:00:00+0000",offset:7200,isdst:true,abbr:"WAST"},74:{ts:1869696000,time:"2029-04-01T00:00:00+0000",offset:3600,isdst:false,abbr:"WAT"},75:{ts:1883005200,time:"2029-09-02T01:00:00+0000",offset:7200,isdst:true,abbr:"WAST"},76:{ts:1901750400,time:"2030-04-07T00:00:00+0000",offset:3600,isdst:false,abbr:"WAT"},77:{ts:1914454800,time:"2030-09-01T01:00:00+0000",offset:7200,isdst:true,abbr:"WAST"},78:{ts:1933200000,time:"2031-04-06T00:00:00+0000",offset:3600,isdst:false,abbr:"WAT"},79:{ts:1946509200,time:"2031-09-07T01:00:00+0000",offset:7200,isdst:true,abbr:"WAST"},80:{ts:1964649600,time:"2032-04-04T00:00:00+0000",offset:3600,isdst:false,abbr:"WAT"},81:{ts:1977958800,time:"2032-09-05T01:00:00+0000",offset:7200,isdst:true,abbr:"WAST"},82:{ts:1996099200,time:"2033-04-03T00:00:00+0000",offset:3600,isdst:false,abbr:"WAT"},83:{ts:2009408400,time:"2033-09-04T01:00:00+0000",offset:7200,isdst:true,abbr:"WAST"},84:{ts:2027548800,time:"2034-04-02T00:00:00+0000",offset:3600,isdst:false,abbr:"WAT"},85:{ts:2040858000,time:"2034-09-03T01:00:00+0000",offset:7200,isdst:true,abbr:"WAST"},86:{ts:2058998400,time:"2035-04-01T00:00:00+0000",offset:3600,isdst:false,abbr:"WAT"},87:{ts:2072307600,time:"2035-09-02T01:00:00+0000",offset:7200,isdst:true,abbr:"WAST"},88:{ts:2091052800,time:"2036-04-06T00:00:00+0000",offset:3600,isdst:false,abbr:"WAT"},89:{ts:2104362000,time:"2036-09-07T01:00:00+0000",offset:7200,isdst:true,abbr:"WAST"},90:{ts:2122502400,time:"2037-04-05T00:00:00+0000",offset:3600,isdst:false,abbr:"WAT"},91:{ts:2135811600,time:"2037-09-06T01:00:00+0000",offset:7200,isdst:true,abbr:"WAST"}},"America/Adak":{0:{ts:-880196400,time:"1942-02-09T13:00:00+0000",offset:-36000,isdst:true,abbr:"NWT"},1:{ts:-769395600,time:"1945-08-14T23:00:00+0000",offset:-36000,isdst:true,abbr:"NPT"},2:{ts:-765374400,time:"1945-09-30T12:00:00+0000",offset:-39600,isdst:false,abbr:"NST"},3:{ts:-86878800,time:"1967-04-01T11:00:00+0000",offset:-39600,isdst:false,abbr:"BST"},4:{ts:-21466800,time:"1969-04-27T13:00:00+0000",offset:-36000,isdst:true,abbr:"BDT"},5:{ts:-5745600,time:"1969-10-26T12:00:00+0000",offset:-39600,isdst:false,abbr:"BST"},6:{ts:9982800,time:"1970-04-26T13:00:00+0000",offset:-36000,isdst:true,abbr:"BDT"},7:{ts:25704000,time:"1970-10-25T12:00:00+0000",offset:-39600,isdst:false,abbr:"BST"},8:{ts:41432400,time:"1971-04-25T13:00:00+0000",offset:-36000,isdst:true,abbr:"BDT"},9:{ts:57758400,time:"1971-10-31T12:00:00+0000",offset:-39600,isdst:false,abbr:"BST"},10:{ts:73486800,time:"1972-04-30T13:00:00+0000",offset:-36000,isdst:true,abbr:"BDT"},11:{ts:89208000,time:"1972-10-29T12:00:00+0000",offset:-39600,isdst:false,abbr:"BST"},12:{ts:104936400,time:"1973-04-29T13:00:00+0000",offset:-36000,isdst:true,abbr:"BDT"},13:{ts:120657600,time:"1973-10-28T12:00:00+0000",offset:-39600,isdst:false,abbr:"BST"},14:{ts:126709200,time:"1974-01-06T13:00:00+0000",offset:-36000,isdst:true,abbr:"BDT"},15:{ts:152107200,time:"1974-10-27T12:00:00+0000",offset:-39600,isdst:false,abbr:"BST"},16:{ts:162392400,time:"1975-02-23T13:00:00+0000",offset:-36000,isdst:true,abbr:"BDT"},17:{ts:183556800,time:"1975-10-26T12:00:00+0000",offset:-39600,isdst:false,abbr:"BST"},18:{ts:199285200,time:"1976-04-25T13:00:00+0000",offset:-36000,isdst:true,abbr:"BDT"},19:{ts:215611200,time:"1976-10-31T12:00:00+0000",offset:-39600,isdst:false,abbr:"BST"},20:{ts:230734800,time:"1977-04-24T13:00:00+0000",offset:-36000,isdst:true,abbr:"BDT"},21:{ts:247060800,time:"1977-10-30T12:00:00+0000",offset:-39600,isdst:false,abbr:"BST"},22:{ts:262789200,time:"1978-04-30T13:00:00+0000",offset:-36000,isdst:true,abbr:"BDT"},23:{ts:278510400,time:"1978-10-29T12:00:00+0000",offset:-39600,isdst:false,abbr:"BST"},24:{ts:294238800,time:"1979-04-29T13:00:00+0000",offset:-36000,isdst:true,abbr:"BDT"},25:{ts:309960000,time:"1979-10-28T12:00:00+0000",offset:-39600,isdst:false,abbr:"BST"},26:{ts:325688400,time:"1980-04-27T13:00:00+0000",offset:-36000,isdst:true,abbr:"BDT"},27:{ts:341409600,time:"1980-10-26T12:00:00+0000",offset:-39600,isdst:false,abbr:"BST"},28:{ts:357138000,time:"1981-04-26T13:00:00+0000",offset:-36000,isdst:true,abbr:"BDT"},29:{ts:372859200,time:"1981-10-25T12:00:00+0000",offset:-39600,isdst:false,abbr:"BST"},30:{ts:388587600,time:"1982-04-25T13:00:00+0000",offset:-36000,isdst:true,abbr:"BDT"},31:{ts:404913600,time:"1982-10-31T12:00:00+0000",offset:-39600,isdst:false,abbr:"BST"},32:{ts:420037200,time:"1983-04-24T13:00:00+0000",offset:-36000,isdst:true,abbr:"BDT"},33:{ts:436363200,time:"1983-10-30T12:00:00+0000",offset:-36000,isdst:false,abbr:"AHST"},34:{ts:439034400,time:"1983-11-30T10:00:00+0000",offset:-36000,isdst:false,abbr:"HAST"},35:{ts:452088000,time:"1984-04-29T12:00:00+0000",offset:-32400,isdst:true,abbr:"HADT"},36:{ts:467809200,time:"1984-10-28T11:00:00+0000",offset:-36000,isdst:false,abbr:"HAST"},37:{ts:483537600,time:"1985-04-28T12:00:00+0000",offset:-32400,isdst:true,abbr:"HADT"},38:{ts:499258800,time:"1985-10-27T11:00:00+0000",offset:-36000,isdst:false,abbr:"HAST"},39:{ts:514987200,time:"1986-04-27T12:00:00+0000",offset:-32400,isdst:true,abbr:"HADT"},40:{ts:530708400,time:"1986-10-26T11:00:00+0000",offset:-36000,isdst:false,abbr:"HAST"},41:{ts:544622400,time:"1987-04-05T12:00:00+0000",offset:-32400,isdst:true,abbr:"HADT"},42:{ts:562158000,time:"1987-10-25T11:00:00+0000",offset:-36000,isdst:false,abbr:"HAST"},43:{ts:576072000,time:"1988-04-03T12:00:00+0000",offset:-32400,isdst:true,abbr:"HADT"},44:{ts:594212400,time:"1988-10-30T11:00:00+0000",offset:-36000,isdst:false,abbr:"HAST"},45:{ts:607521600,time:"1989-04-02T12:00:00+0000",offset:-32400,isdst:true,abbr:"HADT"},46:{ts:625662000,time:"1989-10-29T11:00:00+0000",offset:-36000,isdst:false,abbr:"HAST"},47:{ts:638971200,time:"1990-04-01T12:00:00+0000",offset:-32400,isdst:true,abbr:"HADT"},48:{ts:657111600,time:"1990-10-28T11:00:00+0000",offset:-36000,isdst:false,abbr:"HAST"},49:{ts:671025600,time:"1991-04-07T12:00:00+0000",offset:-32400,isdst:true,abbr:"HADT"},50:{ts:688561200,time:"1991-10-27T11:00:00+0000",offset:-36000,isdst:false,abbr:"HAST"},51:{ts:702475200,time:"1992-04-05T12:00:00+0000",offset:-32400,isdst:true,abbr:"HADT"},52:{ts:720010800,time:"1992-10-25T11:00:00+0000",offset:-36000,isdst:false,abbr:"HAST"},53:{ts:733924800,time:"1993-04-04T12:00:00+0000",offset:-32400,isdst:true,abbr:"HADT"},54:{ts:752065200,time:"1993-10-31T11:00:00+0000",offset:-36000,isdst:false,abbr:"HAST"},55:{ts:765374400,time:"1994-04-03T12:00:00+0000",offset:-32400,isdst:true,abbr:"HADT"},56:{ts:783514800,time:"1994-10-30T11:00:00+0000",offset:-36000,isdst:false,abbr:"HAST"},57:{ts:796824000,time:"1995-04-02T12:00:00+0000",offset:-32400,isdst:true,abbr:"HADT"},58:{ts:814964400,time:"1995-10-29T11:00:00+0000",offset:-36000,isdst:false,abbr:"HAST"},59:{ts:828878400,time:"1996-04-07T12:00:00+0000",offset:-32400,isdst:true,abbr:"HADT"},60:{ts:846414000,time:"1996-10-27T11:00:00+0000",offset:-36000,isdst:false,abbr:"HAST"},61:{ts:860328000,time:"1997-04-06T12:00:00+0000",offset:-32400,isdst:true,abbr:"HADT"},62:{ts:877863600,time:"1997-10-26T11:00:00+0000",offset:-36000,isdst:false,abbr:"HAST"},63:{ts:891777600,time:"1998-04-05T12:00:00+0000",offset:-32400,isdst:true,abbr:"HADT"},64:{ts:909313200,time:"1998-10-25T11:00:00+0000",offset:-36000,isdst:false,abbr:"HAST"},65:{ts:923227200,time:"1999-04-04T12:00:00+0000",offset:-32400,isdst:true,abbr:"HADT"},66:{ts:941367600,time:"1999-10-31T11:00:00+0000",offset:-36000,isdst:false,abbr:"HAST"},67:{ts:954676800,time:"2000-04-02T12:00:00+0000",offset:-32400,isdst:true,abbr:"HADT"},68:{ts:972817200,time:"2000-10-29T11:00:00+0000",offset:-36000,isdst:false,abbr:"HAST"},69:{ts:986126400,time:"2001-04-01T12:00:00+0000",offset:-32400,isdst:true,abbr:"HADT"},70:{ts:1004266800,time:"2001-10-28T11:00:00+0000",offset:-36000,isdst:false,abbr:"HAST"},71:{ts:1018180800,time:"2002-04-07T12:00:00+0000",offset:-32400,isdst:true,abbr:"HADT"},72:{ts:1035716400,time:"2002-10-27T11:00:00+0000",offset:-36000,isdst:false,abbr:"HAST"},73:{ts:1049630400,time:"2003-04-06T12:00:00+0000",offset:-32400,isdst:true,abbr:"HADT"},74:{ts:1067166000,time:"2003-10-26T11:00:00+0000",offset:-36000,isdst:false,abbr:"HAST"},75:{ts:1081080000,time:"2004-04-04T12:00:00+0000",offset:-32400,isdst:true,abbr:"HADT"},76:{ts:1099220400,time:"2004-10-31T11:00:00+0000",offset:-36000,isdst:false,abbr:"HAST"},77:{ts:1112529600,time:"2005-04-03T12:00:00+0000",offset:-32400,isdst:true,abbr:"HADT"},78:{ts:1130670000,time:"2005-10-30T11:00:00+0000",offset:-36000,isdst:false,abbr:"HAST"},79:{ts:1143979200,time:"2006-04-02T12:00:00+0000",offset:-32400,isdst:true,abbr:"HADT"},80:{ts:1162119600,time:"2006-10-29T11:00:00+0000",offset:-36000,isdst:false,abbr:"HAST"},81:{ts:1173614400,time:"2007-03-11T12:00:00+0000",offset:-32400,isdst:true,abbr:"HADT"},82:{ts:1194174000,time:"2007-11-04T11:00:00+0000",offset:-36000,isdst:false,abbr:"HAST"},83:{ts:1205064000,time:"2008-03-09T12:00:00+0000",offset:-32400,isdst:true,abbr:"HADT"},84:{ts:1225623600,time:"2008-11-02T11:00:00+0000",offset:-36000,isdst:false,abbr:"HAST"},85:{ts:1236513600,time:"2009-03-08T12:00:00+0000",offset:-32400,isdst:true,abbr:"HADT"},86:{ts:1257073200,time:"2009-11-01T11:00:00+0000",offset:-36000,isdst:false,abbr:"HAST"},87:{ts:1268568000,time:"2010-03-14T12:00:00+0000",offset:-32400,isdst:true,abbr:"HADT"},88:{ts:1289127600,time:"2010-11-07T11:00:00+0000",offset:-36000,isdst:false,abbr:"HAST"},89:{ts:1300017600,time:"2011-03-13T12:00:00+0000",offset:-32400,isdst:true,abbr:"HADT"},90:{ts:1320577200,time:"2011-11-06T11:00:00+0000",offset:-36000,isdst:false,abbr:"HAST"},91:{ts:1331467200,time:"2012-03-11T12:00:00+0000",offset:-32400,isdst:true,abbr:"HADT"},92:{ts:1352026800,time:"2012-11-04T11:00:00+0000",offset:-36000,isdst:false,abbr:"HAST"},93:{ts:1362916800,time:"2013-03-10T12:00:00+0000",offset:-32400,isdst:true,abbr:"HADT"},94:{ts:1383476400,time:"2013-11-03T11:00:00+0000",offset:-36000,isdst:false,abbr:"HAST"},95:{ts:1394366400,time:"2014-03-09T12:00:00+0000",offset:-32400,isdst:true,abbr:"HADT"},96:{ts:1414926000,time:"2014-11-02T11:00:00+0000",offset:-36000,isdst:false,abbr:"HAST"},97:{ts:1425816000,time:"2015-03-08T12:00:00+0000",offset:-32400,isdst:true,abbr:"HADT"},98:{ts:1446375600,time:"2015-11-01T11:00:00+0000",offset:-36000,isdst:false,abbr:"HAST"},99:{ts:1457870400,time:"2016-03-13T12:00:00+0000",offset:-32400,isdst:true,abbr:"HADT"},100:{ts:1478430000,time:"2016-11-06T11:00:00+0000",offset:-36000,isdst:false,abbr:"HAST"},101:{ts:1489320000,time:"2017-03-12T12:00:00+0000",offset:-32400,isdst:true,abbr:"HADT"},102:{ts:1509879600,time:"2017-11-05T11:00:00+0000",offset:-36000,isdst:false,abbr:"HAST"},103:{ts:1520769600,time:"2018-03-11T12:00:00+0000",offset:-32400,isdst:true,abbr:"HADT"},104:{ts:1541329200,time:"2018-11-04T11:00:00+0000",offset:-36000,isdst:false,abbr:"HAST"},105:{ts:1552219200,time:"2019-03-10T12:00:00+0000",offset:-32400,isdst:true,abbr:"HADT"},106:{ts:1572778800,time:"2019-11-03T11:00:00+0000",offset:-36000,isdst:false,abbr:"HAST"},107:{ts:1583668800,time:"2020-03-08T12:00:00+0000",offset:-32400,isdst:true,abbr:"HADT"},108:{ts:1604228400,time:"2020-11-01T11:00:00+0000",offset:-36000,isdst:false,abbr:"HAST"},109:{ts:1615723200,time:"2021-03-14T12:00:00+0000",offset:-32400,isdst:true,abbr:"HADT"},110:{ts:1636282800,time:"2021-11-07T11:00:00+0000",offset:-36000,isdst:false,abbr:"HAST"},111:{ts:1647172800,time:"2022-03-13T12:00:00+0000",offset:-32400,isdst:true,abbr:"HADT"},112:{ts:1667732400,time:"2022-11-06T11:00:00+0000",offset:-36000,isdst:false,abbr:"HAST"},113:{ts:1678622400,time:"2023-03-12T12:00:00+0000",offset:-32400,isdst:true,abbr:"HADT"},114:{ts:1699182000,time:"2023-11-05T11:00:00+0000",offset:-36000,isdst:false,abbr:"HAST"},115:{ts:1710072000,time:"2024-03-10T12:00:00+0000",offset:-32400,isdst:true,abbr:"HADT"},116:{ts:1730631600,time:"2024-11-03T11:00:00+0000",offset:-36000,isdst:false,abbr:"HAST"},117:{ts:1741521600,time:"2025-03-09T12:00:00+0000",offset:-32400,isdst:true,abbr:"HADT"},118:{ts:1762081200,time:"2025-11-02T11:00:00+0000",offset:-36000,isdst:false,abbr:"HAST"},119:{ts:1772971200,time:"2026-03-08T12:00:00+0000",offset:-32400,isdst:true,abbr:"HADT"},120:{ts:1793530800,time:"2026-11-01T11:00:00+0000",offset:-36000,isdst:false,abbr:"HAST"},121:{ts:1805025600,time:"2027-03-14T12:00:00+0000",offset:-32400,isdst:true,abbr:"HADT"},122:{ts:1825585200,time:"2027-11-07T11:00:00+0000",offset:-36000,isdst:false,abbr:"HAST"},123:{ts:1836475200,time:"2028-03-12T12:00:00+0000",offset:-32400,isdst:true,abbr:"HADT"},124:{ts:1857034800,time:"2028-11-05T11:00:00+0000",offset:-36000,isdst:false,abbr:"HAST"},125:{ts:1867924800,time:"2029-03-11T12:00:00+0000",offset:-32400,isdst:true,abbr:"HADT"},126:{ts:1888484400,time:"2029-11-04T11:00:00+0000",offset:-36000,isdst:false,abbr:"HAST"},127:{ts:1899374400,time:"2030-03-10T12:00:00+0000",offset:-32400,isdst:true,abbr:"HADT"},128:{ts:1919934000,time:"2030-11-03T11:00:00+0000",offset:-36000,isdst:false,abbr:"HAST"},129:{ts:1930824000,time:"2031-03-09T12:00:00+0000",offset:-32400,isdst:true,abbr:"HADT"},130:{ts:1951383600,time:"2031-11-02T11:00:00+0000",offset:-36000,isdst:false,abbr:"HAST"},131:{ts:1962878400,time:"2032-03-14T12:00:00+0000",offset:-32400,isdst:true,abbr:"HADT"},132:{ts:1983438000,time:"2032-11-07T11:00:00+0000",offset:-36000,isdst:false,abbr:"HAST"},133:{ts:1994328000,time:"2033-03-13T12:00:00+0000",offset:-32400,isdst:true,abbr:"HADT"},134:{ts:2014887600,time:"2033-11-06T11:00:00+0000",offset:-36000,isdst:false,abbr:"HAST"},135:{ts:2025777600,time:"2034-03-12T12:00:00+0000",offset:-32400,isdst:true,abbr:"HADT"},136:{ts:2046337200,time:"2034-11-05T11:00:00+0000",offset:-36000,isdst:false,abbr:"HAST"},137:{ts:2057227200,time:"2035-03-11T12:00:00+0000",offset:-32400,isdst:true,abbr:"HADT"},138:{ts:2077786800,time:"2035-11-04T11:00:00+0000",offset:-36000,isdst:false,abbr:"HAST"},139:{ts:2088676800,time:"2036-03-09T12:00:00+0000",offset:-32400,isdst:true,abbr:"HADT"},140:{ts:2109236400,time:"2036-11-02T11:00:00+0000",offset:-36000,isdst:false,abbr:"HAST"},141:{ts:2120126400,time:"2037-03-08T12:00:00+0000",offset:-32400,isdst:true,abbr:"HADT"},142:{ts:2140686000,time:"2037-11-01T11:00:00+0000",offset:-36000,isdst:false,abbr:"HAST"}},"America/Anchorage":{0:{ts:-880200000,time:"1942-02-09T12:00:00+0000",offset:-32400,isdst:true,abbr:"CAWT"},1:{ts:-769395600,time:"1945-08-14T23:00:00+0000",offset:-32400,isdst:true,abbr:"CAPT"},2:{ts:-765378000,time:"1945-09-30T11:00:00+0000",offset:-36000,isdst:false,abbr:"CAT"},3:{ts:-86882400,time:"1967-04-01T10:00:00+0000",offset:-36000,isdst:false,abbr:"AHST"},4:{ts:-21470400,time:"1969-04-27T12:00:00+0000",offset:-32400,isdst:true,abbr:"AHDT"},5:{ts:-5749200,time:"1969-10-26T11:00:00+0000",offset:-36000,isdst:false,abbr:"AHST"},6:{ts:9979200,time:"1970-04-26T12:00:00+0000",offset:-32400,isdst:true,abbr:"AHDT"},7:{ts:25700400,time:"1970-10-25T11:00:00+0000",offset:-36000,isdst:false,abbr:"AHST"},8:{ts:41428800,time:"1971-04-25T12:00:00+0000",offset:-32400,isdst:true,abbr:"AHDT"},9:{ts:57754800,time:"1971-10-31T11:00:00+0000",offset:-36000,isdst:false,abbr:"AHST"},10:{ts:73483200,time:"1972-04-30T12:00:00+0000",offset:-32400,isdst:true,abbr:"AHDT"},11:{ts:89204400,time:"1972-10-29T11:00:00+0000",offset:-36000,isdst:false,abbr:"AHST"},12:{ts:104932800,time:"1973-04-29T12:00:00+0000",offset:-32400,isdst:true,abbr:"AHDT"},13:{ts:120654000,time:"1973-10-28T11:00:00+0000",offset:-36000,isdst:false,abbr:"AHST"},14:{ts:126705600,time:"1974-01-06T12:00:00+0000",offset:-32400,isdst:true,abbr:"AHDT"},15:{ts:152103600,time:"1974-10-27T11:00:00+0000",offset:-36000,isdst:false,abbr:"AHST"},16:{ts:162388800,time:"1975-02-23T12:00:00+0000",offset:-32400,isdst:true,abbr:"AHDT"},17:{ts:183553200,time:"1975-10-26T11:00:00+0000",offset:-36000,isdst:false,abbr:"AHST"},18:{ts:199281600,time:"1976-04-25T12:00:00+0000",offset:-32400,isdst:true,abbr:"AHDT"},19:{ts:215607600,time:"1976-10-31T11:00:00+0000",offset:-36000,isdst:false,abbr:"AHST"},20:{ts:230731200,time:"1977-04-24T12:00:00+0000",offset:-32400,isdst:true,abbr:"AHDT"},21:{ts:247057200,time:"1977-10-30T11:00:00+0000",offset:-36000,isdst:false,abbr:"AHST"},22:{ts:262785600,time:"1978-04-30T12:00:00+0000",offset:-32400,isdst:true,abbr:"AHDT"},23:{ts:278506800,time:"1978-10-29T11:00:00+0000",offset:-36000,isdst:false,abbr:"AHST"},24:{ts:294235200,time:"1979-04-29T12:00:00+0000",offset:-32400,isdst:true,abbr:"AHDT"},25:{ts:309956400,time:"1979-10-28T11:00:00+0000",offset:-36000,isdst:false,abbr:"AHST"},26:{ts:325684800,time:"1980-04-27T12:00:00+0000",offset:-32400,isdst:true,abbr:"AHDT"},27:{ts:341406000,time:"1980-10-26T11:00:00+0000",offset:-36000,isdst:false,abbr:"AHST"},28:{ts:357134400,time:"1981-04-26T12:00:00+0000",offset:-32400,isdst:true,abbr:"AHDT"},29:{ts:372855600,time:"1981-10-25T11:00:00+0000",offset:-36000,isdst:false,abbr:"AHST"},30:{ts:388584000,time:"1982-04-25T12:00:00+0000",offset:-32400,isdst:true,abbr:"AHDT"},31:{ts:404910000,time:"1982-10-31T11:00:00+0000",offset:-36000,isdst:false,abbr:"AHST"},32:{ts:420033600,time:"1983-04-24T12:00:00+0000",offset:-32400,isdst:true,abbr:"AHDT"},33:{ts:436359600,time:"1983-10-30T11:00:00+0000",offset:-32400,isdst:false,abbr:"YST"},34:{ts:439030800,time:"1983-11-30T09:00:00+0000",offset:-32400,isdst:false,abbr:"AKST"},35:{ts:452084400,time:"1984-04-29T11:00:00+0000",offset:-28800,isdst:true,abbr:"AKDT"},36:{ts:467805600,time:"1984-10-28T10:00:00+0000",offset:-32400,isdst:false,abbr:"AKST"},37:{ts:483534000,time:"1985-04-28T11:00:00+0000",offset:-28800,isdst:true,abbr:"AKDT"},38:{ts:499255200,time:"1985-10-27T10:00:00+0000",offset:-32400,isdst:false,abbr:"AKST"},39:{ts:514983600,time:"1986-04-27T11:00:00+0000",offset:-28800,isdst:true,abbr:"AKDT"},40:{ts:530704800,time:"1986-10-26T10:00:00+0000",offset:-32400,isdst:false,abbr:"AKST"},41:{ts:544618800,time:"1987-04-05T11:00:00+0000",offset:-28800,isdst:true,abbr:"AKDT"},42:{ts:562154400,time:"1987-10-25T10:00:00+0000",offset:-32400,isdst:false,abbr:"AKST"},43:{ts:576068400,time:"1988-04-03T11:00:00+0000",offset:-28800,isdst:true,abbr:"AKDT"},44:{ts:594208800,time:"1988-10-30T10:00:00+0000",offset:-32400,isdst:false,abbr:"AKST"},45:{ts:607518000,time:"1989-04-02T11:00:00+0000",offset:-28800,isdst:true,abbr:"AKDT"},46:{ts:625658400,time:"1989-10-29T10:00:00+0000",offset:-32400,isdst:false,abbr:"AKST"},47:{ts:638967600,time:"1990-04-01T11:00:00+0000",offset:-28800,isdst:true,abbr:"AKDT"},48:{ts:657108000,time:"1990-10-28T10:00:00+0000",offset:-32400,isdst:false,abbr:"AKST"},49:{ts:671022000,time:"1991-04-07T11:00:00+0000",offset:-28800,isdst:true,abbr:"AKDT"},50:{ts:688557600,time:"1991-10-27T10:00:00+0000",offset:-32400,isdst:false,abbr:"AKST"},51:{ts:702471600,time:"1992-04-05T11:00:00+0000",offset:-28800,isdst:true,abbr:"AKDT"},52:{ts:720007200,time:"1992-10-25T10:00:00+0000",offset:-32400,isdst:false,abbr:"AKST"},53:{ts:733921200,time:"1993-04-04T11:00:00+0000",offset:-28800,isdst:true,abbr:"AKDT"},54:{ts:752061600,time:"1993-10-31T10:00:00+0000",offset:-32400,isdst:false,abbr:"AKST"},55:{ts:765370800,time:"1994-04-03T11:00:00+0000",offset:-28800,isdst:true,abbr:"AKDT"},56:{ts:783511200,time:"1994-10-30T10:00:00+0000",offset:-32400,isdst:false,abbr:"AKST"},57:{ts:796820400,time:"1995-04-02T11:00:00+0000",offset:-28800,isdst:true,abbr:"AKDT"},58:{ts:814960800,time:"1995-10-29T10:00:00+0000",offset:-32400,isdst:false,abbr:"AKST"},59:{ts:828874800,time:"1996-04-07T11:00:00+0000",offset:-28800,isdst:true,abbr:"AKDT"},60:{ts:846410400,time:"1996-10-27T10:00:00+0000",offset:-32400,isdst:false,abbr:"AKST"},61:{ts:860324400,time:"1997-04-06T11:00:00+0000",offset:-28800,isdst:true,abbr:"AKDT"},62:{ts:877860000,time:"1997-10-26T10:00:00+0000",offset:-32400,isdst:false,abbr:"AKST"},63:{ts:891774000,time:"1998-04-05T11:00:00+0000",offset:-28800,isdst:true,abbr:"AKDT"},64:{ts:909309600,time:"1998-10-25T10:00:00+0000",offset:-32400,isdst:false,abbr:"AKST"},65:{ts:923223600,time:"1999-04-04T11:00:00+0000",offset:-28800,isdst:true,abbr:"AKDT"},66:{ts:941364000,time:"1999-10-31T10:00:00+0000",offset:-32400,isdst:false,abbr:"AKST"},67:{ts:954673200,time:"2000-04-02T11:00:00+0000",offset:-28800,isdst:true,abbr:"AKDT"},68:{ts:972813600,time:"2000-10-29T10:00:00+0000",offset:-32400,isdst:false,abbr:"AKST"},69:{ts:986122800,time:"2001-04-01T11:00:00+0000",offset:-28800,isdst:true,abbr:"AKDT"},70:{ts:1004263200,time:"2001-10-28T10:00:00+0000",offset:-32400,isdst:false,abbr:"AKST"},71:{ts:1018177200,time:"2002-04-07T11:00:00+0000",offset:-28800,isdst:true,abbr:"AKDT"},72:{ts:1035712800,time:"2002-10-27T10:00:00+0000",offset:-32400,isdst:false,abbr:"AKST"},73:{ts:1049626800,time:"2003-04-06T11:00:00+0000",offset:-28800,isdst:true,abbr:"AKDT"},74:{ts:1067162400,time:"2003-10-26T10:00:00+0000",offset:-32400,isdst:false,abbr:"AKST"},75:{ts:1081076400,time:"2004-04-04T11:00:00+0000",offset:-28800,isdst:true,abbr:"AKDT"},76:{ts:1099216800,time:"2004-10-31T10:00:00+0000",offset:-32400,isdst:false,abbr:"AKST"},77:{ts:1112526000,time:"2005-04-03T11:00:00+0000",offset:-28800,isdst:true,abbr:"AKDT"},78:{ts:1130666400,time:"2005-10-30T10:00:00+0000",offset:-32400,isdst:false,abbr:"AKST"},79:{ts:1143975600,time:"2006-04-02T11:00:00+0000",offset:-28800,isdst:true,abbr:"AKDT"},80:{ts:1162116000,time:"2006-10-29T10:00:00+0000",offset:-32400,isdst:false,abbr:"AKST"},81:{ts:1173610800,time:"2007-03-11T11:00:00+0000",offset:-28800,isdst:true,abbr:"AKDT"},82:{ts:1194170400,time:"2007-11-04T10:00:00+0000",offset:-32400,isdst:false,abbr:"AKST"},83:{ts:1205060400,time:"2008-03-09T11:00:00+0000",offset:-28800,isdst:true,abbr:"AKDT"},84:{ts:1225620000,time:"2008-11-02T10:00:00+0000",offset:-32400,isdst:false,abbr:"AKST"},85:{ts:1236510000,time:"2009-03-08T11:00:00+0000",offset:-28800,isdst:true,abbr:"AKDT"},86:{ts:1257069600,time:"2009-11-01T10:00:00+0000",offset:-32400,isdst:false,abbr:"AKST"},87:{ts:1268564400,time:"2010-03-14T11:00:00+0000",offset:-28800,isdst:true,abbr:"AKDT"},88:{ts:1289124000,time:"2010-11-07T10:00:00+0000",offset:-32400,isdst:false,abbr:"AKST"},89:{ts:1300014000,time:"2011-03-13T11:00:00+0000",offset:-28800,isdst:true,abbr:"AKDT"},90:{ts:1320573600,time:"2011-11-06T10:00:00+0000",offset:-32400,isdst:false,abbr:"AKST"},91:{ts:1331463600,time:"2012-03-11T11:00:00+0000",offset:-28800,isdst:true,abbr:"AKDT"},92:{ts:1352023200,time:"2012-11-04T10:00:00+0000",offset:-32400,isdst:false,abbr:"AKST"},93:{ts:1362913200,time:"2013-03-10T11:00:00+0000",offset:-28800,isdst:true,abbr:"AKDT"},94:{ts:1383472800,time:"2013-11-03T10:00:00+0000",offset:-32400,isdst:false,abbr:"AKST"},95:{ts:1394362800,time:"2014-03-09T11:00:00+0000",offset:-28800,isdst:true,abbr:"AKDT"},96:{ts:1414922400,time:"2014-11-02T10:00:00+0000",offset:-32400,isdst:false,abbr:"AKST"},97:{ts:1425812400,time:"2015-03-08T11:00:00+0000",offset:-28800,isdst:true,abbr:"AKDT"},98:{ts:1446372000,time:"2015-11-01T10:00:00+0000",offset:-32400,isdst:false,abbr:"AKST"},99:{ts:1457866800,time:"2016-03-13T11:00:00+0000",offset:-28800,isdst:true,abbr:"AKDT"},100:{ts:1478426400,time:"2016-11-06T10:00:00+0000",offset:-32400,isdst:false,abbr:"AKST"},101:{ts:1489316400,time:"2017-03-12T11:00:00+0000",offset:-28800,isdst:true,abbr:"AKDT"},102:{ts:1509876000,time:"2017-11-05T10:00:00+0000",offset:-32400,isdst:false,abbr:"AKST"},103:{ts:1520766000,time:"2018-03-11T11:00:00+0000",offset:-28800,isdst:true,abbr:"AKDT"},104:{ts:1541325600,time:"2018-11-04T10:00:00+0000",offset:-32400,isdst:false,abbr:"AKST"},105:{ts:1552215600,time:"2019-03-10T11:00:00+0000",offset:-28800,isdst:true,abbr:"AKDT"},106:{ts:1572775200,time:"2019-11-03T10:00:00+0000",offset:-32400,isdst:false,abbr:"AKST"},107:{ts:1583665200,time:"2020-03-08T11:00:00+0000",offset:-28800,isdst:true,abbr:"AKDT"},108:{ts:1604224800,time:"2020-11-01T10:00:00+0000",offset:-32400,isdst:false,abbr:"AKST"},109:{ts:1615719600,time:"2021-03-14T11:00:00+0000",offset:-28800,isdst:true,abbr:"AKDT"},110:{ts:1636279200,time:"2021-11-07T10:00:00+0000",offset:-32400,isdst:false,abbr:"AKST"},111:{ts:1647169200,time:"2022-03-13T11:00:00+0000",offset:-28800,isdst:true,abbr:"AKDT"},112:{ts:1667728800,time:"2022-11-06T10:00:00+0000",offset:-32400,isdst:false,abbr:"AKST"},113:{ts:1678618800,time:"2023-03-12T11:00:00+0000",offset:-28800,isdst:true,abbr:"AKDT"},114:{ts:1699178400,time:"2023-11-05T10:00:00+0000",offset:-32400,isdst:false,abbr:"AKST"},115:{ts:1710068400,time:"2024-03-10T11:00:00+0000",offset:-28800,isdst:true,abbr:"AKDT"},116:{ts:1730628000,time:"2024-11-03T10:00:00+0000",offset:-32400,isdst:false,abbr:"AKST"},117:{ts:1741518000,time:"2025-03-09T11:00:00+0000",offset:-28800,isdst:true,abbr:"AKDT"},118:{ts:1762077600,time:"2025-11-02T10:00:00+0000",offset:-32400,isdst:false,abbr:"AKST"},119:{ts:1772967600,time:"2026-03-08T11:00:00+0000",offset:-28800,isdst:true,abbr:"AKDT"},120:{ts:1793527200,time:"2026-11-01T10:00:00+0000",offset:-32400,isdst:false,abbr:"AKST"},121:{ts:1805022000,time:"2027-03-14T11:00:00+0000",offset:-28800,isdst:true,abbr:"AKDT"},122:{ts:1825581600,time:"2027-11-07T10:00:00+0000",offset:-32400,isdst:false,abbr:"AKST"},123:{ts:1836471600,time:"2028-03-12T11:00:00+0000",offset:-28800,isdst:true,abbr:"AKDT"},124:{ts:1857031200,time:"2028-11-05T10:00:00+0000",offset:-32400,isdst:false,abbr:"AKST"},125:{ts:1867921200,time:"2029-03-11T11:00:00+0000",offset:-28800,isdst:true,abbr:"AKDT"},126:{ts:1888480800,time:"2029-11-04T10:00:00+0000",offset:-32400,isdst:false,abbr:"AKST"},127:{ts:1899370800,time:"2030-03-10T11:00:00+0000",offset:-28800,isdst:true,abbr:"AKDT"},128:{ts:1919930400,time:"2030-11-03T10:00:00+0000",offset:-32400,isdst:false,abbr:"AKST"},129:{ts:1930820400,time:"2031-03-09T11:00:00+0000",offset:-28800,isdst:true,abbr:"AKDT"},130:{ts:1951380000,time:"2031-11-02T10:00:00+0000",offset:-32400,isdst:false,abbr:"AKST"},131:{ts:1962874800,time:"2032-03-14T11:00:00+0000",offset:-28800,isdst:true,abbr:"AKDT"},132:{ts:1983434400,time:"2032-11-07T10:00:00+0000",offset:-32400,isdst:false,abbr:"AKST"},133:{ts:1994324400,time:"2033-03-13T11:00:00+0000",offset:-28800,isdst:true,abbr:"AKDT"},134:{ts:2014884000,time:"2033-11-06T10:00:00+0000",offset:-32400,isdst:false,abbr:"AKST"},135:{ts:2025774000,time:"2034-03-12T11:00:00+0000",offset:-28800,isdst:true,abbr:"AKDT"},136:{ts:2046333600,time:"2034-11-05T10:00:00+0000",offset:-32400,isdst:false,abbr:"AKST"},137:{ts:2057223600,time:"2035-03-11T11:00:00+0000",offset:-28800,isdst:true,abbr:"AKDT"},138:{ts:2077783200,time:"2035-11-04T10:00:00+0000",offset:-32400,isdst:false,abbr:"AKST"},139:{ts:2088673200,time:"2036-03-09T11:00:00+0000",offset:-28800,isdst:true,abbr:"AKDT"},140:{ts:2109232800,time:"2036-11-02T10:00:00+0000",offset:-32400,isdst:false,abbr:"AKST"},141:{ts:2120122800,time:"2037-03-08T11:00:00+0000",offset:-28800,isdst:true,abbr:"AKDT"},142:{ts:2140682400,time:"2037-11-01T10:00:00+0000",offset:-32400,isdst:false,abbr:"AKST"}},"America/Anguilla":{0:{ts:-1825098464,time:"1912-03-02T04:12:16+0000",offset:-14400,isdst:false,abbr:"AST"}},"America/Antigua":{0:{ts:-1825098768,time:"1912-03-02T04:07:12+0000",offset:-18000,isdst:false,abbr:"EST"},1:{ts:-599598000,time:"1951-01-01T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"}},"America/Araguaina":{0:{ts:-1767214032,time:"1914-01-01T03:12:48+0000",offset:-10800,isdst:false,abbr:"BRT"},1:{ts:-1206957600,time:"1931-10-03T14:00:00+0000",offset:-7200,isdst:true,abbr:"BRST"},2:{ts:-1191362400,time:"1932-04-01T02:00:00+0000",offset:-10800,isdst:false,abbr:"BRT"},3:{ts:-1175374800,time:"1932-10-03T03:00:00+0000",offset:-7200,isdst:true,abbr:"BRST"},4:{ts:-1159826400,time:"1933-04-01T02:00:00+0000",offset:-10800,isdst:false,abbr:"BRT"},5:{ts:-633819600,time:"1949-12-01T03:00:00+0000",offset:-7200,isdst:true,abbr:"BRST"},6:{ts:-622069200,time:"1950-04-16T03:00:00+0000",offset:-10800,isdst:false,abbr:"BRT"},7:{ts:-602283600,time:"1950-12-01T03:00:00+0000",offset:-7200,isdst:true,abbr:"BRST"},8:{ts:-591832800,time:"1951-04-01T02:00:00+0000",offset:-10800,isdst:false,abbr:"BRT"},9:{ts:-570747600,time:"1951-12-01T03:00:00+0000",offset:-7200,isdst:true,abbr:"BRST"},10:{ts:-560210400,time:"1952-04-01T02:00:00+0000",offset:-10800,isdst:false,abbr:"BRT"},11:{ts:-539125200,time:"1952-12-01T03:00:00+0000",offset:-7200,isdst:true,abbr:"BRST"},12:{ts:-531352800,time:"1953-03-01T02:00:00+0000",offset:-10800,isdst:false,abbr:"BRT"},13:{ts:-191365200,time:"1963-12-09T03:00:00+0000",offset:-7200,isdst:true,abbr:"BRST"},14:{ts:-184197600,time:"1964-03-01T02:00:00+0000",offset:-10800,isdst:false,abbr:"BRT"},15:{ts:-155163600,time:"1965-01-31T03:00:00+0000",offset:-7200,isdst:true,abbr:"BRST"},16:{ts:-150069600,time:"1965-03-31T02:00:00+0000",offset:-10800,isdst:false,abbr:"BRT"},17:{ts:-128898000,time:"1965-12-01T03:00:00+0000",offset:-7200,isdst:true,abbr:"BRST"},18:{ts:-121125600,time:"1966-03-01T02:00:00+0000",offset:-10800,isdst:false,abbr:"BRT"},19:{ts:-99954000,time:"1966-11-01T03:00:00+0000",offset:-7200,isdst:true,abbr:"BRST"},20:{ts:-89589600,time:"1967-03-01T02:00:00+0000",offset:-10800,isdst:false,abbr:"BRT"},21:{ts:-68418000,time:"1967-11-01T03:00:00+0000",offset:-7200,isdst:true,abbr:"BRST"},22:{ts:-57967200,time:"1968-03-01T02:00:00+0000",offset:-10800,isdst:false,abbr:"BRT"},23:{ts:499748400,time:"1985-11-02T03:00:00+0000",offset:-7200,isdst:true,abbr:"BRST"},24:{ts:511236000,time:"1986-03-15T02:00:00+0000",offset:-10800,isdst:false,abbr:"BRT"},25:{ts:530593200,time:"1986-10-25T03:00:00+0000",offset:-7200,isdst:true,abbr:"BRST"},26:{ts:540266400,time:"1987-02-14T02:00:00+0000",offset:-10800,isdst:false,abbr:"BRT"},27:{ts:562129200,time:"1987-10-25T03:00:00+0000",offset:-7200,isdst:true,abbr:"BRST"},28:{ts:571197600,time:"1988-02-07T02:00:00+0000",offset:-10800,isdst:false,abbr:"BRT"},29:{ts:592974000,time:"1988-10-16T03:00:00+0000",offset:-7200,isdst:true,abbr:"BRST"},30:{ts:602042400,time:"1989-01-29T02:00:00+0000",offset:-10800,isdst:false,abbr:"BRT"},31:{ts:624423600,time:"1989-10-15T03:00:00+0000",offset:-7200,isdst:true,abbr:"BRST"},32:{ts:634701600,time:"1990-02-11T02:00:00+0000",offset:-10800,isdst:false,abbr:"BRT"},33:{ts:813726000,time:"1995-10-15T03:00:00+0000",offset:-7200,isdst:true,abbr:"BRST"},34:{ts:824004000,time:"1996-02-11T02:00:00+0000",offset:-10800,isdst:false,abbr:"BRT"},35:{ts:844570800,time:"1996-10-06T03:00:00+0000",offset:-7200,isdst:true,abbr:"BRST"},36:{ts:856058400,time:"1997-02-16T02:00:00+0000",offset:-10800,isdst:false,abbr:"BRT"},37:{ts:876106800,time:"1997-10-06T03:00:00+0000",offset:-7200,isdst:true,abbr:"BRST"},38:{ts:888717600,time:"1998-03-01T02:00:00+0000",offset:-10800,isdst:false,abbr:"BRT"},39:{ts:908074800,time:"1998-10-11T03:00:00+0000",offset:-7200,isdst:true,abbr:"BRST"},40:{ts:919562400,time:"1999-02-21T02:00:00+0000",offset:-10800,isdst:false,abbr:"BRT"},41:{ts:938919600,time:"1999-10-03T03:00:00+0000",offset:-7200,isdst:true,abbr:"BRST"},42:{ts:951616800,time:"2000-02-27T02:00:00+0000",offset:-10800,isdst:false,abbr:"BRT"},43:{ts:970974000,time:"2000-10-08T03:00:00+0000",offset:-7200,isdst:true,abbr:"BRST"},44:{ts:982461600,time:"2001-02-18T02:00:00+0000",offset:-10800,isdst:false,abbr:"BRT"},45:{ts:1003028400,time:"2001-10-14T03:00:00+0000",offset:-7200,isdst:true,abbr:"BRST"},46:{ts:1013911200,time:"2002-02-17T02:00:00+0000",offset:-10800,isdst:false,abbr:"BRT"},47:{ts:1036292400,time:"2002-11-03T03:00:00+0000",offset:-7200,isdst:true,abbr:"BRST"},48:{ts:1045360800,time:"2003-02-16T02:00:00+0000",offset:-10800,isdst:false,abbr:"BRT"}},"America/Argentina/Buenos_Aires":{0:{ts:-1567453392,time:"1920-05-01T04:16:48+0000",offset:-14400,isdst:false,abbr:"ART"},1:{ts:-1233432000,time:"1930-12-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},2:{ts:-1222981200,time:"1931-04-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},3:{ts:-1205956800,time:"1931-10-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},4:{ts:-1194037200,time:"1932-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},5:{ts:-1172865600,time:"1932-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},6:{ts:-1162501200,time:"1933-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},7:{ts:-1141329600,time:"1933-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},8:{ts:-1130965200,time:"1934-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},9:{ts:-1109793600,time:"1934-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},10:{ts:-1099429200,time:"1935-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},11:{ts:-1078257600,time:"1935-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},12:{ts:-1067806800,time:"1936-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},13:{ts:-1046635200,time:"1936-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},14:{ts:-1036270800,time:"1937-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},15:{ts:-1015099200,time:"1937-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},16:{ts:-1004734800,time:"1938-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},17:{ts:-983563200,time:"1938-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},18:{ts:-973198800,time:"1939-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},19:{ts:-952027200,time:"1939-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},20:{ts:-941576400,time:"1940-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},21:{ts:-931032000,time:"1940-07-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},22:{ts:-900882000,time:"1941-06-15T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},23:{ts:-890337600,time:"1941-10-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},24:{ts:-833749200,time:"1943-08-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},25:{ts:-827265600,time:"1943-10-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},26:{ts:-752274000,time:"1946-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},27:{ts:-733780800,time:"1946-10-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},28:{ts:-197326800,time:"1963-10-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},29:{ts:-190843200,time:"1963-12-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},30:{ts:-184194000,time:"1964-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},31:{ts:-164491200,time:"1964-10-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},32:{ts:-152658000,time:"1965-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},33:{ts:-132955200,time:"1965-10-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},34:{ts:-121122000,time:"1966-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},35:{ts:-101419200,time:"1966-10-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},36:{ts:-86821200,time:"1967-04-02T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},37:{ts:-71092800,time:"1967-10-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},38:{ts:-54766800,time:"1968-04-07T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},39:{ts:-39038400,time:"1968-10-06T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},40:{ts:-23317200,time:"1969-04-06T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},41:{ts:-7588800,time:"1969-10-05T04:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},42:{ts:128142000,time:"1974-01-23T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},43:{ts:136605600,time:"1974-05-01T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},44:{ts:596948400,time:"1988-12-01T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},45:{ts:605066400,time:"1989-03-05T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},46:{ts:624423600,time:"1989-10-15T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},47:{ts:636516000,time:"1990-03-04T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},48:{ts:656478000,time:"1990-10-21T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},49:{ts:667965600,time:"1991-03-03T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},50:{ts:687927600,time:"1991-10-20T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},51:{ts:699415200,time:"1992-03-01T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},52:{ts:719377200,time:"1992-10-18T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},53:{ts:731469600,time:"1993-03-07T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},54:{ts:938919600,time:"1999-10-03T03:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},55:{ts:952052400,time:"2000-03-03T03:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},56:{ts:1198983600,time:"2007-12-30T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},57:{ts:1205632800,time:"2008-03-16T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},58:{ts:1223175600,time:"2008-10-05T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},59:{ts:1237082400,time:"2009-03-15T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},60:{ts:1254625200,time:"2009-10-04T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},61:{ts:1269136800,time:"2010-03-21T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},62:{ts:1286074800,time:"2010-10-03T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},63:{ts:1300586400,time:"2011-03-20T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},64:{ts:1317524400,time:"2011-10-02T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},65:{ts:1332036000,time:"2012-03-18T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},66:{ts:1349578800,time:"2012-10-07T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},67:{ts:1363485600,time:"2013-03-17T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},68:{ts:1381028400,time:"2013-10-06T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},69:{ts:1394935200,time:"2014-03-16T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},70:{ts:1412478000,time:"2014-10-05T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},71:{ts:1426384800,time:"2015-03-15T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},72:{ts:1443927600,time:"2015-10-04T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},73:{ts:1458439200,time:"2016-03-20T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},74:{ts:1475377200,time:"2016-10-02T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},75:{ts:1489888800,time:"2017-03-19T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},76:{ts:1506826800,time:"2017-10-01T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},77:{ts:1521338400,time:"2018-03-18T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},78:{ts:1538881200,time:"2018-10-07T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},79:{ts:1552788000,time:"2019-03-17T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},80:{ts:1570330800,time:"2019-10-06T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},81:{ts:1584237600,time:"2020-03-15T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},82:{ts:1601780400,time:"2020-10-04T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},83:{ts:1616292000,time:"2021-03-21T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},84:{ts:1633230000,time:"2021-10-03T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},85:{ts:1647741600,time:"2022-03-20T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},86:{ts:1664679600,time:"2022-10-02T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},87:{ts:1679191200,time:"2023-03-19T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},88:{ts:1696129200,time:"2023-10-01T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},89:{ts:1710640800,time:"2024-03-17T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},90:{ts:1728183600,time:"2024-10-06T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},91:{ts:1742090400,time:"2025-03-16T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},92:{ts:1759633200,time:"2025-10-05T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},93:{ts:1773540000,time:"2026-03-15T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},94:{ts:1791082800,time:"2026-10-04T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},95:{ts:1805594400,time:"2027-03-21T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},96:{ts:1822532400,time:"2027-10-03T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},97:{ts:1837044000,time:"2028-03-19T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},98:{ts:1853982000,time:"2028-10-01T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},99:{ts:1868493600,time:"2029-03-18T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},100:{ts:1886036400,time:"2029-10-07T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},101:{ts:1899943200,time:"2030-03-17T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},102:{ts:1917486000,time:"2030-10-06T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},103:{ts:1931392800,time:"2031-03-16T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},104:{ts:1948935600,time:"2031-10-05T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},105:{ts:1963447200,time:"2032-03-21T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},106:{ts:1980385200,time:"2032-10-03T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},107:{ts:1994896800,time:"2033-03-20T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},108:{ts:2011834800,time:"2033-10-02T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},109:{ts:2026346400,time:"2034-03-19T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},110:{ts:2043284400,time:"2034-10-01T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},111:{ts:2057796000,time:"2035-03-18T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},112:{ts:2075338800,time:"2035-10-07T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},113:{ts:2089245600,time:"2036-03-16T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},114:{ts:2106788400,time:"2036-10-05T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},115:{ts:2120695200,time:"2037-03-15T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},116:{ts:2138238000,time:"2037-10-04T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"}},"America/Argentina/Catamarca":{0:{ts:-1567453392,time:"1920-05-01T04:16:48+0000",offset:-14400,isdst:false,abbr:"ART"},1:{ts:-1233432000,time:"1930-12-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},2:{ts:-1222981200,time:"1931-04-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},3:{ts:-1205956800,time:"1931-10-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},4:{ts:-1194037200,time:"1932-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},5:{ts:-1172865600,time:"1932-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},6:{ts:-1162501200,time:"1933-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},7:{ts:-1141329600,time:"1933-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},8:{ts:-1130965200,time:"1934-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},9:{ts:-1109793600,time:"1934-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},10:{ts:-1099429200,time:"1935-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},11:{ts:-1078257600,time:"1935-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},12:{ts:-1067806800,time:"1936-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},13:{ts:-1046635200,time:"1936-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},14:{ts:-1036270800,time:"1937-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},15:{ts:-1015099200,time:"1937-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},16:{ts:-1004734800,time:"1938-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},17:{ts:-983563200,time:"1938-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},18:{ts:-973198800,time:"1939-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},19:{ts:-952027200,time:"1939-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},20:{ts:-941576400,time:"1940-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},21:{ts:-931032000,time:"1940-07-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},22:{ts:-900882000,time:"1941-06-15T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},23:{ts:-890337600,time:"1941-10-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},24:{ts:-833749200,time:"1943-08-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},25:{ts:-827265600,time:"1943-10-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},26:{ts:-752274000,time:"1946-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},27:{ts:-733780800,time:"1946-10-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},28:{ts:-197326800,time:"1963-10-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},29:{ts:-190843200,time:"1963-12-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},30:{ts:-184194000,time:"1964-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},31:{ts:-164491200,time:"1964-10-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},32:{ts:-152658000,time:"1965-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},33:{ts:-132955200,time:"1965-10-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},34:{ts:-121122000,time:"1966-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},35:{ts:-101419200,time:"1966-10-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},36:{ts:-86821200,time:"1967-04-02T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},37:{ts:-71092800,time:"1967-10-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},38:{ts:-54766800,time:"1968-04-07T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},39:{ts:-39038400,time:"1968-10-06T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},40:{ts:-23317200,time:"1969-04-06T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},41:{ts:-7588800,time:"1969-10-05T04:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},42:{ts:128142000,time:"1974-01-23T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},43:{ts:136605600,time:"1974-05-01T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},44:{ts:596948400,time:"1988-12-01T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},45:{ts:605066400,time:"1989-03-05T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},46:{ts:624423600,time:"1989-10-15T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},47:{ts:636516000,time:"1990-03-04T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},48:{ts:656478000,time:"1990-10-21T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},49:{ts:667965600,time:"1991-03-03T02:00:00+0000",offset:-14400,isdst:false,abbr:"WART"},50:{ts:687931200,time:"1991-10-20T04:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},51:{ts:699415200,time:"1992-03-01T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},52:{ts:719377200,time:"1992-10-18T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},53:{ts:731469600,time:"1993-03-07T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},54:{ts:938919600,time:"1999-10-03T03:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},55:{ts:952052400,time:"2000-03-03T03:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},56:{ts:1086058800,time:"2004-06-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"WART"},57:{ts:1087704000,time:"2004-06-20T04:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},58:{ts:1198983600,time:"2007-12-30T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},59:{ts:1205632800,time:"2008-03-16T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},60:{ts:1223175600,time:"2008-10-05T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},61:{ts:1237082400,time:"2009-03-15T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},62:{ts:1254625200,time:"2009-10-04T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},63:{ts:1269136800,time:"2010-03-21T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},64:{ts:1286074800,time:"2010-10-03T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},65:{ts:1300586400,time:"2011-03-20T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},66:{ts:1317524400,time:"2011-10-02T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},67:{ts:1332036000,time:"2012-03-18T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},68:{ts:1349578800,time:"2012-10-07T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},69:{ts:1363485600,time:"2013-03-17T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},70:{ts:1381028400,time:"2013-10-06T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},71:{ts:1394935200,time:"2014-03-16T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},72:{ts:1412478000,time:"2014-10-05T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},73:{ts:1426384800,time:"2015-03-15T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},74:{ts:1443927600,time:"2015-10-04T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},75:{ts:1458439200,time:"2016-03-20T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},76:{ts:1475377200,time:"2016-10-02T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},77:{ts:1489888800,time:"2017-03-19T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},78:{ts:1506826800,time:"2017-10-01T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},79:{ts:1521338400,time:"2018-03-18T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},80:{ts:1538881200,time:"2018-10-07T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},81:{ts:1552788000,time:"2019-03-17T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},82:{ts:1570330800,time:"2019-10-06T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},83:{ts:1584237600,time:"2020-03-15T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},84:{ts:1601780400,time:"2020-10-04T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},85:{ts:1616292000,time:"2021-03-21T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},86:{ts:1633230000,time:"2021-10-03T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},87:{ts:1647741600,time:"2022-03-20T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},88:{ts:1664679600,time:"2022-10-02T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},89:{ts:1679191200,time:"2023-03-19T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},90:{ts:1696129200,time:"2023-10-01T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},91:{ts:1710640800,time:"2024-03-17T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},92:{ts:1728183600,time:"2024-10-06T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},93:{ts:1742090400,time:"2025-03-16T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},94:{ts:1759633200,time:"2025-10-05T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},95:{ts:1773540000,time:"2026-03-15T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},96:{ts:1791082800,time:"2026-10-04T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},97:{ts:1805594400,time:"2027-03-21T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},98:{ts:1822532400,time:"2027-10-03T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},99:{ts:1837044000,time:"2028-03-19T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},100:{ts:1853982000,time:"2028-10-01T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},101:{ts:1868493600,time:"2029-03-18T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},102:{ts:1886036400,time:"2029-10-07T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},103:{ts:1899943200,time:"2030-03-17T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},104:{ts:1917486000,time:"2030-10-06T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},105:{ts:1931392800,time:"2031-03-16T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},106:{ts:1948935600,time:"2031-10-05T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},107:{ts:1963447200,time:"2032-03-21T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},108:{ts:1980385200,time:"2032-10-03T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},109:{ts:1994896800,time:"2033-03-20T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},110:{ts:2011834800,time:"2033-10-02T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},111:{ts:2026346400,time:"2034-03-19T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},112:{ts:2043284400,time:"2034-10-01T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},113:{ts:2057796000,time:"2035-03-18T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},114:{ts:2075338800,time:"2035-10-07T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},115:{ts:2089245600,time:"2036-03-16T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},116:{ts:2106788400,time:"2036-10-05T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},117:{ts:2120695200,time:"2037-03-15T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},118:{ts:2138238000,time:"2037-10-04T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"}},"America/Argentina/ComodRivadavia":{0:{ts:-1567453392,time:"1920-05-01T04:16:48+0000",offset:-14400,isdst:false,abbr:"ART"},1:{ts:-1233432000,time:"1930-12-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},2:{ts:-1222981200,time:"1931-04-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},3:{ts:-1205956800,time:"1931-10-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},4:{ts:-1194037200,time:"1932-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},5:{ts:-1172865600,time:"1932-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},6:{ts:-1162501200,time:"1933-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},7:{ts:-1141329600,time:"1933-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},8:{ts:-1130965200,time:"1934-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},9:{ts:-1109793600,time:"1934-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},10:{ts:-1099429200,time:"1935-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},11:{ts:-1078257600,time:"1935-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},12:{ts:-1067806800,time:"1936-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},13:{ts:-1046635200,time:"1936-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},14:{ts:-1036270800,time:"1937-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},15:{ts:-1015099200,time:"1937-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},16:{ts:-1004734800,time:"1938-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},17:{ts:-983563200,time:"1938-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},18:{ts:-973198800,time:"1939-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},19:{ts:-952027200,time:"1939-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},20:{ts:-941576400,time:"1940-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},21:{ts:-931032000,time:"1940-07-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},22:{ts:-900882000,time:"1941-06-15T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},23:{ts:-890337600,time:"1941-10-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},24:{ts:-833749200,time:"1943-08-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},25:{ts:-827265600,time:"1943-10-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},26:{ts:-752274000,time:"1946-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},27:{ts:-733780800,time:"1946-10-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},28:{ts:-197326800,time:"1963-10-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},29:{ts:-190843200,time:"1963-12-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},30:{ts:-184194000,time:"1964-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},31:{ts:-164491200,time:"1964-10-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},32:{ts:-152658000,time:"1965-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},33:{ts:-132955200,time:"1965-10-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},34:{ts:-121122000,time:"1966-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},35:{ts:-101419200,time:"1966-10-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},36:{ts:-86821200,time:"1967-04-02T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},37:{ts:-71092800,time:"1967-10-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},38:{ts:-54766800,time:"1968-04-07T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},39:{ts:-39038400,time:"1968-10-06T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},40:{ts:-23317200,time:"1969-04-06T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},41:{ts:-7588800,time:"1969-10-05T04:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},42:{ts:128142000,time:"1974-01-23T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},43:{ts:136605600,time:"1974-05-01T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},44:{ts:596948400,time:"1988-12-01T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},45:{ts:605066400,time:"1989-03-05T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},46:{ts:624423600,time:"1989-10-15T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},47:{ts:636516000,time:"1990-03-04T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},48:{ts:656478000,time:"1990-10-21T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},49:{ts:667965600,time:"1991-03-03T02:00:00+0000",offset:-14400,isdst:false,abbr:"WART"},50:{ts:687931200,time:"1991-10-20T04:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},51:{ts:699415200,time:"1992-03-01T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},52:{ts:719377200,time:"1992-10-18T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},53:{ts:731469600,time:"1993-03-07T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},54:{ts:938919600,time:"1999-10-03T03:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},55:{ts:952052400,time:"2000-03-03T03:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},56:{ts:1086058800,time:"2004-06-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"WART"},57:{ts:1087704000,time:"2004-06-20T04:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},58:{ts:1198983600,time:"2007-12-30T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},59:{ts:1205632800,time:"2008-03-16T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},60:{ts:1223175600,time:"2008-10-05T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},61:{ts:1237082400,time:"2009-03-15T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},62:{ts:1254625200,time:"2009-10-04T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},63:{ts:1269136800,time:"2010-03-21T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},64:{ts:1286074800,time:"2010-10-03T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},65:{ts:1300586400,time:"2011-03-20T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},66:{ts:1317524400,time:"2011-10-02T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},67:{ts:1332036000,time:"2012-03-18T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},68:{ts:1349578800,time:"2012-10-07T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},69:{ts:1363485600,time:"2013-03-17T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},70:{ts:1381028400,time:"2013-10-06T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},71:{ts:1394935200,time:"2014-03-16T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},72:{ts:1412478000,time:"2014-10-05T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},73:{ts:1426384800,time:"2015-03-15T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},74:{ts:1443927600,time:"2015-10-04T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},75:{ts:1458439200,time:"2016-03-20T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},76:{ts:1475377200,time:"2016-10-02T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},77:{ts:1489888800,time:"2017-03-19T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},78:{ts:1506826800,time:"2017-10-01T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},79:{ts:1521338400,time:"2018-03-18T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},80:{ts:1538881200,time:"2018-10-07T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},81:{ts:1552788000,time:"2019-03-17T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},82:{ts:1570330800,time:"2019-10-06T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},83:{ts:1584237600,time:"2020-03-15T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},84:{ts:1601780400,time:"2020-10-04T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},85:{ts:1616292000,time:"2021-03-21T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},86:{ts:1633230000,time:"2021-10-03T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},87:{ts:1647741600,time:"2022-03-20T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},88:{ts:1664679600,time:"2022-10-02T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},89:{ts:1679191200,time:"2023-03-19T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},90:{ts:1696129200,time:"2023-10-01T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},91:{ts:1710640800,time:"2024-03-17T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},92:{ts:1728183600,time:"2024-10-06T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},93:{ts:1742090400,time:"2025-03-16T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},94:{ts:1759633200,time:"2025-10-05T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},95:{ts:1773540000,time:"2026-03-15T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},96:{ts:1791082800,time:"2026-10-04T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},97:{ts:1805594400,time:"2027-03-21T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},98:{ts:1822532400,time:"2027-10-03T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},99:{ts:1837044000,time:"2028-03-19T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},100:{ts:1853982000,time:"2028-10-01T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},101:{ts:1868493600,time:"2029-03-18T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},102:{ts:1886036400,time:"2029-10-07T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},103:{ts:1899943200,time:"2030-03-17T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},104:{ts:1917486000,time:"2030-10-06T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},105:{ts:1931392800,time:"2031-03-16T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},106:{ts:1948935600,time:"2031-10-05T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},107:{ts:1963447200,time:"2032-03-21T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},108:{ts:1980385200,time:"2032-10-03T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},109:{ts:1994896800,time:"2033-03-20T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},110:{ts:2011834800,time:"2033-10-02T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},111:{ts:2026346400,time:"2034-03-19T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},112:{ts:2043284400,time:"2034-10-01T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},113:{ts:2057796000,time:"2035-03-18T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},114:{ts:2075338800,time:"2035-10-07T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},115:{ts:2089245600,time:"2036-03-16T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},116:{ts:2106788400,time:"2036-10-05T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},117:{ts:2120695200,time:"2037-03-15T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},118:{ts:2138238000,time:"2037-10-04T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"}},"America/Argentina/Cordoba":{0:{ts:-1567453392,time:"1920-05-01T04:16:48+0000",offset:-14400,isdst:false,abbr:"ART"},1:{ts:-1233432000,time:"1930-12-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},2:{ts:-1222981200,time:"1931-04-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},3:{ts:-1205956800,time:"1931-10-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},4:{ts:-1194037200,time:"1932-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},5:{ts:-1172865600,time:"1932-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},6:{ts:-1162501200,time:"1933-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},7:{ts:-1141329600,time:"1933-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},8:{ts:-1130965200,time:"1934-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},9:{ts:-1109793600,time:"1934-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},10:{ts:-1099429200,time:"1935-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},11:{ts:-1078257600,time:"1935-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},12:{ts:-1067806800,time:"1936-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},13:{ts:-1046635200,time:"1936-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},14:{ts:-1036270800,time:"1937-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},15:{ts:-1015099200,time:"1937-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},16:{ts:-1004734800,time:"1938-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},17:{ts:-983563200,time:"1938-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},18:{ts:-973198800,time:"1939-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},19:{ts:-952027200,time:"1939-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},20:{ts:-941576400,time:"1940-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},21:{ts:-931032000,time:"1940-07-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},22:{ts:-900882000,time:"1941-06-15T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},23:{ts:-890337600,time:"1941-10-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},24:{ts:-833749200,time:"1943-08-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},25:{ts:-827265600,time:"1943-10-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},26:{ts:-752274000,time:"1946-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},27:{ts:-733780800,time:"1946-10-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},28:{ts:-197326800,time:"1963-10-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},29:{ts:-190843200,time:"1963-12-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},30:{ts:-184194000,time:"1964-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},31:{ts:-164491200,time:"1964-10-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},32:{ts:-152658000,time:"1965-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},33:{ts:-132955200,time:"1965-10-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},34:{ts:-121122000,time:"1966-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},35:{ts:-101419200,time:"1966-10-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},36:{ts:-86821200,time:"1967-04-02T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},37:{ts:-71092800,time:"1967-10-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},38:{ts:-54766800,time:"1968-04-07T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},39:{ts:-39038400,time:"1968-10-06T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},40:{ts:-23317200,time:"1969-04-06T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},41:{ts:-7588800,time:"1969-10-05T04:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},42:{ts:128142000,time:"1974-01-23T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},43:{ts:136605600,time:"1974-05-01T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},44:{ts:596948400,time:"1988-12-01T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},45:{ts:605066400,time:"1989-03-05T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},46:{ts:624423600,time:"1989-10-15T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},47:{ts:636516000,time:"1990-03-04T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},48:{ts:656478000,time:"1990-10-21T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},49:{ts:667965600,time:"1991-03-03T02:00:00+0000",offset:-14400,isdst:false,abbr:"WART"},50:{ts:687931200,time:"1991-10-20T04:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},51:{ts:699415200,time:"1992-03-01T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},52:{ts:719377200,time:"1992-10-18T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},53:{ts:731469600,time:"1993-03-07T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},54:{ts:938919600,time:"1999-10-03T03:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},55:{ts:952052400,time:"2000-03-03T03:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},56:{ts:1198983600,time:"2007-12-30T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},57:{ts:1205632800,time:"2008-03-16T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},58:{ts:1223175600,time:"2008-10-05T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},59:{ts:1237082400,time:"2009-03-15T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},60:{ts:1254625200,time:"2009-10-04T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},61:{ts:1269136800,time:"2010-03-21T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},62:{ts:1286074800,time:"2010-10-03T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},63:{ts:1300586400,time:"2011-03-20T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},64:{ts:1317524400,time:"2011-10-02T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},65:{ts:1332036000,time:"2012-03-18T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},66:{ts:1349578800,time:"2012-10-07T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},67:{ts:1363485600,time:"2013-03-17T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},68:{ts:1381028400,time:"2013-10-06T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},69:{ts:1394935200,time:"2014-03-16T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},70:{ts:1412478000,time:"2014-10-05T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},71:{ts:1426384800,time:"2015-03-15T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},72:{ts:1443927600,time:"2015-10-04T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},73:{ts:1458439200,time:"2016-03-20T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},74:{ts:1475377200,time:"2016-10-02T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},75:{ts:1489888800,time:"2017-03-19T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},76:{ts:1506826800,time:"2017-10-01T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},77:{ts:1521338400,time:"2018-03-18T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},78:{ts:1538881200,time:"2018-10-07T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},79:{ts:1552788000,time:"2019-03-17T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},80:{ts:1570330800,time:"2019-10-06T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},81:{ts:1584237600,time:"2020-03-15T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},82:{ts:1601780400,time:"2020-10-04T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},83:{ts:1616292000,time:"2021-03-21T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},84:{ts:1633230000,time:"2021-10-03T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},85:{ts:1647741600,time:"2022-03-20T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},86:{ts:1664679600,time:"2022-10-02T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},87:{ts:1679191200,time:"2023-03-19T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},88:{ts:1696129200,time:"2023-10-01T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},89:{ts:1710640800,time:"2024-03-17T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},90:{ts:1728183600,time:"2024-10-06T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},91:{ts:1742090400,time:"2025-03-16T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},92:{ts:1759633200,time:"2025-10-05T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},93:{ts:1773540000,time:"2026-03-15T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},94:{ts:1791082800,time:"2026-10-04T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},95:{ts:1805594400,time:"2027-03-21T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},96:{ts:1822532400,time:"2027-10-03T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},97:{ts:1837044000,time:"2028-03-19T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},98:{ts:1853982000,time:"2028-10-01T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},99:{ts:1868493600,time:"2029-03-18T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},100:{ts:1886036400,time:"2029-10-07T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},101:{ts:1899943200,time:"2030-03-17T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},102:{ts:1917486000,time:"2030-10-06T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},103:{ts:1931392800,time:"2031-03-16T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},104:{ts:1948935600,time:"2031-10-05T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},105:{ts:1963447200,time:"2032-03-21T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},106:{ts:1980385200,time:"2032-10-03T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},107:{ts:1994896800,time:"2033-03-20T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},108:{ts:2011834800,time:"2033-10-02T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},109:{ts:2026346400,time:"2034-03-19T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},110:{ts:2043284400,time:"2034-10-01T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},111:{ts:2057796000,time:"2035-03-18T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},112:{ts:2075338800,time:"2035-10-07T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},113:{ts:2089245600,time:"2036-03-16T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},114:{ts:2106788400,time:"2036-10-05T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},115:{ts:2120695200,time:"2037-03-15T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},116:{ts:2138238000,time:"2037-10-04T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"}},"America/Argentina/Jujuy":{0:{ts:-1567453392,time:"1920-05-01T04:16:48+0000",offset:-14400,isdst:false,abbr:"ART"},1:{ts:-1233432000,time:"1930-12-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},2:{ts:-1222981200,time:"1931-04-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},3:{ts:-1205956800,time:"1931-10-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},4:{ts:-1194037200,time:"1932-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},5:{ts:-1172865600,time:"1932-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},6:{ts:-1162501200,time:"1933-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},7:{ts:-1141329600,time:"1933-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},8:{ts:-1130965200,time:"1934-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},9:{ts:-1109793600,time:"1934-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},10:{ts:-1099429200,time:"1935-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},11:{ts:-1078257600,time:"1935-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},12:{ts:-1067806800,time:"1936-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},13:{ts:-1046635200,time:"1936-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},14:{ts:-1036270800,time:"1937-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},15:{ts:-1015099200,time:"1937-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},16:{ts:-1004734800,time:"1938-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},17:{ts:-983563200,time:"1938-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},18:{ts:-973198800,time:"1939-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},19:{ts:-952027200,time:"1939-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},20:{ts:-941576400,time:"1940-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},21:{ts:-931032000,time:"1940-07-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},22:{ts:-900882000,time:"1941-06-15T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},23:{ts:-890337600,time:"1941-10-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},24:{ts:-833749200,time:"1943-08-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},25:{ts:-827265600,time:"1943-10-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},26:{ts:-752274000,time:"1946-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},27:{ts:-733780800,time:"1946-10-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},28:{ts:-197326800,time:"1963-10-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},29:{ts:-190843200,time:"1963-12-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},30:{ts:-184194000,time:"1964-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},31:{ts:-164491200,time:"1964-10-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},32:{ts:-152658000,time:"1965-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},33:{ts:-132955200,time:"1965-10-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},34:{ts:-121122000,time:"1966-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},35:{ts:-101419200,time:"1966-10-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},36:{ts:-86821200,time:"1967-04-02T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},37:{ts:-71092800,time:"1967-10-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},38:{ts:-54766800,time:"1968-04-07T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},39:{ts:-39038400,time:"1968-10-06T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},40:{ts:-23317200,time:"1969-04-06T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},41:{ts:-7588800,time:"1969-10-05T04:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},42:{ts:128142000,time:"1974-01-23T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},43:{ts:136605600,time:"1974-05-01T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},44:{ts:596948400,time:"1988-12-01T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},45:{ts:605066400,time:"1989-03-05T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},46:{ts:624423600,time:"1989-10-15T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},47:{ts:636516000,time:"1990-03-04T02:00:00+0000",offset:-14400,isdst:false,abbr:"WART"},48:{ts:657086400,time:"1990-10-28T04:00:00+0000",offset:-10800,isdst:true,abbr:"WARST"},49:{ts:669178800,time:"1991-03-17T03:00:00+0000",offset:-14400,isdst:false,abbr:"WART"},50:{ts:686721600,time:"1991-10-06T04:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},51:{ts:699415200,time:"1992-03-01T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},52:{ts:719377200,time:"1992-10-18T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},53:{ts:731469600,time:"1993-03-07T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},54:{ts:938919600,time:"1999-10-03T03:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},55:{ts:952052400,time:"2000-03-03T03:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},56:{ts:1198983600,time:"2007-12-30T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},57:{ts:1205632800,time:"2008-03-16T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},58:{ts:1223175600,time:"2008-10-05T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},59:{ts:1237082400,time:"2009-03-15T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},60:{ts:1254625200,time:"2009-10-04T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},61:{ts:1269136800,time:"2010-03-21T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},62:{ts:1286074800,time:"2010-10-03T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},63:{ts:1300586400,time:"2011-03-20T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},64:{ts:1317524400,time:"2011-10-02T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},65:{ts:1332036000,time:"2012-03-18T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},66:{ts:1349578800,time:"2012-10-07T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},67:{ts:1363485600,time:"2013-03-17T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},68:{ts:1381028400,time:"2013-10-06T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},69:{ts:1394935200,time:"2014-03-16T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},70:{ts:1412478000,time:"2014-10-05T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},71:{ts:1426384800,time:"2015-03-15T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},72:{ts:1443927600,time:"2015-10-04T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},73:{ts:1458439200,time:"2016-03-20T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},74:{ts:1475377200,time:"2016-10-02T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},75:{ts:1489888800,time:"2017-03-19T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},76:{ts:1506826800,time:"2017-10-01T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},77:{ts:1521338400,time:"2018-03-18T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},78:{ts:1538881200,time:"2018-10-07T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},79:{ts:1552788000,time:"2019-03-17T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},80:{ts:1570330800,time:"2019-10-06T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},81:{ts:1584237600,time:"2020-03-15T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},82:{ts:1601780400,time:"2020-10-04T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},83:{ts:1616292000,time:"2021-03-21T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},84:{ts:1633230000,time:"2021-10-03T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},85:{ts:1647741600,time:"2022-03-20T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},86:{ts:1664679600,time:"2022-10-02T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},87:{ts:1679191200,time:"2023-03-19T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},88:{ts:1696129200,time:"2023-10-01T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},89:{ts:1710640800,time:"2024-03-17T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},90:{ts:1728183600,time:"2024-10-06T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},91:{ts:1742090400,time:"2025-03-16T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},92:{ts:1759633200,time:"2025-10-05T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},93:{ts:1773540000,time:"2026-03-15T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},94:{ts:1791082800,time:"2026-10-04T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},95:{ts:1805594400,time:"2027-03-21T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},96:{ts:1822532400,time:"2027-10-03T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},97:{ts:1837044000,time:"2028-03-19T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},98:{ts:1853982000,time:"2028-10-01T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},99:{ts:1868493600,time:"2029-03-18T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},100:{ts:1886036400,time:"2029-10-07T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},101:{ts:1899943200,time:"2030-03-17T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},102:{ts:1917486000,time:"2030-10-06T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},103:{ts:1931392800,time:"2031-03-16T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},104:{ts:1948935600,time:"2031-10-05T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},105:{ts:1963447200,time:"2032-03-21T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},106:{ts:1980385200,time:"2032-10-03T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},107:{ts:1994896800,time:"2033-03-20T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},108:{ts:2011834800,time:"2033-10-02T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},109:{ts:2026346400,time:"2034-03-19T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},110:{ts:2043284400,time:"2034-10-01T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},111:{ts:2057796000,time:"2035-03-18T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},112:{ts:2075338800,time:"2035-10-07T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},113:{ts:2089245600,time:"2036-03-16T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},114:{ts:2106788400,time:"2036-10-05T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},115:{ts:2120695200,time:"2037-03-15T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},116:{ts:2138238000,time:"2037-10-04T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"}},"America/Argentina/La_Rioja":{0:{ts:-1567453392,time:"1920-05-01T04:16:48+0000",offset:-14400,isdst:false,abbr:"ART"},1:{ts:-1233432000,time:"1930-12-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},2:{ts:-1222981200,time:"1931-04-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},3:{ts:-1205956800,time:"1931-10-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},4:{ts:-1194037200,time:"1932-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},5:{ts:-1172865600,time:"1932-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},6:{ts:-1162501200,time:"1933-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},7:{ts:-1141329600,time:"1933-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},8:{ts:-1130965200,time:"1934-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},9:{ts:-1109793600,time:"1934-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},10:{ts:-1099429200,time:"1935-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},11:{ts:-1078257600,time:"1935-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},12:{ts:-1067806800,time:"1936-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},13:{ts:-1046635200,time:"1936-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},14:{ts:-1036270800,time:"1937-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},15:{ts:-1015099200,time:"1937-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},16:{ts:-1004734800,time:"1938-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},17:{ts:-983563200,time:"1938-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},18:{ts:-973198800,time:"1939-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},19:{ts:-952027200,time:"1939-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},20:{ts:-941576400,time:"1940-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},21:{ts:-931032000,time:"1940-07-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},22:{ts:-900882000,time:"1941-06-15T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},23:{ts:-890337600,time:"1941-10-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},24:{ts:-833749200,time:"1943-08-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},25:{ts:-827265600,time:"1943-10-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},26:{ts:-752274000,time:"1946-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},27:{ts:-733780800,time:"1946-10-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},28:{ts:-197326800,time:"1963-10-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},29:{ts:-190843200,time:"1963-12-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},30:{ts:-184194000,time:"1964-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},31:{ts:-164491200,time:"1964-10-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},32:{ts:-152658000,time:"1965-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},33:{ts:-132955200,time:"1965-10-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},34:{ts:-121122000,time:"1966-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},35:{ts:-101419200,time:"1966-10-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},36:{ts:-86821200,time:"1967-04-02T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},37:{ts:-71092800,time:"1967-10-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},38:{ts:-54766800,time:"1968-04-07T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},39:{ts:-39038400,time:"1968-10-06T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},40:{ts:-23317200,time:"1969-04-06T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},41:{ts:-7588800,time:"1969-10-05T04:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},42:{ts:128142000,time:"1974-01-23T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},43:{ts:136605600,time:"1974-05-01T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},44:{ts:596948400,time:"1988-12-01T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},45:{ts:605066400,time:"1989-03-05T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},46:{ts:624423600,time:"1989-10-15T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},47:{ts:636516000,time:"1990-03-04T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},48:{ts:656478000,time:"1990-10-21T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},49:{ts:667792800,time:"1991-03-01T02:00:00+0000",offset:-14400,isdst:false,abbr:"WART"},50:{ts:673588800,time:"1991-05-07T04:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},51:{ts:687927600,time:"1991-10-20T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},52:{ts:699415200,time:"1992-03-01T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},53:{ts:719377200,time:"1992-10-18T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},54:{ts:731469600,time:"1993-03-07T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},55:{ts:938919600,time:"1999-10-03T03:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},56:{ts:952052400,time:"2000-03-03T03:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},57:{ts:1086058800,time:"2004-06-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"WART"},58:{ts:1087704000,time:"2004-06-20T04:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},59:{ts:1198983600,time:"2007-12-30T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},60:{ts:1205632800,time:"2008-03-16T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},61:{ts:1223175600,time:"2008-10-05T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},62:{ts:1237082400,time:"2009-03-15T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},63:{ts:1254625200,time:"2009-10-04T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},64:{ts:1269136800,time:"2010-03-21T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},65:{ts:1286074800,time:"2010-10-03T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},66:{ts:1300586400,time:"2011-03-20T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},67:{ts:1317524400,time:"2011-10-02T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},68:{ts:1332036000,time:"2012-03-18T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},69:{ts:1349578800,time:"2012-10-07T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},70:{ts:1363485600,time:"2013-03-17T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},71:{ts:1381028400,time:"2013-10-06T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},72:{ts:1394935200,time:"2014-03-16T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},73:{ts:1412478000,time:"2014-10-05T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},74:{ts:1426384800,time:"2015-03-15T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},75:{ts:1443927600,time:"2015-10-04T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},76:{ts:1458439200,time:"2016-03-20T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},77:{ts:1475377200,time:"2016-10-02T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},78:{ts:1489888800,time:"2017-03-19T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},79:{ts:1506826800,time:"2017-10-01T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},80:{ts:1521338400,time:"2018-03-18T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},81:{ts:1538881200,time:"2018-10-07T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},82:{ts:1552788000,time:"2019-03-17T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},83:{ts:1570330800,time:"2019-10-06T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},84:{ts:1584237600,time:"2020-03-15T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},85:{ts:1601780400,time:"2020-10-04T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},86:{ts:1616292000,time:"2021-03-21T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},87:{ts:1633230000,time:"2021-10-03T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},88:{ts:1647741600,time:"2022-03-20T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},89:{ts:1664679600,time:"2022-10-02T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},90:{ts:1679191200,time:"2023-03-19T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},91:{ts:1696129200,time:"2023-10-01T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},92:{ts:1710640800,time:"2024-03-17T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},93:{ts:1728183600,time:"2024-10-06T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},94:{ts:1742090400,time:"2025-03-16T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},95:{ts:1759633200,time:"2025-10-05T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},96:{ts:1773540000,time:"2026-03-15T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},97:{ts:1791082800,time:"2026-10-04T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},98:{ts:1805594400,time:"2027-03-21T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},99:{ts:1822532400,time:"2027-10-03T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},100:{ts:1837044000,time:"2028-03-19T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},101:{ts:1853982000,time:"2028-10-01T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},102:{ts:1868493600,time:"2029-03-18T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},103:{ts:1886036400,time:"2029-10-07T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},104:{ts:1899943200,time:"2030-03-17T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},105:{ts:1917486000,time:"2030-10-06T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},106:{ts:1931392800,time:"2031-03-16T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},107:{ts:1948935600,time:"2031-10-05T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},108:{ts:1963447200,time:"2032-03-21T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},109:{ts:1980385200,time:"2032-10-03T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},110:{ts:1994896800,time:"2033-03-20T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},111:{ts:2011834800,time:"2033-10-02T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},112:{ts:2026346400,time:"2034-03-19T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},113:{ts:2043284400,time:"2034-10-01T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},114:{ts:2057796000,time:"2035-03-18T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},115:{ts:2075338800,time:"2035-10-07T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},116:{ts:2089245600,time:"2036-03-16T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},117:{ts:2106788400,time:"2036-10-05T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},118:{ts:2120695200,time:"2037-03-15T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},119:{ts:2138238000,time:"2037-10-04T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"}},"America/Argentina/Mendoza":{0:{ts:-1567453392,time:"1920-05-01T04:16:48+0000",offset:-14400,isdst:false,abbr:"ART"},1:{ts:-1233432000,time:"1930-12-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},2:{ts:-1222981200,time:"1931-04-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},3:{ts:-1205956800,time:"1931-10-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},4:{ts:-1194037200,time:"1932-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},5:{ts:-1172865600,time:"1932-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},6:{ts:-1162501200,time:"1933-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},7:{ts:-1141329600,time:"1933-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},8:{ts:-1130965200,time:"1934-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},9:{ts:-1109793600,time:"1934-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},10:{ts:-1099429200,time:"1935-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},11:{ts:-1078257600,time:"1935-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},12:{ts:-1067806800,time:"1936-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},13:{ts:-1046635200,time:"1936-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},14:{ts:-1036270800,time:"1937-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},15:{ts:-1015099200,time:"1937-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},16:{ts:-1004734800,time:"1938-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},17:{ts:-983563200,time:"1938-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},18:{ts:-973198800,time:"1939-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},19:{ts:-952027200,time:"1939-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},20:{ts:-941576400,time:"1940-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},21:{ts:-931032000,time:"1940-07-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},22:{ts:-900882000,time:"1941-06-15T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},23:{ts:-890337600,time:"1941-10-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},24:{ts:-833749200,time:"1943-08-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},25:{ts:-827265600,time:"1943-10-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},26:{ts:-752274000,time:"1946-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},27:{ts:-733780800,time:"1946-10-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},28:{ts:-197326800,time:"1963-10-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},29:{ts:-190843200,time:"1963-12-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},30:{ts:-184194000,time:"1964-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},31:{ts:-164491200,time:"1964-10-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},32:{ts:-152658000,time:"1965-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},33:{ts:-132955200,time:"1965-10-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},34:{ts:-121122000,time:"1966-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},35:{ts:-101419200,time:"1966-10-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},36:{ts:-86821200,time:"1967-04-02T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},37:{ts:-71092800,time:"1967-10-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},38:{ts:-54766800,time:"1968-04-07T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},39:{ts:-39038400,time:"1968-10-06T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},40:{ts:-23317200,time:"1969-04-06T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},41:{ts:-7588800,time:"1969-10-05T04:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},42:{ts:128142000,time:"1974-01-23T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},43:{ts:136605600,time:"1974-05-01T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},44:{ts:596948400,time:"1988-12-01T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},45:{ts:605066400,time:"1989-03-05T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},46:{ts:624423600,time:"1989-10-15T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},47:{ts:636516000,time:"1990-03-04T02:00:00+0000",offset:-14400,isdst:false,abbr:"WART"},48:{ts:655963200,time:"1990-10-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"WARST"},49:{ts:667796400,time:"1991-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"WART"},50:{ts:687499200,time:"1991-10-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"WARST"},51:{ts:699418800,time:"1992-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"WART"},52:{ts:719380800,time:"1992-10-18T04:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},53:{ts:731469600,time:"1993-03-07T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},54:{ts:938919600,time:"1999-10-03T03:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},55:{ts:952052400,time:"2000-03-03T03:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},56:{ts:1085281200,time:"2004-05-23T03:00:00+0000",offset:-14400,isdst:false,abbr:"WART"},57:{ts:1096171200,time:"2004-09-26T04:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},58:{ts:1198983600,time:"2007-12-30T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},59:{ts:1205632800,time:"2008-03-16T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},60:{ts:1223175600,time:"2008-10-05T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},61:{ts:1237082400,time:"2009-03-15T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},62:{ts:1254625200,time:"2009-10-04T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},63:{ts:1269136800,time:"2010-03-21T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},64:{ts:1286074800,time:"2010-10-03T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},65:{ts:1300586400,time:"2011-03-20T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},66:{ts:1317524400,time:"2011-10-02T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},67:{ts:1332036000,time:"2012-03-18T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},68:{ts:1349578800,time:"2012-10-07T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},69:{ts:1363485600,time:"2013-03-17T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},70:{ts:1381028400,time:"2013-10-06T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},71:{ts:1394935200,time:"2014-03-16T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},72:{ts:1412478000,time:"2014-10-05T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},73:{ts:1426384800,time:"2015-03-15T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},74:{ts:1443927600,time:"2015-10-04T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},75:{ts:1458439200,time:"2016-03-20T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},76:{ts:1475377200,time:"2016-10-02T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},77:{ts:1489888800,time:"2017-03-19T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},78:{ts:1506826800,time:"2017-10-01T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},79:{ts:1521338400,time:"2018-03-18T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},80:{ts:1538881200,time:"2018-10-07T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},81:{ts:1552788000,time:"2019-03-17T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},82:{ts:1570330800,time:"2019-10-06T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},83:{ts:1584237600,time:"2020-03-15T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},84:{ts:1601780400,time:"2020-10-04T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},85:{ts:1616292000,time:"2021-03-21T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},86:{ts:1633230000,time:"2021-10-03T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},87:{ts:1647741600,time:"2022-03-20T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},88:{ts:1664679600,time:"2022-10-02T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},89:{ts:1679191200,time:"2023-03-19T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},90:{ts:1696129200,time:"2023-10-01T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},91:{ts:1710640800,time:"2024-03-17T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},92:{ts:1728183600,time:"2024-10-06T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},93:{ts:1742090400,time:"2025-03-16T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},94:{ts:1759633200,time:"2025-10-05T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},95:{ts:1773540000,time:"2026-03-15T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},96:{ts:1791082800,time:"2026-10-04T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},97:{ts:1805594400,time:"2027-03-21T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},98:{ts:1822532400,time:"2027-10-03T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},99:{ts:1837044000,time:"2028-03-19T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},100:{ts:1853982000,time:"2028-10-01T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},101:{ts:1868493600,time:"2029-03-18T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},102:{ts:1886036400,time:"2029-10-07T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},103:{ts:1899943200,time:"2030-03-17T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},104:{ts:1917486000,time:"2030-10-06T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},105:{ts:1931392800,time:"2031-03-16T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},106:{ts:1948935600,time:"2031-10-05T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},107:{ts:1963447200,time:"2032-03-21T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},108:{ts:1980385200,time:"2032-10-03T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},109:{ts:1994896800,time:"2033-03-20T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},110:{ts:2011834800,time:"2033-10-02T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},111:{ts:2026346400,time:"2034-03-19T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},112:{ts:2043284400,time:"2034-10-01T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},113:{ts:2057796000,time:"2035-03-18T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},114:{ts:2075338800,time:"2035-10-07T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},115:{ts:2089245600,time:"2036-03-16T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},116:{ts:2106788400,time:"2036-10-05T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},117:{ts:2120695200,time:"2037-03-15T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},118:{ts:2138238000,time:"2037-10-04T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"}},"America/Argentina/Rio_Gallegos":{0:{ts:-1567453392,time:"1920-05-01T04:16:48+0000",offset:-14400,isdst:false,abbr:"ART"},1:{ts:-1233432000,time:"1930-12-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},2:{ts:-1222981200,time:"1931-04-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},3:{ts:-1205956800,time:"1931-10-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},4:{ts:-1194037200,time:"1932-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},5:{ts:-1172865600,time:"1932-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},6:{ts:-1162501200,time:"1933-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},7:{ts:-1141329600,time:"1933-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},8:{ts:-1130965200,time:"1934-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},9:{ts:-1109793600,time:"1934-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},10:{ts:-1099429200,time:"1935-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},11:{ts:-1078257600,time:"1935-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},12:{ts:-1067806800,time:"1936-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},13:{ts:-1046635200,time:"1936-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},14:{ts:-1036270800,time:"1937-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},15:{ts:-1015099200,time:"1937-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},16:{ts:-1004734800,time:"1938-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},17:{ts:-983563200,time:"1938-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},18:{ts:-973198800,time:"1939-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},19:{ts:-952027200,time:"1939-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},20:{ts:-941576400,time:"1940-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},21:{ts:-931032000,time:"1940-07-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},22:{ts:-900882000,time:"1941-06-15T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},23:{ts:-890337600,time:"1941-10-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},24:{ts:-833749200,time:"1943-08-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},25:{ts:-827265600,time:"1943-10-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},26:{ts:-752274000,time:"1946-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},27:{ts:-733780800,time:"1946-10-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},28:{ts:-197326800,time:"1963-10-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},29:{ts:-190843200,time:"1963-12-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},30:{ts:-184194000,time:"1964-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},31:{ts:-164491200,time:"1964-10-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},32:{ts:-152658000,time:"1965-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},33:{ts:-132955200,time:"1965-10-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},34:{ts:-121122000,time:"1966-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},35:{ts:-101419200,time:"1966-10-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},36:{ts:-86821200,time:"1967-04-02T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},37:{ts:-71092800,time:"1967-10-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},38:{ts:-54766800,time:"1968-04-07T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},39:{ts:-39038400,time:"1968-10-06T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},40:{ts:-23317200,time:"1969-04-06T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},41:{ts:-7588800,time:"1969-10-05T04:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},42:{ts:128142000,time:"1974-01-23T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},43:{ts:136605600,time:"1974-05-01T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},44:{ts:596948400,time:"1988-12-01T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},45:{ts:605066400,time:"1989-03-05T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},46:{ts:624423600,time:"1989-10-15T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},47:{ts:636516000,time:"1990-03-04T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},48:{ts:656478000,time:"1990-10-21T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},49:{ts:667965600,time:"1991-03-03T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},50:{ts:687927600,time:"1991-10-20T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},51:{ts:699415200,time:"1992-03-01T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},52:{ts:719377200,time:"1992-10-18T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},53:{ts:731469600,time:"1993-03-07T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},54:{ts:938919600,time:"1999-10-03T03:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},55:{ts:952052400,time:"2000-03-03T03:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},56:{ts:1086058800,time:"2004-06-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"WART"},57:{ts:1087704000,time:"2004-06-20T04:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},58:{ts:1198983600,time:"2007-12-30T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},59:{ts:1205632800,time:"2008-03-16T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},60:{ts:1223175600,time:"2008-10-05T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},61:{ts:1237082400,time:"2009-03-15T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},62:{ts:1254625200,time:"2009-10-04T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},63:{ts:1269136800,time:"2010-03-21T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},64:{ts:1286074800,time:"2010-10-03T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},65:{ts:1300586400,time:"2011-03-20T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},66:{ts:1317524400,time:"2011-10-02T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},67:{ts:1332036000,time:"2012-03-18T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},68:{ts:1349578800,time:"2012-10-07T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},69:{ts:1363485600,time:"2013-03-17T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},70:{ts:1381028400,time:"2013-10-06T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},71:{ts:1394935200,time:"2014-03-16T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},72:{ts:1412478000,time:"2014-10-05T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},73:{ts:1426384800,time:"2015-03-15T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},74:{ts:1443927600,time:"2015-10-04T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},75:{ts:1458439200,time:"2016-03-20T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},76:{ts:1475377200,time:"2016-10-02T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},77:{ts:1489888800,time:"2017-03-19T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},78:{ts:1506826800,time:"2017-10-01T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},79:{ts:1521338400,time:"2018-03-18T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},80:{ts:1538881200,time:"2018-10-07T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},81:{ts:1552788000,time:"2019-03-17T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},82:{ts:1570330800,time:"2019-10-06T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},83:{ts:1584237600,time:"2020-03-15T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},84:{ts:1601780400,time:"2020-10-04T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},85:{ts:1616292000,time:"2021-03-21T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},86:{ts:1633230000,time:"2021-10-03T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},87:{ts:1647741600,time:"2022-03-20T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},88:{ts:1664679600,time:"2022-10-02T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},89:{ts:1679191200,time:"2023-03-19T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},90:{ts:1696129200,time:"2023-10-01T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},91:{ts:1710640800,time:"2024-03-17T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},92:{ts:1728183600,time:"2024-10-06T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},93:{ts:1742090400,time:"2025-03-16T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},94:{ts:1759633200,time:"2025-10-05T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},95:{ts:1773540000,time:"2026-03-15T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},96:{ts:1791082800,time:"2026-10-04T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},97:{ts:1805594400,time:"2027-03-21T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},98:{ts:1822532400,time:"2027-10-03T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},99:{ts:1837044000,time:"2028-03-19T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},100:{ts:1853982000,time:"2028-10-01T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},101:{ts:1868493600,time:"2029-03-18T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},102:{ts:1886036400,time:"2029-10-07T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},103:{ts:1899943200,time:"2030-03-17T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},104:{ts:1917486000,time:"2030-10-06T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},105:{ts:1931392800,time:"2031-03-16T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},106:{ts:1948935600,time:"2031-10-05T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},107:{ts:1963447200,time:"2032-03-21T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},108:{ts:1980385200,time:"2032-10-03T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},109:{ts:1994896800,time:"2033-03-20T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},110:{ts:2011834800,time:"2033-10-02T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},111:{ts:2026346400,time:"2034-03-19T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},112:{ts:2043284400,time:"2034-10-01T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},113:{ts:2057796000,time:"2035-03-18T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},114:{ts:2075338800,time:"2035-10-07T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},115:{ts:2089245600,time:"2036-03-16T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},116:{ts:2106788400,time:"2036-10-05T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},117:{ts:2120695200,time:"2037-03-15T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},118:{ts:2138238000,time:"2037-10-04T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"}},"America/Argentina/San_Juan":{0:{ts:-1567453392,time:"1920-05-01T04:16:48+0000",offset:-14400,isdst:false,abbr:"ART"},1:{ts:-1233432000,time:"1930-12-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},2:{ts:-1222981200,time:"1931-04-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},3:{ts:-1205956800,time:"1931-10-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},4:{ts:-1194037200,time:"1932-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},5:{ts:-1172865600,time:"1932-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},6:{ts:-1162501200,time:"1933-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},7:{ts:-1141329600,time:"1933-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},8:{ts:-1130965200,time:"1934-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},9:{ts:-1109793600,time:"1934-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},10:{ts:-1099429200,time:"1935-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},11:{ts:-1078257600,time:"1935-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},12:{ts:-1067806800,time:"1936-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},13:{ts:-1046635200,time:"1936-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},14:{ts:-1036270800,time:"1937-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},15:{ts:-1015099200,time:"1937-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},16:{ts:-1004734800,time:"1938-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},17:{ts:-983563200,time:"1938-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},18:{ts:-973198800,time:"1939-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},19:{ts:-952027200,time:"1939-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},20:{ts:-941576400,time:"1940-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},21:{ts:-931032000,time:"1940-07-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},22:{ts:-900882000,time:"1941-06-15T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},23:{ts:-890337600,time:"1941-10-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},24:{ts:-833749200,time:"1943-08-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},25:{ts:-827265600,time:"1943-10-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},26:{ts:-752274000,time:"1946-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},27:{ts:-733780800,time:"1946-10-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},28:{ts:-197326800,time:"1963-10-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},29:{ts:-190843200,time:"1963-12-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},30:{ts:-184194000,time:"1964-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},31:{ts:-164491200,time:"1964-10-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},32:{ts:-152658000,time:"1965-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},33:{ts:-132955200,time:"1965-10-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},34:{ts:-121122000,time:"1966-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},35:{ts:-101419200,time:"1966-10-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},36:{ts:-86821200,time:"1967-04-02T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},37:{ts:-71092800,time:"1967-10-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},38:{ts:-54766800,time:"1968-04-07T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},39:{ts:-39038400,time:"1968-10-06T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},40:{ts:-23317200,time:"1969-04-06T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},41:{ts:-7588800,time:"1969-10-05T04:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},42:{ts:128142000,time:"1974-01-23T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},43:{ts:136605600,time:"1974-05-01T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},44:{ts:596948400,time:"1988-12-01T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},45:{ts:605066400,time:"1989-03-05T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},46:{ts:624423600,time:"1989-10-15T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},47:{ts:636516000,time:"1990-03-04T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},48:{ts:656478000,time:"1990-10-21T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},49:{ts:667792800,time:"1991-03-01T02:00:00+0000",offset:-14400,isdst:false,abbr:"WART"},50:{ts:673588800,time:"1991-05-07T04:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},51:{ts:687927600,time:"1991-10-20T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},52:{ts:699415200,time:"1992-03-01T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},53:{ts:719377200,time:"1992-10-18T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},54:{ts:731469600,time:"1993-03-07T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},55:{ts:938919600,time:"1999-10-03T03:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},56:{ts:952052400,time:"2000-03-03T03:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},57:{ts:1085972400,time:"2004-05-31T03:00:00+0000",offset:-14400,isdst:false,abbr:"WART"},58:{ts:1090728000,time:"2004-07-25T04:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},59:{ts:1198983600,time:"2007-12-30T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},60:{ts:1205632800,time:"2008-03-16T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},61:{ts:1223175600,time:"2008-10-05T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},62:{ts:1237082400,time:"2009-03-15T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},63:{ts:1254625200,time:"2009-10-04T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},64:{ts:1269136800,time:"2010-03-21T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},65:{ts:1286074800,time:"2010-10-03T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},66:{ts:1300586400,time:"2011-03-20T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},67:{ts:1317524400,time:"2011-10-02T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},68:{ts:1332036000,time:"2012-03-18T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},69:{ts:1349578800,time:"2012-10-07T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},70:{ts:1363485600,time:"2013-03-17T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},71:{ts:1381028400,time:"2013-10-06T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},72:{ts:1394935200,time:"2014-03-16T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},73:{ts:1412478000,time:"2014-10-05T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},74:{ts:1426384800,time:"2015-03-15T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},75:{ts:1443927600,time:"2015-10-04T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},76:{ts:1458439200,time:"2016-03-20T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},77:{ts:1475377200,time:"2016-10-02T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},78:{ts:1489888800,time:"2017-03-19T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},79:{ts:1506826800,time:"2017-10-01T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},80:{ts:1521338400,time:"2018-03-18T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},81:{ts:1538881200,time:"2018-10-07T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},82:{ts:1552788000,time:"2019-03-17T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},83:{ts:1570330800,time:"2019-10-06T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},84:{ts:1584237600,time:"2020-03-15T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},85:{ts:1601780400,time:"2020-10-04T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},86:{ts:1616292000,time:"2021-03-21T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},87:{ts:1633230000,time:"2021-10-03T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},88:{ts:1647741600,time:"2022-03-20T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},89:{ts:1664679600,time:"2022-10-02T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},90:{ts:1679191200,time:"2023-03-19T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},91:{ts:1696129200,time:"2023-10-01T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},92:{ts:1710640800,time:"2024-03-17T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},93:{ts:1728183600,time:"2024-10-06T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},94:{ts:1742090400,time:"2025-03-16T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},95:{ts:1759633200,time:"2025-10-05T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},96:{ts:1773540000,time:"2026-03-15T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},97:{ts:1791082800,time:"2026-10-04T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},98:{ts:1805594400,time:"2027-03-21T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},99:{ts:1822532400,time:"2027-10-03T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},100:{ts:1837044000,time:"2028-03-19T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},101:{ts:1853982000,time:"2028-10-01T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},102:{ts:1868493600,time:"2029-03-18T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},103:{ts:1886036400,time:"2029-10-07T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},104:{ts:1899943200,time:"2030-03-17T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},105:{ts:1917486000,time:"2030-10-06T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},106:{ts:1931392800,time:"2031-03-16T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},107:{ts:1948935600,time:"2031-10-05T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},108:{ts:1963447200,time:"2032-03-21T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},109:{ts:1980385200,time:"2032-10-03T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},110:{ts:1994896800,time:"2033-03-20T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},111:{ts:2011834800,time:"2033-10-02T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},112:{ts:2026346400,time:"2034-03-19T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},113:{ts:2043284400,time:"2034-10-01T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},114:{ts:2057796000,time:"2035-03-18T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},115:{ts:2075338800,time:"2035-10-07T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},116:{ts:2089245600,time:"2036-03-16T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},117:{ts:2106788400,time:"2036-10-05T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},118:{ts:2120695200,time:"2037-03-15T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},119:{ts:2138238000,time:"2037-10-04T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"}},"America/Argentina/San_Luis":{0:{ts:-1567453392,time:"1920-05-01T04:16:48+0000",offset:-14400,isdst:false,abbr:"ART"},1:{ts:-1233432000,time:"1930-12-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},2:{ts:-1222981200,time:"1931-04-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},3:{ts:-1205956800,time:"1931-10-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},4:{ts:-1194037200,time:"1932-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},5:{ts:-1172865600,time:"1932-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},6:{ts:-1162501200,time:"1933-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},7:{ts:-1141329600,time:"1933-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},8:{ts:-1130965200,time:"1934-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},9:{ts:-1109793600,time:"1934-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},10:{ts:-1099429200,time:"1935-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},11:{ts:-1078257600,time:"1935-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},12:{ts:-1067806800,time:"1936-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},13:{ts:-1046635200,time:"1936-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},14:{ts:-1036270800,time:"1937-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},15:{ts:-1015099200,time:"1937-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},16:{ts:-1004734800,time:"1938-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},17:{ts:-983563200,time:"1938-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},18:{ts:-973198800,time:"1939-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},19:{ts:-952027200,time:"1939-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},20:{ts:-941576400,time:"1940-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},21:{ts:-931032000,time:"1940-07-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},22:{ts:-900882000,time:"1941-06-15T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},23:{ts:-890337600,time:"1941-10-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},24:{ts:-833749200,time:"1943-08-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},25:{ts:-827265600,time:"1943-10-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},26:{ts:-752274000,time:"1946-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},27:{ts:-733780800,time:"1946-10-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},28:{ts:-197326800,time:"1963-10-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},29:{ts:-190843200,time:"1963-12-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},30:{ts:-184194000,time:"1964-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},31:{ts:-164491200,time:"1964-10-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},32:{ts:-152658000,time:"1965-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},33:{ts:-132955200,time:"1965-10-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},34:{ts:-121122000,time:"1966-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},35:{ts:-101419200,time:"1966-10-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},36:{ts:-86821200,time:"1967-04-02T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},37:{ts:-71092800,time:"1967-10-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},38:{ts:-54766800,time:"1968-04-07T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},39:{ts:-39038400,time:"1968-10-06T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},40:{ts:-23317200,time:"1969-04-06T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},41:{ts:-7588800,time:"1969-10-05T04:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},42:{ts:128142000,time:"1974-01-23T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},43:{ts:136605600,time:"1974-05-01T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},44:{ts:596948400,time:"1988-12-01T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},45:{ts:605066400,time:"1989-03-05T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},46:{ts:624423600,time:"1989-10-15T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},47:{ts:636516000,time:"1990-03-04T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},48:{ts:656478000,time:"1990-10-21T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},49:{ts:667792800,time:"1991-03-01T02:00:00+0000",offset:-14400,isdst:false,abbr:"WART"},50:{ts:673588800,time:"1991-05-07T04:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},51:{ts:687927600,time:"1991-10-20T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},52:{ts:699415200,time:"1992-03-01T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},53:{ts:719377200,time:"1992-10-18T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},54:{ts:731469600,time:"1993-03-07T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},55:{ts:938919600,time:"1999-10-03T03:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},56:{ts:952052400,time:"2000-03-03T03:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},57:{ts:1085972400,time:"2004-05-31T03:00:00+0000",offset:-14400,isdst:false,abbr:"WART"},58:{ts:1090728000,time:"2004-07-25T04:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},59:{ts:1198983600,time:"2007-12-30T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},60:{ts:1200880800,time:"2008-01-21T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"}},"America/Argentina/Tucuman":{0:{ts:-1567453392,time:"1920-05-01T04:16:48+0000",offset:-14400,isdst:false,abbr:"ART"},1:{ts:-1233432000,time:"1930-12-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},2:{ts:-1222981200,time:"1931-04-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},3:{ts:-1205956800,time:"1931-10-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},4:{ts:-1194037200,time:"1932-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},5:{ts:-1172865600,time:"1932-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},6:{ts:-1162501200,time:"1933-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},7:{ts:-1141329600,time:"1933-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},8:{ts:-1130965200,time:"1934-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},9:{ts:-1109793600,time:"1934-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},10:{ts:-1099429200,time:"1935-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},11:{ts:-1078257600,time:"1935-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},12:{ts:-1067806800,time:"1936-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},13:{ts:-1046635200,time:"1936-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},14:{ts:-1036270800,time:"1937-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},15:{ts:-1015099200,time:"1937-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},16:{ts:-1004734800,time:"1938-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},17:{ts:-983563200,time:"1938-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},18:{ts:-973198800,time:"1939-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},19:{ts:-952027200,time:"1939-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},20:{ts:-941576400,time:"1940-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},21:{ts:-931032000,time:"1940-07-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},22:{ts:-900882000,time:"1941-06-15T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},23:{ts:-890337600,time:"1941-10-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},24:{ts:-833749200,time:"1943-08-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},25:{ts:-827265600,time:"1943-10-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},26:{ts:-752274000,time:"1946-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},27:{ts:-733780800,time:"1946-10-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},28:{ts:-197326800,time:"1963-10-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},29:{ts:-190843200,time:"1963-12-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},30:{ts:-184194000,time:"1964-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},31:{ts:-164491200,time:"1964-10-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},32:{ts:-152658000,time:"1965-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},33:{ts:-132955200,time:"1965-10-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},34:{ts:-121122000,time:"1966-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},35:{ts:-101419200,time:"1966-10-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},36:{ts:-86821200,time:"1967-04-02T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},37:{ts:-71092800,time:"1967-10-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},38:{ts:-54766800,time:"1968-04-07T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},39:{ts:-39038400,time:"1968-10-06T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},40:{ts:-23317200,time:"1969-04-06T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},41:{ts:-7588800,time:"1969-10-05T04:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},42:{ts:128142000,time:"1974-01-23T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},43:{ts:136605600,time:"1974-05-01T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},44:{ts:596948400,time:"1988-12-01T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},45:{ts:605066400,time:"1989-03-05T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},46:{ts:624423600,time:"1989-10-15T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},47:{ts:636516000,time:"1990-03-04T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},48:{ts:656478000,time:"1990-10-21T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},49:{ts:667965600,time:"1991-03-03T02:00:00+0000",offset:-14400,isdst:false,abbr:"WART"},50:{ts:687931200,time:"1991-10-20T04:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},51:{ts:699415200,time:"1992-03-01T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},52:{ts:719377200,time:"1992-10-18T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},53:{ts:731469600,time:"1993-03-07T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},54:{ts:938919600,time:"1999-10-03T03:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},55:{ts:952052400,time:"2000-03-03T03:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},56:{ts:1086058800,time:"2004-06-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"WART"},57:{ts:1087099200,time:"2004-06-13T04:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},58:{ts:1198983600,time:"2007-12-30T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},59:{ts:1205632800,time:"2008-03-16T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},60:{ts:1223175600,time:"2008-10-05T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},61:{ts:1237082400,time:"2009-03-15T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},62:{ts:1254625200,time:"2009-10-04T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},63:{ts:1269136800,time:"2010-03-21T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},64:{ts:1286074800,time:"2010-10-03T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},65:{ts:1300586400,time:"2011-03-20T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},66:{ts:1317524400,time:"2011-10-02T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},67:{ts:1332036000,time:"2012-03-18T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},68:{ts:1349578800,time:"2012-10-07T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},69:{ts:1363485600,time:"2013-03-17T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},70:{ts:1381028400,time:"2013-10-06T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},71:{ts:1394935200,time:"2014-03-16T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},72:{ts:1412478000,time:"2014-10-05T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},73:{ts:1426384800,time:"2015-03-15T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},74:{ts:1443927600,time:"2015-10-04T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},75:{ts:1458439200,time:"2016-03-20T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},76:{ts:1475377200,time:"2016-10-02T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},77:{ts:1489888800,time:"2017-03-19T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},78:{ts:1506826800,time:"2017-10-01T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},79:{ts:1521338400,time:"2018-03-18T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},80:{ts:1538881200,time:"2018-10-07T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},81:{ts:1552788000,time:"2019-03-17T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},82:{ts:1570330800,time:"2019-10-06T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},83:{ts:1584237600,time:"2020-03-15T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},84:{ts:1601780400,time:"2020-10-04T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},85:{ts:1616292000,time:"2021-03-21T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},86:{ts:1633230000,time:"2021-10-03T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},87:{ts:1647741600,time:"2022-03-20T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},88:{ts:1664679600,time:"2022-10-02T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},89:{ts:1679191200,time:"2023-03-19T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},90:{ts:1696129200,time:"2023-10-01T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},91:{ts:1710640800,time:"2024-03-17T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},92:{ts:1728183600,time:"2024-10-06T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},93:{ts:1742090400,time:"2025-03-16T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},94:{ts:1759633200,time:"2025-10-05T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},95:{ts:1773540000,time:"2026-03-15T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},96:{ts:1791082800,time:"2026-10-04T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},97:{ts:1805594400,time:"2027-03-21T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},98:{ts:1822532400,time:"2027-10-03T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},99:{ts:1837044000,time:"2028-03-19T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},100:{ts:1853982000,time:"2028-10-01T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},101:{ts:1868493600,time:"2029-03-18T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},102:{ts:1886036400,time:"2029-10-07T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},103:{ts:1899943200,time:"2030-03-17T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},104:{ts:1917486000,time:"2030-10-06T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},105:{ts:1931392800,time:"2031-03-16T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},106:{ts:1948935600,time:"2031-10-05T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},107:{ts:1963447200,time:"2032-03-21T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},108:{ts:1980385200,time:"2032-10-03T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},109:{ts:1994896800,time:"2033-03-20T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},110:{ts:2011834800,time:"2033-10-02T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},111:{ts:2026346400,time:"2034-03-19T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},112:{ts:2043284400,time:"2034-10-01T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},113:{ts:2057796000,time:"2035-03-18T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},114:{ts:2075338800,time:"2035-10-07T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},115:{ts:2089245600,time:"2036-03-16T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},116:{ts:2106788400,time:"2036-10-05T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},117:{ts:2120695200,time:"2037-03-15T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},118:{ts:2138238000,time:"2037-10-04T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"}},"America/Argentina/Ushuaia":{0:{ts:-1567453392,time:"1920-05-01T04:16:48+0000",offset:-14400,isdst:false,abbr:"ART"},1:{ts:-1233432000,time:"1930-12-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},2:{ts:-1222981200,time:"1931-04-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},3:{ts:-1205956800,time:"1931-10-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},4:{ts:-1194037200,time:"1932-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},5:{ts:-1172865600,time:"1932-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},6:{ts:-1162501200,time:"1933-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},7:{ts:-1141329600,time:"1933-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},8:{ts:-1130965200,time:"1934-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},9:{ts:-1109793600,time:"1934-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},10:{ts:-1099429200,time:"1935-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},11:{ts:-1078257600,time:"1935-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},12:{ts:-1067806800,time:"1936-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},13:{ts:-1046635200,time:"1936-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},14:{ts:-1036270800,time:"1937-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},15:{ts:-1015099200,time:"1937-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},16:{ts:-1004734800,time:"1938-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},17:{ts:-983563200,time:"1938-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},18:{ts:-973198800,time:"1939-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},19:{ts:-952027200,time:"1939-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},20:{ts:-941576400,time:"1940-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},21:{ts:-931032000,time:"1940-07-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},22:{ts:-900882000,time:"1941-06-15T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},23:{ts:-890337600,time:"1941-10-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},24:{ts:-833749200,time:"1943-08-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},25:{ts:-827265600,time:"1943-10-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},26:{ts:-752274000,time:"1946-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},27:{ts:-733780800,time:"1946-10-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},28:{ts:-197326800,time:"1963-10-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},29:{ts:-190843200,time:"1963-12-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},30:{ts:-184194000,time:"1964-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},31:{ts:-164491200,time:"1964-10-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},32:{ts:-152658000,time:"1965-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},33:{ts:-132955200,time:"1965-10-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},34:{ts:-121122000,time:"1966-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},35:{ts:-101419200,time:"1966-10-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},36:{ts:-86821200,time:"1967-04-02T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},37:{ts:-71092800,time:"1967-10-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},38:{ts:-54766800,time:"1968-04-07T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},39:{ts:-39038400,time:"1968-10-06T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},40:{ts:-23317200,time:"1969-04-06T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},41:{ts:-7588800,time:"1969-10-05T04:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},42:{ts:128142000,time:"1974-01-23T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},43:{ts:136605600,time:"1974-05-01T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},44:{ts:596948400,time:"1988-12-01T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},45:{ts:605066400,time:"1989-03-05T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},46:{ts:624423600,time:"1989-10-15T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},47:{ts:636516000,time:"1990-03-04T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},48:{ts:656478000,time:"1990-10-21T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},49:{ts:667965600,time:"1991-03-03T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},50:{ts:687927600,time:"1991-10-20T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},51:{ts:699415200,time:"1992-03-01T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},52:{ts:719377200,time:"1992-10-18T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},53:{ts:731469600,time:"1993-03-07T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},54:{ts:938919600,time:"1999-10-03T03:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},55:{ts:952052400,time:"2000-03-03T03:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},56:{ts:1085886000,time:"2004-05-30T03:00:00+0000",offset:-14400,isdst:false,abbr:"WART"},57:{ts:1087704000,time:"2004-06-20T04:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},58:{ts:1198983600,time:"2007-12-30T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},59:{ts:1205632800,time:"2008-03-16T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},60:{ts:1223175600,time:"2008-10-05T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},61:{ts:1237082400,time:"2009-03-15T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},62:{ts:1254625200,time:"2009-10-04T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},63:{ts:1269136800,time:"2010-03-21T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},64:{ts:1286074800,time:"2010-10-03T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},65:{ts:1300586400,time:"2011-03-20T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},66:{ts:1317524400,time:"2011-10-02T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},67:{ts:1332036000,time:"2012-03-18T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},68:{ts:1349578800,time:"2012-10-07T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},69:{ts:1363485600,time:"2013-03-17T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},70:{ts:1381028400,time:"2013-10-06T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},71:{ts:1394935200,time:"2014-03-16T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},72:{ts:1412478000,time:"2014-10-05T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},73:{ts:1426384800,time:"2015-03-15T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},74:{ts:1443927600,time:"2015-10-04T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},75:{ts:1458439200,time:"2016-03-20T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},76:{ts:1475377200,time:"2016-10-02T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},77:{ts:1489888800,time:"2017-03-19T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},78:{ts:1506826800,time:"2017-10-01T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},79:{ts:1521338400,time:"2018-03-18T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},80:{ts:1538881200,time:"2018-10-07T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},81:{ts:1552788000,time:"2019-03-17T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},82:{ts:1570330800,time:"2019-10-06T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},83:{ts:1584237600,time:"2020-03-15T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},84:{ts:1601780400,time:"2020-10-04T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},85:{ts:1616292000,time:"2021-03-21T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},86:{ts:1633230000,time:"2021-10-03T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},87:{ts:1647741600,time:"2022-03-20T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},88:{ts:1664679600,time:"2022-10-02T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},89:{ts:1679191200,time:"2023-03-19T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},90:{ts:1696129200,time:"2023-10-01T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},91:{ts:1710640800,time:"2024-03-17T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},92:{ts:1728183600,time:"2024-10-06T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},93:{ts:1742090400,time:"2025-03-16T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},94:{ts:1759633200,time:"2025-10-05T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},95:{ts:1773540000,time:"2026-03-15T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},96:{ts:1791082800,time:"2026-10-04T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},97:{ts:1805594400,time:"2027-03-21T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},98:{ts:1822532400,time:"2027-10-03T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},99:{ts:1837044000,time:"2028-03-19T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},100:{ts:1853982000,time:"2028-10-01T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},101:{ts:1868493600,time:"2029-03-18T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},102:{ts:1886036400,time:"2029-10-07T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},103:{ts:1899943200,time:"2030-03-17T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},104:{ts:1917486000,time:"2030-10-06T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},105:{ts:1931392800,time:"2031-03-16T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},106:{ts:1948935600,time:"2031-10-05T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},107:{ts:1963447200,time:"2032-03-21T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},108:{ts:1980385200,time:"2032-10-03T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},109:{ts:1994896800,time:"2033-03-20T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},110:{ts:2011834800,time:"2033-10-02T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},111:{ts:2026346400,time:"2034-03-19T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},112:{ts:2043284400,time:"2034-10-01T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},113:{ts:2057796000,time:"2035-03-18T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},114:{ts:2075338800,time:"2035-10-07T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},115:{ts:2089245600,time:"2036-03-16T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},116:{ts:2106788400,time:"2036-10-05T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},117:{ts:2120695200,time:"2037-03-15T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},118:{ts:2138238000,time:"2037-10-04T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"}},"America/Aruba":{0:{ts:-1826738376,time:"1912-02-12T04:40:24+0000",offset:-16200,isdst:false,abbr:"ANT"},1:{ts:-157750200,time:"1965-01-01T04:30:00+0000",offset:-14400,isdst:false,abbr:"AST"}},"America/Asuncion":{0:{ts:-1206389360,time:"1931-10-10T03:50:40+0000",offset:-14400,isdst:false,abbr:"PYT"},1:{ts:86760000,time:"1972-10-01T04:00:00+0000",offset:-10800,isdst:false,abbr:"PYT"},2:{ts:134017200,time:"1974-04-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"PYT"},3:{ts:181368000,time:"1975-10-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"PYST"},4:{ts:194497200,time:"1976-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"PYT"},5:{ts:212990400,time:"1976-10-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"PYST"},6:{ts:226033200,time:"1977-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"PYT"},7:{ts:244526400,time:"1977-10-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"PYST"},8:{ts:257569200,time:"1978-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"PYT"},9:{ts:276062400,time:"1978-10-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"PYST"},10:{ts:291783600,time:"1979-04-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"PYT"},11:{ts:307598400,time:"1979-10-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"PYST"},12:{ts:323406000,time:"1980-04-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"PYT"},13:{ts:339220800,time:"1980-10-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"PYST"},14:{ts:354942000,time:"1981-04-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"PYT"},15:{ts:370756800,time:"1981-10-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"PYST"},16:{ts:386478000,time:"1982-04-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"PYT"},17:{ts:402292800,time:"1982-10-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"PYST"},18:{ts:418014000,time:"1983-04-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"PYT"},19:{ts:433828800,time:"1983-10-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"PYST"},20:{ts:449636400,time:"1984-04-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"PYT"},21:{ts:465451200,time:"1984-10-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"PYST"},22:{ts:481172400,time:"1985-04-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"PYT"},23:{ts:496987200,time:"1985-10-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"PYST"},24:{ts:512708400,time:"1986-04-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"PYT"},25:{ts:528523200,time:"1986-10-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"PYST"},26:{ts:544244400,time:"1987-04-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"PYT"},27:{ts:560059200,time:"1987-10-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"PYST"},28:{ts:575866800,time:"1988-04-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"PYT"},29:{ts:591681600,time:"1988-10-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"PYST"},30:{ts:607402800,time:"1989-04-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"PYT"},31:{ts:625032000,time:"1989-10-22T04:00:00+0000",offset:-10800,isdst:true,abbr:"PYST"},32:{ts:638938800,time:"1990-04-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"PYT"},33:{ts:654753600,time:"1990-10-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"PYST"},34:{ts:670474800,time:"1991-04-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"PYT"},35:{ts:686721600,time:"1991-10-06T04:00:00+0000",offset:-10800,isdst:true,abbr:"PYST"},36:{ts:699418800,time:"1992-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"PYT"},37:{ts:718257600,time:"1992-10-05T04:00:00+0000",offset:-10800,isdst:true,abbr:"PYST"},38:{ts:733546800,time:"1993-03-31T03:00:00+0000",offset:-14400,isdst:false,abbr:"PYT"},39:{ts:749448000,time:"1993-10-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"PYST"},40:{ts:762318000,time:"1994-02-27T03:00:00+0000",offset:-14400,isdst:false,abbr:"PYT"},41:{ts:780984000,time:"1994-10-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"PYST"},42:{ts:793767600,time:"1995-02-26T03:00:00+0000",offset:-14400,isdst:false,abbr:"PYT"},43:{ts:812520000,time:"1995-10-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"PYST"},44:{ts:825649200,time:"1996-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"PYT"},45:{ts:844574400,time:"1996-10-06T04:00:00+0000",offset:-10800,isdst:true,abbr:"PYST"},46:{ts:856666800,time:"1997-02-23T03:00:00+0000",offset:-14400,isdst:false,abbr:"PYT"},47:{ts:876024000,time:"1997-10-05T04:00:00+0000",offset:-10800,isdst:true,abbr:"PYST"},48:{ts:888721200,time:"1998-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"PYT"},49:{ts:907473600,time:"1998-10-04T04:00:00+0000",offset:-10800,isdst:true,abbr:"PYST"},50:{ts:920775600,time:"1999-03-07T03:00:00+0000",offset:-14400,isdst:false,abbr:"PYT"},51:{ts:938923200,time:"1999-10-03T04:00:00+0000",offset:-10800,isdst:true,abbr:"PYST"},52:{ts:952225200,time:"2000-03-05T03:00:00+0000",offset:-14400,isdst:false,abbr:"PYT"},53:{ts:970372800,time:"2000-10-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"PYST"},54:{ts:983674800,time:"2001-03-04T03:00:00+0000",offset:-14400,isdst:false,abbr:"PYT"},55:{ts:1002427200,time:"2001-10-07T04:00:00+0000",offset:-10800,isdst:true,abbr:"PYST"},56:{ts:1018148400,time:"2002-04-07T03:00:00+0000",offset:-14400,isdst:false,abbr:"PYT"},57:{ts:1030852800,time:"2002-09-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"PYST"},58:{ts:1049598000,time:"2003-04-06T03:00:00+0000",offset:-14400,isdst:false,abbr:"PYT"},59:{ts:1062907200,time:"2003-09-07T04:00:00+0000",offset:-10800,isdst:true,abbr:"PYST"},60:{ts:1081047600,time:"2004-04-04T03:00:00+0000",offset:-14400,isdst:false,abbr:"PYT"},61:{ts:1097985600,time:"2004-10-17T04:00:00+0000",offset:-10800,isdst:true,abbr:"PYST"},62:{ts:1110682800,time:"2005-03-13T03:00:00+0000",offset:-14400,isdst:false,abbr:"PYT"},63:{ts:1129435200,time:"2005-10-16T04:00:00+0000",offset:-10800,isdst:true,abbr:"PYST"},64:{ts:1142132400,time:"2006-03-12T03:00:00+0000",offset:-14400,isdst:false,abbr:"PYT"},65:{ts:1160884800,time:"2006-10-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"PYST"},66:{ts:1173582000,time:"2007-03-11T03:00:00+0000",offset:-14400,isdst:false,abbr:"PYT"},67:{ts:1192939200,time:"2007-10-21T04:00:00+0000",offset:-10800,isdst:true,abbr:"PYST"},68:{ts:1205031600,time:"2008-03-09T03:00:00+0000",offset:-14400,isdst:false,abbr:"PYT"},69:{ts:1224388800,time:"2008-10-19T04:00:00+0000",offset:-10800,isdst:true,abbr:"PYST"},70:{ts:1236481200,time:"2009-03-08T03:00:00+0000",offset:-14400,isdst:false,abbr:"PYT"},71:{ts:1255838400,time:"2009-10-18T04:00:00+0000",offset:-10800,isdst:true,abbr:"PYST"},72:{ts:1268535600,time:"2010-03-14T03:00:00+0000",offset:-14400,isdst:false,abbr:"PYT"},73:{ts:1287288000,time:"2010-10-17T04:00:00+0000",offset:-10800,isdst:true,abbr:"PYST"},74:{ts:1299985200,time:"2011-03-13T03:00:00+0000",offset:-14400,isdst:false,abbr:"PYT"},75:{ts:1318737600,time:"2011-10-16T04:00:00+0000",offset:-10800,isdst:true,abbr:"PYST"},76:{ts:1331434800,time:"2012-03-11T03:00:00+0000",offset:-14400,isdst:false,abbr:"PYT"},77:{ts:1350792000,time:"2012-10-21T04:00:00+0000",offset:-10800,isdst:true,abbr:"PYST"},78:{ts:1362884400,time:"2013-03-10T03:00:00+0000",offset:-14400,isdst:false,abbr:"PYT"},79:{ts:1382241600,time:"2013-10-20T04:00:00+0000",offset:-10800,isdst:true,abbr:"PYST"},80:{ts:1394334000,time:"2014-03-09T03:00:00+0000",offset:-14400,isdst:false,abbr:"PYT"},81:{ts:1413691200,time:"2014-10-19T04:00:00+0000",offset:-10800,isdst:true,abbr:"PYST"},82:{ts:1425783600,time:"2015-03-08T03:00:00+0000",offset:-14400,isdst:false,abbr:"PYT"},83:{ts:1445140800,time:"2015-10-18T04:00:00+0000",offset:-10800,isdst:true,abbr:"PYST"},84:{ts:1457838000,time:"2016-03-13T03:00:00+0000",offset:-14400,isdst:false,abbr:"PYT"},85:{ts:1476590400,time:"2016-10-16T04:00:00+0000",offset:-10800,isdst:true,abbr:"PYST"},86:{ts:1489287600,time:"2017-03-12T03:00:00+0000",offset:-14400,isdst:false,abbr:"PYT"},87:{ts:1508040000,time:"2017-10-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"PYST"},88:{ts:1520737200,time:"2018-03-11T03:00:00+0000",offset:-14400,isdst:false,abbr:"PYT"},89:{ts:1540094400,time:"2018-10-21T04:00:00+0000",offset:-10800,isdst:true,abbr:"PYST"},90:{ts:1552186800,time:"2019-03-10T03:00:00+0000",offset:-14400,isdst:false,abbr:"PYT"},91:{ts:1571544000,time:"2019-10-20T04:00:00+0000",offset:-10800,isdst:true,abbr:"PYST"},92:{ts:1583636400,time:"2020-03-08T03:00:00+0000",offset:-14400,isdst:false,abbr:"PYT"},93:{ts:1602993600,time:"2020-10-18T04:00:00+0000",offset:-10800,isdst:true,abbr:"PYST"},94:{ts:1615690800,time:"2021-03-14T03:00:00+0000",offset:-14400,isdst:false,abbr:"PYT"},95:{ts:1634443200,time:"2021-10-17T04:00:00+0000",offset:-10800,isdst:true,abbr:"PYST"},96:{ts:1647140400,time:"2022-03-13T03:00:00+0000",offset:-14400,isdst:false,abbr:"PYT"},97:{ts:1665892800,time:"2022-10-16T04:00:00+0000",offset:-10800,isdst:true,abbr:"PYST"},98:{ts:1678590000,time:"2023-03-12T03:00:00+0000",offset:-14400,isdst:false,abbr:"PYT"},99:{ts:1697342400,time:"2023-10-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"PYST"},100:{ts:1710039600,time:"2024-03-10T03:00:00+0000",offset:-14400,isdst:false,abbr:"PYT"},101:{ts:1729396800,time:"2024-10-20T04:00:00+0000",offset:-10800,isdst:true,abbr:"PYST"},102:{ts:1741489200,time:"2025-03-09T03:00:00+0000",offset:-14400,isdst:false,abbr:"PYT"},103:{ts:1760846400,time:"2025-10-19T04:00:00+0000",offset:-10800,isdst:true,abbr:"PYST"},104:{ts:1772938800,time:"2026-03-08T03:00:00+0000",offset:-14400,isdst:false,abbr:"PYT"},105:{ts:1792296000,time:"2026-10-18T04:00:00+0000",offset:-10800,isdst:true,abbr:"PYST"},106:{ts:1804993200,time:"2027-03-14T03:00:00+0000",offset:-14400,isdst:false,abbr:"PYT"},107:{ts:1823745600,time:"2027-10-17T04:00:00+0000",offset:-10800,isdst:true,abbr:"PYST"},108:{ts:1836442800,time:"2028-03-12T03:00:00+0000",offset:-14400,isdst:false,abbr:"PYT"},109:{ts:1855195200,time:"2028-10-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"PYST"},110:{ts:1867892400,time:"2029-03-11T03:00:00+0000",offset:-14400,isdst:false,abbr:"PYT"},111:{ts:1887249600,time:"2029-10-21T04:00:00+0000",offset:-10800,isdst:true,abbr:"PYST"},112:{ts:1899342000,time:"2030-03-10T03:00:00+0000",offset:-14400,isdst:false,abbr:"PYT"},113:{ts:1918699200,time:"2030-10-20T04:00:00+0000",offset:-10800,isdst:true,abbr:"PYST"},114:{ts:1930791600,time:"2031-03-09T03:00:00+0000",offset:-14400,isdst:false,abbr:"PYT"},115:{ts:1950148800,time:"2031-10-19T04:00:00+0000",offset:-10800,isdst:true,abbr:"PYST"},116:{ts:1962846000,time:"2032-03-14T03:00:00+0000",offset:-14400,isdst:false,abbr:"PYT"},117:{ts:1981598400,time:"2032-10-17T04:00:00+0000",offset:-10800,isdst:true,abbr:"PYST"},118:{ts:1994295600,time:"2033-03-13T03:00:00+0000",offset:-14400,isdst:false,abbr:"PYT"},119:{ts:2013048000,time:"2033-10-16T04:00:00+0000",offset:-10800,isdst:true,abbr:"PYST"},120:{ts:2025745200,time:"2034-03-12T03:00:00+0000",offset:-14400,isdst:false,abbr:"PYT"},121:{ts:2044497600,time:"2034-10-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"PYST"},122:{ts:2057194800,time:"2035-03-11T03:00:00+0000",offset:-14400,isdst:false,abbr:"PYT"},123:{ts:2076552000,time:"2035-10-21T04:00:00+0000",offset:-10800,isdst:true,abbr:"PYST"},124:{ts:2088644400,time:"2036-03-09T03:00:00+0000",offset:-14400,isdst:false,abbr:"PYT"},125:{ts:2108001600,time:"2036-10-19T04:00:00+0000",offset:-10800,isdst:true,abbr:"PYST"},126:{ts:2120094000,time:"2037-03-08T03:00:00+0000",offset:-14400,isdst:false,abbr:"PYT"},127:{ts:2139451200,time:"2037-10-18T04:00:00+0000",offset:-10800,isdst:true,abbr:"PYST"}},"America/Atikokan":{0:{ts:-1632067200,time:"1918-04-14T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},1:{ts:-1614790800,time:"1918-10-31T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},2:{ts:-923248800,time:"1940-09-29T06:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},3:{ts:-880214400,time:"1942-02-09T08:00:00+0000",offset:-18000,isdst:true,abbr:"CWT"},4:{ts:-769395600,time:"1945-08-14T23:00:00+0000",offset:-18000,isdst:true,abbr:"CPT"},5:{ts:-765392400,time:"1945-09-30T07:00:00+0000",offset:-18000,isdst:false,abbr:"EST"}},"America/Atka":{0:{ts:-880196400,time:"1942-02-09T13:00:00+0000",offset:-36000,isdst:true,abbr:"NWT"},1:{ts:-769395600,time:"1945-08-14T23:00:00+0000",offset:-36000,isdst:true,abbr:"NPT"},2:{ts:-765374400,time:"1945-09-30T12:00:00+0000",offset:-39600,isdst:false,abbr:"NST"},3:{ts:-86878800,time:"1967-04-01T11:00:00+0000",offset:-39600,isdst:false,abbr:"BST"},4:{ts:-21466800,time:"1969-04-27T13:00:00+0000",offset:-36000,isdst:true,abbr:"BDT"},5:{ts:-5745600,time:"1969-10-26T12:00:00+0000",offset:-39600,isdst:false,abbr:"BST"},6:{ts:9982800,time:"1970-04-26T13:00:00+0000",offset:-36000,isdst:true,abbr:"BDT"},7:{ts:25704000,time:"1970-10-25T12:00:00+0000",offset:-39600,isdst:false,abbr:"BST"},8:{ts:41432400,time:"1971-04-25T13:00:00+0000",offset:-36000,isdst:true,abbr:"BDT"},9:{ts:57758400,time:"1971-10-31T12:00:00+0000",offset:-39600,isdst:false,abbr:"BST"},10:{ts:73486800,time:"1972-04-30T13:00:00+0000",offset:-36000,isdst:true,abbr:"BDT"},11:{ts:89208000,time:"1972-10-29T12:00:00+0000",offset:-39600,isdst:false,abbr:"BST"},12:{ts:104936400,time:"1973-04-29T13:00:00+0000",offset:-36000,isdst:true,abbr:"BDT"},13:{ts:120657600,time:"1973-10-28T12:00:00+0000",offset:-39600,isdst:false,abbr:"BST"},14:{ts:126709200,time:"1974-01-06T13:00:00+0000",offset:-36000,isdst:true,abbr:"BDT"},15:{ts:152107200,time:"1974-10-27T12:00:00+0000",offset:-39600,isdst:false,abbr:"BST"},16:{ts:162392400,time:"1975-02-23T13:00:00+0000",offset:-36000,isdst:true,abbr:"BDT"},17:{ts:183556800,time:"1975-10-26T12:00:00+0000",offset:-39600,isdst:false,abbr:"BST"},18:{ts:199285200,time:"1976-04-25T13:00:00+0000",offset:-36000,isdst:true,abbr:"BDT"},19:{ts:215611200,time:"1976-10-31T12:00:00+0000",offset:-39600,isdst:false,abbr:"BST"},20:{ts:230734800,time:"1977-04-24T13:00:00+0000",offset:-36000,isdst:true,abbr:"BDT"},21:{ts:247060800,time:"1977-10-30T12:00:00+0000",offset:-39600,isdst:false,abbr:"BST"},22:{ts:262789200,time:"1978-04-30T13:00:00+0000",offset:-36000,isdst:true,abbr:"BDT"},23:{ts:278510400,time:"1978-10-29T12:00:00+0000",offset:-39600,isdst:false,abbr:"BST"},24:{ts:294238800,time:"1979-04-29T13:00:00+0000",offset:-36000,isdst:true,abbr:"BDT"},25:{ts:309960000,time:"1979-10-28T12:00:00+0000",offset:-39600,isdst:false,abbr:"BST"},26:{ts:325688400,time:"1980-04-27T13:00:00+0000",offset:-36000,isdst:true,abbr:"BDT"},27:{ts:341409600,time:"1980-10-26T12:00:00+0000",offset:-39600,isdst:false,abbr:"BST"},28:{ts:357138000,time:"1981-04-26T13:00:00+0000",offset:-36000,isdst:true,abbr:"BDT"},29:{ts:372859200,time:"1981-10-25T12:00:00+0000",offset:-39600,isdst:false,abbr:"BST"},30:{ts:388587600,time:"1982-04-25T13:00:00+0000",offset:-36000,isdst:true,abbr:"BDT"},31:{ts:404913600,time:"1982-10-31T12:00:00+0000",offset:-39600,isdst:false,abbr:"BST"},32:{ts:420037200,time:"1983-04-24T13:00:00+0000",offset:-36000,isdst:true,abbr:"BDT"},33:{ts:436363200,time:"1983-10-30T12:00:00+0000",offset:-36000,isdst:false,abbr:"AHST"},34:{ts:439034400,time:"1983-11-30T10:00:00+0000",offset:-36000,isdst:false,abbr:"HAST"},35:{ts:452088000,time:"1984-04-29T12:00:00+0000",offset:-32400,isdst:true,abbr:"HADT"},36:{ts:467809200,time:"1984-10-28T11:00:00+0000",offset:-36000,isdst:false,abbr:"HAST"},37:{ts:483537600,time:"1985-04-28T12:00:00+0000",offset:-32400,isdst:true,abbr:"HADT"},38:{ts:499258800,time:"1985-10-27T11:00:00+0000",offset:-36000,isdst:false,abbr:"HAST"},39:{ts:514987200,time:"1986-04-27T12:00:00+0000",offset:-32400,isdst:true,abbr:"HADT"},40:{ts:530708400,time:"1986-10-26T11:00:00+0000",offset:-36000,isdst:false,abbr:"HAST"},41:{ts:544622400,time:"1987-04-05T12:00:00+0000",offset:-32400,isdst:true,abbr:"HADT"},42:{ts:562158000,time:"1987-10-25T11:00:00+0000",offset:-36000,isdst:false,abbr:"HAST"},43:{ts:576072000,time:"1988-04-03T12:00:00+0000",offset:-32400,isdst:true,abbr:"HADT"},44:{ts:594212400,time:"1988-10-30T11:00:00+0000",offset:-36000,isdst:false,abbr:"HAST"},45:{ts:607521600,time:"1989-04-02T12:00:00+0000",offset:-32400,isdst:true,abbr:"HADT"},46:{ts:625662000,time:"1989-10-29T11:00:00+0000",offset:-36000,isdst:false,abbr:"HAST"},47:{ts:638971200,time:"1990-04-01T12:00:00+0000",offset:-32400,isdst:true,abbr:"HADT"},48:{ts:657111600,time:"1990-10-28T11:00:00+0000",offset:-36000,isdst:false,abbr:"HAST"},49:{ts:671025600,time:"1991-04-07T12:00:00+0000",offset:-32400,isdst:true,abbr:"HADT"},50:{ts:688561200,time:"1991-10-27T11:00:00+0000",offset:-36000,isdst:false,abbr:"HAST"},51:{ts:702475200,time:"1992-04-05T12:00:00+0000",offset:-32400,isdst:true,abbr:"HADT"},52:{ts:720010800,time:"1992-10-25T11:00:00+0000",offset:-36000,isdst:false,abbr:"HAST"},53:{ts:733924800,time:"1993-04-04T12:00:00+0000",offset:-32400,isdst:true,abbr:"HADT"},54:{ts:752065200,time:"1993-10-31T11:00:00+0000",offset:-36000,isdst:false,abbr:"HAST"},55:{ts:765374400,time:"1994-04-03T12:00:00+0000",offset:-32400,isdst:true,abbr:"HADT"},56:{ts:783514800,time:"1994-10-30T11:00:00+0000",offset:-36000,isdst:false,abbr:"HAST"},57:{ts:796824000,time:"1995-04-02T12:00:00+0000",offset:-32400,isdst:true,abbr:"HADT"},58:{ts:814964400,time:"1995-10-29T11:00:00+0000",offset:-36000,isdst:false,abbr:"HAST"},59:{ts:828878400,time:"1996-04-07T12:00:00+0000",offset:-32400,isdst:true,abbr:"HADT"},60:{ts:846414000,time:"1996-10-27T11:00:00+0000",offset:-36000,isdst:false,abbr:"HAST"},61:{ts:860328000,time:"1997-04-06T12:00:00+0000",offset:-32400,isdst:true,abbr:"HADT"},62:{ts:877863600,time:"1997-10-26T11:00:00+0000",offset:-36000,isdst:false,abbr:"HAST"},63:{ts:891777600,time:"1998-04-05T12:00:00+0000",offset:-32400,isdst:true,abbr:"HADT"},64:{ts:909313200,time:"1998-10-25T11:00:00+0000",offset:-36000,isdst:false,abbr:"HAST"},65:{ts:923227200,time:"1999-04-04T12:00:00+0000",offset:-32400,isdst:true,abbr:"HADT"},66:{ts:941367600,time:"1999-10-31T11:00:00+0000",offset:-36000,isdst:false,abbr:"HAST"},67:{ts:954676800,time:"2000-04-02T12:00:00+0000",offset:-32400,isdst:true,abbr:"HADT"},68:{ts:972817200,time:"2000-10-29T11:00:00+0000",offset:-36000,isdst:false,abbr:"HAST"},69:{ts:986126400,time:"2001-04-01T12:00:00+0000",offset:-32400,isdst:true,abbr:"HADT"},70:{ts:1004266800,time:"2001-10-28T11:00:00+0000",offset:-36000,isdst:false,abbr:"HAST"},71:{ts:1018180800,time:"2002-04-07T12:00:00+0000",offset:-32400,isdst:true,abbr:"HADT"},72:{ts:1035716400,time:"2002-10-27T11:00:00+0000",offset:-36000,isdst:false,abbr:"HAST"},73:{ts:1049630400,time:"2003-04-06T12:00:00+0000",offset:-32400,isdst:true,abbr:"HADT"},74:{ts:1067166000,time:"2003-10-26T11:00:00+0000",offset:-36000,isdst:false,abbr:"HAST"},75:{ts:1081080000,time:"2004-04-04T12:00:00+0000",offset:-32400,isdst:true,abbr:"HADT"},76:{ts:1099220400,time:"2004-10-31T11:00:00+0000",offset:-36000,isdst:false,abbr:"HAST"},77:{ts:1112529600,time:"2005-04-03T12:00:00+0000",offset:-32400,isdst:true,abbr:"HADT"},78:{ts:1130670000,time:"2005-10-30T11:00:00+0000",offset:-36000,isdst:false,abbr:"HAST"},79:{ts:1143979200,time:"2006-04-02T12:00:00+0000",offset:-32400,isdst:true,abbr:"HADT"},80:{ts:1162119600,time:"2006-10-29T11:00:00+0000",offset:-36000,isdst:false,abbr:"HAST"},81:{ts:1173614400,time:"2007-03-11T12:00:00+0000",offset:-32400,isdst:true,abbr:"HADT"},82:{ts:1194174000,time:"2007-11-04T11:00:00+0000",offset:-36000,isdst:false,abbr:"HAST"},83:{ts:1205064000,time:"2008-03-09T12:00:00+0000",offset:-32400,isdst:true,abbr:"HADT"},84:{ts:1225623600,time:"2008-11-02T11:00:00+0000",offset:-36000,isdst:false,abbr:"HAST"},85:{ts:1236513600,time:"2009-03-08T12:00:00+0000",offset:-32400,isdst:true,abbr:"HADT"},86:{ts:1257073200,time:"2009-11-01T11:00:00+0000",offset:-36000,isdst:false,abbr:"HAST"},87:{ts:1268568000,time:"2010-03-14T12:00:00+0000",offset:-32400,isdst:true,abbr:"HADT"},88:{ts:1289127600,time:"2010-11-07T11:00:00+0000",offset:-36000,isdst:false,abbr:"HAST"},89:{ts:1300017600,time:"2011-03-13T12:00:00+0000",offset:-32400,isdst:true,abbr:"HADT"},90:{ts:1320577200,time:"2011-11-06T11:00:00+0000",offset:-36000,isdst:false,abbr:"HAST"},91:{ts:1331467200,time:"2012-03-11T12:00:00+0000",offset:-32400,isdst:true,abbr:"HADT"},92:{ts:1352026800,time:"2012-11-04T11:00:00+0000",offset:-36000,isdst:false,abbr:"HAST"},93:{ts:1362916800,time:"2013-03-10T12:00:00+0000",offset:-32400,isdst:true,abbr:"HADT"},94:{ts:1383476400,time:"2013-11-03T11:00:00+0000",offset:-36000,isdst:false,abbr:"HAST"},95:{ts:1394366400,time:"2014-03-09T12:00:00+0000",offset:-32400,isdst:true,abbr:"HADT"},96:{ts:1414926000,time:"2014-11-02T11:00:00+0000",offset:-36000,isdst:false,abbr:"HAST"},97:{ts:1425816000,time:"2015-03-08T12:00:00+0000",offset:-32400,isdst:true,abbr:"HADT"},98:{ts:1446375600,time:"2015-11-01T11:00:00+0000",offset:-36000,isdst:false,abbr:"HAST"},99:{ts:1457870400,time:"2016-03-13T12:00:00+0000",offset:-32400,isdst:true,abbr:"HADT"},100:{ts:1478430000,time:"2016-11-06T11:00:00+0000",offset:-36000,isdst:false,abbr:"HAST"},101:{ts:1489320000,time:"2017-03-12T12:00:00+0000",offset:-32400,isdst:true,abbr:"HADT"},102:{ts:1509879600,time:"2017-11-05T11:00:00+0000",offset:-36000,isdst:false,abbr:"HAST"},103:{ts:1520769600,time:"2018-03-11T12:00:00+0000",offset:-32400,isdst:true,abbr:"HADT"},104:{ts:1541329200,time:"2018-11-04T11:00:00+0000",offset:-36000,isdst:false,abbr:"HAST"},105:{ts:1552219200,time:"2019-03-10T12:00:00+0000",offset:-32400,isdst:true,abbr:"HADT"},106:{ts:1572778800,time:"2019-11-03T11:00:00+0000",offset:-36000,isdst:false,abbr:"HAST"},107:{ts:1583668800,time:"2020-03-08T12:00:00+0000",offset:-32400,isdst:true,abbr:"HADT"},108:{ts:1604228400,time:"2020-11-01T11:00:00+0000",offset:-36000,isdst:false,abbr:"HAST"},109:{ts:1615723200,time:"2021-03-14T12:00:00+0000",offset:-32400,isdst:true,abbr:"HADT"},110:{ts:1636282800,time:"2021-11-07T11:00:00+0000",offset:-36000,isdst:false,abbr:"HAST"},111:{ts:1647172800,time:"2022-03-13T12:00:00+0000",offset:-32400,isdst:true,abbr:"HADT"},112:{ts:1667732400,time:"2022-11-06T11:00:00+0000",offset:-36000,isdst:false,abbr:"HAST"},113:{ts:1678622400,time:"2023-03-12T12:00:00+0000",offset:-32400,isdst:true,abbr:"HADT"},114:{ts:1699182000,time:"2023-11-05T11:00:00+0000",offset:-36000,isdst:false,abbr:"HAST"},115:{ts:1710072000,time:"2024-03-10T12:00:00+0000",offset:-32400,isdst:true,abbr:"HADT"},116:{ts:1730631600,time:"2024-11-03T11:00:00+0000",offset:-36000,isdst:false,abbr:"HAST"},117:{ts:1741521600,time:"2025-03-09T12:00:00+0000",offset:-32400,isdst:true,abbr:"HADT"},118:{ts:1762081200,time:"2025-11-02T11:00:00+0000",offset:-36000,isdst:false,abbr:"HAST"},119:{ts:1772971200,time:"2026-03-08T12:00:00+0000",offset:-32400,isdst:true,abbr:"HADT"},120:{ts:1793530800,time:"2026-11-01T11:00:00+0000",offset:-36000,isdst:false,abbr:"HAST"},121:{ts:1805025600,time:"2027-03-14T12:00:00+0000",offset:-32400,isdst:true,abbr:"HADT"},122:{ts:1825585200,time:"2027-11-07T11:00:00+0000",offset:-36000,isdst:false,abbr:"HAST"},123:{ts:1836475200,time:"2028-03-12T12:00:00+0000",offset:-32400,isdst:true,abbr:"HADT"},124:{ts:1857034800,time:"2028-11-05T11:00:00+0000",offset:-36000,isdst:false,abbr:"HAST"},125:{ts:1867924800,time:"2029-03-11T12:00:00+0000",offset:-32400,isdst:true,abbr:"HADT"},126:{ts:1888484400,time:"2029-11-04T11:00:00+0000",offset:-36000,isdst:false,abbr:"HAST"},127:{ts:1899374400,time:"2030-03-10T12:00:00+0000",offset:-32400,isdst:true,abbr:"HADT"},128:{ts:1919934000,time:"2030-11-03T11:00:00+0000",offset:-36000,isdst:false,abbr:"HAST"},129:{ts:1930824000,time:"2031-03-09T12:00:00+0000",offset:-32400,isdst:true,abbr:"HADT"},130:{ts:1951383600,time:"2031-11-02T11:00:00+0000",offset:-36000,isdst:false,abbr:"HAST"},131:{ts:1962878400,time:"2032-03-14T12:00:00+0000",offset:-32400,isdst:true,abbr:"HADT"},132:{ts:1983438000,time:"2032-11-07T11:00:00+0000",offset:-36000,isdst:false,abbr:"HAST"},133:{ts:1994328000,time:"2033-03-13T12:00:00+0000",offset:-32400,isdst:true,abbr:"HADT"},134:{ts:2014887600,time:"2033-11-06T11:00:00+0000",offset:-36000,isdst:false,abbr:"HAST"},135:{ts:2025777600,time:"2034-03-12T12:00:00+0000",offset:-32400,isdst:true,abbr:"HADT"},136:{ts:2046337200,time:"2034-11-05T11:00:00+0000",offset:-36000,isdst:false,abbr:"HAST"},137:{ts:2057227200,time:"2035-03-11T12:00:00+0000",offset:-32400,isdst:true,abbr:"HADT"},138:{ts:2077786800,time:"2035-11-04T11:00:00+0000",offset:-36000,isdst:false,abbr:"HAST"},139:{ts:2088676800,time:"2036-03-09T12:00:00+0000",offset:-32400,isdst:true,abbr:"HADT"},140:{ts:2109236400,time:"2036-11-02T11:00:00+0000",offset:-36000,isdst:false,abbr:"HAST"},141:{ts:2120126400,time:"2037-03-08T12:00:00+0000",offset:-32400,isdst:true,abbr:"HADT"},142:{ts:2140686000,time:"2037-11-01T11:00:00+0000",offset:-36000,isdst:false,abbr:"HAST"}},"America/Bahia":{0:{ts:-1767216356,time:"1914-01-01T02:34:04+0000",offset:-10800,isdst:false,abbr:"BRT"},1:{ts:-1206957600,time:"1931-10-03T14:00:00+0000",offset:-7200,isdst:true,abbr:"BRST"},2:{ts:-1191362400,time:"1932-04-01T02:00:00+0000",offset:-10800,isdst:false,abbr:"BRT"},3:{ts:-1175374800,time:"1932-10-03T03:00:00+0000",offset:-7200,isdst:true,abbr:"BRST"},4:{ts:-1159826400,time:"1933-04-01T02:00:00+0000",offset:-10800,isdst:false,abbr:"BRT"},5:{ts:-633819600,time:"1949-12-01T03:00:00+0000",offset:-7200,isdst:true,abbr:"BRST"},6:{ts:-622069200,time:"1950-04-16T03:00:00+0000",offset:-10800,isdst:false,abbr:"BRT"},7:{ts:-602283600,time:"1950-12-01T03:00:00+0000",offset:-7200,isdst:true,abbr:"BRST"},8:{ts:-591832800,time:"1951-04-01T02:00:00+0000",offset:-10800,isdst:false,abbr:"BRT"},9:{ts:-570747600,time:"1951-12-01T03:00:00+0000",offset:-7200,isdst:true,abbr:"BRST"},10:{ts:-560210400,time:"1952-04-01T02:00:00+0000",offset:-10800,isdst:false,abbr:"BRT"},11:{ts:-539125200,time:"1952-12-01T03:00:00+0000",offset:-7200,isdst:true,abbr:"BRST"},12:{ts:-531352800,time:"1953-03-01T02:00:00+0000",offset:-10800,isdst:false,abbr:"BRT"},13:{ts:-191365200,time:"1963-12-09T03:00:00+0000",offset:-7200,isdst:true,abbr:"BRST"},14:{ts:-184197600,time:"1964-03-01T02:00:00+0000",offset:-10800,isdst:false,abbr:"BRT"},15:{ts:-155163600,time:"1965-01-31T03:00:00+0000",offset:-7200,isdst:true,abbr:"BRST"},16:{ts:-150069600,time:"1965-03-31T02:00:00+0000",offset:-10800,isdst:false,abbr:"BRT"},17:{ts:-128898000,time:"1965-12-01T03:00:00+0000",offset:-7200,isdst:true,abbr:"BRST"},18:{ts:-121125600,time:"1966-03-01T02:00:00+0000",offset:-10800,isdst:false,abbr:"BRT"},19:{ts:-99954000,time:"1966-11-01T03:00:00+0000",offset:-7200,isdst:true,abbr:"BRST"},20:{ts:-89589600,time:"1967-03-01T02:00:00+0000",offset:-10800,isdst:false,abbr:"BRT"},21:{ts:-68418000,time:"1967-11-01T03:00:00+0000",offset:-7200,isdst:true,abbr:"BRST"},22:{ts:-57967200,time:"1968-03-01T02:00:00+0000",offset:-10800,isdst:false,abbr:"BRT"},23:{ts:499748400,time:"1985-11-02T03:00:00+0000",offset:-7200,isdst:true,abbr:"BRST"},24:{ts:511236000,time:"1986-03-15T02:00:00+0000",offset:-10800,isdst:false,abbr:"BRT"},25:{ts:530593200,time:"1986-10-25T03:00:00+0000",offset:-7200,isdst:true,abbr:"BRST"},26:{ts:540266400,time:"1987-02-14T02:00:00+0000",offset:-10800,isdst:false,abbr:"BRT"},27:{ts:562129200,time:"1987-10-25T03:00:00+0000",offset:-7200,isdst:true,abbr:"BRST"},28:{ts:571197600,time:"1988-02-07T02:00:00+0000",offset:-10800,isdst:false,abbr:"BRT"},29:{ts:592974000,time:"1988-10-16T03:00:00+0000",offset:-7200,isdst:true,abbr:"BRST"},30:{ts:602042400,time:"1989-01-29T02:00:00+0000",offset:-10800,isdst:false,abbr:"BRT"},31:{ts:624423600,time:"1989-10-15T03:00:00+0000",offset:-7200,isdst:true,abbr:"BRST"},32:{ts:634701600,time:"1990-02-11T02:00:00+0000",offset:-10800,isdst:false,abbr:"BRT"},33:{ts:656478000,time:"1990-10-21T03:00:00+0000",offset:-7200,isdst:true,abbr:"BRST"},34:{ts:666756000,time:"1991-02-17T02:00:00+0000",offset:-10800,isdst:false,abbr:"BRT"},35:{ts:687927600,time:"1991-10-20T03:00:00+0000",offset:-7200,isdst:true,abbr:"BRST"},36:{ts:697600800,time:"1992-02-09T02:00:00+0000",offset:-10800,isdst:false,abbr:"BRT"},37:{ts:719982000,time:"1992-10-25T03:00:00+0000",offset:-7200,isdst:true,abbr:"BRST"},38:{ts:728445600,time:"1993-01-31T02:00:00+0000",offset:-10800,isdst:false,abbr:"BRT"},39:{ts:750826800,time:"1993-10-17T03:00:00+0000",offset:-7200,isdst:true,abbr:"BRST"},40:{ts:761709600,time:"1994-02-20T02:00:00+0000",offset:-10800,isdst:false,abbr:"BRT"},41:{ts:782276400,time:"1994-10-16T03:00:00+0000",offset:-7200,isdst:true,abbr:"BRST"},42:{ts:793159200,time:"1995-02-19T02:00:00+0000",offset:-10800,isdst:false,abbr:"BRT"},43:{ts:813726000,time:"1995-10-15T03:00:00+0000",offset:-7200,isdst:true,abbr:"BRST"},44:{ts:824004000,time:"1996-02-11T02:00:00+0000",offset:-10800,isdst:false,abbr:"BRT"},45:{ts:844570800,time:"1996-10-06T03:00:00+0000",offset:-7200,isdst:true,abbr:"BRST"},46:{ts:856058400,time:"1997-02-16T02:00:00+0000",offset:-10800,isdst:false,abbr:"BRT"},47:{ts:876106800,time:"1997-10-06T03:00:00+0000",offset:-7200,isdst:true,abbr:"BRST"},48:{ts:888717600,time:"1998-03-01T02:00:00+0000",offset:-10800,isdst:false,abbr:"BRT"},49:{ts:908074800,time:"1998-10-11T03:00:00+0000",offset:-7200,isdst:true,abbr:"BRST"},50:{ts:919562400,time:"1999-02-21T02:00:00+0000",offset:-10800,isdst:false,abbr:"BRT"},51:{ts:938919600,time:"1999-10-03T03:00:00+0000",offset:-7200,isdst:true,abbr:"BRST"},52:{ts:951616800,time:"2000-02-27T02:00:00+0000",offset:-10800,isdst:false,abbr:"BRT"},53:{ts:970974000,time:"2000-10-08T03:00:00+0000",offset:-7200,isdst:true,abbr:"BRST"},54:{ts:982461600,time:"2001-02-18T02:00:00+0000",offset:-10800,isdst:false,abbr:"BRT"},55:{ts:1003028400,time:"2001-10-14T03:00:00+0000",offset:-7200,isdst:true,abbr:"BRST"},56:{ts:1013911200,time:"2002-02-17T02:00:00+0000",offset:-10800,isdst:false,abbr:"BRT"},57:{ts:1036292400,time:"2002-11-03T03:00:00+0000",offset:-7200,isdst:true,abbr:"BRST"},58:{ts:1045360800,time:"2003-02-16T02:00:00+0000",offset:-10800,isdst:false,abbr:"BRT"}},"America/Barbados":{0:{ts:-1451678492,time:"1924-01-01T03:58:28+0000",offset:-14308,isdst:false,abbr:"BMT"},1:{ts:-1199217692,time:"1932-01-01T03:58:28+0000",offset:-14400,isdst:false,abbr:"AST"},2:{ts:234943200,time:"1977-06-12T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},3:{ts:244616400,time:"1977-10-02T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},4:{ts:261554400,time:"1978-04-16T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},5:{ts:276066000,time:"1978-10-01T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},6:{ts:293004000,time:"1979-04-15T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},7:{ts:307515600,time:"1979-09-30T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},8:{ts:325058400,time:"1980-04-20T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},9:{ts:338706000,time:"1980-09-25T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"}},"America/Belem":{0:{ts:-1767213964,time:"1914-01-01T03:13:56+0000",offset:-10800,isdst:false,abbr:"BRT"},1:{ts:-1206957600,time:"1931-10-03T14:00:00+0000",offset:-7200,isdst:true,abbr:"BRST"},2:{ts:-1191362400,time:"1932-04-01T02:00:00+0000",offset:-10800,isdst:false,abbr:"BRT"},3:{ts:-1175374800,time:"1932-10-03T03:00:00+0000",offset:-7200,isdst:true,abbr:"BRST"},4:{ts:-1159826400,time:"1933-04-01T02:00:00+0000",offset:-10800,isdst:false,abbr:"BRT"},5:{ts:-633819600,time:"1949-12-01T03:00:00+0000",offset:-7200,isdst:true,abbr:"BRST"},6:{ts:-622069200,time:"1950-04-16T03:00:00+0000",offset:-10800,isdst:false,abbr:"BRT"},7:{ts:-602283600,time:"1950-12-01T03:00:00+0000",offset:-7200,isdst:true,abbr:"BRST"},8:{ts:-591832800,time:"1951-04-01T02:00:00+0000",offset:-10800,isdst:false,abbr:"BRT"},9:{ts:-570747600,time:"1951-12-01T03:00:00+0000",offset:-7200,isdst:true,abbr:"BRST"},10:{ts:-560210400,time:"1952-04-01T02:00:00+0000",offset:-10800,isdst:false,abbr:"BRT"},11:{ts:-539125200,time:"1952-12-01T03:00:00+0000",offset:-7200,isdst:true,abbr:"BRST"},12:{ts:-531352800,time:"1953-03-01T02:00:00+0000",offset:-10800,isdst:false,abbr:"BRT"},13:{ts:-191365200,time:"1963-12-09T03:00:00+0000",offset:-7200,isdst:true,abbr:"BRST"},14:{ts:-184197600,time:"1964-03-01T02:00:00+0000",offset:-10800,isdst:false,abbr:"BRT"},15:{ts:-155163600,time:"1965-01-31T03:00:00+0000",offset:-7200,isdst:true,abbr:"BRST"},16:{ts:-150069600,time:"1965-03-31T02:00:00+0000",offset:-10800,isdst:false,abbr:"BRT"},17:{ts:-128898000,time:"1965-12-01T03:00:00+0000",offset:-7200,isdst:true,abbr:"BRST"},18:{ts:-121125600,time:"1966-03-01T02:00:00+0000",offset:-10800,isdst:false,abbr:"BRT"},19:{ts:-99954000,time:"1966-11-01T03:00:00+0000",offset:-7200,isdst:true,abbr:"BRST"},20:{ts:-89589600,time:"1967-03-01T02:00:00+0000",offset:-10800,isdst:false,abbr:"BRT"},21:{ts:-68418000,time:"1967-11-01T03:00:00+0000",offset:-7200,isdst:true,abbr:"BRST"},22:{ts:-57967200,time:"1968-03-01T02:00:00+0000",offset:-10800,isdst:false,abbr:"BRT"},23:{ts:499748400,time:"1985-11-02T03:00:00+0000",offset:-7200,isdst:true,abbr:"BRST"},24:{ts:511236000,time:"1986-03-15T02:00:00+0000",offset:-10800,isdst:false,abbr:"BRT"},25:{ts:530593200,time:"1986-10-25T03:00:00+0000",offset:-7200,isdst:true,abbr:"BRST"},26:{ts:540266400,time:"1987-02-14T02:00:00+0000",offset:-10800,isdst:false,abbr:"BRT"},27:{ts:562129200,time:"1987-10-25T03:00:00+0000",offset:-7200,isdst:true,abbr:"BRST"},28:{ts:571197600,time:"1988-02-07T02:00:00+0000",offset:-10800,isdst:false,abbr:"BRT"}},"America/Belize":{0:{ts:-1822500432,time:"1912-04-01T05:52:48+0000",offset:-21600,isdst:false,abbr:"CST"},1:{ts:-1616954400,time:"1918-10-06T06:00:00+0000",offset:-19800,isdst:true,abbr:"CHDT"},2:{ts:-1606069800,time:"1919-02-09T05:30:00+0000",offset:-21600,isdst:false,abbr:"CST"},3:{ts:-1585504800,time:"1919-10-05T06:00:00+0000",offset:-19800,isdst:true,abbr:"CHDT"},4:{ts:-1574015400,time:"1920-02-15T05:30:00+0000",offset:-21600,isdst:false,abbr:"CST"},5:{ts:-1554055200,time:"1920-10-03T06:00:00+0000",offset:-19800,isdst:true,abbr:"CHDT"},6:{ts:-1542565800,time:"1921-02-13T05:30:00+0000",offset:-21600,isdst:false,abbr:"CST"},7:{ts:-1522605600,time:"1921-10-02T06:00:00+0000",offset:-19800,isdst:true,abbr:"CHDT"},8:{ts:-1511116200,time:"1922-02-12T05:30:00+0000",offset:-21600,isdst:false,abbr:"CST"},9:{ts:-1490551200,time:"1922-10-08T06:00:00+0000",offset:-19800,isdst:true,abbr:"CHDT"},10:{ts:-1479666600,time:"1923-02-11T05:30:00+0000",offset:-21600,isdst:false,abbr:"CST"},11:{ts:-1459101600,time:"1923-10-07T06:00:00+0000",offset:-19800,isdst:true,abbr:"CHDT"},12:{ts:-1448217000,time:"1924-02-10T05:30:00+0000",offset:-21600,isdst:false,abbr:"CST"},13:{ts:-1427652000,time:"1924-10-05T06:00:00+0000",offset:-19800,isdst:true,abbr:"CHDT"},14:{ts:-1416162600,time:"1925-02-15T05:30:00+0000",offset:-21600,isdst:false,abbr:"CST"},15:{ts:-1396202400,time:"1925-10-04T06:00:00+0000",offset:-19800,isdst:true,abbr:"CHDT"},16:{ts:-1384713000,time:"1926-02-14T05:30:00+0000",offset:-21600,isdst:false,abbr:"CST"},17:{ts:-1364752800,time:"1926-10-03T06:00:00+0000",offset:-19800,isdst:true,abbr:"CHDT"},18:{ts:-1353263400,time:"1927-02-13T05:30:00+0000",offset:-21600,isdst:false,abbr:"CST"},19:{ts:-1333303200,time:"1927-10-02T06:00:00+0000",offset:-19800,isdst:true,abbr:"CHDT"},20:{ts:-1321813800,time:"1928-02-12T05:30:00+0000",offset:-21600,isdst:false,abbr:"CST"},21:{ts:-1301248800,time:"1928-10-07T06:00:00+0000",offset:-19800,isdst:true,abbr:"CHDT"},22:{ts:-1290364200,time:"1929-02-10T05:30:00+0000",offset:-21600,isdst:false,abbr:"CST"},23:{ts:-1269799200,time:"1929-10-06T06:00:00+0000",offset:-19800,isdst:true,abbr:"CHDT"},24:{ts:-1258914600,time:"1930-02-09T05:30:00+0000",offset:-21600,isdst:false,abbr:"CST"},25:{ts:-1238349600,time:"1930-10-05T06:00:00+0000",offset:-19800,isdst:true,abbr:"CHDT"},26:{ts:-1226860200,time:"1931-02-15T05:30:00+0000",offset:-21600,isdst:false,abbr:"CST"},27:{ts:-1206900000,time:"1931-10-04T06:00:00+0000",offset:-19800,isdst:true,abbr:"CHDT"},28:{ts:-1195410600,time:"1932-02-14T05:30:00+0000",offset:-21600,isdst:false,abbr:"CST"},29:{ts:-1175450400,time:"1932-10-02T06:00:00+0000",offset:-19800,isdst:true,abbr:"CHDT"},30:{ts:-1163961000,time:"1933-02-12T05:30:00+0000",offset:-21600,isdst:false,abbr:"CST"},31:{ts:-1143396000,time:"1933-10-08T06:00:00+0000",offset:-19800,isdst:true,abbr:"CHDT"},32:{ts:-1132511400,time:"1934-02-11T05:30:00+0000",offset:-21600,isdst:false,abbr:"CST"},33:{ts:-1111946400,time:"1934-10-07T06:00:00+0000",offset:-19800,isdst:true,abbr:"CHDT"},34:{ts:-1101061800,time:"1935-02-10T05:30:00+0000",offset:-21600,isdst:false,abbr:"CST"},35:{ts:-1080496800,time:"1935-10-06T06:00:00+0000",offset:-19800,isdst:true,abbr:"CHDT"},36:{ts:-1069612200,time:"1936-02-09T05:30:00+0000",offset:-21600,isdst:false,abbr:"CST"},37:{ts:-1049047200,time:"1936-10-04T06:00:00+0000",offset:-19800,isdst:true,abbr:"CHDT"},38:{ts:-1037557800,time:"1937-02-14T05:30:00+0000",offset:-21600,isdst:false,abbr:"CST"},39:{ts:-1017597600,time:"1937-10-03T06:00:00+0000",offset:-19800,isdst:true,abbr:"CHDT"},40:{ts:-1006108200,time:"1938-02-13T05:30:00+0000",offset:-21600,isdst:false,abbr:"CST"},41:{ts:-986148000,time:"1938-10-02T06:00:00+0000",offset:-19800,isdst:true,abbr:"CHDT"},42:{ts:-974658600,time:"1939-02-12T05:30:00+0000",offset:-21600,isdst:false,abbr:"CST"},43:{ts:-954093600,time:"1939-10-08T06:00:00+0000",offset:-19800,isdst:true,abbr:"CHDT"},44:{ts:-943209000,time:"1940-02-11T05:30:00+0000",offset:-21600,isdst:false,abbr:"CST"},45:{ts:-922644000,time:"1940-10-06T06:00:00+0000",offset:-19800,isdst:true,abbr:"CHDT"},46:{ts:-911759400,time:"1941-02-09T05:30:00+0000",offset:-21600,isdst:false,abbr:"CST"},47:{ts:-891194400,time:"1941-10-05T06:00:00+0000",offset:-19800,isdst:true,abbr:"CHDT"},48:{ts:-879705000,time:"1942-02-15T05:30:00+0000",offset:-21600,isdst:false,abbr:"CST"},49:{ts:-859744800,time:"1942-10-04T06:00:00+0000",offset:-19800,isdst:true,abbr:"CHDT"},50:{ts:-848255400,time:"1943-02-14T05:30:00+0000",offset:-21600,isdst:false,abbr:"CST"},51:{ts:123919200,time:"1973-12-05T06:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},52:{ts:129618000,time:"1974-02-09T05:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},53:{ts:409039200,time:"1982-12-18T06:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},54:{ts:413874000,time:"1983-02-12T05:00:00+0000",offset:-21600,isdst:false,abbr:"CST"}},"America/Blanc-Sablon":{0:{ts:-1632074400,time:"1918-04-14T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},1:{ts:-1614798000,time:"1918-10-31T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},2:{ts:-880221600,time:"1942-02-09T06:00:00+0000",offset:-10800,isdst:true,abbr:"AWT"},3:{ts:-769395600,time:"1945-08-14T23:00:00+0000",offset:-10800,isdst:true,abbr:"APT"},4:{ts:-765399600,time:"1945-09-30T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"}},"America/Boa_Vista":{0:{ts:-1767211040,time:"1914-01-01T04:02:40+0000",offset:-14400,isdst:false,abbr:"AMT"},1:{ts:-1206954000,time:"1931-10-03T15:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},2:{ts:-1191358800,time:"1932-04-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},3:{ts:-1175371200,time:"1932-10-03T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},4:{ts:-1159822800,time:"1933-04-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},5:{ts:-633816000,time:"1949-12-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},6:{ts:-622065600,time:"1950-04-16T04:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},7:{ts:-602280000,time:"1950-12-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},8:{ts:-591829200,time:"1951-04-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},9:{ts:-570744000,time:"1951-12-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},10:{ts:-560206800,time:"1952-04-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},11:{ts:-539121600,time:"1952-12-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},12:{ts:-531349200,time:"1953-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},13:{ts:-191361600,time:"1963-12-09T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},14:{ts:-184194000,time:"1964-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},15:{ts:-155160000,time:"1965-01-31T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},16:{ts:-150066000,time:"1965-03-31T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},17:{ts:-128894400,time:"1965-12-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},18:{ts:-121122000,time:"1966-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},19:{ts:-99950400,time:"1966-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},20:{ts:-89586000,time:"1967-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},21:{ts:-68414400,time:"1967-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},22:{ts:-57963600,time:"1968-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},23:{ts:499752000,time:"1985-11-02T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},24:{ts:511239600,time:"1986-03-15T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},25:{ts:530596800,time:"1986-10-25T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},26:{ts:540270000,time:"1987-02-14T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},27:{ts:562132800,time:"1987-10-25T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},28:{ts:571201200,time:"1988-02-07T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},29:{ts:938923200,time:"1999-10-03T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},30:{ts:951620400,time:"2000-02-27T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},31:{ts:970977600,time:"2000-10-08T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},32:{ts:971578800,time:"2000-10-15T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"}},"America/Bogota":{0:{ts:-1739041420,time:"1914-11-23T04:56:20+0000",offset:-18000,isdst:false,abbr:"COT"},1:{ts:704869200,time:"1992-05-03T05:00:00+0000",offset:-14400,isdst:true,abbr:"COST"},2:{ts:733896000,time:"1993-04-04T04:00:00+0000",offset:-18000,isdst:false,abbr:"COT"}},"America/Boise":{0:{ts:-1633269600,time:"1918-03-31T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},1:{ts:-1615129200,time:"1918-10-27T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},2:{ts:-1601820000,time:"1919-03-30T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},3:{ts:-1583679600,time:"1919-10-26T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},4:{ts:-1471788000,time:"1923-05-13T10:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},5:{ts:-880210800,time:"1942-02-09T09:00:00+0000",offset:-21600,isdst:true,abbr:"MWT"},6:{ts:-769395600,time:"1945-08-14T23:00:00+0000",offset:-21600,isdst:true,abbr:"MPT"},7:{ts:-765388800,time:"1945-09-30T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},8:{ts:-84380400,time:"1967-04-30T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},9:{ts:-68659200,time:"1967-10-29T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},10:{ts:-52930800,time:"1968-04-28T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},11:{ts:-37209600,time:"1968-10-27T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},12:{ts:-21481200,time:"1969-04-27T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},13:{ts:-5760000,time:"1969-10-26T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},14:{ts:9968400,time:"1970-04-26T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},15:{ts:25689600,time:"1970-10-25T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},16:{ts:41418000,time:"1971-04-25T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},17:{ts:57744000,time:"1971-10-31T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},18:{ts:73472400,time:"1972-04-30T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},19:{ts:89193600,time:"1972-10-29T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},20:{ts:104922000,time:"1973-04-29T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},21:{ts:120643200,time:"1973-10-28T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},22:{ts:129114000,time:"1974-02-03T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},23:{ts:152092800,time:"1974-10-27T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},24:{ts:162378000,time:"1975-02-23T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},25:{ts:183542400,time:"1975-10-26T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},26:{ts:199270800,time:"1976-04-25T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},27:{ts:215596800,time:"1976-10-31T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},28:{ts:230720400,time:"1977-04-24T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},29:{ts:247046400,time:"1977-10-30T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},30:{ts:262774800,time:"1978-04-30T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},31:{ts:278496000,time:"1978-10-29T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},32:{ts:294224400,time:"1979-04-29T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},33:{ts:309945600,time:"1979-10-28T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},34:{ts:325674000,time:"1980-04-27T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},35:{ts:341395200,time:"1980-10-26T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},36:{ts:357123600,time:"1981-04-26T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},37:{ts:372844800,time:"1981-10-25T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},38:{ts:388573200,time:"1982-04-25T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},39:{ts:404899200,time:"1982-10-31T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},40:{ts:420022800,time:"1983-04-24T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},41:{ts:436348800,time:"1983-10-30T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},42:{ts:452077200,time:"1984-04-29T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},43:{ts:467798400,time:"1984-10-28T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},44:{ts:483526800,time:"1985-04-28T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},45:{ts:499248000,time:"1985-10-27T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},46:{ts:514976400,time:"1986-04-27T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},47:{ts:530697600,time:"1986-10-26T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},48:{ts:544611600,time:"1987-04-05T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},49:{ts:562147200,time:"1987-10-25T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},50:{ts:576061200,time:"1988-04-03T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},51:{ts:594201600,time:"1988-10-30T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},52:{ts:607510800,time:"1989-04-02T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},53:{ts:625651200,time:"1989-10-29T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},54:{ts:638960400,time:"1990-04-01T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},55:{ts:657100800,time:"1990-10-28T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},56:{ts:671014800,time:"1991-04-07T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},57:{ts:688550400,time:"1991-10-27T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},58:{ts:702464400,time:"1992-04-05T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},59:{ts:720000000,time:"1992-10-25T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},60:{ts:733914000,time:"1993-04-04T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},61:{ts:752054400,time:"1993-10-31T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},62:{ts:765363600,time:"1994-04-03T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},63:{ts:783504000,time:"1994-10-30T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},64:{ts:796813200,time:"1995-04-02T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},65:{ts:814953600,time:"1995-10-29T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},66:{ts:828867600,time:"1996-04-07T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},67:{ts:846403200,time:"1996-10-27T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},68:{ts:860317200,time:"1997-04-06T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},69:{ts:877852800,time:"1997-10-26T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},70:{ts:891766800,time:"1998-04-05T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},71:{ts:909302400,time:"1998-10-25T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},72:{ts:923216400,time:"1999-04-04T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},73:{ts:941356800,time:"1999-10-31T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},74:{ts:954666000,time:"2000-04-02T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},75:{ts:972806400,time:"2000-10-29T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},76:{ts:986115600,time:"2001-04-01T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},77:{ts:1004256000,time:"2001-10-28T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},78:{ts:1018170000,time:"2002-04-07T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},79:{ts:1035705600,time:"2002-10-27T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},80:{ts:1049619600,time:"2003-04-06T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},81:{ts:1067155200,time:"2003-10-26T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},82:{ts:1081069200,time:"2004-04-04T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},83:{ts:1099209600,time:"2004-10-31T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},84:{ts:1112518800,time:"2005-04-03T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},85:{ts:1130659200,time:"2005-10-30T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},86:{ts:1143968400,time:"2006-04-02T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},87:{ts:1162108800,time:"2006-10-29T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},88:{ts:1173603600,time:"2007-03-11T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},89:{ts:1194163200,time:"2007-11-04T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},90:{ts:1205053200,time:"2008-03-09T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},91:{ts:1225612800,time:"2008-11-02T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},92:{ts:1236502800,time:"2009-03-08T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},93:{ts:1257062400,time:"2009-11-01T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},94:{ts:1268557200,time:"2010-03-14T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},95:{ts:1289116800,time:"2010-11-07T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},96:{ts:1300006800,time:"2011-03-13T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},97:{ts:1320566400,time:"2011-11-06T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},98:{ts:1331456400,time:"2012-03-11T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},99:{ts:1352016000,time:"2012-11-04T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},100:{ts:1362906000,time:"2013-03-10T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},101:{ts:1383465600,time:"2013-11-03T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},102:{ts:1394355600,time:"2014-03-09T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},103:{ts:1414915200,time:"2014-11-02T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},104:{ts:1425805200,time:"2015-03-08T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},105:{ts:1446364800,time:"2015-11-01T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},106:{ts:1457859600,time:"2016-03-13T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},107:{ts:1478419200,time:"2016-11-06T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},108:{ts:1489309200,time:"2017-03-12T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},109:{ts:1509868800,time:"2017-11-05T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},110:{ts:1520758800,time:"2018-03-11T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},111:{ts:1541318400,time:"2018-11-04T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},112:{ts:1552208400,time:"2019-03-10T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},113:{ts:1572768000,time:"2019-11-03T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},114:{ts:1583658000,time:"2020-03-08T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},115:{ts:1604217600,time:"2020-11-01T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},116:{ts:1615712400,time:"2021-03-14T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},117:{ts:1636272000,time:"2021-11-07T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},118:{ts:1647162000,time:"2022-03-13T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},119:{ts:1667721600,time:"2022-11-06T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},120:{ts:1678611600,time:"2023-03-12T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},121:{ts:1699171200,time:"2023-11-05T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},122:{ts:1710061200,time:"2024-03-10T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},123:{ts:1730620800,time:"2024-11-03T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},124:{ts:1741510800,time:"2025-03-09T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},125:{ts:1762070400,time:"2025-11-02T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},126:{ts:1772960400,time:"2026-03-08T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},127:{ts:1793520000,time:"2026-11-01T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},128:{ts:1805014800,time:"2027-03-14T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},129:{ts:1825574400,time:"2027-11-07T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},130:{ts:1836464400,time:"2028-03-12T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},131:{ts:1857024000,time:"2028-11-05T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},132:{ts:1867914000,time:"2029-03-11T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},133:{ts:1888473600,time:"2029-11-04T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},134:{ts:1899363600,time:"2030-03-10T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},135:{ts:1919923200,time:"2030-11-03T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},136:{ts:1930813200,time:"2031-03-09T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},137:{ts:1951372800,time:"2031-11-02T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},138:{ts:1962867600,time:"2032-03-14T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},139:{ts:1983427200,time:"2032-11-07T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},140:{ts:1994317200,time:"2033-03-13T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},141:{ts:2014876800,time:"2033-11-06T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},142:{ts:2025766800,time:"2034-03-12T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},143:{ts:2046326400,time:"2034-11-05T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},144:{ts:2057216400,time:"2035-03-11T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},145:{ts:2077776000,time:"2035-11-04T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},146:{ts:2088666000,time:"2036-03-09T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},147:{ts:2109225600,time:"2036-11-02T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},148:{ts:2120115600,time:"2037-03-08T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},149:{ts:2140675200,time:"2037-11-01T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"}},"America/Buenos_Aires":{0:{ts:-1567453392,time:"1920-05-01T04:16:48+0000",offset:-14400,isdst:false,abbr:"ART"},1:{ts:-1233432000,time:"1930-12-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},2:{ts:-1222981200,time:"1931-04-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},3:{ts:-1205956800,time:"1931-10-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},4:{ts:-1194037200,time:"1932-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},5:{ts:-1172865600,time:"1932-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},6:{ts:-1162501200,time:"1933-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},7:{ts:-1141329600,time:"1933-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},8:{ts:-1130965200,time:"1934-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},9:{ts:-1109793600,time:"1934-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},10:{ts:-1099429200,time:"1935-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},11:{ts:-1078257600,time:"1935-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},12:{ts:-1067806800,time:"1936-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},13:{ts:-1046635200,time:"1936-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},14:{ts:-1036270800,time:"1937-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},15:{ts:-1015099200,time:"1937-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},16:{ts:-1004734800,time:"1938-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},17:{ts:-983563200,time:"1938-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},18:{ts:-973198800,time:"1939-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},19:{ts:-952027200,time:"1939-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},20:{ts:-941576400,time:"1940-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},21:{ts:-931032000,time:"1940-07-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},22:{ts:-900882000,time:"1941-06-15T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},23:{ts:-890337600,time:"1941-10-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},24:{ts:-833749200,time:"1943-08-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},25:{ts:-827265600,time:"1943-10-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},26:{ts:-752274000,time:"1946-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},27:{ts:-733780800,time:"1946-10-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},28:{ts:-197326800,time:"1963-10-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},29:{ts:-190843200,time:"1963-12-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},30:{ts:-184194000,time:"1964-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},31:{ts:-164491200,time:"1964-10-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},32:{ts:-152658000,time:"1965-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},33:{ts:-132955200,time:"1965-10-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},34:{ts:-121122000,time:"1966-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},35:{ts:-101419200,time:"1966-10-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},36:{ts:-86821200,time:"1967-04-02T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},37:{ts:-71092800,time:"1967-10-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},38:{ts:-54766800,time:"1968-04-07T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},39:{ts:-39038400,time:"1968-10-06T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},40:{ts:-23317200,time:"1969-04-06T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},41:{ts:-7588800,time:"1969-10-05T04:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},42:{ts:128142000,time:"1974-01-23T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},43:{ts:136605600,time:"1974-05-01T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},44:{ts:596948400,time:"1988-12-01T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},45:{ts:605066400,time:"1989-03-05T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},46:{ts:624423600,time:"1989-10-15T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},47:{ts:636516000,time:"1990-03-04T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},48:{ts:656478000,time:"1990-10-21T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},49:{ts:667965600,time:"1991-03-03T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},50:{ts:687927600,time:"1991-10-20T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},51:{ts:699415200,time:"1992-03-01T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},52:{ts:719377200,time:"1992-10-18T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},53:{ts:731469600,time:"1993-03-07T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},54:{ts:938919600,time:"1999-10-03T03:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},55:{ts:952052400,time:"2000-03-03T03:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},56:{ts:1198983600,time:"2007-12-30T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},57:{ts:1205632800,time:"2008-03-16T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},58:{ts:1223175600,time:"2008-10-05T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},59:{ts:1237082400,time:"2009-03-15T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},60:{ts:1254625200,time:"2009-10-04T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},61:{ts:1269136800,time:"2010-03-21T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},62:{ts:1286074800,time:"2010-10-03T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},63:{ts:1300586400,time:"2011-03-20T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},64:{ts:1317524400,time:"2011-10-02T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},65:{ts:1332036000,time:"2012-03-18T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},66:{ts:1349578800,time:"2012-10-07T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},67:{ts:1363485600,time:"2013-03-17T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},68:{ts:1381028400,time:"2013-10-06T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},69:{ts:1394935200,time:"2014-03-16T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},70:{ts:1412478000,time:"2014-10-05T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},71:{ts:1426384800,time:"2015-03-15T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},72:{ts:1443927600,time:"2015-10-04T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},73:{ts:1458439200,time:"2016-03-20T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},74:{ts:1475377200,time:"2016-10-02T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},75:{ts:1489888800,time:"2017-03-19T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},76:{ts:1506826800,time:"2017-10-01T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},77:{ts:1521338400,time:"2018-03-18T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},78:{ts:1538881200,time:"2018-10-07T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},79:{ts:1552788000,time:"2019-03-17T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},80:{ts:1570330800,time:"2019-10-06T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},81:{ts:1584237600,time:"2020-03-15T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},82:{ts:1601780400,time:"2020-10-04T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},83:{ts:1616292000,time:"2021-03-21T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},84:{ts:1633230000,time:"2021-10-03T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},85:{ts:1647741600,time:"2022-03-20T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},86:{ts:1664679600,time:"2022-10-02T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},87:{ts:1679191200,time:"2023-03-19T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},88:{ts:1696129200,time:"2023-10-01T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},89:{ts:1710640800,time:"2024-03-17T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},90:{ts:1728183600,time:"2024-10-06T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},91:{ts:1742090400,time:"2025-03-16T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},92:{ts:1759633200,time:"2025-10-05T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},93:{ts:1773540000,time:"2026-03-15T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},94:{ts:1791082800,time:"2026-10-04T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},95:{ts:1805594400,time:"2027-03-21T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},96:{ts:1822532400,time:"2027-10-03T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},97:{ts:1837044000,time:"2028-03-19T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},98:{ts:1853982000,time:"2028-10-01T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},99:{ts:1868493600,time:"2029-03-18T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},100:{ts:1886036400,time:"2029-10-07T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},101:{ts:1899943200,time:"2030-03-17T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},102:{ts:1917486000,time:"2030-10-06T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},103:{ts:1931392800,time:"2031-03-16T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},104:{ts:1948935600,time:"2031-10-05T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},105:{ts:1963447200,time:"2032-03-21T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},106:{ts:1980385200,time:"2032-10-03T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},107:{ts:1994896800,time:"2033-03-20T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},108:{ts:2011834800,time:"2033-10-02T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},109:{ts:2026346400,time:"2034-03-19T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},110:{ts:2043284400,time:"2034-10-01T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},111:{ts:2057796000,time:"2035-03-18T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},112:{ts:2075338800,time:"2035-10-07T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},113:{ts:2089245600,time:"2036-03-16T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},114:{ts:2106788400,time:"2036-10-05T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},115:{ts:2120695200,time:"2037-03-15T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},116:{ts:2138238000,time:"2037-10-04T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"}},"America/Cambridge_Bay":{0:{ts:-1577923200,time:"1920-01-01T00:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},1:{ts:-880210800,time:"1942-02-09T09:00:00+0000",offset:-21600,isdst:true,abbr:"MWT"},2:{ts:-769395600,time:"1945-08-14T23:00:00+0000",offset:-21600,isdst:true,abbr:"MPT"},3:{ts:-765388800,time:"1945-09-30T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},4:{ts:-147891600,time:"1965-04-25T07:00:00+0000",offset:-18000,isdst:true,abbr:"MDDT"},5:{ts:-131562000,time:"1965-10-31T07:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},6:{ts:325674000,time:"1980-04-27T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},7:{ts:341395200,time:"1980-10-26T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},8:{ts:357123600,time:"1981-04-26T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},9:{ts:372844800,time:"1981-10-25T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},10:{ts:388573200,time:"1982-04-25T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},11:{ts:404899200,time:"1982-10-31T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},12:{ts:420022800,time:"1983-04-24T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},13:{ts:436348800,time:"1983-10-30T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},14:{ts:452077200,time:"1984-04-29T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},15:{ts:467798400,time:"1984-10-28T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},16:{ts:483526800,time:"1985-04-28T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},17:{ts:499248000,time:"1985-10-27T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},18:{ts:514976400,time:"1986-04-27T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},19:{ts:530697600,time:"1986-10-26T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},20:{ts:544611600,time:"1987-04-05T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},21:{ts:562147200,time:"1987-10-25T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},22:{ts:576061200,time:"1988-04-03T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},23:{ts:594201600,time:"1988-10-30T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},24:{ts:607510800,time:"1989-04-02T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},25:{ts:625651200,time:"1989-10-29T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},26:{ts:638960400,time:"1990-04-01T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},27:{ts:657100800,time:"1990-10-28T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},28:{ts:671014800,time:"1991-04-07T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},29:{ts:688550400,time:"1991-10-27T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},30:{ts:702464400,time:"1992-04-05T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},31:{ts:720000000,time:"1992-10-25T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},32:{ts:733914000,time:"1993-04-04T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},33:{ts:752054400,time:"1993-10-31T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},34:{ts:765363600,time:"1994-04-03T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},35:{ts:783504000,time:"1994-10-30T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},36:{ts:796813200,time:"1995-04-02T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},37:{ts:814953600,time:"1995-10-29T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},38:{ts:828867600,time:"1996-04-07T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},39:{ts:846403200,time:"1996-10-27T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},40:{ts:860317200,time:"1997-04-06T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},41:{ts:877852800,time:"1997-10-26T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},42:{ts:891766800,time:"1998-04-05T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},43:{ts:909302400,time:"1998-10-25T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},44:{ts:923216400,time:"1999-04-04T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},45:{ts:941356800,time:"1999-10-31T08:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},46:{ts:954662400,time:"2000-04-02T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},47:{ts:972802800,time:"2000-10-29T07:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},48:{ts:973400400,time:"2000-11-05T05:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},49:{ts:986115600,time:"2001-04-01T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},50:{ts:1004256000,time:"2001-10-28T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},51:{ts:1018170000,time:"2002-04-07T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},52:{ts:1035705600,time:"2002-10-27T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},53:{ts:1049619600,time:"2003-04-06T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},54:{ts:1067155200,time:"2003-10-26T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},55:{ts:1081069200,time:"2004-04-04T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},56:{ts:1099209600,time:"2004-10-31T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},57:{ts:1112518800,time:"2005-04-03T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},58:{ts:1130659200,time:"2005-10-30T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},59:{ts:1143968400,time:"2006-04-02T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},60:{ts:1162108800,time:"2006-10-29T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},61:{ts:1173603600,time:"2007-03-11T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},62:{ts:1194163200,time:"2007-11-04T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},63:{ts:1205053200,time:"2008-03-09T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},64:{ts:1225612800,time:"2008-11-02T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},65:{ts:1236502800,time:"2009-03-08T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},66:{ts:1257062400,time:"2009-11-01T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},67:{ts:1268557200,time:"2010-03-14T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},68:{ts:1289116800,time:"2010-11-07T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},69:{ts:1300006800,time:"2011-03-13T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},70:{ts:1320566400,time:"2011-11-06T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},71:{ts:1331456400,time:"2012-03-11T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},72:{ts:1352016000,time:"2012-11-04T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},73:{ts:1362906000,time:"2013-03-10T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},74:{ts:1383465600,time:"2013-11-03T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},75:{ts:1394355600,time:"2014-03-09T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},76:{ts:1414915200,time:"2014-11-02T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},77:{ts:1425805200,time:"2015-03-08T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},78:{ts:1446364800,time:"2015-11-01T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},79:{ts:1457859600,time:"2016-03-13T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},80:{ts:1478419200,time:"2016-11-06T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},81:{ts:1489309200,time:"2017-03-12T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},82:{ts:1509868800,time:"2017-11-05T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},83:{ts:1520758800,time:"2018-03-11T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},84:{ts:1541318400,time:"2018-11-04T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},85:{ts:1552208400,time:"2019-03-10T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},86:{ts:1572768000,time:"2019-11-03T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},87:{ts:1583658000,time:"2020-03-08T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},88:{ts:1604217600,time:"2020-11-01T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},89:{ts:1615712400,time:"2021-03-14T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},90:{ts:1636272000,time:"2021-11-07T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},91:{ts:1647162000,time:"2022-03-13T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},92:{ts:1667721600,time:"2022-11-06T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},93:{ts:1678611600,time:"2023-03-12T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},94:{ts:1699171200,time:"2023-11-05T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},95:{ts:1710061200,time:"2024-03-10T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},96:{ts:1730620800,time:"2024-11-03T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},97:{ts:1741510800,time:"2025-03-09T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},98:{ts:1762070400,time:"2025-11-02T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},99:{ts:1772960400,time:"2026-03-08T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},100:{ts:1793520000,time:"2026-11-01T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},101:{ts:1805014800,time:"2027-03-14T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},102:{ts:1825574400,time:"2027-11-07T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},103:{ts:1836464400,time:"2028-03-12T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},104:{ts:1857024000,time:"2028-11-05T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},105:{ts:1867914000,time:"2029-03-11T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},106:{ts:1888473600,time:"2029-11-04T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},107:{ts:1899363600,time:"2030-03-10T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},108:{ts:1919923200,time:"2030-11-03T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},109:{ts:1930813200,time:"2031-03-09T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},110:{ts:1951372800,time:"2031-11-02T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},111:{ts:1962867600,time:"2032-03-14T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},112:{ts:1983427200,time:"2032-11-07T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},113:{ts:1994317200,time:"2033-03-13T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},114:{ts:2014876800,time:"2033-11-06T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},115:{ts:2025766800,time:"2034-03-12T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},116:{ts:2046326400,time:"2034-11-05T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},117:{ts:2057216400,time:"2035-03-11T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},118:{ts:2077776000,time:"2035-11-04T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},119:{ts:2088666000,time:"2036-03-09T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},120:{ts:2109225600,time:"2036-11-02T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},121:{ts:2120115600,time:"2037-03-08T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},122:{ts:2140675200,time:"2037-11-01T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"}},"America/Campo_Grande":{0:{ts:-1767212492,time:"1914-01-01T03:38:28+0000",offset:-14400,isdst:false,abbr:"AMT"},1:{ts:-1206954000,time:"1931-10-03T15:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},2:{ts:-1191358800,time:"1932-04-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},3:{ts:-1175371200,time:"1932-10-03T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},4:{ts:-1159822800,time:"1933-04-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},5:{ts:-633816000,time:"1949-12-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},6:{ts:-622065600,time:"1950-04-16T04:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},7:{ts:-602280000,time:"1950-12-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},8:{ts:-591829200,time:"1951-04-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},9:{ts:-570744000,time:"1951-12-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},10:{ts:-560206800,time:"1952-04-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},11:{ts:-539121600,time:"1952-12-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},12:{ts:-531349200,time:"1953-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},13:{ts:-191361600,time:"1963-12-09T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},14:{ts:-184194000,time:"1964-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},15:{ts:-155160000,time:"1965-01-31T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},16:{ts:-150066000,time:"1965-03-31T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},17:{ts:-128894400,time:"1965-12-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},18:{ts:-121122000,time:"1966-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},19:{ts:-99950400,time:"1966-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},20:{ts:-89586000,time:"1967-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},21:{ts:-68414400,time:"1967-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},22:{ts:-57963600,time:"1968-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},23:{ts:499752000,time:"1985-11-02T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},24:{ts:511239600,time:"1986-03-15T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},25:{ts:530596800,time:"1986-10-25T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},26:{ts:540270000,time:"1987-02-14T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},27:{ts:562132800,time:"1987-10-25T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},28:{ts:571201200,time:"1988-02-07T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},29:{ts:592977600,time:"1988-10-16T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},30:{ts:602046000,time:"1989-01-29T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},31:{ts:624427200,time:"1989-10-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},32:{ts:634705200,time:"1990-02-11T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},33:{ts:656481600,time:"1990-10-21T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},34:{ts:666759600,time:"1991-02-17T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},35:{ts:687931200,time:"1991-10-20T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},36:{ts:697604400,time:"1992-02-09T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},37:{ts:719985600,time:"1992-10-25T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},38:{ts:728449200,time:"1993-01-31T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},39:{ts:750830400,time:"1993-10-17T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},40:{ts:761713200,time:"1994-02-20T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},41:{ts:782280000,time:"1994-10-16T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},42:{ts:793162800,time:"1995-02-19T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},43:{ts:813729600,time:"1995-10-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},44:{ts:824007600,time:"1996-02-11T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},45:{ts:844574400,time:"1996-10-06T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},46:{ts:856062000,time:"1997-02-16T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},47:{ts:876110400,time:"1997-10-06T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},48:{ts:888721200,time:"1998-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},49:{ts:908078400,time:"1998-10-11T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},50:{ts:919566000,time:"1999-02-21T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},51:{ts:938923200,time:"1999-10-03T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},52:{ts:951620400,time:"2000-02-27T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},53:{ts:970977600,time:"2000-10-08T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},54:{ts:982465200,time:"2001-02-18T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},55:{ts:1003032000,time:"2001-10-14T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},56:{ts:1013914800,time:"2002-02-17T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},57:{ts:1036296000,time:"2002-11-03T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},58:{ts:1045364400,time:"2003-02-16T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},59:{ts:1066536000,time:"2003-10-19T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},60:{ts:1076814000,time:"2004-02-15T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},61:{ts:1099368000,time:"2004-11-02T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},62:{ts:1108868400,time:"2005-02-20T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},63:{ts:1129435200,time:"2005-10-16T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},64:{ts:1140318000,time:"2006-02-19T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},65:{ts:1162699200,time:"2006-11-05T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},66:{ts:1172372400,time:"2007-02-25T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},67:{ts:1192334400,time:"2007-10-14T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},68:{ts:1203217200,time:"2008-02-17T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},69:{ts:1223784000,time:"2008-10-12T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},70:{ts:1234666800,time:"2009-02-15T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},71:{ts:1255233600,time:"2009-10-11T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},72:{ts:1266721200,time:"2010-02-21T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},73:{ts:1286683200,time:"2010-10-10T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},74:{ts:1298170800,time:"2011-02-20T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},75:{ts:1318132800,time:"2011-10-09T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},76:{ts:1329620400,time:"2012-02-19T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},77:{ts:1350187200,time:"2012-10-14T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},78:{ts:1361070000,time:"2013-02-17T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},79:{ts:1381636800,time:"2013-10-13T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},80:{ts:1392519600,time:"2014-02-16T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},81:{ts:1413086400,time:"2014-10-12T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},82:{ts:1423969200,time:"2015-02-15T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},83:{ts:1444536000,time:"2015-10-11T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},84:{ts:1456023600,time:"2016-02-21T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},85:{ts:1475985600,time:"2016-10-09T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},86:{ts:1487473200,time:"2017-02-19T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},87:{ts:1507435200,time:"2017-10-08T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},88:{ts:1518922800,time:"2018-02-18T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},89:{ts:1539489600,time:"2018-10-14T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},90:{ts:1550372400,time:"2019-02-17T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},91:{ts:1570939200,time:"2019-10-13T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},92:{ts:1581822000,time:"2020-02-16T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},93:{ts:1602388800,time:"2020-10-11T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},94:{ts:1613876400,time:"2021-02-21T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},95:{ts:1633838400,time:"2021-10-10T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},96:{ts:1645326000,time:"2022-02-20T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},97:{ts:1665288000,time:"2022-10-09T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},98:{ts:1676775600,time:"2023-02-19T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},99:{ts:1696737600,time:"2023-10-08T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},100:{ts:1708225200,time:"2024-02-18T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},101:{ts:1728792000,time:"2024-10-13T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},102:{ts:1739674800,time:"2025-02-16T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},103:{ts:1760241600,time:"2025-10-12T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},104:{ts:1771124400,time:"2026-02-15T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},105:{ts:1791691200,time:"2026-10-11T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},106:{ts:1803178800,time:"2027-02-21T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},107:{ts:1823140800,time:"2027-10-10T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},108:{ts:1834628400,time:"2028-02-20T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},109:{ts:1854590400,time:"2028-10-08T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},110:{ts:1866078000,time:"2029-02-18T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},111:{ts:1886644800,time:"2029-10-14T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},112:{ts:1897527600,time:"2030-02-17T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},113:{ts:1918094400,time:"2030-10-13T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},114:{ts:1928977200,time:"2031-02-16T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},115:{ts:1949544000,time:"2031-10-12T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},116:{ts:1960426800,time:"2032-02-15T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},117:{ts:1980993600,time:"2032-10-10T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},118:{ts:1992481200,time:"2033-02-20T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},119:{ts:2012443200,time:"2033-10-09T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},120:{ts:2023930800,time:"2034-02-19T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},121:{ts:2043892800,time:"2034-10-08T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},122:{ts:2055380400,time:"2035-02-18T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},123:{ts:2075947200,time:"2035-10-14T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},124:{ts:2086830000,time:"2036-02-17T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},125:{ts:2107396800,time:"2036-10-12T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},126:{ts:2118279600,time:"2037-02-15T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},127:{ts:2138846400,time:"2037-10-11T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"}},"America/Cancun":{0:{ts:-1514743200,time:"1922-01-01T06:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},1:{ts:377935200,time:"1981-12-23T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},2:{ts:828860400,time:"1996-04-07T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},3:{ts:846396000,time:"1996-10-27T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},4:{ts:860310000,time:"1997-04-06T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},5:{ts:877845600,time:"1997-10-26T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},6:{ts:891759600,time:"1998-04-05T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},7:{ts:902037600,time:"1998-08-02T06:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},8:{ts:909298800,time:"1998-10-25T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},9:{ts:923212800,time:"1999-04-04T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},10:{ts:941353200,time:"1999-10-31T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},11:{ts:954662400,time:"2000-04-02T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},12:{ts:972802800,time:"2000-10-29T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},13:{ts:989136000,time:"2001-05-06T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},14:{ts:1001833200,time:"2001-09-30T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},15:{ts:1018166400,time:"2002-04-07T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},16:{ts:1035702000,time:"2002-10-27T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},17:{ts:1049616000,time:"2003-04-06T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},18:{ts:1067151600,time:"2003-10-26T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},19:{ts:1081065600,time:"2004-04-04T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},20:{ts:1099206000,time:"2004-10-31T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},21:{ts:1112515200,time:"2005-04-03T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},22:{ts:1130655600,time:"2005-10-30T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},23:{ts:1143964800,time:"2006-04-02T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},24:{ts:1162105200,time:"2006-10-29T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},25:{ts:1175414400,time:"2007-04-01T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},26:{ts:1193554800,time:"2007-10-28T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},27:{ts:1207468800,time:"2008-04-06T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},28:{ts:1225004400,time:"2008-10-26T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},29:{ts:1238918400,time:"2009-04-05T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},30:{ts:1256454000,time:"2009-10-25T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},31:{ts:1270368000,time:"2010-04-04T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},32:{ts:1288508400,time:"2010-10-31T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},33:{ts:1301817600,time:"2011-04-03T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},34:{ts:1319958000,time:"2011-10-30T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},35:{ts:1333267200,time:"2012-04-01T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},36:{ts:1351407600,time:"2012-10-28T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},37:{ts:1365321600,time:"2013-04-07T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},38:{ts:1382857200,time:"2013-10-27T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},39:{ts:1396771200,time:"2014-04-06T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},40:{ts:1414306800,time:"2014-10-26T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},41:{ts:1428220800,time:"2015-04-05T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},42:{ts:1445756400,time:"2015-10-25T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},43:{ts:1459670400,time:"2016-04-03T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},44:{ts:1477810800,time:"2016-10-30T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},45:{ts:1491120000,time:"2017-04-02T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},46:{ts:1509260400,time:"2017-10-29T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},47:{ts:1522569600,time:"2018-04-01T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},48:{ts:1540710000,time:"2018-10-28T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},49:{ts:1554624000,time:"2019-04-07T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},50:{ts:1572159600,time:"2019-10-27T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},51:{ts:1586073600,time:"2020-04-05T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},52:{ts:1603609200,time:"2020-10-25T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},53:{ts:1617523200,time:"2021-04-04T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},54:{ts:1635663600,time:"2021-10-31T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},55:{ts:1648972800,time:"2022-04-03T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},56:{ts:1667113200,time:"2022-10-30T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},57:{ts:1680422400,time:"2023-04-02T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},58:{ts:1698562800,time:"2023-10-29T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},59:{ts:1712476800,time:"2024-04-07T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},60:{ts:1730012400,time:"2024-10-27T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},61:{ts:1743926400,time:"2025-04-06T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},62:{ts:1761462000,time:"2025-10-26T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},63:{ts:1775376000,time:"2026-04-05T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},64:{ts:1792911600,time:"2026-10-25T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},65:{ts:1806825600,time:"2027-04-04T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},66:{ts:1824966000,time:"2027-10-31T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},67:{ts:1838275200,time:"2028-04-02T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},68:{ts:1856415600,time:"2028-10-29T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},69:{ts:1869724800,time:"2029-04-01T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},70:{ts:1887865200,time:"2029-10-28T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},71:{ts:1901779200,time:"2030-04-07T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},72:{ts:1919314800,time:"2030-10-27T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},73:{ts:1933228800,time:"2031-04-06T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},74:{ts:1950764400,time:"2031-10-26T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},75:{ts:1964678400,time:"2032-04-04T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},76:{ts:1982818800,time:"2032-10-31T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},77:{ts:1996128000,time:"2033-04-03T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},78:{ts:2014268400,time:"2033-10-30T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},79:{ts:2027577600,time:"2034-04-02T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},80:{ts:2045718000,time:"2034-10-29T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},81:{ts:2059027200,time:"2035-04-01T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},82:{ts:2077167600,time:"2035-10-28T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},83:{ts:2091081600,time:"2036-04-06T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},84:{ts:2108617200,time:"2036-10-26T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},85:{ts:2122531200,time:"2037-04-05T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},86:{ts:2140066800,time:"2037-10-25T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"}},"America/Caracas":{0:{ts:-1826739140,time:"1912-02-12T04:27:40+0000",offset:-16200,isdst:false,abbr:"VET"},1:{ts:-157750200,time:"1965-01-01T04:30:00+0000",offset:-14400,isdst:false,abbr:"VET"},2:{ts:1197183600,time:"2007-12-09T07:00:00+0000",offset:-16200,isdst:false,abbr:"VET"}},"America/Catamarca":{0:{ts:-1567453392,time:"1920-05-01T04:16:48+0000",offset:-14400,isdst:false,abbr:"ART"},1:{ts:-1233432000,time:"1930-12-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},2:{ts:-1222981200,time:"1931-04-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},3:{ts:-1205956800,time:"1931-10-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},4:{ts:-1194037200,time:"1932-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},5:{ts:-1172865600,time:"1932-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},6:{ts:-1162501200,time:"1933-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},7:{ts:-1141329600,time:"1933-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},8:{ts:-1130965200,time:"1934-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},9:{ts:-1109793600,time:"1934-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},10:{ts:-1099429200,time:"1935-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},11:{ts:-1078257600,time:"1935-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},12:{ts:-1067806800,time:"1936-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},13:{ts:-1046635200,time:"1936-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},14:{ts:-1036270800,time:"1937-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},15:{ts:-1015099200,time:"1937-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},16:{ts:-1004734800,time:"1938-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},17:{ts:-983563200,time:"1938-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},18:{ts:-973198800,time:"1939-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},19:{ts:-952027200,time:"1939-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},20:{ts:-941576400,time:"1940-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},21:{ts:-931032000,time:"1940-07-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},22:{ts:-900882000,time:"1941-06-15T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},23:{ts:-890337600,time:"1941-10-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},24:{ts:-833749200,time:"1943-08-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},25:{ts:-827265600,time:"1943-10-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},26:{ts:-752274000,time:"1946-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},27:{ts:-733780800,time:"1946-10-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},28:{ts:-197326800,time:"1963-10-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},29:{ts:-190843200,time:"1963-12-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},30:{ts:-184194000,time:"1964-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},31:{ts:-164491200,time:"1964-10-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},32:{ts:-152658000,time:"1965-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},33:{ts:-132955200,time:"1965-10-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},34:{ts:-121122000,time:"1966-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},35:{ts:-101419200,time:"1966-10-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},36:{ts:-86821200,time:"1967-04-02T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},37:{ts:-71092800,time:"1967-10-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},38:{ts:-54766800,time:"1968-04-07T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},39:{ts:-39038400,time:"1968-10-06T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},40:{ts:-23317200,time:"1969-04-06T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},41:{ts:-7588800,time:"1969-10-05T04:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},42:{ts:128142000,time:"1974-01-23T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},43:{ts:136605600,time:"1974-05-01T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},44:{ts:596948400,time:"1988-12-01T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},45:{ts:605066400,time:"1989-03-05T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},46:{ts:624423600,time:"1989-10-15T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},47:{ts:636516000,time:"1990-03-04T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},48:{ts:656478000,time:"1990-10-21T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},49:{ts:667965600,time:"1991-03-03T02:00:00+0000",offset:-14400,isdst:false,abbr:"WART"},50:{ts:687931200,time:"1991-10-20T04:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},51:{ts:699415200,time:"1992-03-01T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},52:{ts:719377200,time:"1992-10-18T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},53:{ts:731469600,time:"1993-03-07T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},54:{ts:938919600,time:"1999-10-03T03:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},55:{ts:952052400,time:"2000-03-03T03:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},56:{ts:1086058800,time:"2004-06-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"WART"},57:{ts:1087704000,time:"2004-06-20T04:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},58:{ts:1198983600,time:"2007-12-30T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},59:{ts:1205632800,time:"2008-03-16T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},60:{ts:1223175600,time:"2008-10-05T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},61:{ts:1237082400,time:"2009-03-15T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},62:{ts:1254625200,time:"2009-10-04T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},63:{ts:1269136800,time:"2010-03-21T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},64:{ts:1286074800,time:"2010-10-03T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},65:{ts:1300586400,time:"2011-03-20T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},66:{ts:1317524400,time:"2011-10-02T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},67:{ts:1332036000,time:"2012-03-18T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},68:{ts:1349578800,time:"2012-10-07T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},69:{ts:1363485600,time:"2013-03-17T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},70:{ts:1381028400,time:"2013-10-06T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},71:{ts:1394935200,time:"2014-03-16T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},72:{ts:1412478000,time:"2014-10-05T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},73:{ts:1426384800,time:"2015-03-15T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},74:{ts:1443927600,time:"2015-10-04T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},75:{ts:1458439200,time:"2016-03-20T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},76:{ts:1475377200,time:"2016-10-02T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},77:{ts:1489888800,time:"2017-03-19T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},78:{ts:1506826800,time:"2017-10-01T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},79:{ts:1521338400,time:"2018-03-18T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},80:{ts:1538881200,time:"2018-10-07T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},81:{ts:1552788000,time:"2019-03-17T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},82:{ts:1570330800,time:"2019-10-06T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},83:{ts:1584237600,time:"2020-03-15T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},84:{ts:1601780400,time:"2020-10-04T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},85:{ts:1616292000,time:"2021-03-21T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},86:{ts:1633230000,time:"2021-10-03T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},87:{ts:1647741600,time:"2022-03-20T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},88:{ts:1664679600,time:"2022-10-02T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},89:{ts:1679191200,time:"2023-03-19T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},90:{ts:1696129200,time:"2023-10-01T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},91:{ts:1710640800,time:"2024-03-17T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},92:{ts:1728183600,time:"2024-10-06T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},93:{ts:1742090400,time:"2025-03-16T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},94:{ts:1759633200,time:"2025-10-05T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},95:{ts:1773540000,time:"2026-03-15T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},96:{ts:1791082800,time:"2026-10-04T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},97:{ts:1805594400,time:"2027-03-21T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},98:{ts:1822532400,time:"2027-10-03T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},99:{ts:1837044000,time:"2028-03-19T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},100:{ts:1853982000,time:"2028-10-01T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},101:{ts:1868493600,time:"2029-03-18T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},102:{ts:1886036400,time:"2029-10-07T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},103:{ts:1899943200,time:"2030-03-17T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},104:{ts:1917486000,time:"2030-10-06T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},105:{ts:1931392800,time:"2031-03-16T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},106:{ts:1948935600,time:"2031-10-05T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},107:{ts:1963447200,time:"2032-03-21T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},108:{ts:1980385200,time:"2032-10-03T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},109:{ts:1994896800,time:"2033-03-20T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},110:{ts:2011834800,time:"2033-10-02T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},111:{ts:2026346400,time:"2034-03-19T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},112:{ts:2043284400,time:"2034-10-01T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},113:{ts:2057796000,time:"2035-03-18T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},114:{ts:2075338800,time:"2035-10-07T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},115:{ts:2089245600,time:"2036-03-16T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},116:{ts:2106788400,time:"2036-10-05T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},117:{ts:2120695200,time:"2037-03-15T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},118:{ts:2138238000,time:"2037-10-04T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"}},"America/Cayenne":{0:{ts:-1846269040,time:"1911-07-01T03:29:20+0000",offset:-14400,isdst:false,abbr:"GFT"},1:{ts:-71092800,time:"1967-10-01T04:00:00+0000",offset:-10800,isdst:false,abbr:"GFT"}},"America/Cayman":{0:{ts:-1827687168,time:"1912-02-01T05:07:12+0000",offset:-18000,isdst:false,abbr:"EST"}},"America/Chicago":{0:{ts:-1633276800,time:"1918-03-31T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},1:{ts:-1615136400,time:"1918-10-27T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},2:{ts:-1601827200,time:"1919-03-30T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},3:{ts:-1583686800,time:"1919-10-26T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},4:{ts:-1563724800,time:"1920-06-13T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},5:{ts:-1551632400,time:"1920-10-31T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},6:{ts:-1538928000,time:"1921-03-27T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},7:{ts:-1520182800,time:"1921-10-30T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},8:{ts:-1504454400,time:"1922-04-30T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},9:{ts:-1491757200,time:"1922-09-24T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},10:{ts:-1473004800,time:"1923-04-29T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},11:{ts:-1459702800,time:"1923-09-30T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},12:{ts:-1441555200,time:"1924-04-27T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},13:{ts:-1428253200,time:"1924-09-28T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},14:{ts:-1410105600,time:"1925-04-26T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},15:{ts:-1396803600,time:"1925-09-27T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},16:{ts:-1378656000,time:"1926-04-25T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},17:{ts:-1365354000,time:"1926-09-26T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},18:{ts:-1347206400,time:"1927-04-24T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},19:{ts:-1333904400,time:"1927-09-25T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},20:{ts:-1315152000,time:"1928-04-29T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},21:{ts:-1301850000,time:"1928-09-30T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},22:{ts:-1283702400,time:"1929-04-28T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},23:{ts:-1270400400,time:"1929-09-29T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},24:{ts:-1252252800,time:"1930-04-27T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},25:{ts:-1238950800,time:"1930-09-28T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},26:{ts:-1220803200,time:"1931-04-26T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},27:{ts:-1207501200,time:"1931-09-27T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},28:{ts:-1189353600,time:"1932-04-24T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},29:{ts:-1176051600,time:"1932-09-25T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},30:{ts:-1157299200,time:"1933-04-30T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},31:{ts:-1144602000,time:"1933-09-24T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},32:{ts:-1125849600,time:"1934-04-29T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},33:{ts:-1112547600,time:"1934-09-30T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},34:{ts:-1094400000,time:"1935-04-28T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},35:{ts:-1081098000,time:"1935-09-29T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},36:{ts:-1067788800,time:"1936-03-01T08:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},37:{ts:-1045414800,time:"1936-11-15T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},38:{ts:-1031500800,time:"1937-04-25T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},39:{ts:-1018198800,time:"1937-09-26T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},40:{ts:-1000051200,time:"1938-04-24T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},41:{ts:-986749200,time:"1938-09-25T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},42:{ts:-967996800,time:"1939-04-30T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},43:{ts:-955299600,time:"1939-09-24T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},44:{ts:-936547200,time:"1940-04-28T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},45:{ts:-923245200,time:"1940-09-29T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},46:{ts:-905097600,time:"1941-04-27T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},47:{ts:-891795600,time:"1941-09-28T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},48:{ts:-880214400,time:"1942-02-09T08:00:00+0000",offset:-18000,isdst:true,abbr:"CWT"},49:{ts:-769395600,time:"1945-08-14T23:00:00+0000",offset:-18000,isdst:true,abbr:"CPT"},50:{ts:-765392400,time:"1945-09-30T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},51:{ts:-747244800,time:"1946-04-28T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},52:{ts:-733942800,time:"1946-09-29T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},53:{ts:-715795200,time:"1947-04-27T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},54:{ts:-702493200,time:"1947-09-28T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},55:{ts:-684345600,time:"1948-04-25T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},56:{ts:-671043600,time:"1948-09-26T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},57:{ts:-652896000,time:"1949-04-24T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},58:{ts:-639594000,time:"1949-09-25T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},59:{ts:-620841600,time:"1950-04-30T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},60:{ts:-608144400,time:"1950-09-24T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},61:{ts:-589392000,time:"1951-04-29T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},62:{ts:-576090000,time:"1951-09-30T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},63:{ts:-557942400,time:"1952-04-27T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},64:{ts:-544640400,time:"1952-09-28T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},65:{ts:-526492800,time:"1953-04-26T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},66:{ts:-513190800,time:"1953-09-27T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},67:{ts:-495043200,time:"1954-04-25T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},68:{ts:-481741200,time:"1954-09-26T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},69:{ts:-463593600,time:"1955-04-24T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},70:{ts:-447267600,time:"1955-10-30T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},71:{ts:-431539200,time:"1956-04-29T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},72:{ts:-415818000,time:"1956-10-28T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},73:{ts:-400089600,time:"1957-04-28T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},74:{ts:-384368400,time:"1957-10-27T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},75:{ts:-368640000,time:"1958-04-27T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},76:{ts:-352918800,time:"1958-10-26T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},77:{ts:-337190400,time:"1959-04-26T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},78:{ts:-321469200,time:"1959-10-25T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},79:{ts:-305740800,time:"1960-04-24T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},80:{ts:-289414800,time:"1960-10-30T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},81:{ts:-273686400,time:"1961-04-30T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},82:{ts:-257965200,time:"1961-10-29T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},83:{ts:-242236800,time:"1962-04-29T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},84:{ts:-226515600,time:"1962-10-28T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},85:{ts:-210787200,time:"1963-04-28T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},86:{ts:-195066000,time:"1963-10-27T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},87:{ts:-179337600,time:"1964-04-26T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},88:{ts:-163616400,time:"1964-10-25T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},89:{ts:-147888000,time:"1965-04-25T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},90:{ts:-131562000,time:"1965-10-31T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},91:{ts:-116438400,time:"1966-04-24T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},92:{ts:-100112400,time:"1966-10-30T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},93:{ts:-84384000,time:"1967-04-30T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},94:{ts:-68662800,time:"1967-10-29T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},95:{ts:-52934400,time:"1968-04-28T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},96:{ts:-37213200,time:"1968-10-27T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},97:{ts:-21484800,time:"1969-04-27T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},98:{ts:-5763600,time:"1969-10-26T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},99:{ts:9964800,time:"1970-04-26T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},100:{ts:25686000,time:"1970-10-25T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},101:{ts:41414400,time:"1971-04-25T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},102:{ts:57740400,time:"1971-10-31T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},103:{ts:73468800,time:"1972-04-30T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},104:{ts:89190000,time:"1972-10-29T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},105:{ts:104918400,time:"1973-04-29T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},106:{ts:120639600,time:"1973-10-28T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},107:{ts:126691200,time:"1974-01-06T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},108:{ts:152089200,time:"1974-10-27T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},109:{ts:162374400,time:"1975-02-23T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},110:{ts:183538800,time:"1975-10-26T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},111:{ts:199267200,time:"1976-04-25T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},112:{ts:215593200,time:"1976-10-31T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},113:{ts:230716800,time:"1977-04-24T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},114:{ts:247042800,time:"1977-10-30T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},115:{ts:262771200,time:"1978-04-30T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},116:{ts:278492400,time:"1978-10-29T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},117:{ts:294220800,time:"1979-04-29T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},118:{ts:309942000,time:"1979-10-28T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},119:{ts:325670400,time:"1980-04-27T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},120:{ts:341391600,time:"1980-10-26T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},121:{ts:357120000,time:"1981-04-26T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},122:{ts:372841200,time:"1981-10-25T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},123:{ts:388569600,time:"1982-04-25T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},124:{ts:404895600,time:"1982-10-31T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},125:{ts:420019200,time:"1983-04-24T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},126:{ts:436345200,time:"1983-10-30T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},127:{ts:452073600,time:"1984-04-29T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},128:{ts:467794800,time:"1984-10-28T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},129:{ts:483523200,time:"1985-04-28T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},130:{ts:499244400,time:"1985-10-27T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},131:{ts:514972800,time:"1986-04-27T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},132:{ts:530694000,time:"1986-10-26T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},133:{ts:544608000,time:"1987-04-05T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},134:{ts:562143600,time:"1987-10-25T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},135:{ts:576057600,time:"1988-04-03T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},136:{ts:594198000,time:"1988-10-30T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},137:{ts:607507200,time:"1989-04-02T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},138:{ts:625647600,time:"1989-10-29T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},139:{ts:638956800,time:"1990-04-01T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},140:{ts:657097200,time:"1990-10-28T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},141:{ts:671011200,time:"1991-04-07T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},142:{ts:688546800,time:"1991-10-27T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},143:{ts:702460800,time:"1992-04-05T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},144:{ts:719996400,time:"1992-10-25T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},145:{ts:733910400,time:"1993-04-04T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},146:{ts:752050800,time:"1993-10-31T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},147:{ts:765360000,time:"1994-04-03T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},148:{ts:783500400,time:"1994-10-30T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},149:{ts:796809600,time:"1995-04-02T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},150:{ts:814950000,time:"1995-10-29T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},151:{ts:828864000,time:"1996-04-07T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},152:{ts:846399600,time:"1996-10-27T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},153:{ts:860313600,time:"1997-04-06T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},154:{ts:877849200,time:"1997-10-26T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},155:{ts:891763200,time:"1998-04-05T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},156:{ts:909298800,time:"1998-10-25T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},157:{ts:923212800,time:"1999-04-04T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},158:{ts:941353200,time:"1999-10-31T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},159:{ts:954662400,time:"2000-04-02T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},160:{ts:972802800,time:"2000-10-29T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},161:{ts:986112000,time:"2001-04-01T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},162:{ts:1004252400,time:"2001-10-28T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},163:{ts:1018166400,time:"2002-04-07T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},164:{ts:1035702000,time:"2002-10-27T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},165:{ts:1049616000,time:"2003-04-06T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},166:{ts:1067151600,time:"2003-10-26T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},167:{ts:1081065600,time:"2004-04-04T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},168:{ts:1099206000,time:"2004-10-31T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},169:{ts:1112515200,time:"2005-04-03T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},170:{ts:1130655600,time:"2005-10-30T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},171:{ts:1143964800,time:"2006-04-02T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},172:{ts:1162105200,time:"2006-10-29T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},173:{ts:1173600000,time:"2007-03-11T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},174:{ts:1194159600,time:"2007-11-04T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},175:{ts:1205049600,time:"2008-03-09T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},176:{ts:1225609200,time:"2008-11-02T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},177:{ts:1236499200,time:"2009-03-08T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},178:{ts:1257058800,time:"2009-11-01T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},179:{ts:1268553600,time:"2010-03-14T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},180:{ts:1289113200,time:"2010-11-07T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},181:{ts:1300003200,time:"2011-03-13T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},182:{ts:1320562800,time:"2011-11-06T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},183:{ts:1331452800,time:"2012-03-11T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},184:{ts:1352012400,time:"2012-11-04T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},185:{ts:1362902400,time:"2013-03-10T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},186:{ts:1383462000,time:"2013-11-03T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},187:{ts:1394352000,time:"2014-03-09T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},188:{ts:1414911600,time:"2014-11-02T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},189:{ts:1425801600,time:"2015-03-08T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},190:{ts:1446361200,time:"2015-11-01T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},191:{ts:1457856000,time:"2016-03-13T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},192:{ts:1478415600,time:"2016-11-06T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},193:{ts:1489305600,time:"2017-03-12T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},194:{ts:1509865200,time:"2017-11-05T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},195:{ts:1520755200,time:"2018-03-11T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},196:{ts:1541314800,time:"2018-11-04T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},197:{ts:1552204800,time:"2019-03-10T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},198:{ts:1572764400,time:"2019-11-03T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},199:{ts:1583654400,time:"2020-03-08T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},200:{ts:1604214000,time:"2020-11-01T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},201:{ts:1615708800,time:"2021-03-14T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},202:{ts:1636268400,time:"2021-11-07T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},203:{ts:1647158400,time:"2022-03-13T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},204:{ts:1667718000,time:"2022-11-06T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},205:{ts:1678608000,time:"2023-03-12T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},206:{ts:1699167600,time:"2023-11-05T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},207:{ts:1710057600,time:"2024-03-10T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},208:{ts:1730617200,time:"2024-11-03T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},209:{ts:1741507200,time:"2025-03-09T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},210:{ts:1762066800,time:"2025-11-02T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},211:{ts:1772956800,time:"2026-03-08T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},212:{ts:1793516400,time:"2026-11-01T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},213:{ts:1805011200,time:"2027-03-14T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},214:{ts:1825570800,time:"2027-11-07T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},215:{ts:1836460800,time:"2028-03-12T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},216:{ts:1857020400,time:"2028-11-05T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},217:{ts:1867910400,time:"2029-03-11T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},218:{ts:1888470000,time:"2029-11-04T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},219:{ts:1899360000,time:"2030-03-10T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},220:{ts:1919919600,time:"2030-11-03T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},221:{ts:1930809600,time:"2031-03-09T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},222:{ts:1951369200,time:"2031-11-02T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},223:{ts:1962864000,time:"2032-03-14T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},224:{ts:1983423600,time:"2032-11-07T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},225:{ts:1994313600,time:"2033-03-13T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},226:{ts:2014873200,time:"2033-11-06T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},227:{ts:2025763200,time:"2034-03-12T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},228:{ts:2046322800,time:"2034-11-05T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},229:{ts:2057212800,time:"2035-03-11T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},230:{ts:2077772400,time:"2035-11-04T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},231:{ts:2088662400,time:"2036-03-09T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},232:{ts:2109222000,time:"2036-11-02T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},233:{ts:2120112000,time:"2037-03-08T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},234:{ts:2140671600,time:"2037-11-01T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"}},"America/Chihuahua":{0:{ts:-1514739600,time:"1922-01-01T07:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},1:{ts:-1343066400,time:"1927-06-11T06:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},2:{ts:-1234807200,time:"1930-11-15T06:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},3:{ts:-1220292000,time:"1931-05-02T06:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},4:{ts:-1207159200,time:"1931-10-01T06:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},5:{ts:-1191344400,time:"1932-04-01T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},6:{ts:828864000,time:"1996-04-07T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},7:{ts:846399600,time:"1996-10-27T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},8:{ts:860313600,time:"1997-04-06T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},9:{ts:877849200,time:"1997-10-26T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},10:{ts:891766800,time:"1998-04-05T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},11:{ts:909302400,time:"1998-10-25T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},12:{ts:923216400,time:"1999-04-04T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},13:{ts:941356800,time:"1999-10-31T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},14:{ts:954666000,time:"2000-04-02T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},15:{ts:972806400,time:"2000-10-29T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},16:{ts:989139600,time:"2001-05-06T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},17:{ts:1001836800,time:"2001-09-30T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},18:{ts:1018170000,time:"2002-04-07T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},19:{ts:1035705600,time:"2002-10-27T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},20:{ts:1049619600,time:"2003-04-06T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},21:{ts:1067155200,time:"2003-10-26T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},22:{ts:1081069200,time:"2004-04-04T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},23:{ts:1099209600,time:"2004-10-31T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},24:{ts:1112518800,time:"2005-04-03T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},25:{ts:1130659200,time:"2005-10-30T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},26:{ts:1143968400,time:"2006-04-02T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},27:{ts:1162108800,time:"2006-10-29T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},28:{ts:1175418000,time:"2007-04-01T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},29:{ts:1193558400,time:"2007-10-28T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},30:{ts:1207472400,time:"2008-04-06T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},31:{ts:1225008000,time:"2008-10-26T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},32:{ts:1238922000,time:"2009-04-05T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},33:{ts:1256457600,time:"2009-10-25T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},34:{ts:1270371600,time:"2010-04-04T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},35:{ts:1288512000,time:"2010-10-31T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},36:{ts:1301821200,time:"2011-04-03T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},37:{ts:1319961600,time:"2011-10-30T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},38:{ts:1333270800,time:"2012-04-01T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},39:{ts:1351411200,time:"2012-10-28T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},40:{ts:1365325200,time:"2013-04-07T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},41:{ts:1382860800,time:"2013-10-27T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},42:{ts:1396774800,time:"2014-04-06T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},43:{ts:1414310400,time:"2014-10-26T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},44:{ts:1428224400,time:"2015-04-05T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},45:{ts:1445760000,time:"2015-10-25T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},46:{ts:1459674000,time:"2016-04-03T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},47:{ts:1477814400,time:"2016-10-30T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},48:{ts:1491123600,time:"2017-04-02T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},49:{ts:1509264000,time:"2017-10-29T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},50:{ts:1522573200,time:"2018-04-01T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},51:{ts:1540713600,time:"2018-10-28T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},52:{ts:1554627600,time:"2019-04-07T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},53:{ts:1572163200,time:"2019-10-27T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},54:{ts:1586077200,time:"2020-04-05T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},55:{ts:1603612800,time:"2020-10-25T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},56:{ts:1617526800,time:"2021-04-04T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},57:{ts:1635667200,time:"2021-10-31T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},58:{ts:1648976400,time:"2022-04-03T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},59:{ts:1667116800,time:"2022-10-30T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},60:{ts:1680426000,time:"2023-04-02T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},61:{ts:1698566400,time:"2023-10-29T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},62:{ts:1712480400,time:"2024-04-07T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},63:{ts:1730016000,time:"2024-10-27T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},64:{ts:1743930000,time:"2025-04-06T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},65:{ts:1761465600,time:"2025-10-26T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},66:{ts:1775379600,time:"2026-04-05T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},67:{ts:1792915200,time:"2026-10-25T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},68:{ts:1806829200,time:"2027-04-04T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},69:{ts:1824969600,time:"2027-10-31T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},70:{ts:1838278800,time:"2028-04-02T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},71:{ts:1856419200,time:"2028-10-29T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},72:{ts:1869728400,time:"2029-04-01T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},73:{ts:1887868800,time:"2029-10-28T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},74:{ts:1901782800,time:"2030-04-07T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},75:{ts:1919318400,time:"2030-10-27T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},76:{ts:1933232400,time:"2031-04-06T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},77:{ts:1950768000,time:"2031-10-26T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},78:{ts:1964682000,time:"2032-04-04T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},79:{ts:1982822400,time:"2032-10-31T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},80:{ts:1996131600,time:"2033-04-03T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},81:{ts:2014272000,time:"2033-10-30T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},82:{ts:2027581200,time:"2034-04-02T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},83:{ts:2045721600,time:"2034-10-29T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},84:{ts:2059030800,time:"2035-04-01T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},85:{ts:2077171200,time:"2035-10-28T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},86:{ts:2091085200,time:"2036-04-06T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},87:{ts:2108620800,time:"2036-10-26T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},88:{ts:2122534800,time:"2037-04-05T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},89:{ts:2140070400,time:"2037-10-25T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"}},"America/Coral_Harbour":{0:{ts:-1632067200,time:"1918-04-14T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},1:{ts:-1614790800,time:"1918-10-31T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},2:{ts:-923248800,time:"1940-09-29T06:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},3:{ts:-880214400,time:"1942-02-09T08:00:00+0000",offset:-18000,isdst:true,abbr:"CWT"},4:{ts:-769395600,time:"1945-08-14T23:00:00+0000",offset:-18000,isdst:true,abbr:"CPT"},5:{ts:-765392400,time:"1945-09-30T07:00:00+0000",offset:-18000,isdst:false,abbr:"EST"}},"America/Cordoba":{0:{ts:-1567453392,time:"1920-05-01T04:16:48+0000",offset:-14400,isdst:false,abbr:"ART"},1:{ts:-1233432000,time:"1930-12-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},2:{ts:-1222981200,time:"1931-04-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},3:{ts:-1205956800,time:"1931-10-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},4:{ts:-1194037200,time:"1932-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},5:{ts:-1172865600,time:"1932-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},6:{ts:-1162501200,time:"1933-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},7:{ts:-1141329600,time:"1933-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},8:{ts:-1130965200,time:"1934-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},9:{ts:-1109793600,time:"1934-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},10:{ts:-1099429200,time:"1935-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},11:{ts:-1078257600,time:"1935-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},12:{ts:-1067806800,time:"1936-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},13:{ts:-1046635200,time:"1936-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},14:{ts:-1036270800,time:"1937-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},15:{ts:-1015099200,time:"1937-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},16:{ts:-1004734800,time:"1938-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},17:{ts:-983563200,time:"1938-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},18:{ts:-973198800,time:"1939-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},19:{ts:-952027200,time:"1939-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},20:{ts:-941576400,time:"1940-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},21:{ts:-931032000,time:"1940-07-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},22:{ts:-900882000,time:"1941-06-15T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},23:{ts:-890337600,time:"1941-10-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},24:{ts:-833749200,time:"1943-08-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},25:{ts:-827265600,time:"1943-10-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},26:{ts:-752274000,time:"1946-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},27:{ts:-733780800,time:"1946-10-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},28:{ts:-197326800,time:"1963-10-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},29:{ts:-190843200,time:"1963-12-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},30:{ts:-184194000,time:"1964-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},31:{ts:-164491200,time:"1964-10-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},32:{ts:-152658000,time:"1965-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},33:{ts:-132955200,time:"1965-10-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},34:{ts:-121122000,time:"1966-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},35:{ts:-101419200,time:"1966-10-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},36:{ts:-86821200,time:"1967-04-02T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},37:{ts:-71092800,time:"1967-10-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},38:{ts:-54766800,time:"1968-04-07T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},39:{ts:-39038400,time:"1968-10-06T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},40:{ts:-23317200,time:"1969-04-06T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},41:{ts:-7588800,time:"1969-10-05T04:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},42:{ts:128142000,time:"1974-01-23T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},43:{ts:136605600,time:"1974-05-01T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},44:{ts:596948400,time:"1988-12-01T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},45:{ts:605066400,time:"1989-03-05T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},46:{ts:624423600,time:"1989-10-15T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},47:{ts:636516000,time:"1990-03-04T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},48:{ts:656478000,time:"1990-10-21T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},49:{ts:667965600,time:"1991-03-03T02:00:00+0000",offset:-14400,isdst:false,abbr:"WART"},50:{ts:687931200,time:"1991-10-20T04:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},51:{ts:699415200,time:"1992-03-01T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},52:{ts:719377200,time:"1992-10-18T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},53:{ts:731469600,time:"1993-03-07T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},54:{ts:938919600,time:"1999-10-03T03:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},55:{ts:952052400,time:"2000-03-03T03:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},56:{ts:1198983600,time:"2007-12-30T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},57:{ts:1205632800,time:"2008-03-16T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},58:{ts:1223175600,time:"2008-10-05T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},59:{ts:1237082400,time:"2009-03-15T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},60:{ts:1254625200,time:"2009-10-04T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},61:{ts:1269136800,time:"2010-03-21T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},62:{ts:1286074800,time:"2010-10-03T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},63:{ts:1300586400,time:"2011-03-20T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},64:{ts:1317524400,time:"2011-10-02T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},65:{ts:1332036000,time:"2012-03-18T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},66:{ts:1349578800,time:"2012-10-07T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},67:{ts:1363485600,time:"2013-03-17T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},68:{ts:1381028400,time:"2013-10-06T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},69:{ts:1394935200,time:"2014-03-16T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},70:{ts:1412478000,time:"2014-10-05T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},71:{ts:1426384800,time:"2015-03-15T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},72:{ts:1443927600,time:"2015-10-04T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},73:{ts:1458439200,time:"2016-03-20T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},74:{ts:1475377200,time:"2016-10-02T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},75:{ts:1489888800,time:"2017-03-19T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},76:{ts:1506826800,time:"2017-10-01T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},77:{ts:1521338400,time:"2018-03-18T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},78:{ts:1538881200,time:"2018-10-07T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},79:{ts:1552788000,time:"2019-03-17T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},80:{ts:1570330800,time:"2019-10-06T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},81:{ts:1584237600,time:"2020-03-15T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},82:{ts:1601780400,time:"2020-10-04T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},83:{ts:1616292000,time:"2021-03-21T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},84:{ts:1633230000,time:"2021-10-03T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},85:{ts:1647741600,time:"2022-03-20T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},86:{ts:1664679600,time:"2022-10-02T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},87:{ts:1679191200,time:"2023-03-19T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},88:{ts:1696129200,time:"2023-10-01T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},89:{ts:1710640800,time:"2024-03-17T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},90:{ts:1728183600,time:"2024-10-06T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},91:{ts:1742090400,time:"2025-03-16T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},92:{ts:1759633200,time:"2025-10-05T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},93:{ts:1773540000,time:"2026-03-15T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},94:{ts:1791082800,time:"2026-10-04T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},95:{ts:1805594400,time:"2027-03-21T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},96:{ts:1822532400,time:"2027-10-03T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},97:{ts:1837044000,time:"2028-03-19T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},98:{ts:1853982000,time:"2028-10-01T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},99:{ts:1868493600,time:"2029-03-18T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},100:{ts:1886036400,time:"2029-10-07T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},101:{ts:1899943200,time:"2030-03-17T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},102:{ts:1917486000,time:"2030-10-06T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},103:{ts:1931392800,time:"2031-03-16T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},104:{ts:1948935600,time:"2031-10-05T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},105:{ts:1963447200,time:"2032-03-21T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},106:{ts:1980385200,time:"2032-10-03T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},107:{ts:1994896800,time:"2033-03-20T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},108:{ts:2011834800,time:"2033-10-02T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},109:{ts:2026346400,time:"2034-03-19T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},110:{ts:2043284400,time:"2034-10-01T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},111:{ts:2057796000,time:"2035-03-18T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},112:{ts:2075338800,time:"2035-10-07T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},113:{ts:2089245600,time:"2036-03-16T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},114:{ts:2106788400,time:"2036-10-05T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},115:{ts:2120695200,time:"2037-03-15T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},116:{ts:2138238000,time:"2037-10-04T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"}},"America/Costa_Rica":{0:{ts:-1545071020,time:"1921-01-15T05:36:20+0000",offset:-21600,isdst:false,abbr:"CST"},1:{ts:288770400,time:"1979-02-25T06:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},2:{ts:297234000,time:"1979-06-03T05:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},3:{ts:320220000,time:"1980-02-24T06:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},4:{ts:328683600,time:"1980-06-01T05:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},5:{ts:664264800,time:"1991-01-19T06:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},6:{ts:678344400,time:"1991-07-01T05:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},7:{ts:695714400,time:"1992-01-18T06:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},8:{ts:700635600,time:"1992-03-15T05:00:00+0000",offset:-21600,isdst:false,abbr:"CST"}},"America/Cuiaba":{0:{ts:-1767212140,time:"1914-01-01T03:44:20+0000",offset:-14400,isdst:false,abbr:"AMT"},1:{ts:-1206954000,time:"1931-10-03T15:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},2:{ts:-1191358800,time:"1932-04-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},3:{ts:-1175371200,time:"1932-10-03T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},4:{ts:-1159822800,time:"1933-04-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},5:{ts:-633816000,time:"1949-12-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},6:{ts:-622065600,time:"1950-04-16T04:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},7:{ts:-602280000,time:"1950-12-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},8:{ts:-591829200,time:"1951-04-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},9:{ts:-570744000,time:"1951-12-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},10:{ts:-560206800,time:"1952-04-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},11:{ts:-539121600,time:"1952-12-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},12:{ts:-531349200,time:"1953-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},13:{ts:-191361600,time:"1963-12-09T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},14:{ts:-184194000,time:"1964-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},15:{ts:-155160000,time:"1965-01-31T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},16:{ts:-150066000,time:"1965-03-31T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},17:{ts:-128894400,time:"1965-12-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},18:{ts:-121122000,time:"1966-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},19:{ts:-99950400,time:"1966-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},20:{ts:-89586000,time:"1967-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},21:{ts:-68414400,time:"1967-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},22:{ts:-57963600,time:"1968-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},23:{ts:499752000,time:"1985-11-02T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},24:{ts:511239600,time:"1986-03-15T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},25:{ts:530596800,time:"1986-10-25T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},26:{ts:540270000,time:"1987-02-14T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},27:{ts:562132800,time:"1987-10-25T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},28:{ts:571201200,time:"1988-02-07T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},29:{ts:592977600,time:"1988-10-16T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},30:{ts:602046000,time:"1989-01-29T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},31:{ts:624427200,time:"1989-10-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},32:{ts:634705200,time:"1990-02-11T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},33:{ts:656481600,time:"1990-10-21T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},34:{ts:666759600,time:"1991-02-17T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},35:{ts:687931200,time:"1991-10-20T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},36:{ts:697604400,time:"1992-02-09T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},37:{ts:719985600,time:"1992-10-25T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},38:{ts:728449200,time:"1993-01-31T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},39:{ts:750830400,time:"1993-10-17T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},40:{ts:761713200,time:"1994-02-20T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},41:{ts:782280000,time:"1994-10-16T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},42:{ts:793162800,time:"1995-02-19T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},43:{ts:813729600,time:"1995-10-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},44:{ts:824007600,time:"1996-02-11T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},45:{ts:844574400,time:"1996-10-06T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},46:{ts:856062000,time:"1997-02-16T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},47:{ts:876110400,time:"1997-10-06T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},48:{ts:888721200,time:"1998-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},49:{ts:908078400,time:"1998-10-11T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},50:{ts:919566000,time:"1999-02-21T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},51:{ts:938923200,time:"1999-10-03T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},52:{ts:951620400,time:"2000-02-27T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},53:{ts:970977600,time:"2000-10-08T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},54:{ts:982465200,time:"2001-02-18T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},55:{ts:1003032000,time:"2001-10-14T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},56:{ts:1013914800,time:"2002-02-17T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},57:{ts:1036296000,time:"2002-11-03T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},58:{ts:1045364400,time:"2003-02-16T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},59:{ts:1099368000,time:"2004-11-02T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},60:{ts:1108868400,time:"2005-02-20T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},61:{ts:1129435200,time:"2005-10-16T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},62:{ts:1140318000,time:"2006-02-19T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},63:{ts:1162699200,time:"2006-11-05T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},64:{ts:1172372400,time:"2007-02-25T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},65:{ts:1192334400,time:"2007-10-14T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},66:{ts:1203217200,time:"2008-02-17T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},67:{ts:1223784000,time:"2008-10-12T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},68:{ts:1234666800,time:"2009-02-15T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},69:{ts:1255233600,time:"2009-10-11T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},70:{ts:1266721200,time:"2010-02-21T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},71:{ts:1286683200,time:"2010-10-10T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},72:{ts:1298170800,time:"2011-02-20T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},73:{ts:1318132800,time:"2011-10-09T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},74:{ts:1329620400,time:"2012-02-19T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},75:{ts:1350187200,time:"2012-10-14T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},76:{ts:1361070000,time:"2013-02-17T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},77:{ts:1381636800,time:"2013-10-13T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},78:{ts:1392519600,time:"2014-02-16T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},79:{ts:1413086400,time:"2014-10-12T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},80:{ts:1423969200,time:"2015-02-15T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},81:{ts:1444536000,time:"2015-10-11T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},82:{ts:1456023600,time:"2016-02-21T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},83:{ts:1475985600,time:"2016-10-09T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},84:{ts:1487473200,time:"2017-02-19T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},85:{ts:1507435200,time:"2017-10-08T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},86:{ts:1518922800,time:"2018-02-18T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},87:{ts:1539489600,time:"2018-10-14T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},88:{ts:1550372400,time:"2019-02-17T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},89:{ts:1570939200,time:"2019-10-13T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},90:{ts:1581822000,time:"2020-02-16T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},91:{ts:1602388800,time:"2020-10-11T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},92:{ts:1613876400,time:"2021-02-21T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},93:{ts:1633838400,time:"2021-10-10T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},94:{ts:1645326000,time:"2022-02-20T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},95:{ts:1665288000,time:"2022-10-09T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},96:{ts:1676775600,time:"2023-02-19T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},97:{ts:1696737600,time:"2023-10-08T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},98:{ts:1708225200,time:"2024-02-18T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},99:{ts:1728792000,time:"2024-10-13T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},100:{ts:1739674800,time:"2025-02-16T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},101:{ts:1760241600,time:"2025-10-12T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},102:{ts:1771124400,time:"2026-02-15T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},103:{ts:1791691200,time:"2026-10-11T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},104:{ts:1803178800,time:"2027-02-21T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},105:{ts:1823140800,time:"2027-10-10T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},106:{ts:1834628400,time:"2028-02-20T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},107:{ts:1854590400,time:"2028-10-08T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},108:{ts:1866078000,time:"2029-02-18T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},109:{ts:1886644800,time:"2029-10-14T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},110:{ts:1897527600,time:"2030-02-17T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},111:{ts:1918094400,time:"2030-10-13T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},112:{ts:1928977200,time:"2031-02-16T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},113:{ts:1949544000,time:"2031-10-12T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},114:{ts:1960426800,time:"2032-02-15T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},115:{ts:1980993600,time:"2032-10-10T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},116:{ts:1992481200,time:"2033-02-20T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},117:{ts:2012443200,time:"2033-10-09T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},118:{ts:2023930800,time:"2034-02-19T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},119:{ts:2043892800,time:"2034-10-08T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},120:{ts:2055380400,time:"2035-02-18T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},121:{ts:2075947200,time:"2035-10-14T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},122:{ts:2086830000,time:"2036-02-17T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},123:{ts:2107396800,time:"2036-10-12T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"},124:{ts:2118279600,time:"2037-02-15T03:00:00+0000",offset:-14400,isdst:false,abbr:"AMT"},125:{ts:2138846400,time:"2037-10-11T04:00:00+0000",offset:-10800,isdst:true,abbr:"AMST"}},"America/Curacao":{0:{ts:-1826738656,time:"1912-02-12T04:35:44+0000",offset:-16200,isdst:false,abbr:"ANT"},1:{ts:-157750200,time:"1965-01-01T04:30:00+0000",offset:-14400,isdst:false,abbr:"AST"}},"America/Danmarkshavn":{0:{ts:-1686091520,time:"1916-07-28T01:14:40+0000",offset:-10800,isdst:false,abbr:"WGT"},1:{ts:323845200,time:"1980-04-06T05:00:00+0000",offset:-7200,isdst:true,abbr:"WGST"},2:{ts:338950800,time:"1980-09-28T01:00:00+0000",offset:-10800,isdst:false,abbr:"WGT"},3:{ts:354675600,time:"1981-03-29T01:00:00+0000",offset:-7200,isdst:true,abbr:"WGST"},4:{ts:370400400,time:"1981-09-27T01:00:00+0000",offset:-10800,isdst:false,abbr:"WGT"},5:{ts:386125200,time:"1982-03-28T01:00:00+0000",offset:-7200,isdst:true,abbr:"WGST"},6:{ts:401850000,time:"1982-09-26T01:00:00+0000",offset:-10800,isdst:false,abbr:"WGT"},7:{ts:417574800,time:"1983-03-27T01:00:00+0000",offset:-7200,isdst:true,abbr:"WGST"},8:{ts:433299600,time:"1983-09-25T01:00:00+0000",offset:-10800,isdst:false,abbr:"WGT"},9:{ts:449024400,time:"1984-03-25T01:00:00+0000",offset:-7200,isdst:true,abbr:"WGST"},10:{ts:465354000,time:"1984-09-30T01:00:00+0000",offset:-10800,isdst:false,abbr:"WGT"},11:{ts:481078800,time:"1985-03-31T01:00:00+0000",offset:-7200,isdst:true,abbr:"WGST"},12:{ts:496803600,time:"1985-09-29T01:00:00+0000",offset:-10800,isdst:false,abbr:"WGT"},13:{ts:512528400,time:"1986-03-30T01:00:00+0000",offset:-7200,isdst:true,abbr:"WGST"},14:{ts:528253200,time:"1986-09-28T01:00:00+0000",offset:-10800,isdst:false,abbr:"WGT"},15:{ts:543978000,time:"1987-03-29T01:00:00+0000",offset:-7200,isdst:true,abbr:"WGST"},16:{ts:559702800,time:"1987-09-27T01:00:00+0000",offset:-10800,isdst:false,abbr:"WGT"},17:{ts:575427600,time:"1988-03-27T01:00:00+0000",offset:-7200,isdst:true,abbr:"WGST"},18:{ts:591152400,time:"1988-09-25T01:00:00+0000",offset:-10800,isdst:false,abbr:"WGT"},19:{ts:606877200,time:"1989-03-26T01:00:00+0000",offset:-7200,isdst:true,abbr:"WGST"},20:{ts:622602000,time:"1989-09-24T01:00:00+0000",offset:-10800,isdst:false,abbr:"WGT"},21:{ts:638326800,time:"1990-03-25T01:00:00+0000",offset:-7200,isdst:true,abbr:"WGST"},22:{ts:654656400,time:"1990-09-30T01:00:00+0000",offset:-10800,isdst:false,abbr:"WGT"},23:{ts:670381200,time:"1991-03-31T01:00:00+0000",offset:-7200,isdst:true,abbr:"WGST"},24:{ts:686106000,time:"1991-09-29T01:00:00+0000",offset:-10800,isdst:false,abbr:"WGT"},25:{ts:701830800,time:"1992-03-29T01:00:00+0000",offset:-7200,isdst:true,abbr:"WGST"},26:{ts:717555600,time:"1992-09-27T01:00:00+0000",offset:-10800,isdst:false,abbr:"WGT"},27:{ts:733280400,time:"1993-03-28T01:00:00+0000",offset:-7200,isdst:true,abbr:"WGST"},28:{ts:749005200,time:"1993-09-26T01:00:00+0000",offset:-10800,isdst:false,abbr:"WGT"},29:{ts:764730000,time:"1994-03-27T01:00:00+0000",offset:-7200,isdst:true,abbr:"WGST"},30:{ts:780454800,time:"1994-09-25T01:00:00+0000",offset:-10800,isdst:false,abbr:"WGT"},31:{ts:796179600,time:"1995-03-26T01:00:00+0000",offset:-7200,isdst:true,abbr:"WGST"},32:{ts:811904400,time:"1995-09-24T01:00:00+0000",offset:-10800,isdst:false,abbr:"WGT"},33:{ts:820465200,time:"1996-01-01T03:00:00+0000",offset:0,isdst:false,abbr:"GMT"}},"America/Dawson":{0:{ts:-1632056400,time:"1918-04-14T11:00:00+0000",offset:-28800,isdst:true,abbr:"YDT"},1:{ts:-1615125600,time:"1918-10-27T10:00:00+0000",offset:-32400,isdst:false,abbr:"YST"},2:{ts:-1596978000,time:"1919-05-25T11:00:00+0000",offset:-28800,isdst:true,abbr:"YDT"},3:{ts:-1583164800,time:"1919-11-01T08:00:00+0000",offset:-32400,isdst:false,abbr:"YST"},4:{ts:-880203600,time:"1942-02-09T11:00:00+0000",offset:-28800,isdst:true,abbr:"YWT"},5:{ts:-769395600,time:"1945-08-14T23:00:00+0000",offset:-28800,isdst:true,abbr:"YPT"},6:{ts:-765381600,time:"1945-09-30T10:00:00+0000",offset:-32400,isdst:false,abbr:"YST"},7:{ts:-147884400,time:"1965-04-25T09:00:00+0000",offset:-25200,isdst:true,abbr:"YDDT"},8:{ts:-131554800,time:"1965-10-31T09:00:00+0000",offset:-32400,isdst:false,abbr:"YST"},9:{ts:120646800,time:"1973-10-28T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},10:{ts:325677600,time:"1980-04-27T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},11:{ts:341398800,time:"1980-10-26T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},12:{ts:357127200,time:"1981-04-26T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},13:{ts:372848400,time:"1981-10-25T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},14:{ts:388576800,time:"1982-04-25T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},15:{ts:404902800,time:"1982-10-31T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},16:{ts:420026400,time:"1983-04-24T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},17:{ts:436352400,time:"1983-10-30T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},18:{ts:452080800,time:"1984-04-29T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},19:{ts:467802000,time:"1984-10-28T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},20:{ts:483530400,time:"1985-04-28T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},21:{ts:499251600,time:"1985-10-27T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},22:{ts:514980000,time:"1986-04-27T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},23:{ts:530701200,time:"1986-10-26T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},24:{ts:544615200,time:"1987-04-05T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},25:{ts:562150800,time:"1987-10-25T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},26:{ts:576064800,time:"1988-04-03T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},27:{ts:594205200,time:"1988-10-30T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},28:{ts:607514400,time:"1989-04-02T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},29:{ts:625654800,time:"1989-10-29T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},30:{ts:638964000,time:"1990-04-01T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},31:{ts:657104400,time:"1990-10-28T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},32:{ts:671018400,time:"1991-04-07T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},33:{ts:688554000,time:"1991-10-27T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},34:{ts:702468000,time:"1992-04-05T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},35:{ts:720003600,time:"1992-10-25T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},36:{ts:733917600,time:"1993-04-04T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},37:{ts:752058000,time:"1993-10-31T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},38:{ts:765367200,time:"1994-04-03T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},39:{ts:783507600,time:"1994-10-30T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},40:{ts:796816800,time:"1995-04-02T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},41:{ts:814957200,time:"1995-10-29T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},42:{ts:828871200,time:"1996-04-07T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},43:{ts:846406800,time:"1996-10-27T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},44:{ts:860320800,time:"1997-04-06T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},45:{ts:877856400,time:"1997-10-26T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},46:{ts:891770400,time:"1998-04-05T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},47:{ts:909306000,time:"1998-10-25T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},48:{ts:923220000,time:"1999-04-04T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},49:{ts:941360400,time:"1999-10-31T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},50:{ts:954669600,time:"2000-04-02T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},51:{ts:972810000,time:"2000-10-29T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},52:{ts:986119200,time:"2001-04-01T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},53:{ts:1004259600,time:"2001-10-28T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},54:{ts:1018173600,time:"2002-04-07T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},55:{ts:1035709200,time:"2002-10-27T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},56:{ts:1049623200,time:"2003-04-06T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},57:{ts:1067158800,time:"2003-10-26T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},58:{ts:1081072800,time:"2004-04-04T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},59:{ts:1099213200,time:"2004-10-31T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},60:{ts:1112522400,time:"2005-04-03T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},61:{ts:1130662800,time:"2005-10-30T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},62:{ts:1143972000,time:"2006-04-02T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},63:{ts:1162112400,time:"2006-10-29T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},64:{ts:1173607200,time:"2007-03-11T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},65:{ts:1194166800,time:"2007-11-04T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},66:{ts:1205056800,time:"2008-03-09T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},67:{ts:1225616400,time:"2008-11-02T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},68:{ts:1236506400,time:"2009-03-08T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},69:{ts:1257066000,time:"2009-11-01T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},70:{ts:1268560800,time:"2010-03-14T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},71:{ts:1289120400,time:"2010-11-07T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},72:{ts:1300010400,time:"2011-03-13T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},73:{ts:1320570000,time:"2011-11-06T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},74:{ts:1331460000,time:"2012-03-11T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},75:{ts:1352019600,time:"2012-11-04T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},76:{ts:1362909600,time:"2013-03-10T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},77:{ts:1383469200,time:"2013-11-03T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},78:{ts:1394359200,time:"2014-03-09T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},79:{ts:1414918800,time:"2014-11-02T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},80:{ts:1425808800,time:"2015-03-08T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},81:{ts:1446368400,time:"2015-11-01T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},82:{ts:1457863200,time:"2016-03-13T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},83:{ts:1478422800,time:"2016-11-06T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},84:{ts:1489312800,time:"2017-03-12T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},85:{ts:1509872400,time:"2017-11-05T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},86:{ts:1520762400,time:"2018-03-11T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},87:{ts:1541322000,time:"2018-11-04T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},88:{ts:1552212000,time:"2019-03-10T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},89:{ts:1572771600,time:"2019-11-03T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},90:{ts:1583661600,time:"2020-03-08T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},91:{ts:1604221200,time:"2020-11-01T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},92:{ts:1615716000,time:"2021-03-14T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},93:{ts:1636275600,time:"2021-11-07T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},94:{ts:1647165600,time:"2022-03-13T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},95:{ts:1667725200,time:"2022-11-06T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},96:{ts:1678615200,time:"2023-03-12T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},97:{ts:1699174800,time:"2023-11-05T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},98:{ts:1710064800,time:"2024-03-10T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},99:{ts:1730624400,time:"2024-11-03T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},100:{ts:1741514400,time:"2025-03-09T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},101:{ts:1762074000,time:"2025-11-02T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},102:{ts:1772964000,time:"2026-03-08T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},103:{ts:1793523600,time:"2026-11-01T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},104:{ts:1805018400,time:"2027-03-14T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},105:{ts:1825578000,time:"2027-11-07T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},106:{ts:1836468000,time:"2028-03-12T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},107:{ts:1857027600,time:"2028-11-05T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},108:{ts:1867917600,time:"2029-03-11T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},109:{ts:1888477200,time:"2029-11-04T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},110:{ts:1899367200,time:"2030-03-10T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},111:{ts:1919926800,time:"2030-11-03T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},112:{ts:1930816800,time:"2031-03-09T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},113:{ts:1951376400,time:"2031-11-02T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},114:{ts:1962871200,time:"2032-03-14T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},115:{ts:1983430800,time:"2032-11-07T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},116:{ts:1994320800,time:"2033-03-13T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},117:{ts:2014880400,time:"2033-11-06T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},118:{ts:2025770400,time:"2034-03-12T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},119:{ts:2046330000,time:"2034-11-05T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},120:{ts:2057220000,time:"2035-03-11T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},121:{ts:2077779600,time:"2035-11-04T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},122:{ts:2088669600,time:"2036-03-09T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},123:{ts:2109229200,time:"2036-11-02T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},124:{ts:2120119200,time:"2037-03-08T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},125:{ts:2140678800,time:"2037-11-01T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"}},"America/Dawson_Creek":{0:{ts:-1632060000,time:"1918-04-14T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},1:{ts:-1614783600,time:"1918-10-31T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},2:{ts:-880207200,time:"1942-02-09T10:00:00+0000",offset:-25200,isdst:true,abbr:"PWT"},3:{ts:-769395600,time:"1945-08-14T23:00:00+0000",offset:-25200,isdst:true,abbr:"PPT"},4:{ts:-765385200,time:"1945-09-30T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},5:{ts:-715788000,time:"1947-04-27T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},6:{ts:-702486000,time:"1947-09-28T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},7:{ts:-684338400,time:"1948-04-25T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},8:{ts:-671036400,time:"1948-09-26T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},9:{ts:-652888800,time:"1949-04-24T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},10:{ts:-639586800,time:"1949-09-25T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},11:{ts:-620834400,time:"1950-04-30T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},12:{ts:-608137200,time:"1950-09-24T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},13:{ts:-589384800,time:"1951-04-29T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},14:{ts:-576082800,time:"1951-09-30T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},15:{ts:-557935200,time:"1952-04-27T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},16:{ts:-544633200,time:"1952-09-28T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},17:{ts:-526485600,time:"1953-04-26T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},18:{ts:-513183600,time:"1953-09-27T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},19:{ts:-495036000,time:"1954-04-25T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},20:{ts:-481734000,time:"1954-09-26T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},21:{ts:-463586400,time:"1955-04-24T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},22:{ts:-450284400,time:"1955-09-25T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},23:{ts:-431532000,time:"1956-04-29T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},24:{ts:-418230000,time:"1956-09-30T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},25:{ts:-400082400,time:"1957-04-28T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},26:{ts:-386780400,time:"1957-09-29T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},27:{ts:-368632800,time:"1958-04-27T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},28:{ts:-355330800,time:"1958-09-28T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},29:{ts:-337183200,time:"1959-04-26T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},30:{ts:-323881200,time:"1959-09-27T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},31:{ts:-305733600,time:"1960-04-24T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},32:{ts:-292431600,time:"1960-09-25T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},33:{ts:-273679200,time:"1961-04-30T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},34:{ts:-260982000,time:"1961-09-24T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},35:{ts:-242229600,time:"1962-04-29T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},36:{ts:-226508400,time:"1962-10-28T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},37:{ts:-210780000,time:"1963-04-28T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},38:{ts:-195058800,time:"1963-10-27T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},39:{ts:-179330400,time:"1964-04-26T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},40:{ts:-163609200,time:"1964-10-25T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},41:{ts:-147880800,time:"1965-04-25T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},42:{ts:-131554800,time:"1965-10-31T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},43:{ts:-116431200,time:"1966-04-24T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},44:{ts:-100105200,time:"1966-10-30T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},45:{ts:-84376800,time:"1967-04-30T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},46:{ts:-68655600,time:"1967-10-29T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},47:{ts:-52927200,time:"1968-04-28T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},48:{ts:-37206000,time:"1968-10-27T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},49:{ts:-21477600,time:"1969-04-27T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},50:{ts:-5756400,time:"1969-10-26T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},51:{ts:9972000,time:"1970-04-26T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},52:{ts:25693200,time:"1970-10-25T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},53:{ts:41421600,time:"1971-04-25T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},54:{ts:57747600,time:"1971-10-31T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},55:{ts:73476000,time:"1972-04-30T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},56:{ts:84013200,time:"1972-08-30T09:00:00+0000",offset:-25200,isdst:false,abbr:"MST"}},"America/Denver":{0:{ts:-1633273200,time:"1918-03-31T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},1:{ts:-1615132800,time:"1918-10-27T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},2:{ts:-1601823600,time:"1919-03-30T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},3:{ts:-1583683200,time:"1919-10-26T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},4:{ts:-1570374000,time:"1920-03-28T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},5:{ts:-1551628800,time:"1920-10-31T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},6:{ts:-1538924400,time:"1921-03-27T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},7:{ts:-1534089600,time:"1921-05-22T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},8:{ts:-880210800,time:"1942-02-09T09:00:00+0000",offset:-21600,isdst:true,abbr:"MWT"},9:{ts:-769395600,time:"1945-08-14T23:00:00+0000",offset:-21600,isdst:true,abbr:"MPT"},10:{ts:-765388800,time:"1945-09-30T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},11:{ts:-147884400,time:"1965-04-25T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},12:{ts:-131558400,time:"1965-10-31T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},13:{ts:-116434800,time:"1966-04-24T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},14:{ts:-100108800,time:"1966-10-30T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},15:{ts:-84380400,time:"1967-04-30T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},16:{ts:-68659200,time:"1967-10-29T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},17:{ts:-52930800,time:"1968-04-28T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},18:{ts:-37209600,time:"1968-10-27T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},19:{ts:-21481200,time:"1969-04-27T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},20:{ts:-5760000,time:"1969-10-26T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},21:{ts:9968400,time:"1970-04-26T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},22:{ts:25689600,time:"1970-10-25T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},23:{ts:41418000,time:"1971-04-25T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},24:{ts:57744000,time:"1971-10-31T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},25:{ts:73472400,time:"1972-04-30T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},26:{ts:89193600,time:"1972-10-29T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},27:{ts:104922000,time:"1973-04-29T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},28:{ts:120643200,time:"1973-10-28T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},29:{ts:126694800,time:"1974-01-06T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},30:{ts:152092800,time:"1974-10-27T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},31:{ts:162378000,time:"1975-02-23T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},32:{ts:183542400,time:"1975-10-26T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},33:{ts:199270800,time:"1976-04-25T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},34:{ts:215596800,time:"1976-10-31T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},35:{ts:230720400,time:"1977-04-24T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},36:{ts:247046400,time:"1977-10-30T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},37:{ts:262774800,time:"1978-04-30T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},38:{ts:278496000,time:"1978-10-29T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},39:{ts:294224400,time:"1979-04-29T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},40:{ts:309945600,time:"1979-10-28T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},41:{ts:325674000,time:"1980-04-27T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},42:{ts:341395200,time:"1980-10-26T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},43:{ts:357123600,time:"1981-04-26T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},44:{ts:372844800,time:"1981-10-25T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},45:{ts:388573200,time:"1982-04-25T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},46:{ts:404899200,time:"1982-10-31T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},47:{ts:420022800,time:"1983-04-24T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},48:{ts:436348800,time:"1983-10-30T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},49:{ts:452077200,time:"1984-04-29T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},50:{ts:467798400,time:"1984-10-28T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},51:{ts:483526800,time:"1985-04-28T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},52:{ts:499248000,time:"1985-10-27T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},53:{ts:514976400,time:"1986-04-27T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},54:{ts:530697600,time:"1986-10-26T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},55:{ts:544611600,time:"1987-04-05T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},56:{ts:562147200,time:"1987-10-25T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},57:{ts:576061200,time:"1988-04-03T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},58:{ts:594201600,time:"1988-10-30T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},59:{ts:607510800,time:"1989-04-02T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},60:{ts:625651200,time:"1989-10-29T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},61:{ts:638960400,time:"1990-04-01T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},62:{ts:657100800,time:"1990-10-28T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},63:{ts:671014800,time:"1991-04-07T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},64:{ts:688550400,time:"1991-10-27T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},65:{ts:702464400,time:"1992-04-05T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},66:{ts:720000000,time:"1992-10-25T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},67:{ts:733914000,time:"1993-04-04T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},68:{ts:752054400,time:"1993-10-31T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},69:{ts:765363600,time:"1994-04-03T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},70:{ts:783504000,time:"1994-10-30T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},71:{ts:796813200,time:"1995-04-02T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},72:{ts:814953600,time:"1995-10-29T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},73:{ts:828867600,time:"1996-04-07T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},74:{ts:846403200,time:"1996-10-27T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},75:{ts:860317200,time:"1997-04-06T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},76:{ts:877852800,time:"1997-10-26T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},77:{ts:891766800,time:"1998-04-05T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},78:{ts:909302400,time:"1998-10-25T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},79:{ts:923216400,time:"1999-04-04T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},80:{ts:941356800,time:"1999-10-31T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},81:{ts:954666000,time:"2000-04-02T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},82:{ts:972806400,time:"2000-10-29T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},83:{ts:986115600,time:"2001-04-01T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},84:{ts:1004256000,time:"2001-10-28T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},85:{ts:1018170000,time:"2002-04-07T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},86:{ts:1035705600,time:"2002-10-27T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},87:{ts:1049619600,time:"2003-04-06T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},88:{ts:1067155200,time:"2003-10-26T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},89:{ts:1081069200,time:"2004-04-04T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},90:{ts:1099209600,time:"2004-10-31T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},91:{ts:1112518800,time:"2005-04-03T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},92:{ts:1130659200,time:"2005-10-30T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},93:{ts:1143968400,time:"2006-04-02T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},94:{ts:1162108800,time:"2006-10-29T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},95:{ts:1173603600,time:"2007-03-11T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},96:{ts:1194163200,time:"2007-11-04T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},97:{ts:1205053200,time:"2008-03-09T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},98:{ts:1225612800,time:"2008-11-02T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},99:{ts:1236502800,time:"2009-03-08T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},100:{ts:1257062400,time:"2009-11-01T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},101:{ts:1268557200,time:"2010-03-14T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},102:{ts:1289116800,time:"2010-11-07T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},103:{ts:1300006800,time:"2011-03-13T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},104:{ts:1320566400,time:"2011-11-06T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},105:{ts:1331456400,time:"2012-03-11T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},106:{ts:1352016000,time:"2012-11-04T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},107:{ts:1362906000,time:"2013-03-10T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},108:{ts:1383465600,time:"2013-11-03T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},109:{ts:1394355600,time:"2014-03-09T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},110:{ts:1414915200,time:"2014-11-02T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},111:{ts:1425805200,time:"2015-03-08T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},112:{ts:1446364800,time:"2015-11-01T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},113:{ts:1457859600,time:"2016-03-13T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},114:{ts:1478419200,time:"2016-11-06T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},115:{ts:1489309200,time:"2017-03-12T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},116:{ts:1509868800,time:"2017-11-05T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},117:{ts:1520758800,time:"2018-03-11T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},118:{ts:1541318400,time:"2018-11-04T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},119:{ts:1552208400,time:"2019-03-10T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},120:{ts:1572768000,time:"2019-11-03T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},121:{ts:1583658000,time:"2020-03-08T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},122:{ts:1604217600,time:"2020-11-01T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},123:{ts:1615712400,time:"2021-03-14T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},124:{ts:1636272000,time:"2021-11-07T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},125:{ts:1647162000,time:"2022-03-13T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},126:{ts:1667721600,time:"2022-11-06T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},127:{ts:1678611600,time:"2023-03-12T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},128:{ts:1699171200,time:"2023-11-05T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},129:{ts:1710061200,time:"2024-03-10T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},130:{ts:1730620800,time:"2024-11-03T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},131:{ts:1741510800,time:"2025-03-09T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},132:{ts:1762070400,time:"2025-11-02T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},133:{ts:1772960400,time:"2026-03-08T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},134:{ts:1793520000,time:"2026-11-01T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},135:{ts:1805014800,time:"2027-03-14T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},136:{ts:1825574400,time:"2027-11-07T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},137:{ts:1836464400,time:"2028-03-12T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},138:{ts:1857024000,time:"2028-11-05T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},139:{ts:1867914000,time:"2029-03-11T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},140:{ts:1888473600,time:"2029-11-04T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},141:{ts:1899363600,time:"2030-03-10T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},142:{ts:1919923200,time:"2030-11-03T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},143:{ts:1930813200,time:"2031-03-09T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},144:{ts:1951372800,time:"2031-11-02T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},145:{ts:1962867600,time:"2032-03-14T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},146:{ts:1983427200,time:"2032-11-07T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},147:{ts:1994317200,time:"2033-03-13T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},148:{ts:2014876800,time:"2033-11-06T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},149:{ts:2025766800,time:"2034-03-12T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},150:{ts:2046326400,time:"2034-11-05T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},151:{ts:2057216400,time:"2035-03-11T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},152:{ts:2077776000,time:"2035-11-04T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},153:{ts:2088666000,time:"2036-03-09T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},154:{ts:2109225600,time:"2036-11-02T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},155:{ts:2120115600,time:"2037-03-08T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},156:{ts:2140675200,time:"2037-11-01T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"}},"America/Detroit":{0:{ts:-2051202469,time:"1905-01-01T05:32:11+0000",offset:-21600,isdst:false,abbr:"CST"},1:{ts:-1724083200,time:"1915-05-15T08:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},2:{ts:-880218000,time:"1942-02-09T07:00:00+0000",offset:-14400,isdst:true,abbr:"EWT"},3:{ts:-769395600,time:"1945-08-14T23:00:00+0000",offset:-14400,isdst:true,abbr:"EPT"},4:{ts:-765396000,time:"1945-09-30T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},5:{ts:-684349200,time:"1948-04-25T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},6:{ts:-671047200,time:"1948-09-26T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},7:{ts:-80499600,time:"1967-06-14T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},8:{ts:-68666400,time:"1967-10-29T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},9:{ts:104914800,time:"1973-04-29T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},10:{ts:120636000,time:"1973-10-28T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},11:{ts:126687600,time:"1974-01-06T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},12:{ts:152085600,time:"1974-10-27T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},13:{ts:167814000,time:"1975-04-27T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},14:{ts:183535200,time:"1975-10-26T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},15:{ts:199263600,time:"1976-04-25T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},16:{ts:215589600,time:"1976-10-31T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},17:{ts:230713200,time:"1977-04-24T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},18:{ts:247039200,time:"1977-10-30T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},19:{ts:262767600,time:"1978-04-30T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},20:{ts:278488800,time:"1978-10-29T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},21:{ts:294217200,time:"1979-04-29T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},22:{ts:309938400,time:"1979-10-28T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},23:{ts:325666800,time:"1980-04-27T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},24:{ts:341388000,time:"1980-10-26T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},25:{ts:357116400,time:"1981-04-26T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},26:{ts:372837600,time:"1981-10-25T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},27:{ts:388566000,time:"1982-04-25T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},28:{ts:404892000,time:"1982-10-31T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},29:{ts:420015600,time:"1983-04-24T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},30:{ts:436341600,time:"1983-10-30T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},31:{ts:452070000,time:"1984-04-29T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},32:{ts:467791200,time:"1984-10-28T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},33:{ts:483519600,time:"1985-04-28T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},34:{ts:499240800,time:"1985-10-27T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},35:{ts:514969200,time:"1986-04-27T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},36:{ts:530690400,time:"1986-10-26T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},37:{ts:544604400,time:"1987-04-05T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},38:{ts:562140000,time:"1987-10-25T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},39:{ts:576054000,time:"1988-04-03T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},40:{ts:594194400,time:"1988-10-30T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},41:{ts:607503600,time:"1989-04-02T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},42:{ts:625644000,time:"1989-10-29T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},43:{ts:638953200,time:"1990-04-01T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},44:{ts:657093600,time:"1990-10-28T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},45:{ts:671007600,time:"1991-04-07T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},46:{ts:688543200,time:"1991-10-27T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},47:{ts:702457200,time:"1992-04-05T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},48:{ts:719992800,time:"1992-10-25T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},49:{ts:733906800,time:"1993-04-04T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},50:{ts:752047200,time:"1993-10-31T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},51:{ts:765356400,time:"1994-04-03T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},52:{ts:783496800,time:"1994-10-30T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},53:{ts:796806000,time:"1995-04-02T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},54:{ts:814946400,time:"1995-10-29T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},55:{ts:828860400,time:"1996-04-07T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},56:{ts:846396000,time:"1996-10-27T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},57:{ts:860310000,time:"1997-04-06T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},58:{ts:877845600,time:"1997-10-26T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},59:{ts:891759600,time:"1998-04-05T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},60:{ts:909295200,time:"1998-10-25T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},61:{ts:923209200,time:"1999-04-04T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},62:{ts:941349600,time:"1999-10-31T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},63:{ts:954658800,time:"2000-04-02T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},64:{ts:972799200,time:"2000-10-29T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},65:{ts:986108400,time:"2001-04-01T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},66:{ts:1004248800,time:"2001-10-28T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},67:{ts:1018162800,time:"2002-04-07T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},68:{ts:1035698400,time:"2002-10-27T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},69:{ts:1049612400,time:"2003-04-06T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},70:{ts:1067148000,time:"2003-10-26T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},71:{ts:1081062000,time:"2004-04-04T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},72:{ts:1099202400,time:"2004-10-31T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},73:{ts:1112511600,time:"2005-04-03T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},74:{ts:1130652000,time:"2005-10-30T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},75:{ts:1143961200,time:"2006-04-02T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},76:{ts:1162101600,time:"2006-10-29T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},77:{ts:1173596400,time:"2007-03-11T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},78:{ts:1194156000,time:"2007-11-04T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},79:{ts:1205046000,time:"2008-03-09T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},80:{ts:1225605600,time:"2008-11-02T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},81:{ts:1236495600,time:"2009-03-08T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},82:{ts:1257055200,time:"2009-11-01T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},83:{ts:1268550000,time:"2010-03-14T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},84:{ts:1289109600,time:"2010-11-07T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},85:{ts:1299999600,time:"2011-03-13T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},86:{ts:1320559200,time:"2011-11-06T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},87:{ts:1331449200,time:"2012-03-11T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},88:{ts:1352008800,time:"2012-11-04T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},89:{ts:1362898800,time:"2013-03-10T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},90:{ts:1383458400,time:"2013-11-03T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},91:{ts:1394348400,time:"2014-03-09T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},92:{ts:1414908000,time:"2014-11-02T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},93:{ts:1425798000,time:"2015-03-08T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},94:{ts:1446357600,time:"2015-11-01T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},95:{ts:1457852400,time:"2016-03-13T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},96:{ts:1478412000,time:"2016-11-06T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},97:{ts:1489302000,time:"2017-03-12T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},98:{ts:1509861600,time:"2017-11-05T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},99:{ts:1520751600,time:"2018-03-11T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},100:{ts:1541311200,time:"2018-11-04T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},101:{ts:1552201200,time:"2019-03-10T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},102:{ts:1572760800,time:"2019-11-03T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},103:{ts:1583650800,time:"2020-03-08T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},104:{ts:1604210400,time:"2020-11-01T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},105:{ts:1615705200,time:"2021-03-14T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},106:{ts:1636264800,time:"2021-11-07T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},107:{ts:1647154800,time:"2022-03-13T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},108:{ts:1667714400,time:"2022-11-06T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},109:{ts:1678604400,time:"2023-03-12T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},110:{ts:1699164000,time:"2023-11-05T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},111:{ts:1710054000,time:"2024-03-10T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},112:{ts:1730613600,time:"2024-11-03T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},113:{ts:1741503600,time:"2025-03-09T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},114:{ts:1762063200,time:"2025-11-02T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},115:{ts:1772953200,time:"2026-03-08T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},116:{ts:1793512800,time:"2026-11-01T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},117:{ts:1805007600,time:"2027-03-14T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},118:{ts:1825567200,time:"2027-11-07T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},119:{ts:1836457200,time:"2028-03-12T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},120:{ts:1857016800,time:"2028-11-05T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},121:{ts:1867906800,time:"2029-03-11T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},122:{ts:1888466400,time:"2029-11-04T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},123:{ts:1899356400,time:"2030-03-10T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},124:{ts:1919916000,time:"2030-11-03T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},125:{ts:1930806000,time:"2031-03-09T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},126:{ts:1951365600,time:"2031-11-02T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},127:{ts:1962860400,time:"2032-03-14T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},128:{ts:1983420000,time:"2032-11-07T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},129:{ts:1994310000,time:"2033-03-13T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},130:{ts:2014869600,time:"2033-11-06T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},131:{ts:2025759600,time:"2034-03-12T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},132:{ts:2046319200,time:"2034-11-05T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},133:{ts:2057209200,time:"2035-03-11T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},134:{ts:2077768800,time:"2035-11-04T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},135:{ts:2088658800,time:"2036-03-09T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},136:{ts:2109218400,time:"2036-11-02T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},137:{ts:2120108400,time:"2037-03-08T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},138:{ts:2140668000,time:"2037-11-01T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"}},"America/Dominica":{0:{ts:-1846266804,time:"1911-07-01T04:06:36+0000",offset:-14400,isdst:false,abbr:"AST"}},"America/Edmonton":{0:{ts:-1998663968,time:"1906-09-01T07:33:52+0000",offset:-25200,isdst:false,abbr:"MST"},1:{ts:-1632063600,time:"1918-04-14T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},2:{ts:-1614787200,time:"1918-10-31T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},3:{ts:-1600614000,time:"1919-04-13T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},4:{ts:-1596816000,time:"1919-05-27T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},5:{ts:-1567954800,time:"1920-04-25T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},6:{ts:-1551628800,time:"1920-10-31T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},7:{ts:-1536505200,time:"1921-04-24T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},8:{ts:-1523203200,time:"1921-09-25T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},9:{ts:-1504450800,time:"1922-04-30T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},10:{ts:-1491753600,time:"1922-09-24T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},11:{ts:-1473001200,time:"1923-04-29T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},12:{ts:-1459699200,time:"1923-09-30T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},13:{ts:-880210800,time:"1942-02-09T09:00:00+0000",offset:-21600,isdst:true,abbr:"MWT"},14:{ts:-769395600,time:"1945-08-14T23:00:00+0000",offset:-21600,isdst:true,abbr:"MPT"},15:{ts:-765388800,time:"1945-09-30T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},16:{ts:-715791600,time:"1947-04-27T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},17:{ts:-702489600,time:"1947-09-28T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},18:{ts:-84380400,time:"1967-04-30T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},19:{ts:-68659200,time:"1967-10-29T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},20:{ts:-21481200,time:"1969-04-27T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},21:{ts:-5760000,time:"1969-10-26T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},22:{ts:73472400,time:"1972-04-30T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},23:{ts:89193600,time:"1972-10-29T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},24:{ts:104922000,time:"1973-04-29T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},25:{ts:120643200,time:"1973-10-28T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},26:{ts:136371600,time:"1974-04-28T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},27:{ts:152092800,time:"1974-10-27T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},28:{ts:167821200,time:"1975-04-27T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},29:{ts:183542400,time:"1975-10-26T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},30:{ts:199270800,time:"1976-04-25T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},31:{ts:215596800,time:"1976-10-31T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},32:{ts:230720400,time:"1977-04-24T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},33:{ts:247046400,time:"1977-10-30T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},34:{ts:262774800,time:"1978-04-30T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},35:{ts:278496000,time:"1978-10-29T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},36:{ts:294224400,time:"1979-04-29T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},37:{ts:309945600,time:"1979-10-28T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},38:{ts:325674000,time:"1980-04-27T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},39:{ts:341395200,time:"1980-10-26T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},40:{ts:357123600,time:"1981-04-26T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},41:{ts:372844800,time:"1981-10-25T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},42:{ts:388573200,time:"1982-04-25T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},43:{ts:404899200,time:"1982-10-31T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},44:{ts:420022800,time:"1983-04-24T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},45:{ts:436348800,time:"1983-10-30T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},46:{ts:452077200,time:"1984-04-29T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},47:{ts:467798400,time:"1984-10-28T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},48:{ts:483526800,time:"1985-04-28T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},49:{ts:499248000,time:"1985-10-27T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},50:{ts:514976400,time:"1986-04-27T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},51:{ts:530697600,time:"1986-10-26T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},52:{ts:544611600,time:"1987-04-05T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},53:{ts:562147200,time:"1987-10-25T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},54:{ts:576061200,time:"1988-04-03T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},55:{ts:594201600,time:"1988-10-30T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},56:{ts:607510800,time:"1989-04-02T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},57:{ts:625651200,time:"1989-10-29T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},58:{ts:638960400,time:"1990-04-01T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},59:{ts:657100800,time:"1990-10-28T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},60:{ts:671014800,time:"1991-04-07T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},61:{ts:688550400,time:"1991-10-27T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},62:{ts:702464400,time:"1992-04-05T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},63:{ts:720000000,time:"1992-10-25T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},64:{ts:733914000,time:"1993-04-04T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},65:{ts:752054400,time:"1993-10-31T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},66:{ts:765363600,time:"1994-04-03T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},67:{ts:783504000,time:"1994-10-30T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},68:{ts:796813200,time:"1995-04-02T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},69:{ts:814953600,time:"1995-10-29T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},70:{ts:828867600,time:"1996-04-07T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},71:{ts:846403200,time:"1996-10-27T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},72:{ts:860317200,time:"1997-04-06T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},73:{ts:877852800,time:"1997-10-26T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},74:{ts:891766800,time:"1998-04-05T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},75:{ts:909302400,time:"1998-10-25T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},76:{ts:923216400,time:"1999-04-04T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},77:{ts:941356800,time:"1999-10-31T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},78:{ts:954666000,time:"2000-04-02T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},79:{ts:972806400,time:"2000-10-29T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},80:{ts:986115600,time:"2001-04-01T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},81:{ts:1004256000,time:"2001-10-28T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},82:{ts:1018170000,time:"2002-04-07T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},83:{ts:1035705600,time:"2002-10-27T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},84:{ts:1049619600,time:"2003-04-06T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},85:{ts:1067155200,time:"2003-10-26T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},86:{ts:1081069200,time:"2004-04-04T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},87:{ts:1099209600,time:"2004-10-31T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},88:{ts:1112518800,time:"2005-04-03T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},89:{ts:1130659200,time:"2005-10-30T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},90:{ts:1143968400,time:"2006-04-02T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},91:{ts:1162108800,time:"2006-10-29T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},92:{ts:1173603600,time:"2007-03-11T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},93:{ts:1194163200,time:"2007-11-04T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},94:{ts:1205053200,time:"2008-03-09T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},95:{ts:1225612800,time:"2008-11-02T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},96:{ts:1236502800,time:"2009-03-08T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},97:{ts:1257062400,time:"2009-11-01T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},98:{ts:1268557200,time:"2010-03-14T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},99:{ts:1289116800,time:"2010-11-07T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},100:{ts:1300006800,time:"2011-03-13T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},101:{ts:1320566400,time:"2011-11-06T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},102:{ts:1331456400,time:"2012-03-11T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},103:{ts:1352016000,time:"2012-11-04T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},104:{ts:1362906000,time:"2013-03-10T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},105:{ts:1383465600,time:"2013-11-03T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},106:{ts:1394355600,time:"2014-03-09T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},107:{ts:1414915200,time:"2014-11-02T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},108:{ts:1425805200,time:"2015-03-08T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},109:{ts:1446364800,time:"2015-11-01T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},110:{ts:1457859600,time:"2016-03-13T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},111:{ts:1478419200,time:"2016-11-06T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},112:{ts:1489309200,time:"2017-03-12T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},113:{ts:1509868800,time:"2017-11-05T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},114:{ts:1520758800,time:"2018-03-11T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},115:{ts:1541318400,time:"2018-11-04T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},116:{ts:1552208400,time:"2019-03-10T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},117:{ts:1572768000,time:"2019-11-03T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},118:{ts:1583658000,time:"2020-03-08T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},119:{ts:1604217600,time:"2020-11-01T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},120:{ts:1615712400,time:"2021-03-14T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},121:{ts:1636272000,time:"2021-11-07T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},122:{ts:1647162000,time:"2022-03-13T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},123:{ts:1667721600,time:"2022-11-06T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},124:{ts:1678611600,time:"2023-03-12T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},125:{ts:1699171200,time:"2023-11-05T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},126:{ts:1710061200,time:"2024-03-10T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},127:{ts:1730620800,time:"2024-11-03T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},128:{ts:1741510800,time:"2025-03-09T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},129:{ts:1762070400,time:"2025-11-02T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},130:{ts:1772960400,time:"2026-03-08T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},131:{ts:1793520000,time:"2026-11-01T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},132:{ts:1805014800,time:"2027-03-14T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},133:{ts:1825574400,time:"2027-11-07T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},134:{ts:1836464400,time:"2028-03-12T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},135:{ts:1857024000,time:"2028-11-05T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},136:{ts:1867914000,time:"2029-03-11T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},137:{ts:1888473600,time:"2029-11-04T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},138:{ts:1899363600,time:"2030-03-10T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},139:{ts:1919923200,time:"2030-11-03T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},140:{ts:1930813200,time:"2031-03-09T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},141:{ts:1951372800,time:"2031-11-02T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},142:{ts:1962867600,time:"2032-03-14T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},143:{ts:1983427200,time:"2032-11-07T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},144:{ts:1994317200,time:"2033-03-13T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},145:{ts:2014876800,time:"2033-11-06T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},146:{ts:2025766800,time:"2034-03-12T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},147:{ts:2046326400,time:"2034-11-05T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},148:{ts:2057216400,time:"2035-03-11T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},149:{ts:2077776000,time:"2035-11-04T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},150:{ts:2088666000,time:"2036-03-09T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},151:{ts:2109225600,time:"2036-11-02T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},152:{ts:2120115600,time:"2037-03-08T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},153:{ts:2140675200,time:"2037-11-01T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"}},"America/Eirunepe":{0:{ts:-1767208832,time:"1914-01-01T04:39:28+0000",offset:-18000,isdst:false,abbr:"ACT"},1:{ts:-1206950400,time:"1931-10-03T16:00:00+0000",offset:-14400,isdst:true,abbr:"ACST"},2:{ts:-1191355200,time:"1932-04-01T04:00:00+0000",offset:-18000,isdst:false,abbr:"ACT"},3:{ts:-1175367600,time:"1932-10-03T05:00:00+0000",offset:-14400,isdst:true,abbr:"ACST"},4:{ts:-1159819200,time:"1933-04-01T04:00:00+0000",offset:-18000,isdst:false,abbr:"ACT"},5:{ts:-633812400,time:"1949-12-01T05:00:00+0000",offset:-14400,isdst:true,abbr:"ACST"},6:{ts:-622062000,time:"1950-04-16T05:00:00+0000",offset:-18000,isdst:false,abbr:"ACT"},7:{ts:-602276400,time:"1950-12-01T05:00:00+0000",offset:-14400,isdst:true,abbr:"ACST"},8:{ts:-591825600,time:"1951-04-01T04:00:00+0000",offset:-18000,isdst:false,abbr:"ACT"},9:{ts:-570740400,time:"1951-12-01T05:00:00+0000",offset:-14400,isdst:true,abbr:"ACST"},10:{ts:-560203200,time:"1952-04-01T04:00:00+0000",offset:-18000,isdst:false,abbr:"ACT"},11:{ts:-539118000,time:"1952-12-01T05:00:00+0000",offset:-14400,isdst:true,abbr:"ACST"},12:{ts:-531345600,time:"1953-03-01T04:00:00+0000",offset:-18000,isdst:false,abbr:"ACT"},13:{ts:-191358000,time:"1963-12-09T05:00:00+0000",offset:-14400,isdst:true,abbr:"ACST"},14:{ts:-184190400,time:"1964-03-01T04:00:00+0000",offset:-18000,isdst:false,abbr:"ACT"},15:{ts:-155156400,time:"1965-01-31T05:00:00+0000",offset:-14400,isdst:true,abbr:"ACST"},16:{ts:-150062400,time:"1965-03-31T04:00:00+0000",offset:-18000,isdst:false,abbr:"ACT"},17:{ts:-128890800,time:"1965-12-01T05:00:00+0000",offset:-14400,isdst:true,abbr:"ACST"},18:{ts:-121118400,time:"1966-03-01T04:00:00+0000",offset:-18000,isdst:false,abbr:"ACT"},19:{ts:-99946800,time:"1966-11-01T05:00:00+0000",offset:-14400,isdst:true,abbr:"ACST"},20:{ts:-89582400,time:"1967-03-01T04:00:00+0000",offset:-18000,isdst:false,abbr:"ACT"},21:{ts:-68410800,time:"1967-11-01T05:00:00+0000",offset:-14400,isdst:true,abbr:"ACST"},22:{ts:-57960000,time:"1968-03-01T04:00:00+0000",offset:-18000,isdst:false,abbr:"ACT"},23:{ts:499755600,time:"1985-11-02T05:00:00+0000",offset:-14400,isdst:true,abbr:"ACST"},24:{ts:511243200,time:"1986-03-15T04:00:00+0000",offset:-18000,isdst:false,abbr:"ACT"},25:{ts:530600400,time:"1986-10-25T05:00:00+0000",offset:-14400,isdst:true,abbr:"ACST"},26:{ts:540273600,time:"1987-02-14T04:00:00+0000",offset:-18000,isdst:false,abbr:"ACT"},27:{ts:562136400,time:"1987-10-25T05:00:00+0000",offset:-14400,isdst:true,abbr:"ACST"},28:{ts:571204800,time:"1988-02-07T04:00:00+0000",offset:-18000,isdst:false,abbr:"ACT"},29:{ts:750834000,time:"1993-10-17T05:00:00+0000",offset:-14400,isdst:true,abbr:"ACST"},30:{ts:761716800,time:"1994-02-20T04:00:00+0000",offset:-18000,isdst:false,abbr:"ACT"}},"America/El_Salvador":{0:{ts:-1546279392,time:"1921-01-01T05:56:48+0000",offset:-21600,isdst:false,abbr:"CST"},1:{ts:547020000,time:"1987-05-03T06:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},2:{ts:559717200,time:"1987-09-27T05:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},3:{ts:578469600,time:"1988-05-01T06:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},4:{ts:591166800,time:"1988-09-25T05:00:00+0000",offset:-21600,isdst:false,abbr:"CST"}},"America/Ensenada":{0:{ts:-1514736000,time:"1922-01-01T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},1:{ts:-1451667600,time:"1924-01-01T07:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},2:{ts:-1343062800,time:"1927-06-11T07:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},3:{ts:-1234803600,time:"1930-11-15T07:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},4:{ts:-1222963200,time:"1931-04-01T08:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},5:{ts:-1207242000,time:"1931-09-30T07:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},6:{ts:-873820800,time:"1942-04-24T08:00:00+0000",offset:-25200,isdst:true,abbr:"PWT"},7:{ts:-769395600,time:"1945-08-14T23:00:00+0000",offset:-25200,isdst:true,abbr:"PPT"},8:{ts:-761677200,time:"1945-11-12T07:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},9:{ts:-686073600,time:"1948-04-05T08:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},10:{ts:-661539600,time:"1949-01-14T07:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},11:{ts:-495036000,time:"1954-04-25T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},12:{ts:-481734000,time:"1954-09-26T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},13:{ts:-463586400,time:"1955-04-24T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},14:{ts:-450284400,time:"1955-09-25T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},15:{ts:-431532000,time:"1956-04-29T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},16:{ts:-418230000,time:"1956-09-30T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},17:{ts:-400082400,time:"1957-04-28T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},18:{ts:-386780400,time:"1957-09-29T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},19:{ts:-368632800,time:"1958-04-27T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},20:{ts:-355330800,time:"1958-09-28T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},21:{ts:-337183200,time:"1959-04-26T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},22:{ts:-323881200,time:"1959-09-27T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},23:{ts:-305733600,time:"1960-04-24T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},24:{ts:-292431600,time:"1960-09-25T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},25:{ts:199274400,time:"1976-04-25T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},26:{ts:215600400,time:"1976-10-31T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},27:{ts:230724000,time:"1977-04-24T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},28:{ts:247050000,time:"1977-10-30T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},29:{ts:262778400,time:"1978-04-30T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},30:{ts:278499600,time:"1978-10-29T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},31:{ts:294228000,time:"1979-04-29T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},32:{ts:309949200,time:"1979-10-28T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},33:{ts:325677600,time:"1980-04-27T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},34:{ts:341398800,time:"1980-10-26T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},35:{ts:357127200,time:"1981-04-26T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},36:{ts:372848400,time:"1981-10-25T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},37:{ts:388576800,time:"1982-04-25T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},38:{ts:404902800,time:"1982-10-31T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},39:{ts:420026400,time:"1983-04-24T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},40:{ts:436352400,time:"1983-10-30T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},41:{ts:452080800,time:"1984-04-29T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},42:{ts:467802000,time:"1984-10-28T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},43:{ts:483530400,time:"1985-04-28T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},44:{ts:499251600,time:"1985-10-27T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},45:{ts:514980000,time:"1986-04-27T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},46:{ts:530701200,time:"1986-10-26T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},47:{ts:544615200,time:"1987-04-05T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},48:{ts:562150800,time:"1987-10-25T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},49:{ts:576064800,time:"1988-04-03T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},50:{ts:594205200,time:"1988-10-30T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},51:{ts:607514400,time:"1989-04-02T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},52:{ts:625654800,time:"1989-10-29T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},53:{ts:638964000,time:"1990-04-01T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},54:{ts:657104400,time:"1990-10-28T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},55:{ts:671018400,time:"1991-04-07T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},56:{ts:688554000,time:"1991-10-27T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},57:{ts:702468000,time:"1992-04-05T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},58:{ts:720003600,time:"1992-10-25T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},59:{ts:733917600,time:"1993-04-04T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},60:{ts:752058000,time:"1993-10-31T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},61:{ts:765367200,time:"1994-04-03T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},62:{ts:783507600,time:"1994-10-30T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},63:{ts:796816800,time:"1995-04-02T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},64:{ts:814957200,time:"1995-10-29T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},65:{ts:828871200,time:"1996-04-07T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},66:{ts:846406800,time:"1996-10-27T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},67:{ts:860320800,time:"1997-04-06T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},68:{ts:877856400,time:"1997-10-26T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},69:{ts:891770400,time:"1998-04-05T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},70:{ts:909306000,time:"1998-10-25T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},71:{ts:923220000,time:"1999-04-04T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},72:{ts:941360400,time:"1999-10-31T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},73:{ts:954669600,time:"2000-04-02T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},74:{ts:972810000,time:"2000-10-29T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},75:{ts:986119200,time:"2001-04-01T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},76:{ts:1004259600,time:"2001-10-28T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},77:{ts:1018173600,time:"2002-04-07T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},78:{ts:1035709200,time:"2002-10-27T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},79:{ts:1049623200,time:"2003-04-06T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},80:{ts:1067158800,time:"2003-10-26T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},81:{ts:1081072800,time:"2004-04-04T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},82:{ts:1099213200,time:"2004-10-31T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},83:{ts:1112522400,time:"2005-04-03T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},84:{ts:1130662800,time:"2005-10-30T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},85:{ts:1143972000,time:"2006-04-02T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},86:{ts:1162112400,time:"2006-10-29T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},87:{ts:1175421600,time:"2007-04-01T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},88:{ts:1193562000,time:"2007-10-28T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},89:{ts:1207476000,time:"2008-04-06T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},90:{ts:1225011600,time:"2008-10-26T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},91:{ts:1238925600,time:"2009-04-05T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},92:{ts:1256461200,time:"2009-10-25T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},93:{ts:1270375200,time:"2010-04-04T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},94:{ts:1288515600,time:"2010-10-31T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},95:{ts:1301824800,time:"2011-04-03T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},96:{ts:1319965200,time:"2011-10-30T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},97:{ts:1333274400,time:"2012-04-01T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},98:{ts:1351414800,time:"2012-10-28T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},99:{ts:1365328800,time:"2013-04-07T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},100:{ts:1382864400,time:"2013-10-27T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},101:{ts:1396778400,time:"2014-04-06T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},102:{ts:1414314000,time:"2014-10-26T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},103:{ts:1428228000,time:"2015-04-05T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},104:{ts:1445763600,time:"2015-10-25T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},105:{ts:1459677600,time:"2016-04-03T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},106:{ts:1477818000,time:"2016-10-30T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},107:{ts:1491127200,time:"2017-04-02T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},108:{ts:1509267600,time:"2017-10-29T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},109:{ts:1522576800,time:"2018-04-01T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},110:{ts:1540717200,time:"2018-10-28T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},111:{ts:1554631200,time:"2019-04-07T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},112:{ts:1572166800,time:"2019-10-27T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},113:{ts:1586080800,time:"2020-04-05T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},114:{ts:1603616400,time:"2020-10-25T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},115:{ts:1617530400,time:"2021-04-04T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},116:{ts:1635670800,time:"2021-10-31T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},117:{ts:1648980000,time:"2022-04-03T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},118:{ts:1667120400,time:"2022-10-30T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},119:{ts:1680429600,time:"2023-04-02T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},120:{ts:1698570000,time:"2023-10-29T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},121:{ts:1712484000,time:"2024-04-07T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},122:{ts:1730019600,time:"2024-10-27T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},123:{ts:1743933600,time:"2025-04-06T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},124:{ts:1761469200,time:"2025-10-26T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},125:{ts:1775383200,time:"2026-04-05T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},126:{ts:1792918800,time:"2026-10-25T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},127:{ts:1806832800,time:"2027-04-04T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},128:{ts:1824973200,time:"2027-10-31T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},129:{ts:1838282400,time:"2028-04-02T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},130:{ts:1856422800,time:"2028-10-29T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},131:{ts:1869732000,time:"2029-04-01T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},132:{ts:1887872400,time:"2029-10-28T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},133:{ts:1901786400,time:"2030-04-07T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},134:{ts:1919322000,time:"2030-10-27T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},135:{ts:1933236000,time:"2031-04-06T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},136:{ts:1950771600,time:"2031-10-26T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},137:{ts:1964685600,time:"2032-04-04T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},138:{ts:1982826000,time:"2032-10-31T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},139:{ts:1996135200,time:"2033-04-03T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},140:{ts:2014275600,time:"2033-10-30T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},141:{ts:2027584800,time:"2034-04-02T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},142:{ts:2045725200,time:"2034-10-29T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},143:{ts:2059034400,time:"2035-04-01T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},144:{ts:2077174800,time:"2035-10-28T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},145:{ts:2091088800,time:"2036-04-06T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},146:{ts:2108624400,time:"2036-10-26T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},147:{ts:2122538400,time:"2037-04-05T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},148:{ts:2140074000,time:"2037-10-25T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"}},"America/Fort_Wayne":{0:{ts:-1633276800,time:"1918-03-31T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},1:{ts:-1615136400,time:"1918-10-27T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},2:{ts:-1601827200,time:"1919-03-30T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},3:{ts:-1583686800,time:"1919-10-26T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},4:{ts:-900259200,time:"1941-06-22T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},5:{ts:-891795600,time:"1941-09-28T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},6:{ts:-880214400,time:"1942-02-09T08:00:00+0000",offset:-18000,isdst:true,abbr:"CWT"},7:{ts:-769395600,time:"1945-08-14T23:00:00+0000",offset:-18000,isdst:true,abbr:"CPT"},8:{ts:-765392400,time:"1945-09-30T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},9:{ts:-747244800,time:"1946-04-28T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},10:{ts:-733942800,time:"1946-09-29T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},11:{ts:-715795200,time:"1947-04-27T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},12:{ts:-702493200,time:"1947-09-28T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},13:{ts:-684345600,time:"1948-04-25T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},14:{ts:-671043600,time:"1948-09-26T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},15:{ts:-652896000,time:"1949-04-24T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},16:{ts:-639594000,time:"1949-09-25T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},17:{ts:-620841600,time:"1950-04-30T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},18:{ts:-608144400,time:"1950-09-24T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},19:{ts:-589392000,time:"1951-04-29T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},20:{ts:-576090000,time:"1951-09-30T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},21:{ts:-557942400,time:"1952-04-27T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},22:{ts:-544640400,time:"1952-09-28T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},23:{ts:-526492800,time:"1953-04-26T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},24:{ts:-513190800,time:"1953-09-27T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},25:{ts:-495043200,time:"1954-04-25T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},26:{ts:-481741200,time:"1954-09-26T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},27:{ts:-463593600,time:"1955-04-24T08:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},28:{ts:-386787600,time:"1957-09-29T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},29:{ts:-368640000,time:"1958-04-27T08:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},30:{ts:-21488400,time:"1969-04-27T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},31:{ts:-5767200,time:"1969-10-26T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},32:{ts:9961200,time:"1970-04-26T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},33:{ts:25682400,time:"1970-10-25T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},34:{ts:1143961200,time:"2006-04-02T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},35:{ts:1162101600,time:"2006-10-29T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},36:{ts:1173596400,time:"2007-03-11T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},37:{ts:1194156000,time:"2007-11-04T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},38:{ts:1205046000,time:"2008-03-09T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},39:{ts:1225605600,time:"2008-11-02T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},40:{ts:1236495600,time:"2009-03-08T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},41:{ts:1257055200,time:"2009-11-01T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},42:{ts:1268550000,time:"2010-03-14T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},43:{ts:1289109600,time:"2010-11-07T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},44:{ts:1299999600,time:"2011-03-13T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},45:{ts:1320559200,time:"2011-11-06T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},46:{ts:1331449200,time:"2012-03-11T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},47:{ts:1352008800,time:"2012-11-04T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},48:{ts:1362898800,time:"2013-03-10T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},49:{ts:1383458400,time:"2013-11-03T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},50:{ts:1394348400,time:"2014-03-09T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},51:{ts:1414908000,time:"2014-11-02T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},52:{ts:1425798000,time:"2015-03-08T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},53:{ts:1446357600,time:"2015-11-01T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},54:{ts:1457852400,time:"2016-03-13T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},55:{ts:1478412000,time:"2016-11-06T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},56:{ts:1489302000,time:"2017-03-12T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},57:{ts:1509861600,time:"2017-11-05T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},58:{ts:1520751600,time:"2018-03-11T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},59:{ts:1541311200,time:"2018-11-04T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},60:{ts:1552201200,time:"2019-03-10T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},61:{ts:1572760800,time:"2019-11-03T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},62:{ts:1583650800,time:"2020-03-08T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},63:{ts:1604210400,time:"2020-11-01T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},64:{ts:1615705200,time:"2021-03-14T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},65:{ts:1636264800,time:"2021-11-07T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},66:{ts:1647154800,time:"2022-03-13T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},67:{ts:1667714400,time:"2022-11-06T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},68:{ts:1678604400,time:"2023-03-12T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},69:{ts:1699164000,time:"2023-11-05T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},70:{ts:1710054000,time:"2024-03-10T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},71:{ts:1730613600,time:"2024-11-03T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},72:{ts:1741503600,time:"2025-03-09T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},73:{ts:1762063200,time:"2025-11-02T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},74:{ts:1772953200,time:"2026-03-08T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},75:{ts:1793512800,time:"2026-11-01T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},76:{ts:1805007600,time:"2027-03-14T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},77:{ts:1825567200,time:"2027-11-07T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},78:{ts:1836457200,time:"2028-03-12T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},79:{ts:1857016800,time:"2028-11-05T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},80:{ts:1867906800,time:"2029-03-11T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},81:{ts:1888466400,time:"2029-11-04T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},82:{ts:1899356400,time:"2030-03-10T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},83:{ts:1919916000,time:"2030-11-03T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},84:{ts:1930806000,time:"2031-03-09T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},85:{ts:1951365600,time:"2031-11-02T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},86:{ts:1962860400,time:"2032-03-14T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},87:{ts:1983420000,time:"2032-11-07T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},88:{ts:1994310000,time:"2033-03-13T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},89:{ts:2014869600,time:"2033-11-06T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},90:{ts:2025759600,time:"2034-03-12T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},91:{ts:2046319200,time:"2034-11-05T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},92:{ts:2057209200,time:"2035-03-11T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},93:{ts:2077768800,time:"2035-11-04T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},94:{ts:2088658800,time:"2036-03-09T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},95:{ts:2109218400,time:"2036-11-02T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},96:{ts:2120108400,time:"2037-03-08T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},97:{ts:2140668000,time:"2037-11-01T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"}},"America/Fortaleza":{0:{ts:-1767216360,time:"1914-01-01T02:34:00+0000",offset:-10800,isdst:false,abbr:"BRT"},1:{ts:-1206957600,time:"1931-10-03T14:00:00+0000",offset:-7200,isdst:true,abbr:"BRST"},2:{ts:-1191362400,time:"1932-04-01T02:00:00+0000",offset:-10800,isdst:false,abbr:"BRT"},3:{ts:-1175374800,time:"1932-10-03T03:00:00+0000",offset:-7200,isdst:true,abbr:"BRST"},4:{ts:-1159826400,time:"1933-04-01T02:00:00+0000",offset:-10800,isdst:false,abbr:"BRT"},5:{ts:-633819600,time:"1949-12-01T03:00:00+0000",offset:-7200,isdst:true,abbr:"BRST"},6:{ts:-622069200,time:"1950-04-16T03:00:00+0000",offset:-10800,isdst:false,abbr:"BRT"},7:{ts:-602283600,time:"1950-12-01T03:00:00+0000",offset:-7200,isdst:true,abbr:"BRST"},8:{ts:-591832800,time:"1951-04-01T02:00:00+0000",offset:-10800,isdst:false,abbr:"BRT"},9:{ts:-570747600,time:"1951-12-01T03:00:00+0000",offset:-7200,isdst:true,abbr:"BRST"},10:{ts:-560210400,time:"1952-04-01T02:00:00+0000",offset:-10800,isdst:false,abbr:"BRT"},11:{ts:-539125200,time:"1952-12-01T03:00:00+0000",offset:-7200,isdst:true,abbr:"BRST"},12:{ts:-531352800,time:"1953-03-01T02:00:00+0000",offset:-10800,isdst:false,abbr:"BRT"},13:{ts:-191365200,time:"1963-12-09T03:00:00+0000",offset:-7200,isdst:true,abbr:"BRST"},14:{ts:-184197600,time:"1964-03-01T02:00:00+0000",offset:-10800,isdst:false,abbr:"BRT"},15:{ts:-155163600,time:"1965-01-31T03:00:00+0000",offset:-7200,isdst:true,abbr:"BRST"},16:{ts:-150069600,time:"1965-03-31T02:00:00+0000",offset:-10800,isdst:false,abbr:"BRT"},17:{ts:-128898000,time:"1965-12-01T03:00:00+0000",offset:-7200,isdst:true,abbr:"BRST"},18:{ts:-121125600,time:"1966-03-01T02:00:00+0000",offset:-10800,isdst:false,abbr:"BRT"},19:{ts:-99954000,time:"1966-11-01T03:00:00+0000",offset:-7200,isdst:true,abbr:"BRST"},20:{ts:-89589600,time:"1967-03-01T02:00:00+0000",offset:-10800,isdst:false,abbr:"BRT"},21:{ts:-68418000,time:"1967-11-01T03:00:00+0000",offset:-7200,isdst:true,abbr:"BRST"},22:{ts:-57967200,time:"1968-03-01T02:00:00+0000",offset:-10800,isdst:false,abbr:"BRT"},23:{ts:499748400,time:"1985-11-02T03:00:00+0000",offset:-7200,isdst:true,abbr:"BRST"},24:{ts:511236000,time:"1986-03-15T02:00:00+0000",offset:-10800,isdst:false,abbr:"BRT"},25:{ts:530593200,time:"1986-10-25T03:00:00+0000",offset:-7200,isdst:true,abbr:"BRST"},26:{ts:540266400,time:"1987-02-14T02:00:00+0000",offset:-10800,isdst:false,abbr:"BRT"},27:{ts:562129200,time:"1987-10-25T03:00:00+0000",offset:-7200,isdst:true,abbr:"BRST"},28:{ts:571197600,time:"1988-02-07T02:00:00+0000",offset:-10800,isdst:false,abbr:"BRT"},29:{ts:592974000,time:"1988-10-16T03:00:00+0000",offset:-7200,isdst:true,abbr:"BRST"},30:{ts:602042400,time:"1989-01-29T02:00:00+0000",offset:-10800,isdst:false,abbr:"BRT"},31:{ts:624423600,time:"1989-10-15T03:00:00+0000",offset:-7200,isdst:true,abbr:"BRST"},32:{ts:634701600,time:"1990-02-11T02:00:00+0000",offset:-10800,isdst:false,abbr:"BRT"},33:{ts:938919600,time:"1999-10-03T03:00:00+0000",offset:-7200,isdst:true,abbr:"BRST"},34:{ts:951616800,time:"2000-02-27T02:00:00+0000",offset:-10800,isdst:false,abbr:"BRT"},35:{ts:970974000,time:"2000-10-08T03:00:00+0000",offset:-7200,isdst:true,abbr:"BRST"},36:{ts:972180000,time:"2000-10-22T02:00:00+0000",offset:-10800,isdst:false,abbr:"BRT"},37:{ts:1003028400,time:"2001-10-14T03:00:00+0000",offset:-7200,isdst:true,abbr:"BRST"},38:{ts:1013911200,time:"2002-02-17T02:00:00+0000",offset:-10800,isdst:false,abbr:"BRT"}},"America/Glace_Bay":{0:{ts:-2131646412,time:"1902-06-15T03:59:48+0000",offset:-14400,isdst:false,abbr:"AST"},1:{ts:-1632074400,time:"1918-04-14T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},2:{ts:-1614798000,time:"1918-10-31T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},3:{ts:-880221600,time:"1942-02-09T06:00:00+0000",offset:-10800,isdst:true,abbr:"AWT"},4:{ts:-769395600,time:"1945-08-14T23:00:00+0000",offset:-10800,isdst:true,abbr:"APT"},5:{ts:-765399600,time:"1945-09-30T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},6:{ts:-526500000,time:"1953-04-26T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},7:{ts:-513198000,time:"1953-09-27T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},8:{ts:73461600,time:"1972-04-30T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},9:{ts:89182800,time:"1972-10-29T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},10:{ts:104911200,time:"1973-04-29T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},11:{ts:120632400,time:"1973-10-28T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},12:{ts:136360800,time:"1974-04-28T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},13:{ts:152082000,time:"1974-10-27T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},14:{ts:167810400,time:"1975-04-27T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},15:{ts:183531600,time:"1975-10-26T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},16:{ts:199260000,time:"1976-04-25T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},17:{ts:215586000,time:"1976-10-31T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},18:{ts:230709600,time:"1977-04-24T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},19:{ts:247035600,time:"1977-10-30T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},20:{ts:262764000,time:"1978-04-30T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},21:{ts:278485200,time:"1978-10-29T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},22:{ts:294213600,time:"1979-04-29T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},23:{ts:309934800,time:"1979-10-28T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},24:{ts:325663200,time:"1980-04-27T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},25:{ts:341384400,time:"1980-10-26T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},26:{ts:357112800,time:"1981-04-26T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},27:{ts:372834000,time:"1981-10-25T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},28:{ts:388562400,time:"1982-04-25T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},29:{ts:404888400,time:"1982-10-31T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},30:{ts:420012000,time:"1983-04-24T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},31:{ts:436338000,time:"1983-10-30T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},32:{ts:452066400,time:"1984-04-29T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},33:{ts:467787600,time:"1984-10-28T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},34:{ts:483516000,time:"1985-04-28T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},35:{ts:499237200,time:"1985-10-27T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},36:{ts:514965600,time:"1986-04-27T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},37:{ts:530686800,time:"1986-10-26T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},38:{ts:544600800,time:"1987-04-05T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},39:{ts:562136400,time:"1987-10-25T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},40:{ts:576050400,time:"1988-04-03T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},41:{ts:594190800,time:"1988-10-30T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},42:{ts:607500000,time:"1989-04-02T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},43:{ts:625640400,time:"1989-10-29T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},44:{ts:638949600,time:"1990-04-01T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},45:{ts:657090000,time:"1990-10-28T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},46:{ts:671004000,time:"1991-04-07T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},47:{ts:688539600,time:"1991-10-27T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},48:{ts:702453600,time:"1992-04-05T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},49:{ts:719989200,time:"1992-10-25T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},50:{ts:733903200,time:"1993-04-04T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},51:{ts:752043600,time:"1993-10-31T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},52:{ts:765352800,time:"1994-04-03T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},53:{ts:783493200,time:"1994-10-30T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},54:{ts:796802400,time:"1995-04-02T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},55:{ts:814942800,time:"1995-10-29T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},56:{ts:828856800,time:"1996-04-07T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},57:{ts:846392400,time:"1996-10-27T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},58:{ts:860306400,time:"1997-04-06T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},59:{ts:877842000,time:"1997-10-26T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},60:{ts:891756000,time:"1998-04-05T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},61:{ts:909291600,time:"1998-10-25T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},62:{ts:923205600,time:"1999-04-04T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},63:{ts:941346000,time:"1999-10-31T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},64:{ts:954655200,time:"2000-04-02T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},65:{ts:972795600,time:"2000-10-29T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},66:{ts:986104800,time:"2001-04-01T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},67:{ts:1004245200,time:"2001-10-28T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},68:{ts:1018159200,time:"2002-04-07T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},69:{ts:1035694800,time:"2002-10-27T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},70:{ts:1049608800,time:"2003-04-06T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},71:{ts:1067144400,time:"2003-10-26T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},72:{ts:1081058400,time:"2004-04-04T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},73:{ts:1099198800,time:"2004-10-31T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},74:{ts:1112508000,time:"2005-04-03T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},75:{ts:1130648400,time:"2005-10-30T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},76:{ts:1143957600,time:"2006-04-02T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},77:{ts:1162098000,time:"2006-10-29T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},78:{ts:1173592800,time:"2007-03-11T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},79:{ts:1194152400,time:"2007-11-04T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},80:{ts:1205042400,time:"2008-03-09T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},81:{ts:1225602000,time:"2008-11-02T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},82:{ts:1236492000,time:"2009-03-08T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},83:{ts:1257051600,time:"2009-11-01T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},84:{ts:1268546400,time:"2010-03-14T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},85:{ts:1289106000,time:"2010-11-07T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},86:{ts:1299996000,time:"2011-03-13T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},87:{ts:1320555600,time:"2011-11-06T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},88:{ts:1331445600,time:"2012-03-11T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},89:{ts:1352005200,time:"2012-11-04T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},90:{ts:1362895200,time:"2013-03-10T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},91:{ts:1383454800,time:"2013-11-03T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},92:{ts:1394344800,time:"2014-03-09T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},93:{ts:1414904400,time:"2014-11-02T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},94:{ts:1425794400,time:"2015-03-08T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},95:{ts:1446354000,time:"2015-11-01T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},96:{ts:1457848800,time:"2016-03-13T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},97:{ts:1478408400,time:"2016-11-06T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},98:{ts:1489298400,time:"2017-03-12T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},99:{ts:1509858000,time:"2017-11-05T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},100:{ts:1520748000,time:"2018-03-11T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},101:{ts:1541307600,time:"2018-11-04T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},102:{ts:1552197600,time:"2019-03-10T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},103:{ts:1572757200,time:"2019-11-03T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},104:{ts:1583647200,time:"2020-03-08T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},105:{ts:1604206800,time:"2020-11-01T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},106:{ts:1615701600,time:"2021-03-14T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},107:{ts:1636261200,time:"2021-11-07T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},108:{ts:1647151200,time:"2022-03-13T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},109:{ts:1667710800,time:"2022-11-06T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},110:{ts:1678600800,time:"2023-03-12T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},111:{ts:1699160400,time:"2023-11-05T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},112:{ts:1710050400,time:"2024-03-10T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},113:{ts:1730610000,time:"2024-11-03T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},114:{ts:1741500000,time:"2025-03-09T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},115:{ts:1762059600,time:"2025-11-02T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},116:{ts:1772949600,time:"2026-03-08T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},117:{ts:1793509200,time:"2026-11-01T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},118:{ts:1805004000,time:"2027-03-14T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},119:{ts:1825563600,time:"2027-11-07T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},120:{ts:1836453600,time:"2028-03-12T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},121:{ts:1857013200,time:"2028-11-05T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},122:{ts:1867903200,time:"2029-03-11T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},123:{ts:1888462800,time:"2029-11-04T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},124:{ts:1899352800,time:"2030-03-10T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},125:{ts:1919912400,time:"2030-11-03T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},126:{ts:1930802400,time:"2031-03-09T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},127:{ts:1951362000,time:"2031-11-02T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},128:{ts:1962856800,time:"2032-03-14T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},129:{ts:1983416400,time:"2032-11-07T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},130:{ts:1994306400,time:"2033-03-13T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},131:{ts:2014866000,time:"2033-11-06T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},132:{ts:2025756000,time:"2034-03-12T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},133:{ts:2046315600,time:"2034-11-05T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},134:{ts:2057205600,time:"2035-03-11T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},135:{ts:2077765200,time:"2035-11-04T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},136:{ts:2088655200,time:"2036-03-09T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},137:{ts:2109214800,time:"2036-11-02T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},138:{ts:2120104800,time:"2037-03-08T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},139:{ts:2140664400,time:"2037-11-01T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"}},"America/Godthab":{0:{ts:-1686083584,time:"1916-07-28T03:26:56+0000",offset:-10800,isdst:false,abbr:"WGT"},1:{ts:323845200,time:"1980-04-06T05:00:00+0000",offset:-7200,isdst:true,abbr:"WGST"},2:{ts:338950800,time:"1980-09-28T01:00:00+0000",offset:-10800,isdst:false,abbr:"WGT"},3:{ts:354675600,time:"1981-03-29T01:00:00+0000",offset:-7200,isdst:true,abbr:"WGST"},4:{ts:370400400,time:"1981-09-27T01:00:00+0000",offset:-10800,isdst:false,abbr:"WGT"},5:{ts:386125200,time:"1982-03-28T01:00:00+0000",offset:-7200,isdst:true,abbr:"WGST"},6:{ts:401850000,time:"1982-09-26T01:00:00+0000",offset:-10800,isdst:false,abbr:"WGT"},7:{ts:417574800,time:"1983-03-27T01:00:00+0000",offset:-7200,isdst:true,abbr:"WGST"},8:{ts:433299600,time:"1983-09-25T01:00:00+0000",offset:-10800,isdst:false,abbr:"WGT"},9:{ts:449024400,time:"1984-03-25T01:00:00+0000",offset:-7200,isdst:true,abbr:"WGST"},10:{ts:465354000,time:"1984-09-30T01:00:00+0000",offset:-10800,isdst:false,abbr:"WGT"},11:{ts:481078800,time:"1985-03-31T01:00:00+0000",offset:-7200,isdst:true,abbr:"WGST"},12:{ts:496803600,time:"1985-09-29T01:00:00+0000",offset:-10800,isdst:false,abbr:"WGT"},13:{ts:512528400,time:"1986-03-30T01:00:00+0000",offset:-7200,isdst:true,abbr:"WGST"},14:{ts:528253200,time:"1986-09-28T01:00:00+0000",offset:-10800,isdst:false,abbr:"WGT"},15:{ts:543978000,time:"1987-03-29T01:00:00+0000",offset:-7200,isdst:true,abbr:"WGST"},16:{ts:559702800,time:"1987-09-27T01:00:00+0000",offset:-10800,isdst:false,abbr:"WGT"},17:{ts:575427600,time:"1988-03-27T01:00:00+0000",offset:-7200,isdst:true,abbr:"WGST"},18:{ts:591152400,time:"1988-09-25T01:00:00+0000",offset:-10800,isdst:false,abbr:"WGT"},19:{ts:606877200,time:"1989-03-26T01:00:00+0000",offset:-7200,isdst:true,abbr:"WGST"},20:{ts:622602000,time:"1989-09-24T01:00:00+0000",offset:-10800,isdst:false,abbr:"WGT"},21:{ts:638326800,time:"1990-03-25T01:00:00+0000",offset:-7200,isdst:true,abbr:"WGST"},22:{ts:654656400,time:"1990-09-30T01:00:00+0000",offset:-10800,isdst:false,abbr:"WGT"},23:{ts:670381200,time:"1991-03-31T01:00:00+0000",offset:-7200,isdst:true,abbr:"WGST"},24:{ts:686106000,time:"1991-09-29T01:00:00+0000",offset:-10800,isdst:false,abbr:"WGT"},25:{ts:701830800,time:"1992-03-29T01:00:00+0000",offset:-7200,isdst:true,abbr:"WGST"},26:{ts:717555600,time:"1992-09-27T01:00:00+0000",offset:-10800,isdst:false,abbr:"WGT"},27:{ts:733280400,time:"1993-03-28T01:00:00+0000",offset:-7200,isdst:true,abbr:"WGST"},28:{ts:749005200,time:"1993-09-26T01:00:00+0000",offset:-10800,isdst:false,abbr:"WGT"},29:{ts:764730000,time:"1994-03-27T01:00:00+0000",offset:-7200,isdst:true,abbr:"WGST"},30:{ts:780454800,time:"1994-09-25T01:00:00+0000",offset:-10800,isdst:false,abbr:"WGT"},31:{ts:796179600,time:"1995-03-26T01:00:00+0000",offset:-7200,isdst:true,abbr:"WGST"},32:{ts:811904400,time:"1995-09-24T01:00:00+0000",offset:-10800,isdst:false,abbr:"WGT"},33:{ts:828234000,time:"1996-03-31T01:00:00+0000",offset:-7200,isdst:true,abbr:"WGST"},34:{ts:846378000,time:"1996-10-27T01:00:00+0000",offset:-10800,isdst:false,abbr:"WGT"},35:{ts:859683600,time:"1997-03-30T01:00:00+0000",offset:-7200,isdst:true,abbr:"WGST"},36:{ts:877827600,time:"1997-10-26T01:00:00+0000",offset:-10800,isdst:false,abbr:"WGT"},37:{ts:891133200,time:"1998-03-29T01:00:00+0000",offset:-7200,isdst:true,abbr:"WGST"},38:{ts:909277200,time:"1998-10-25T01:00:00+0000",offset:-10800,isdst:false,abbr:"WGT"},39:{ts:922582800,time:"1999-03-28T01:00:00+0000",offset:-7200,isdst:true,abbr:"WGST"},40:{ts:941331600,time:"1999-10-31T01:00:00+0000",offset:-10800,isdst:false,abbr:"WGT"},41:{ts:954032400,time:"2000-03-26T01:00:00+0000",offset:-7200,isdst:true,abbr:"WGST"},42:{ts:972781200,time:"2000-10-29T01:00:00+0000",offset:-10800,isdst:false,abbr:"WGT"},43:{ts:985482000,time:"2001-03-25T01:00:00+0000",offset:-7200,isdst:true,abbr:"WGST"},44:{ts:1004230800,time:"2001-10-28T01:00:00+0000",offset:-10800,isdst:false,abbr:"WGT"},45:{ts:1017536400,time:"2002-03-31T01:00:00+0000",offset:-7200,isdst:true,abbr:"WGST"},46:{ts:1035680400,time:"2002-10-27T01:00:00+0000",offset:-10800,isdst:false,abbr:"WGT"},47:{ts:1048986000,time:"2003-03-30T01:00:00+0000",offset:-7200,isdst:true,abbr:"WGST"},48:{ts:1067130000,time:"2003-10-26T01:00:00+0000",offset:-10800,isdst:false,abbr:"WGT"},49:{ts:1080435600,time:"2004-03-28T01:00:00+0000",offset:-7200,isdst:true,abbr:"WGST"},50:{ts:1099184400,time:"2004-10-31T01:00:00+0000",offset:-10800,isdst:false,abbr:"WGT"},51:{ts:1111885200,time:"2005-03-27T01:00:00+0000",offset:-7200,isdst:true,abbr:"WGST"},52:{ts:1130634000,time:"2005-10-30T01:00:00+0000",offset:-10800,isdst:false,abbr:"WGT"},53:{ts:1143334800,time:"2006-03-26T01:00:00+0000",offset:-7200,isdst:true,abbr:"WGST"},54:{ts:1162083600,time:"2006-10-29T01:00:00+0000",offset:-10800,isdst:false,abbr:"WGT"},55:{ts:1174784400,time:"2007-03-25T01:00:00+0000",offset:-7200,isdst:true,abbr:"WGST"},56:{ts:1193533200,time:"2007-10-28T01:00:00+0000",offset:-10800,isdst:false,abbr:"WGT"},57:{ts:1206838800,time:"2008-03-30T01:00:00+0000",offset:-7200,isdst:true,abbr:"WGST"},58:{ts:1224982800,time:"2008-10-26T01:00:00+0000",offset:-10800,isdst:false,abbr:"WGT"},59:{ts:1238288400,time:"2009-03-29T01:00:00+0000",offset:-7200,isdst:true,abbr:"WGST"},60:{ts:1256432400,time:"2009-10-25T01:00:00+0000",offset:-10800,isdst:false,abbr:"WGT"},61:{ts:1269738000,time:"2010-03-28T01:00:00+0000",offset:-7200,isdst:true,abbr:"WGST"},62:{ts:1288486800,time:"2010-10-31T01:00:00+0000",offset:-10800,isdst:false,abbr:"WGT"},63:{ts:1301187600,time:"2011-03-27T01:00:00+0000",offset:-7200,isdst:true,abbr:"WGST"},64:{ts:1319936400,time:"2011-10-30T01:00:00+0000",offset:-10800,isdst:false,abbr:"WGT"},65:{ts:1332637200,time:"2012-03-25T01:00:00+0000",offset:-7200,isdst:true,abbr:"WGST"},66:{ts:1351386000,time:"2012-10-28T01:00:00+0000",offset:-10800,isdst:false,abbr:"WGT"},67:{ts:1364691600,time:"2013-03-31T01:00:00+0000",offset:-7200,isdst:true,abbr:"WGST"},68:{ts:1382835600,time:"2013-10-27T01:00:00+0000",offset:-10800,isdst:false,abbr:"WGT"},69:{ts:1396141200,time:"2014-03-30T01:00:00+0000",offset:-7200,isdst:true,abbr:"WGST"},70:{ts:1414285200,time:"2014-10-26T01:00:00+0000",offset:-10800,isdst:false,abbr:"WGT"},71:{ts:1427590800,time:"2015-03-29T01:00:00+0000",offset:-7200,isdst:true,abbr:"WGST"},72:{ts:1445734800,time:"2015-10-25T01:00:00+0000",offset:-10800,isdst:false,abbr:"WGT"},73:{ts:1459040400,time:"2016-03-27T01:00:00+0000",offset:-7200,isdst:true,abbr:"WGST"},74:{ts:1477789200,time:"2016-10-30T01:00:00+0000",offset:-10800,isdst:false,abbr:"WGT"},75:{ts:1490490000,time:"2017-03-26T01:00:00+0000",offset:-7200,isdst:true,abbr:"WGST"},76:{ts:1509238800,time:"2017-10-29T01:00:00+0000",offset:-10800,isdst:false,abbr:"WGT"},77:{ts:1521939600,time:"2018-03-25T01:00:00+0000",offset:-7200,isdst:true,abbr:"WGST"},78:{ts:1540688400,time:"2018-10-28T01:00:00+0000",offset:-10800,isdst:false,abbr:"WGT"},79:{ts:1553994000,time:"2019-03-31T01:00:00+0000",offset:-7200,isdst:true,abbr:"WGST"},80:{ts:1572138000,time:"2019-10-27T01:00:00+0000",offset:-10800,isdst:false,abbr:"WGT"},81:{ts:1585443600,time:"2020-03-29T01:00:00+0000",offset:-7200,isdst:true,abbr:"WGST"},82:{ts:1603587600,time:"2020-10-25T01:00:00+0000",offset:-10800,isdst:false,abbr:"WGT"},83:{ts:1616893200,time:"2021-03-28T01:00:00+0000",offset:-7200,isdst:true,abbr:"WGST"},84:{ts:1635642000,time:"2021-10-31T01:00:00+0000",offset:-10800,isdst:false,abbr:"WGT"},85:{ts:1648342800,time:"2022-03-27T01:00:00+0000",offset:-7200,isdst:true,abbr:"WGST"},86:{ts:1667091600,time:"2022-10-30T01:00:00+0000",offset:-10800,isdst:false,abbr:"WGT"},87:{ts:1679792400,time:"2023-03-26T01:00:00+0000",offset:-7200,isdst:true,abbr:"WGST"},88:{ts:1698541200,time:"2023-10-29T01:00:00+0000",offset:-10800,isdst:false,abbr:"WGT"},89:{ts:1711846800,time:"2024-03-31T01:00:00+0000",offset:-7200,isdst:true,abbr:"WGST"},90:{ts:1729990800,time:"2024-10-27T01:00:00+0000",offset:-10800,isdst:false,abbr:"WGT"},91:{ts:1743296400,time:"2025-03-30T01:00:00+0000",offset:-7200,isdst:true,abbr:"WGST"},92:{ts:1761440400,time:"2025-10-26T01:00:00+0000",offset:-10800,isdst:false,abbr:"WGT"},93:{ts:1774746000,time:"2026-03-29T01:00:00+0000",offset:-7200,isdst:true,abbr:"WGST"},94:{ts:1792890000,time:"2026-10-25T01:00:00+0000",offset:-10800,isdst:false,abbr:"WGT"},95:{ts:1806195600,time:"2027-03-28T01:00:00+0000",offset:-7200,isdst:true,abbr:"WGST"},96:{ts:1824944400,time:"2027-10-31T01:00:00+0000",offset:-10800,isdst:false,abbr:"WGT"},97:{ts:1837645200,time:"2028-03-26T01:00:00+0000",offset:-7200,isdst:true,abbr:"WGST"},98:{ts:1856394000,time:"2028-10-29T01:00:00+0000",offset:-10800,isdst:false,abbr:"WGT"},99:{ts:1869094800,time:"2029-03-25T01:00:00+0000",offset:-7200,isdst:true,abbr:"WGST"},100:{ts:1887843600,time:"2029-10-28T01:00:00+0000",offset:-10800,isdst:false,abbr:"WGT"},101:{ts:1901149200,time:"2030-03-31T01:00:00+0000",offset:-7200,isdst:true,abbr:"WGST"},102:{ts:1919293200,time:"2030-10-27T01:00:00+0000",offset:-10800,isdst:false,abbr:"WGT"},103:{ts:1932598800,time:"2031-03-30T01:00:00+0000",offset:-7200,isdst:true,abbr:"WGST"},104:{ts:1950742800,time:"2031-10-26T01:00:00+0000",offset:-10800,isdst:false,abbr:"WGT"},105:{ts:1964048400,time:"2032-03-28T01:00:00+0000",offset:-7200,isdst:true,abbr:"WGST"},106:{ts:1982797200,time:"2032-10-31T01:00:00+0000",offset:-10800,isdst:false,abbr:"WGT"},107:{ts:1995498000,time:"2033-03-27T01:00:00+0000",offset:-7200,isdst:true,abbr:"WGST"},108:{ts:2014246800,time:"2033-10-30T01:00:00+0000",offset:-10800,isdst:false,abbr:"WGT"},109:{ts:2026947600,time:"2034-03-26T01:00:00+0000",offset:-7200,isdst:true,abbr:"WGST"},110:{ts:2045696400,time:"2034-10-29T01:00:00+0000",offset:-10800,isdst:false,abbr:"WGT"},111:{ts:2058397200,time:"2035-03-25T01:00:00+0000",offset:-7200,isdst:true,abbr:"WGST"},112:{ts:2077146000,time:"2035-10-28T01:00:00+0000",offset:-10800,isdst:false,abbr:"WGT"},113:{ts:2090451600,time:"2036-03-30T01:00:00+0000",offset:-7200,isdst:true,abbr:"WGST"},114:{ts:2108595600,time:"2036-10-26T01:00:00+0000",offset:-10800,isdst:false,abbr:"WGT"},115:{ts:2121901200,time:"2037-03-29T01:00:00+0000",offset:-7200,isdst:true,abbr:"WGST"},116:{ts:2140045200,time:"2037-10-25T01:00:00+0000",offset:-10800,isdst:false,abbr:"WGT"}},"America/Goose_Bay":{0:{ts:-1632076148,time:"1918-04-14T05:30:52+0000",offset:-9052,isdst:true,abbr:"NDT"},1:{ts:-1614799748,time:"1918-10-31T04:30:52+0000",offset:-12652,isdst:false,abbr:"NST"},2:{ts:-1096921748,time:"1935-03-30T03:30:52+0000",offset:-12600,isdst:false,abbr:"NST"},3:{ts:-1061670600,time:"1936-05-11T03:30:00+0000",offset:-9000,isdst:true,abbr:"NDT"},4:{ts:-1048973400,time:"1936-10-05T02:30:00+0000",offset:-12600,isdst:false,abbr:"NST"},5:{ts:-1030221000,time:"1937-05-10T03:30:00+0000",offset:-9000,isdst:true,abbr:"NDT"},6:{ts:-1017523800,time:"1937-10-04T02:30:00+0000",offset:-12600,isdst:false,abbr:"NST"},7:{ts:-998771400,time:"1938-05-09T03:30:00+0000",offset:-9000,isdst:true,abbr:"NDT"},8:{ts:-986074200,time:"1938-10-03T02:30:00+0000",offset:-12600,isdst:false,abbr:"NST"},9:{ts:-966717000,time:"1939-05-15T03:30:00+0000",offset:-9000,isdst:true,abbr:"NDT"},10:{ts:-954624600,time:"1939-10-02T02:30:00+0000",offset:-12600,isdst:false,abbr:"NST"},11:{ts:-935267400,time:"1940-05-13T03:30:00+0000",offset:-9000,isdst:true,abbr:"NDT"},12:{ts:-922570200,time:"1940-10-07T02:30:00+0000",offset:-12600,isdst:false,abbr:"NST"},13:{ts:-903817800,time:"1941-05-12T03:30:00+0000",offset:-9000,isdst:true,abbr:"NDT"},14:{ts:-891120600,time:"1941-10-06T02:30:00+0000",offset:-12600,isdst:false,abbr:"NST"},15:{ts:-872368200,time:"1942-05-11T03:30:00+0000",offset:-9000,isdst:true,abbr:"NWT"},16:{ts:-769395600,time:"1945-08-14T23:00:00+0000",offset:-9000,isdst:true,abbr:"NPT"},17:{ts:-765401400,time:"1945-09-30T04:30:00+0000",offset:-12600,isdst:false,abbr:"NST"},18:{ts:-746044200,time:"1946-05-12T05:30:00+0000",offset:-9000,isdst:true,abbr:"NDT"},19:{ts:-733347000,time:"1946-10-06T04:30:00+0000",offset:-12600,isdst:false,abbr:"NST"},20:{ts:-714594600,time:"1947-05-11T05:30:00+0000",offset:-9000,isdst:true,abbr:"NDT"},21:{ts:-701897400,time:"1947-10-05T04:30:00+0000",offset:-12600,isdst:false,abbr:"NST"},22:{ts:-683145000,time:"1948-05-09T05:30:00+0000",offset:-9000,isdst:true,abbr:"NDT"},23:{ts:-670447800,time:"1948-10-03T04:30:00+0000",offset:-12600,isdst:false,abbr:"NST"},24:{ts:-651695400,time:"1949-05-08T05:30:00+0000",offset:-9000,isdst:true,abbr:"NDT"},25:{ts:-638998200,time:"1949-10-02T04:30:00+0000",offset:-12600,isdst:false,abbr:"NST"},26:{ts:-619641000,time:"1950-05-14T05:30:00+0000",offset:-9000,isdst:true,abbr:"NDT"},27:{ts:-606943800,time:"1950-10-08T04:30:00+0000",offset:-12600,isdst:false,abbr:"NST"},28:{ts:-589401000,time:"1951-04-29T05:30:00+0000",offset:-9000,isdst:true,abbr:"NDT"},29:{ts:-576099000,time:"1951-09-30T04:30:00+0000",offset:-12600,isdst:false,abbr:"NST"},30:{ts:-557951400,time:"1952-04-27T05:30:00+0000",offset:-9000,isdst:true,abbr:"NDT"},31:{ts:-544649400,time:"1952-09-28T04:30:00+0000",offset:-12600,isdst:false,abbr:"NST"},32:{ts:-526501800,time:"1953-04-26T05:30:00+0000",offset:-9000,isdst:true,abbr:"NDT"},33:{ts:-513199800,time:"1953-09-27T04:30:00+0000",offset:-12600,isdst:false,abbr:"NST"},34:{ts:-495052200,time:"1954-04-25T05:30:00+0000",offset:-9000,isdst:true,abbr:"NDT"},35:{ts:-481750200,time:"1954-09-26T04:30:00+0000",offset:-12600,isdst:false,abbr:"NST"},36:{ts:-463602600,time:"1955-04-24T05:30:00+0000",offset:-9000,isdst:true,abbr:"NDT"},37:{ts:-450300600,time:"1955-09-25T04:30:00+0000",offset:-12600,isdst:false,abbr:"NST"},38:{ts:-431548200,time:"1956-04-29T05:30:00+0000",offset:-9000,isdst:true,abbr:"NDT"},39:{ts:-418246200,time:"1956-09-30T04:30:00+0000",offset:-12600,isdst:false,abbr:"NST"},40:{ts:-400098600,time:"1957-04-28T05:30:00+0000",offset:-9000,isdst:true,abbr:"NDT"},41:{ts:-386796600,time:"1957-09-29T04:30:00+0000",offset:-12600,isdst:false,abbr:"NST"},42:{ts:-368649000,time:"1958-04-27T05:30:00+0000",offset:-9000,isdst:true,abbr:"NDT"},43:{ts:-355347000,time:"1958-09-28T04:30:00+0000",offset:-12600,isdst:false,abbr:"NST"},44:{ts:-337199400,time:"1959-04-26T05:30:00+0000",offset:-9000,isdst:true,abbr:"NDT"},45:{ts:-323897400,time:"1959-09-27T04:30:00+0000",offset:-12600,isdst:false,abbr:"NST"},46:{ts:-305749800,time:"1960-04-24T05:30:00+0000",offset:-9000,isdst:true,abbr:"NDT"},47:{ts:-289423800,time:"1960-10-30T04:30:00+0000",offset:-12600,isdst:false,abbr:"NST"},48:{ts:-273695400,time:"1961-04-30T05:30:00+0000",offset:-9000,isdst:true,abbr:"NDT"},49:{ts:-257974200,time:"1961-10-29T04:30:00+0000",offset:-12600,isdst:false,abbr:"NST"},50:{ts:-242245800,time:"1962-04-29T05:30:00+0000",offset:-9000,isdst:true,abbr:"NDT"},51:{ts:-226524600,time:"1962-10-28T04:30:00+0000",offset:-12600,isdst:false,abbr:"NST"},52:{ts:-210796200,time:"1963-04-28T05:30:00+0000",offset:-9000,isdst:true,abbr:"NDT"},53:{ts:-195075000,time:"1963-10-27T04:30:00+0000",offset:-12600,isdst:false,abbr:"NST"},54:{ts:-179346600,time:"1964-04-26T05:30:00+0000",offset:-9000,isdst:true,abbr:"NDT"},55:{ts:-163625400,time:"1964-10-25T04:30:00+0000",offset:-12600,isdst:false,abbr:"NST"},56:{ts:-147897000,time:"1965-04-25T05:30:00+0000",offset:-9000,isdst:true,abbr:"NDT"},57:{ts:-131571000,time:"1965-10-31T04:30:00+0000",offset:-12600,isdst:false,abbr:"NST"},58:{ts:-119903400,time:"1966-03-15T05:30:00+0000",offset:-14400,isdst:false,abbr:"AST"},59:{ts:-116445600,time:"1966-04-24T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},60:{ts:-100119600,time:"1966-10-30T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},61:{ts:-84391200,time:"1967-04-30T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},62:{ts:-68670000,time:"1967-10-29T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},63:{ts:-52941600,time:"1968-04-28T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},64:{ts:-37220400,time:"1968-10-27T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},65:{ts:-21492000,time:"1969-04-27T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},66:{ts:-5770800,time:"1969-10-26T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},67:{ts:9957600,time:"1970-04-26T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},68:{ts:25678800,time:"1970-10-25T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},69:{ts:41407200,time:"1971-04-25T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},70:{ts:57733200,time:"1971-10-31T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},71:{ts:73461600,time:"1972-04-30T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},72:{ts:89182800,time:"1972-10-29T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},73:{ts:104911200,time:"1973-04-29T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},74:{ts:120632400,time:"1973-10-28T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},75:{ts:136360800,time:"1974-04-28T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},76:{ts:152082000,time:"1974-10-27T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},77:{ts:167810400,time:"1975-04-27T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},78:{ts:183531600,time:"1975-10-26T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},79:{ts:199260000,time:"1976-04-25T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},80:{ts:215586000,time:"1976-10-31T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},81:{ts:230709600,time:"1977-04-24T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},82:{ts:247035600,time:"1977-10-30T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},83:{ts:262764000,time:"1978-04-30T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},84:{ts:278485200,time:"1978-10-29T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},85:{ts:294213600,time:"1979-04-29T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},86:{ts:309934800,time:"1979-10-28T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},87:{ts:325663200,time:"1980-04-27T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},88:{ts:341384400,time:"1980-10-26T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},89:{ts:357112800,time:"1981-04-26T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},90:{ts:372834000,time:"1981-10-25T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},91:{ts:388562400,time:"1982-04-25T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},92:{ts:404888400,time:"1982-10-31T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},93:{ts:420012000,time:"1983-04-24T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},94:{ts:436338000,time:"1983-10-30T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},95:{ts:452066400,time:"1984-04-29T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},96:{ts:467787600,time:"1984-10-28T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},97:{ts:483516000,time:"1985-04-28T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},98:{ts:499237200,time:"1985-10-27T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},99:{ts:514965600,time:"1986-04-27T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},100:{ts:530686800,time:"1986-10-26T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},101:{ts:544593660,time:"1987-04-05T04:01:00+0000",offset:-10800,isdst:true,abbr:"ADT"},102:{ts:562129260,time:"1987-10-25T03:01:00+0000",offset:-14400,isdst:false,abbr:"AST"},103:{ts:576043260,time:"1988-04-03T04:01:00+0000",offset:-7200,isdst:true,abbr:"ADDT"},104:{ts:594180060,time:"1988-10-30T02:01:00+0000",offset:-14400,isdst:false,abbr:"AST"},105:{ts:607492860,time:"1989-04-02T04:01:00+0000",offset:-10800,isdst:true,abbr:"ADT"},106:{ts:625633260,time:"1989-10-29T03:01:00+0000",offset:-14400,isdst:false,abbr:"AST"},107:{ts:638942460,time:"1990-04-01T04:01:00+0000",offset:-10800,isdst:true,abbr:"ADT"},108:{ts:657082860,time:"1990-10-28T03:01:00+0000",offset:-14400,isdst:false,abbr:"AST"},109:{ts:670996860,time:"1991-04-07T04:01:00+0000",offset:-10800,isdst:true,abbr:"ADT"},110:{ts:688532460,time:"1991-10-27T03:01:00+0000",offset:-14400,isdst:false,abbr:"AST"},111:{ts:702446460,time:"1992-04-05T04:01:00+0000",offset:-10800,isdst:true,abbr:"ADT"},112:{ts:719982060,time:"1992-10-25T03:01:00+0000",offset:-14400,isdst:false,abbr:"AST"},113:{ts:733896060,time:"1993-04-04T04:01:00+0000",offset:-10800,isdst:true,abbr:"ADT"},114:{ts:752036460,time:"1993-10-31T03:01:00+0000",offset:-14400,isdst:false,abbr:"AST"},115:{ts:765345660,time:"1994-04-03T04:01:00+0000",offset:-10800,isdst:true,abbr:"ADT"},116:{ts:783486060,time:"1994-10-30T03:01:00+0000",offset:-14400,isdst:false,abbr:"AST"},117:{ts:796795260,time:"1995-04-02T04:01:00+0000",offset:-10800,isdst:true,abbr:"ADT"},118:{ts:814935660,time:"1995-10-29T03:01:00+0000",offset:-14400,isdst:false,abbr:"AST"},119:{ts:828849660,time:"1996-04-07T04:01:00+0000",offset:-10800,isdst:true,abbr:"ADT"},120:{ts:846385260,time:"1996-10-27T03:01:00+0000",offset:-14400,isdst:false,abbr:"AST"},121:{ts:860299260,time:"1997-04-06T04:01:00+0000",offset:-10800,isdst:true,abbr:"ADT"},122:{ts:877834860,time:"1997-10-26T03:01:00+0000",offset:-14400,isdst:false,abbr:"AST"},123:{ts:891748860,time:"1998-04-05T04:01:00+0000",offset:-10800,isdst:true,abbr:"ADT"},124:{ts:909284460,time:"1998-10-25T03:01:00+0000",offset:-14400,isdst:false,abbr:"AST"},125:{ts:923198460,time:"1999-04-04T04:01:00+0000",offset:-10800,isdst:true,abbr:"ADT"},126:{ts:941338860,time:"1999-10-31T03:01:00+0000",offset:-14400,isdst:false,abbr:"AST"},127:{ts:954648060,time:"2000-04-02T04:01:00+0000",offset:-10800,isdst:true,abbr:"ADT"},128:{ts:972788460,time:"2000-10-29T03:01:00+0000",offset:-14400,isdst:false,abbr:"AST"},129:{ts:986097660,time:"2001-04-01T04:01:00+0000",offset:-10800,isdst:true,abbr:"ADT"},130:{ts:1004238060,time:"2001-10-28T03:01:00+0000",offset:-14400,isdst:false,abbr:"AST"},131:{ts:1018152060,time:"2002-04-07T04:01:00+0000",offset:-10800,isdst:true,abbr:"ADT"},132:{ts:1035687660,time:"2002-10-27T03:01:00+0000",offset:-14400,isdst:false,abbr:"AST"},133:{ts:1049601660,time:"2003-04-06T04:01:00+0000",offset:-10800,isdst:true,abbr:"ADT"},134:{ts:1067137260,time:"2003-10-26T03:01:00+0000",offset:-14400,isdst:false,abbr:"AST"},135:{ts:1081051260,time:"2004-04-04T04:01:00+0000",offset:-10800,isdst:true,abbr:"ADT"},136:{ts:1099191660,time:"2004-10-31T03:01:00+0000",offset:-14400,isdst:false,abbr:"AST"},137:{ts:1112500860,time:"2005-04-03T04:01:00+0000",offset:-10800,isdst:true,abbr:"ADT"},138:{ts:1130641260,time:"2005-10-30T03:01:00+0000",offset:-14400,isdst:false,abbr:"AST"},139:{ts:1143950460,time:"2006-04-02T04:01:00+0000",offset:-10800,isdst:true,abbr:"ADT"},140:{ts:1162090860,time:"2006-10-29T03:01:00+0000",offset:-14400,isdst:false,abbr:"AST"},141:{ts:1173585660,time:"2007-03-11T04:01:00+0000",offset:-10800,isdst:true,abbr:"ADT"},142:{ts:1194145260,time:"2007-11-04T03:01:00+0000",offset:-14400,isdst:false,abbr:"AST"},143:{ts:1205035260,time:"2008-03-09T04:01:00+0000",offset:-10800,isdst:true,abbr:"ADT"},144:{ts:1225594860,time:"2008-11-02T03:01:00+0000",offset:-14400,isdst:false,abbr:"AST"},145:{ts:1236484860,time:"2009-03-08T04:01:00+0000",offset:-10800,isdst:true,abbr:"ADT"},146:{ts:1257044460,time:"2009-11-01T03:01:00+0000",offset:-14400,isdst:false,abbr:"AST"},147:{ts:1268539260,time:"2010-03-14T04:01:00+0000",offset:-10800,isdst:true,abbr:"ADT"},148:{ts:1289098860,time:"2010-11-07T03:01:00+0000",offset:-14400,isdst:false,abbr:"AST"},149:{ts:1299988860,time:"2011-03-13T04:01:00+0000",offset:-10800,isdst:true,abbr:"ADT"},150:{ts:1320548460,time:"2011-11-06T03:01:00+0000",offset:-14400,isdst:false,abbr:"AST"},151:{ts:1331438460,time:"2012-03-11T04:01:00+0000",offset:-10800,isdst:true,abbr:"ADT"},152:{ts:1351998060,time:"2012-11-04T03:01:00+0000",offset:-14400,isdst:false,abbr:"AST"},153:{ts:1362888060,time:"2013-03-10T04:01:00+0000",offset:-10800,isdst:true,abbr:"ADT"},154:{ts:1383447660,time:"2013-11-03T03:01:00+0000",offset:-14400,isdst:false,abbr:"AST"},155:{ts:1394337660,time:"2014-03-09T04:01:00+0000",offset:-10800,isdst:true,abbr:"ADT"},156:{ts:1414897260,time:"2014-11-02T03:01:00+0000",offset:-14400,isdst:false,abbr:"AST"},157:{ts:1425787260,time:"2015-03-08T04:01:00+0000",offset:-10800,isdst:true,abbr:"ADT"},158:{ts:1446346860,time:"2015-11-01T03:01:00+0000",offset:-14400,isdst:false,abbr:"AST"},159:{ts:1457841660,time:"2016-03-13T04:01:00+0000",offset:-10800,isdst:true,abbr:"ADT"},160:{ts:1478401260,time:"2016-11-06T03:01:00+0000",offset:-14400,isdst:false,abbr:"AST"},161:{ts:1489291260,time:"2017-03-12T04:01:00+0000",offset:-10800,isdst:true,abbr:"ADT"},162:{ts:1509850860,time:"2017-11-05T03:01:00+0000",offset:-14400,isdst:false,abbr:"AST"},163:{ts:1520740860,time:"2018-03-11T04:01:00+0000",offset:-10800,isdst:true,abbr:"ADT"},164:{ts:1541300460,time:"2018-11-04T03:01:00+0000",offset:-14400,isdst:false,abbr:"AST"},165:{ts:1552190460,time:"2019-03-10T04:01:00+0000",offset:-10800,isdst:true,abbr:"ADT"},166:{ts:1572750060,time:"2019-11-03T03:01:00+0000",offset:-14400,isdst:false,abbr:"AST"},167:{ts:1583640060,time:"2020-03-08T04:01:00+0000",offset:-10800,isdst:true,abbr:"ADT"},168:{ts:1604199660,time:"2020-11-01T03:01:00+0000",offset:-14400,isdst:false,abbr:"AST"},169:{ts:1615694460,time:"2021-03-14T04:01:00+0000",offset:-10800,isdst:true,abbr:"ADT"},170:{ts:1636254060,time:"2021-11-07T03:01:00+0000",offset:-14400,isdst:false,abbr:"AST"},171:{ts:1647144060,time:"2022-03-13T04:01:00+0000",offset:-10800,isdst:true,abbr:"ADT"},172:{ts:1667703660,time:"2022-11-06T03:01:00+0000",offset:-14400,isdst:false,abbr:"AST"},173:{ts:1678593660,time:"2023-03-12T04:01:00+0000",offset:-10800,isdst:true,abbr:"ADT"},174:{ts:1699153260,time:"2023-11-05T03:01:00+0000",offset:-14400,isdst:false,abbr:"AST"},175:{ts:1710043260,time:"2024-03-10T04:01:00+0000",offset:-10800,isdst:true,abbr:"ADT"},176:{ts:1730602860,time:"2024-11-03T03:01:00+0000",offset:-14400,isdst:false,abbr:"AST"},177:{ts:1741492860,time:"2025-03-09T04:01:00+0000",offset:-10800,isdst:true,abbr:"ADT"},178:{ts:1762052460,time:"2025-11-02T03:01:00+0000",offset:-14400,isdst:false,abbr:"AST"},179:{ts:1772942460,time:"2026-03-08T04:01:00+0000",offset:-10800,isdst:true,abbr:"ADT"},180:{ts:1793502060,time:"2026-11-01T03:01:00+0000",offset:-14400,isdst:false,abbr:"AST"},181:{ts:1804996860,time:"2027-03-14T04:01:00+0000",offset:-10800,isdst:true,abbr:"ADT"},182:{ts:1825556460,time:"2027-11-07T03:01:00+0000",offset:-14400,isdst:false,abbr:"AST"},183:{ts:1836446460,time:"2028-03-12T04:01:00+0000",offset:-10800,isdst:true,abbr:"ADT"},184:{ts:1857006060,time:"2028-11-05T03:01:00+0000",offset:-14400,isdst:false,abbr:"AST"},185:{ts:1867896060,time:"2029-03-11T04:01:00+0000",offset:-10800,isdst:true,abbr:"ADT"},186:{ts:1888455660,time:"2029-11-04T03:01:00+0000",offset:-14400,isdst:false,abbr:"AST"},187:{ts:1899345660,time:"2030-03-10T04:01:00+0000",offset:-10800,isdst:true,abbr:"ADT"},188:{ts:1919905260,time:"2030-11-03T03:01:00+0000",offset:-14400,isdst:false,abbr:"AST"},189:{ts:1930795260,time:"2031-03-09T04:01:00+0000",offset:-10800,isdst:true,abbr:"ADT"},190:{ts:1951354860,time:"2031-11-02T03:01:00+0000",offset:-14400,isdst:false,abbr:"AST"},191:{ts:1962849660,time:"2032-03-14T04:01:00+0000",offset:-10800,isdst:true,abbr:"ADT"},192:{ts:1983409260,time:"2032-11-07T03:01:00+0000",offset:-14400,isdst:false,abbr:"AST"},193:{ts:1994299260,time:"2033-03-13T04:01:00+0000",offset:-10800,isdst:true,abbr:"ADT"},194:{ts:2014858860,time:"2033-11-06T03:01:00+0000",offset:-14400,isdst:false,abbr:"AST"},195:{ts:2025748860,time:"2034-03-12T04:01:00+0000",offset:-10800,isdst:true,abbr:"ADT"},196:{ts:2046308460,time:"2034-11-05T03:01:00+0000",offset:-14400,isdst:false,abbr:"AST"},197:{ts:2057198460,time:"2035-03-11T04:01:00+0000",offset:-10800,isdst:true,abbr:"ADT"},198:{ts:2077758060,time:"2035-11-04T03:01:00+0000",offset:-14400,isdst:false,abbr:"AST"},199:{ts:2088648060,time:"2036-03-09T04:01:00+0000",offset:-10800,isdst:true,abbr:"ADT"},200:{ts:2109207660,time:"2036-11-02T03:01:00+0000",offset:-14400,isdst:false,abbr:"AST"},201:{ts:2120097660,time:"2037-03-08T04:01:00+0000",offset:-10800,isdst:true,abbr:"ADT"},202:{ts:2140657260,time:"2037-11-01T03:01:00+0000",offset:-14400,isdst:false,abbr:"AST"}},"America/Grand_Turk":{0:{ts:-1827687168,time:"1912-02-01T05:07:12+0000",offset:-18000,isdst:false,abbr:"EST"},1:{ts:294217200,time:"1979-04-29T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},2:{ts:309938400,time:"1979-10-28T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},3:{ts:325666800,time:"1980-04-27T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},4:{ts:341388000,time:"1980-10-26T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},5:{ts:357116400,time:"1981-04-26T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},6:{ts:372837600,time:"1981-10-25T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},7:{ts:388566000,time:"1982-04-25T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},8:{ts:404892000,time:"1982-10-31T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},9:{ts:420015600,time:"1983-04-24T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},10:{ts:436341600,time:"1983-10-30T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},11:{ts:452070000,time:"1984-04-29T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},12:{ts:467791200,time:"1984-10-28T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},13:{ts:483519600,time:"1985-04-28T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},14:{ts:499240800,time:"1985-10-27T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},15:{ts:514969200,time:"1986-04-27T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},16:{ts:530690400,time:"1986-10-26T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},17:{ts:544604400,time:"1987-04-05T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},18:{ts:562140000,time:"1987-10-25T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},19:{ts:576054000,time:"1988-04-03T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},20:{ts:594194400,time:"1988-10-30T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},21:{ts:607503600,time:"1989-04-02T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},22:{ts:625644000,time:"1989-10-29T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},23:{ts:638953200,time:"1990-04-01T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},24:{ts:657093600,time:"1990-10-28T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},25:{ts:671007600,time:"1991-04-07T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},26:{ts:688543200,time:"1991-10-27T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},27:{ts:702457200,time:"1992-04-05T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},28:{ts:719992800,time:"1992-10-25T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},29:{ts:733906800,time:"1993-04-04T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},30:{ts:752047200,time:"1993-10-31T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},31:{ts:765356400,time:"1994-04-03T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},32:{ts:783496800,time:"1994-10-30T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},33:{ts:796806000,time:"1995-04-02T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},34:{ts:814946400,time:"1995-10-29T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},35:{ts:828860400,time:"1996-04-07T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},36:{ts:846396000,time:"1996-10-27T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},37:{ts:860310000,time:"1997-04-06T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},38:{ts:877845600,time:"1997-10-26T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},39:{ts:891759600,time:"1998-04-05T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},40:{ts:909295200,time:"1998-10-25T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},41:{ts:923209200,time:"1999-04-04T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},42:{ts:941349600,time:"1999-10-31T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},43:{ts:954658800,time:"2000-04-02T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},44:{ts:972799200,time:"2000-10-29T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},45:{ts:986108400,time:"2001-04-01T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},46:{ts:1004248800,time:"2001-10-28T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},47:{ts:1018162800,time:"2002-04-07T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},48:{ts:1035698400,time:"2002-10-27T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},49:{ts:1049612400,time:"2003-04-06T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},50:{ts:1067148000,time:"2003-10-26T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},51:{ts:1081062000,time:"2004-04-04T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},52:{ts:1099202400,time:"2004-10-31T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},53:{ts:1112511600,time:"2005-04-03T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},54:{ts:1130652000,time:"2005-10-30T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},55:{ts:1143961200,time:"2006-04-02T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},56:{ts:1162101600,time:"2006-10-29T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},57:{ts:1173596400,time:"2007-03-11T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},58:{ts:1194156000,time:"2007-11-04T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},59:{ts:1205046000,time:"2008-03-09T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},60:{ts:1225605600,time:"2008-11-02T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},61:{ts:1236495600,time:"2009-03-08T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},62:{ts:1257055200,time:"2009-11-01T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},63:{ts:1268550000,time:"2010-03-14T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},64:{ts:1289109600,time:"2010-11-07T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},65:{ts:1299999600,time:"2011-03-13T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},66:{ts:1320559200,time:"2011-11-06T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},67:{ts:1331449200,time:"2012-03-11T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},68:{ts:1352008800,time:"2012-11-04T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},69:{ts:1362898800,time:"2013-03-10T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},70:{ts:1383458400,time:"2013-11-03T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},71:{ts:1394348400,time:"2014-03-09T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},72:{ts:1414908000,time:"2014-11-02T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},73:{ts:1425798000,time:"2015-03-08T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},74:{ts:1446357600,time:"2015-11-01T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},75:{ts:1457852400,time:"2016-03-13T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},76:{ts:1478412000,time:"2016-11-06T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},77:{ts:1489302000,time:"2017-03-12T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},78:{ts:1509861600,time:"2017-11-05T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},79:{ts:1520751600,time:"2018-03-11T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},80:{ts:1541311200,time:"2018-11-04T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},81:{ts:1552201200,time:"2019-03-10T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},82:{ts:1572760800,time:"2019-11-03T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},83:{ts:1583650800,time:"2020-03-08T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},84:{ts:1604210400,time:"2020-11-01T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},85:{ts:1615705200,time:"2021-03-14T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},86:{ts:1636264800,time:"2021-11-07T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},87:{ts:1647154800,time:"2022-03-13T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},88:{ts:1667714400,time:"2022-11-06T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},89:{ts:1678604400,time:"2023-03-12T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},90:{ts:1699164000,time:"2023-11-05T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},91:{ts:1710054000,time:"2024-03-10T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},92:{ts:1730613600,time:"2024-11-03T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},93:{ts:1741503600,time:"2025-03-09T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},94:{ts:1762063200,time:"2025-11-02T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},95:{ts:1772953200,time:"2026-03-08T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},96:{ts:1793512800,time:"2026-11-01T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},97:{ts:1805007600,time:"2027-03-14T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},98:{ts:1825567200,time:"2027-11-07T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},99:{ts:1836457200,time:"2028-03-12T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},100:{ts:1857016800,time:"2028-11-05T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},101:{ts:1867906800,time:"2029-03-11T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},102:{ts:1888466400,time:"2029-11-04T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},103:{ts:1899356400,time:"2030-03-10T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},104:{ts:1919916000,time:"2030-11-03T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},105:{ts:1930806000,time:"2031-03-09T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},106:{ts:1951365600,time:"2031-11-02T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},107:{ts:1962860400,time:"2032-03-14T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},108:{ts:1983420000,time:"2032-11-07T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},109:{ts:1994310000,time:"2033-03-13T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},110:{ts:2014869600,time:"2033-11-06T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},111:{ts:2025759600,time:"2034-03-12T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},112:{ts:2046319200,time:"2034-11-05T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},113:{ts:2057209200,time:"2035-03-11T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},114:{ts:2077768800,time:"2035-11-04T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},115:{ts:2088658800,time:"2036-03-09T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},116:{ts:2109218400,time:"2036-11-02T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},117:{ts:2120108400,time:"2037-03-08T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},118:{ts:2140668000,time:"2037-11-01T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"}},"America/Grenada":{0:{ts:-1846266780,time:"1911-07-01T04:07:00+0000",offset:-14400,isdst:false,abbr:"AST"}},"America/Guadeloupe":{0:{ts:-1848254032,time:"1911-06-08T04:06:08+0000",offset:-14400,isdst:false,abbr:"AST"}},"America/Guatemala":{0:{ts:-1617040676,time:"1918-10-05T06:02:04+0000",offset:-21600,isdst:false,abbr:"CST"},1:{ts:123055200,time:"1973-11-25T06:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},2:{ts:130914000,time:"1974-02-24T05:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},3:{ts:422344800,time:"1983-05-21T06:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},4:{ts:433054800,time:"1983-09-22T05:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},5:{ts:669708000,time:"1991-03-23T06:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},6:{ts:684219600,time:"1991-09-07T05:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},7:{ts:1146376800,time:"2006-04-30T06:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},8:{ts:1159678800,time:"2006-10-01T05:00:00+0000",offset:-21600,isdst:false,abbr:"CST"}},"America/Guayaquil":{0:{ts:-1230749160,time:"1931-01-01T05:14:00+0000",offset:-18000,isdst:false,abbr:"ECT"}},"America/Guyana":{0:{ts:-1730578040,time:"1915-03-01T03:52:40+0000",offset:-13500,isdst:false,abbr:"GBGT"},1:{ts:-113688900,time:"1966-05-26T03:45:00+0000",offset:-13500,isdst:false,abbr:"GYT"},2:{ts:176010300,time:"1975-07-31T03:45:00+0000",offset:-10800,isdst:false,abbr:"GYT"},3:{ts:662698800,time:"1991-01-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"GYT"}},"America/Halifax":{0:{ts:-2131645536,time:"1902-06-15T04:14:24+0000",offset:-14400,isdst:false,abbr:"AST"},1:{ts:-1696276800,time:"1916-04-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},2:{ts:-1680469200,time:"1916-10-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},3:{ts:-1632074400,time:"1918-04-14T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},4:{ts:-1614798000,time:"1918-10-31T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},5:{ts:-1566763200,time:"1920-05-09T04:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},6:{ts:-1557090000,time:"1920-08-29T03:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},7:{ts:-1535486400,time:"1921-05-06T04:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},8:{ts:-1524949200,time:"1921-09-05T03:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},9:{ts:-1504468800,time:"1922-04-30T04:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},10:{ts:-1493413200,time:"1922-09-05T03:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},11:{ts:-1472414400,time:"1923-05-06T04:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},12:{ts:-1461963600,time:"1923-09-04T03:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},13:{ts:-1440964800,time:"1924-05-04T04:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},14:{ts:-1429390800,time:"1924-09-15T03:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},15:{ts:-1409515200,time:"1925-05-03T04:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},16:{ts:-1396731600,time:"1925-09-28T03:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},17:{ts:-1376856000,time:"1926-05-16T04:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},18:{ts:-1366491600,time:"1926-09-13T03:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},19:{ts:-1346616000,time:"1927-05-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},20:{ts:-1333832400,time:"1927-09-26T03:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},21:{ts:-1313956800,time:"1928-05-13T04:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},22:{ts:-1303678800,time:"1928-09-09T03:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},23:{ts:-1282507200,time:"1929-05-12T04:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},24:{ts:-1272661200,time:"1929-09-03T03:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},25:{ts:-1251057600,time:"1930-05-11T04:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},26:{ts:-1240088400,time:"1930-09-15T03:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},27:{ts:-1219608000,time:"1931-05-10T04:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},28:{ts:-1207429200,time:"1931-09-28T03:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},29:{ts:-1188763200,time:"1932-05-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},30:{ts:-1175979600,time:"1932-09-26T03:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},31:{ts:-1157313600,time:"1933-04-30T04:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},32:{ts:-1143925200,time:"1933-10-02T03:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},33:{ts:-1124049600,time:"1934-05-20T04:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},34:{ts:-1113771600,time:"1934-09-16T03:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},35:{ts:-1091390400,time:"1935-06-02T04:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},36:{ts:-1081026000,time:"1935-09-30T03:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},37:{ts:-1059854400,time:"1936-06-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},38:{ts:-1050786000,time:"1936-09-14T03:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},39:{ts:-1030910400,time:"1937-05-02T04:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},40:{ts:-1018126800,time:"1937-09-27T03:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},41:{ts:-999460800,time:"1938-05-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},42:{ts:-986677200,time:"1938-09-26T03:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},43:{ts:-965592000,time:"1939-05-28T04:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},44:{ts:-955227600,time:"1939-09-25T03:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},45:{ts:-935956800,time:"1940-05-05T04:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},46:{ts:-923173200,time:"1940-09-30T03:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},47:{ts:-904507200,time:"1941-05-04T04:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},48:{ts:-891723600,time:"1941-09-29T03:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},49:{ts:-880221600,time:"1942-02-09T06:00:00+0000",offset:-10800,isdst:true,abbr:"AWT"},50:{ts:-769395600,time:"1945-08-14T23:00:00+0000",offset:-10800,isdst:true,abbr:"APT"},51:{ts:-765399600,time:"1945-09-30T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},52:{ts:-747252000,time:"1946-04-28T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},53:{ts:-733950000,time:"1946-09-29T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},54:{ts:-715802400,time:"1947-04-27T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},55:{ts:-702500400,time:"1947-09-28T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},56:{ts:-684352800,time:"1948-04-25T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},57:{ts:-671050800,time:"1948-09-26T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},58:{ts:-652903200,time:"1949-04-24T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},59:{ts:-639601200,time:"1949-09-25T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},60:{ts:-589399200,time:"1951-04-29T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},61:{ts:-576097200,time:"1951-09-30T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},62:{ts:-557949600,time:"1952-04-27T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},63:{ts:-544647600,time:"1952-09-28T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},64:{ts:-526500000,time:"1953-04-26T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},65:{ts:-513198000,time:"1953-09-27T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},66:{ts:-495050400,time:"1954-04-25T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},67:{ts:-481748400,time:"1954-09-26T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},68:{ts:-431546400,time:"1956-04-29T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},69:{ts:-418244400,time:"1956-09-30T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},70:{ts:-400096800,time:"1957-04-28T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},71:{ts:-386794800,time:"1957-09-29T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},72:{ts:-368647200,time:"1958-04-27T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},73:{ts:-355345200,time:"1958-09-28T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},74:{ts:-337197600,time:"1959-04-26T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},75:{ts:-323895600,time:"1959-09-27T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},76:{ts:-242244000,time:"1962-04-29T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},77:{ts:-226522800,time:"1962-10-28T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},78:{ts:-210794400,time:"1963-04-28T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},79:{ts:-195073200,time:"1963-10-27T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},80:{ts:-179344800,time:"1964-04-26T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},81:{ts:-163623600,time:"1964-10-25T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},82:{ts:-147895200,time:"1965-04-25T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},83:{ts:-131569200,time:"1965-10-31T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},84:{ts:-116445600,time:"1966-04-24T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},85:{ts:-100119600,time:"1966-10-30T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},86:{ts:-84391200,time:"1967-04-30T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},87:{ts:-68670000,time:"1967-10-29T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},88:{ts:-52941600,time:"1968-04-28T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},89:{ts:-37220400,time:"1968-10-27T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},90:{ts:-21492000,time:"1969-04-27T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},91:{ts:-5770800,time:"1969-10-26T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},92:{ts:9957600,time:"1970-04-26T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},93:{ts:25678800,time:"1970-10-25T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},94:{ts:41407200,time:"1971-04-25T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},95:{ts:57733200,time:"1971-10-31T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},96:{ts:73461600,time:"1972-04-30T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},97:{ts:89182800,time:"1972-10-29T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},98:{ts:104911200,time:"1973-04-29T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},99:{ts:120632400,time:"1973-10-28T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},100:{ts:136360800,time:"1974-04-28T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},101:{ts:152082000,time:"1974-10-27T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},102:{ts:167810400,time:"1975-04-27T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},103:{ts:183531600,time:"1975-10-26T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},104:{ts:199260000,time:"1976-04-25T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},105:{ts:215586000,time:"1976-10-31T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},106:{ts:230709600,time:"1977-04-24T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},107:{ts:247035600,time:"1977-10-30T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},108:{ts:262764000,time:"1978-04-30T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},109:{ts:278485200,time:"1978-10-29T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},110:{ts:294213600,time:"1979-04-29T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},111:{ts:309934800,time:"1979-10-28T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},112:{ts:325663200,time:"1980-04-27T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},113:{ts:341384400,time:"1980-10-26T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},114:{ts:357112800,time:"1981-04-26T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},115:{ts:372834000,time:"1981-10-25T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},116:{ts:388562400,time:"1982-04-25T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},117:{ts:404888400,time:"1982-10-31T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},118:{ts:420012000,time:"1983-04-24T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},119:{ts:436338000,time:"1983-10-30T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},120:{ts:452066400,time:"1984-04-29T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},121:{ts:467787600,time:"1984-10-28T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},122:{ts:483516000,time:"1985-04-28T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},123:{ts:499237200,time:"1985-10-27T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},124:{ts:514965600,time:"1986-04-27T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},125:{ts:530686800,time:"1986-10-26T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},126:{ts:544600800,time:"1987-04-05T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},127:{ts:562136400,time:"1987-10-25T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},128:{ts:576050400,time:"1988-04-03T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},129:{ts:594190800,time:"1988-10-30T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},130:{ts:607500000,time:"1989-04-02T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},131:{ts:625640400,time:"1989-10-29T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},132:{ts:638949600,time:"1990-04-01T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},133:{ts:657090000,time:"1990-10-28T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},134:{ts:671004000,time:"1991-04-07T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},135:{ts:688539600,time:"1991-10-27T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},136:{ts:702453600,time:"1992-04-05T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},137:{ts:719989200,time:"1992-10-25T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},138:{ts:733903200,time:"1993-04-04T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},139:{ts:752043600,time:"1993-10-31T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},140:{ts:765352800,time:"1994-04-03T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},141:{ts:783493200,time:"1994-10-30T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},142:{ts:796802400,time:"1995-04-02T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},143:{ts:814942800,time:"1995-10-29T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},144:{ts:828856800,time:"1996-04-07T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},145:{ts:846392400,time:"1996-10-27T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},146:{ts:860306400,time:"1997-04-06T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},147:{ts:877842000,time:"1997-10-26T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},148:{ts:891756000,time:"1998-04-05T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},149:{ts:909291600,time:"1998-10-25T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},150:{ts:923205600,time:"1999-04-04T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},151:{ts:941346000,time:"1999-10-31T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},152:{ts:954655200,time:"2000-04-02T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},153:{ts:972795600,time:"2000-10-29T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},154:{ts:986104800,time:"2001-04-01T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},155:{ts:1004245200,time:"2001-10-28T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},156:{ts:1018159200,time:"2002-04-07T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},157:{ts:1035694800,time:"2002-10-27T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},158:{ts:1049608800,time:"2003-04-06T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},159:{ts:1067144400,time:"2003-10-26T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},160:{ts:1081058400,time:"2004-04-04T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},161:{ts:1099198800,time:"2004-10-31T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},162:{ts:1112508000,time:"2005-04-03T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},163:{ts:1130648400,time:"2005-10-30T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},164:{ts:1143957600,time:"2006-04-02T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},165:{ts:1162098000,time:"2006-10-29T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},166:{ts:1173592800,time:"2007-03-11T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},167:{ts:1194152400,time:"2007-11-04T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},168:{ts:1205042400,time:"2008-03-09T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},169:{ts:1225602000,time:"2008-11-02T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},170:{ts:1236492000,time:"2009-03-08T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},171:{ts:1257051600,time:"2009-11-01T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},172:{ts:1268546400,time:"2010-03-14T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},173:{ts:1289106000,time:"2010-11-07T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},174:{ts:1299996000,time:"2011-03-13T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},175:{ts:1320555600,time:"2011-11-06T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},176:{ts:1331445600,time:"2012-03-11T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},177:{ts:1352005200,time:"2012-11-04T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},178:{ts:1362895200,time:"2013-03-10T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},179:{ts:1383454800,time:"2013-11-03T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},180:{ts:1394344800,time:"2014-03-09T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},181:{ts:1414904400,time:"2014-11-02T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},182:{ts:1425794400,time:"2015-03-08T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},183:{ts:1446354000,time:"2015-11-01T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},184:{ts:1457848800,time:"2016-03-13T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},185:{ts:1478408400,time:"2016-11-06T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},186:{ts:1489298400,time:"2017-03-12T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},187:{ts:1509858000,time:"2017-11-05T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},188:{ts:1520748000,time:"2018-03-11T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},189:{ts:1541307600,time:"2018-11-04T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},190:{ts:1552197600,time:"2019-03-10T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},191:{ts:1572757200,time:"2019-11-03T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},192:{ts:1583647200,time:"2020-03-08T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},193:{ts:1604206800,time:"2020-11-01T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},194:{ts:1615701600,time:"2021-03-14T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},195:{ts:1636261200,time:"2021-11-07T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},196:{ts:1647151200,time:"2022-03-13T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},197:{ts:1667710800,time:"2022-11-06T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},198:{ts:1678600800,time:"2023-03-12T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},199:{ts:1699160400,time:"2023-11-05T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},200:{ts:1710050400,time:"2024-03-10T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},201:{ts:1730610000,time:"2024-11-03T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},202:{ts:1741500000,time:"2025-03-09T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},203:{ts:1762059600,time:"2025-11-02T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},204:{ts:1772949600,time:"2026-03-08T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},205:{ts:1793509200,time:"2026-11-01T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},206:{ts:1805004000,time:"2027-03-14T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},207:{ts:1825563600,time:"2027-11-07T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},208:{ts:1836453600,time:"2028-03-12T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},209:{ts:1857013200,time:"2028-11-05T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},210:{ts:1867903200,time:"2029-03-11T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},211:{ts:1888462800,time:"2029-11-04T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},212:{ts:1899352800,time:"2030-03-10T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},213:{ts:1919912400,time:"2030-11-03T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},214:{ts:1930802400,time:"2031-03-09T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},215:{ts:1951362000,time:"2031-11-02T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},216:{ts:1962856800,time:"2032-03-14T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},217:{ts:1983416400,time:"2032-11-07T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},218:{ts:1994306400,time:"2033-03-13T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},219:{ts:2014866000,time:"2033-11-06T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},220:{ts:2025756000,time:"2034-03-12T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},221:{ts:2046315600,time:"2034-11-05T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},222:{ts:2057205600,time:"2035-03-11T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},223:{ts:2077765200,time:"2035-11-04T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},224:{ts:2088655200,time:"2036-03-09T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},225:{ts:2109214800,time:"2036-11-02T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"},226:{ts:2120104800,time:"2037-03-08T06:00:00+0000",offset:-10800,isdst:true,abbr:"ADT"},227:{ts:2140664400,time:"2037-11-01T05:00:00+0000",offset:-14400,isdst:false,abbr:"AST"}},"America/Havana":{0:{ts:-1402813824,time:"1925-07-19T17:29:36+0000",offset:-18000,isdst:false,abbr:"CST"},1:{ts:-1311534000,time:"1928-06-10T05:00:00+0000",offset:-14400,isdst:true,abbr:"CDT"},2:{ts:-1300996800,time:"1928-10-10T04:00:00+0000",offset:-18000,isdst:false,abbr:"CST"},3:{ts:-933534000,time:"1940-06-02T05:00:00+0000",offset:-14400,isdst:true,abbr:"CDT"},4:{ts:-925675200,time:"1940-09-01T04:00:00+0000",offset:-18000,isdst:false,abbr:"CST"},5:{ts:-902084400,time:"1941-06-01T05:00:00+0000",offset:-14400,isdst:true,abbr:"CDT"},6:{ts:-893620800,time:"1941-09-07T04:00:00+0000",offset:-18000,isdst:false,abbr:"CST"},7:{ts:-870030000,time:"1942-06-07T05:00:00+0000",offset:-14400,isdst:true,abbr:"CDT"},8:{ts:-862171200,time:"1942-09-06T04:00:00+0000",offset:-18000,isdst:false,abbr:"CST"},9:{ts:-775681200,time:"1945-06-03T05:00:00+0000",offset:-14400,isdst:true,abbr:"CDT"},10:{ts:-767822400,time:"1945-09-02T04:00:00+0000",offset:-18000,isdst:false,abbr:"CST"},11:{ts:-744231600,time:"1946-06-02T05:00:00+0000",offset:-14400,isdst:true,abbr:"CDT"},12:{ts:-736372800,time:"1946-09-01T04:00:00+0000",offset:-18000,isdst:false,abbr:"CST"},13:{ts:-144702000,time:"1965-06-01T05:00:00+0000",offset:-14400,isdst:true,abbr:"CDT"},14:{ts:-134251200,time:"1965-09-30T04:00:00+0000",offset:-18000,isdst:false,abbr:"CST"},15:{ts:-113425200,time:"1966-05-29T05:00:00+0000",offset:-14400,isdst:true,abbr:"CDT"},16:{ts:-102542400,time:"1966-10-02T04:00:00+0000",offset:-18000,isdst:false,abbr:"CST"},17:{ts:-86295600,time:"1967-04-08T05:00:00+0000",offset:-14400,isdst:true,abbr:"CDT"},18:{ts:-72907200,time:"1967-09-10T04:00:00+0000",offset:-18000,isdst:false,abbr:"CST"},19:{ts:-54154800,time:"1968-04-14T05:00:00+0000",offset:-14400,isdst:true,abbr:"CDT"},20:{ts:-41457600,time:"1968-09-08T04:00:00+0000",offset:-18000,isdst:false,abbr:"CST"},21:{ts:-21495600,time:"1969-04-27T05:00:00+0000",offset:-14400,isdst:true,abbr:"CDT"},22:{ts:-5774400,time:"1969-10-26T04:00:00+0000",offset:-18000,isdst:false,abbr:"CST"},23:{ts:9954000,time:"1970-04-26T05:00:00+0000",offset:-14400,isdst:true,abbr:"CDT"},24:{ts:25675200,time:"1970-10-25T04:00:00+0000",offset:-18000,isdst:false,abbr:"CST"},25:{ts:41403600,time:"1971-04-25T05:00:00+0000",offset:-14400,isdst:true,abbr:"CDT"},26:{ts:57729600,time:"1971-10-31T04:00:00+0000",offset:-18000,isdst:false,abbr:"CST"},27:{ts:73458000,time:"1972-04-30T05:00:00+0000",offset:-14400,isdst:true,abbr:"CDT"},28:{ts:87364800,time:"1972-10-08T04:00:00+0000",offset:-18000,isdst:false,abbr:"CST"},29:{ts:104907600,time:"1973-04-29T05:00:00+0000",offset:-14400,isdst:true,abbr:"CDT"},30:{ts:118900800,time:"1973-10-08T04:00:00+0000",offset:-18000,isdst:false,abbr:"CST"},31:{ts:136357200,time:"1974-04-28T05:00:00+0000",offset:-14400,isdst:true,abbr:"CDT"},32:{ts:150436800,time:"1974-10-08T04:00:00+0000",offset:-18000,isdst:false,abbr:"CST"},33:{ts:167806800,time:"1975-04-27T05:00:00+0000",offset:-14400,isdst:true,abbr:"CDT"},34:{ts:183528000,time:"1975-10-26T04:00:00+0000",offset:-18000,isdst:false,abbr:"CST"},35:{ts:199256400,time:"1976-04-25T05:00:00+0000",offset:-14400,isdst:true,abbr:"CDT"},36:{ts:215582400,time:"1976-10-31T04:00:00+0000",offset:-18000,isdst:false,abbr:"CST"},37:{ts:230706000,time:"1977-04-24T05:00:00+0000",offset:-14400,isdst:true,abbr:"CDT"},38:{ts:247032000,time:"1977-10-30T04:00:00+0000",offset:-18000,isdst:false,abbr:"CST"},39:{ts:263365200,time:"1978-05-07T05:00:00+0000",offset:-14400,isdst:true,abbr:"CDT"},40:{ts:276667200,time:"1978-10-08T04:00:00+0000",offset:-18000,isdst:false,abbr:"CST"},41:{ts:290581200,time:"1979-03-18T05:00:00+0000",offset:-14400,isdst:true,abbr:"CDT"},42:{ts:308721600,time:"1979-10-14T04:00:00+0000",offset:-18000,isdst:false,abbr:"CST"},43:{ts:322030800,time:"1980-03-16T05:00:00+0000",offset:-14400,isdst:true,abbr:"CDT"},44:{ts:340171200,time:"1980-10-12T04:00:00+0000",offset:-18000,isdst:false,abbr:"CST"},45:{ts:358318800,time:"1981-05-10T05:00:00+0000",offset:-14400,isdst:true,abbr:"CDT"},46:{ts:371620800,time:"1981-10-11T04:00:00+0000",offset:-18000,isdst:false,abbr:"CST"},47:{ts:389768400,time:"1982-05-09T05:00:00+0000",offset:-14400,isdst:true,abbr:"CDT"},48:{ts:403070400,time:"1982-10-10T04:00:00+0000",offset:-18000,isdst:false,abbr:"CST"},49:{ts:421218000,time:"1983-05-08T05:00:00+0000",offset:-14400,isdst:true,abbr:"CDT"},50:{ts:434520000,time:"1983-10-09T04:00:00+0000",offset:-18000,isdst:false,abbr:"CST"},51:{ts:452667600,time:"1984-05-06T05:00:00+0000",offset:-14400,isdst:true,abbr:"CDT"},52:{ts:466574400,time:"1984-10-14T04:00:00+0000",offset:-18000,isdst:false,abbr:"CST"},53:{ts:484117200,time:"1985-05-05T05:00:00+0000",offset:-14400,isdst:true,abbr:"CDT"},54:{ts:498024000,time:"1985-10-13T04:00:00+0000",offset:-18000,isdst:false,abbr:"CST"},55:{ts:511333200,time:"1986-03-16T05:00:00+0000",offset:-14400,isdst:true,abbr:"CDT"},56:{ts:529473600,time:"1986-10-12T04:00:00+0000",offset:-18000,isdst:false,abbr:"CST"},57:{ts:542782800,time:"1987-03-15T05:00:00+0000",offset:-14400,isdst:true,abbr:"CDT"},58:{ts:560923200,time:"1987-10-11T04:00:00+0000",offset:-18000,isdst:false,abbr:"CST"},59:{ts:574837200,time:"1988-03-20T05:00:00+0000",offset:-14400,isdst:true,abbr:"CDT"},60:{ts:592372800,time:"1988-10-09T04:00:00+0000",offset:-18000,isdst:false,abbr:"CST"},61:{ts:606286800,time:"1989-03-19T05:00:00+0000",offset:-14400,isdst:true,abbr:"CDT"},62:{ts:623822400,time:"1989-10-08T04:00:00+0000",offset:-18000,isdst:false,abbr:"CST"},63:{ts:638946000,time:"1990-04-01T05:00:00+0000",offset:-14400,isdst:true,abbr:"CDT"},64:{ts:655876800,time:"1990-10-14T04:00:00+0000",offset:-18000,isdst:false,abbr:"CST"},65:{ts:671000400,time:"1991-04-07T05:00:00+0000",offset:-14400,isdst:true,abbr:"CDT"},66:{ts:687330000,time:"1991-10-13T05:00:00+0000",offset:-18000,isdst:false,abbr:"CST"},67:{ts:702450000,time:"1992-04-05T05:00:00+0000",offset:-14400,isdst:true,abbr:"CDT"},68:{ts:718779600,time:"1992-10-11T05:00:00+0000",offset:-18000,isdst:false,abbr:"CST"},69:{ts:733899600,time:"1993-04-04T05:00:00+0000",offset:-14400,isdst:true,abbr:"CDT"},70:{ts:750229200,time:"1993-10-10T05:00:00+0000",offset:-18000,isdst:false,abbr:"CST"},71:{ts:765349200,time:"1994-04-03T05:00:00+0000",offset:-14400,isdst:true,abbr:"CDT"},72:{ts:781678800,time:"1994-10-09T05:00:00+0000",offset:-18000,isdst:false,abbr:"CST"},73:{ts:796798800,time:"1995-04-02T05:00:00+0000",offset:-14400,isdst:true,abbr:"CDT"},74:{ts:813128400,time:"1995-10-08T05:00:00+0000",offset:-18000,isdst:false,abbr:"CST"},75:{ts:828853200,time:"1996-04-07T05:00:00+0000",offset:-14400,isdst:true,abbr:"CDT"},76:{ts:844578000,time:"1996-10-06T05:00:00+0000",offset:-18000,isdst:false,abbr:"CST"},77:{ts:860302800,time:"1997-04-06T05:00:00+0000",offset:-14400,isdst:true,abbr:"CDT"},78:{ts:876632400,time:"1997-10-12T05:00:00+0000",offset:-18000,isdst:false,abbr:"CST"},79:{ts:891147600,time:"1998-03-29T05:00:00+0000",offset:-14400,isdst:true,abbr:"CDT"},80:{ts:909291600,time:"1998-10-25T05:00:00+0000",offset:-18000,isdst:false,abbr:"CST"},81:{ts:922597200,time:"1999-03-28T05:00:00+0000",offset:-14400,isdst:true,abbr:"CDT"},82:{ts:941346000,time:"1999-10-31T05:00:00+0000",offset:-18000,isdst:false,abbr:"CST"},83:{ts:954651600,time:"2000-04-02T05:00:00+0000",offset:-14400,isdst:true,abbr:"CDT"},84:{ts:972795600,time:"2000-10-29T05:00:00+0000",offset:-18000,isdst:false,abbr:"CST"},85:{ts:986101200,time:"2001-04-01T05:00:00+0000",offset:-14400,isdst:true,abbr:"CDT"},86:{ts:1004245200,time:"2001-10-28T05:00:00+0000",offset:-18000,isdst:false,abbr:"CST"},87:{ts:1018155600,time:"2002-04-07T05:00:00+0000",offset:-14400,isdst:true,abbr:"CDT"},88:{ts:1035694800,time:"2002-10-27T05:00:00+0000",offset:-18000,isdst:false,abbr:"CST"},89:{ts:1049605200,time:"2003-04-06T05:00:00+0000",offset:-14400,isdst:true,abbr:"CDT"},90:{ts:1067144400,time:"2003-10-26T05:00:00+0000",offset:-18000,isdst:false,abbr:"CST"},91:{ts:1081054800,time:"2004-04-04T05:00:00+0000",offset:-14400,isdst:true,abbr:"CDT"},92:{ts:1162098000,time:"2006-10-29T05:00:00+0000",offset:-18000,isdst:false,abbr:"CST"},93:{ts:1173589200,time:"2007-03-11T05:00:00+0000",offset:-14400,isdst:true,abbr:"CDT"},94:{ts:1193547600,time:"2007-10-28T05:00:00+0000",offset:-18000,isdst:false,abbr:"CST"},95:{ts:1205643600,time:"2008-03-16T05:00:00+0000",offset:-14400,isdst:true,abbr:"CDT"},96:{ts:1224997200,time:"2008-10-26T05:00:00+0000",offset:-18000,isdst:false,abbr:"CST"},97:{ts:1237093200,time:"2009-03-15T05:00:00+0000",offset:-14400,isdst:true,abbr:"CDT"},98:{ts:1256446800,time:"2009-10-25T05:00:00+0000",offset:-18000,isdst:false,abbr:"CST"},99:{ts:1269147600,time:"2010-03-21T05:00:00+0000",offset:-14400,isdst:true,abbr:"CDT"},100:{ts:1288501200,time:"2010-10-31T05:00:00+0000",offset:-18000,isdst:false,abbr:"CST"},101:{ts:1300597200,time:"2011-03-20T05:00:00+0000",offset:-14400,isdst:true,abbr:"CDT"},102:{ts:1319950800,time:"2011-10-30T05:00:00+0000",offset:-18000,isdst:false,abbr:"CST"},103:{ts:1332046800,time:"2012-03-18T05:00:00+0000",offset:-14400,isdst:true,abbr:"CDT"},104:{ts:1351400400,time:"2012-10-28T05:00:00+0000",offset:-18000,isdst:false,abbr:"CST"},105:{ts:1363496400,time:"2013-03-17T05:00:00+0000",offset:-14400,isdst:true,abbr:"CDT"},106:{ts:1382850000,time:"2013-10-27T05:00:00+0000",offset:-18000,isdst:false,abbr:"CST"},107:{ts:1394946000,time:"2014-03-16T05:00:00+0000",offset:-14400,isdst:true,abbr:"CDT"},108:{ts:1414299600,time:"2014-10-26T05:00:00+0000",offset:-18000,isdst:false,abbr:"CST"},109:{ts:1426395600,time:"2015-03-15T05:00:00+0000",offset:-14400,isdst:true,abbr:"CDT"},110:{ts:1445749200,time:"2015-10-25T05:00:00+0000",offset:-18000,isdst:false,abbr:"CST"},111:{ts:1458450000,time:"2016-03-20T05:00:00+0000",offset:-14400,isdst:true,abbr:"CDT"},112:{ts:1477803600,time:"2016-10-30T05:00:00+0000",offset:-18000,isdst:false,abbr:"CST"},113:{ts:1489899600,time:"2017-03-19T05:00:00+0000",offset:-14400,isdst:true,abbr:"CDT"},114:{ts:1509253200,time:"2017-10-29T05:00:00+0000",offset:-18000,isdst:false,abbr:"CST"},115:{ts:1521349200,time:"2018-03-18T05:00:00+0000",offset:-14400,isdst:true,abbr:"CDT"},116:{ts:1540702800,time:"2018-10-28T05:00:00+0000",offset:-18000,isdst:false,abbr:"CST"},117:{ts:1552798800,time:"2019-03-17T05:00:00+0000",offset:-14400,isdst:true,abbr:"CDT"},118:{ts:1572152400,time:"2019-10-27T05:00:00+0000",offset:-18000,isdst:false,abbr:"CST"},119:{ts:1584248400,time:"2020-03-15T05:00:00+0000",offset:-14400,isdst:true,abbr:"CDT"},120:{ts:1603602000,time:"2020-10-25T05:00:00+0000",offset:-18000,isdst:false,abbr:"CST"},121:{ts:1616302800,time:"2021-03-21T05:00:00+0000",offset:-14400,isdst:true,abbr:"CDT"},122:{ts:1635656400,time:"2021-10-31T05:00:00+0000",offset:-18000,isdst:false,abbr:"CST"},123:{ts:1647752400,time:"2022-03-20T05:00:00+0000",offset:-14400,isdst:true,abbr:"CDT"},124:{ts:1667106000,time:"2022-10-30T05:00:00+0000",offset:-18000,isdst:false,abbr:"CST"},125:{ts:1679202000,time:"2023-03-19T05:00:00+0000",offset:-14400,isdst:true,abbr:"CDT"},126:{ts:1698555600,time:"2023-10-29T05:00:00+0000",offset:-18000,isdst:false,abbr:"CST"},127:{ts:1710651600,time:"2024-03-17T05:00:00+0000",offset:-14400,isdst:true,abbr:"CDT"},128:{ts:1730005200,time:"2024-10-27T05:00:00+0000",offset:-18000,isdst:false,abbr:"CST"},129:{ts:1742101200,time:"2025-03-16T05:00:00+0000",offset:-14400,isdst:true,abbr:"CDT"},130:{ts:1761454800,time:"2025-10-26T05:00:00+0000",offset:-18000,isdst:false,abbr:"CST"},131:{ts:1773550800,time:"2026-03-15T05:00:00+0000",offset:-14400,isdst:true,abbr:"CDT"},132:{ts:1792904400,time:"2026-10-25T05:00:00+0000",offset:-18000,isdst:false,abbr:"CST"},133:{ts:1805605200,time:"2027-03-21T05:00:00+0000",offset:-14400,isdst:true,abbr:"CDT"},134:{ts:1824958800,time:"2027-10-31T05:00:00+0000",offset:-18000,isdst:false,abbr:"CST"},135:{ts:1837054800,time:"2028-03-19T05:00:00+0000",offset:-14400,isdst:true,abbr:"CDT"},136:{ts:1856408400,time:"2028-10-29T05:00:00+0000",offset:-18000,isdst:false,abbr:"CST"},137:{ts:1868504400,time:"2029-03-18T05:00:00+0000",offset:-14400,isdst:true,abbr:"CDT"},138:{ts:1887858000,time:"2029-10-28T05:00:00+0000",offset:-18000,isdst:false,abbr:"CST"},139:{ts:1899954000,time:"2030-03-17T05:00:00+0000",offset:-14400,isdst:true,abbr:"CDT"},140:{ts:1919307600,time:"2030-10-27T05:00:00+0000",offset:-18000,isdst:false,abbr:"CST"},141:{ts:1931403600,time:"2031-03-16T05:00:00+0000",offset:-14400,isdst:true,abbr:"CDT"},142:{ts:1950757200,time:"2031-10-26T05:00:00+0000",offset:-18000,isdst:false,abbr:"CST"},143:{ts:1963458000,time:"2032-03-21T05:00:00+0000",offset:-14400,isdst:true,abbr:"CDT"},144:{ts:1982811600,time:"2032-10-31T05:00:00+0000",offset:-18000,isdst:false,abbr:"CST"},145:{ts:1994907600,time:"2033-03-20T05:00:00+0000",offset:-14400,isdst:true,abbr:"CDT"},146:{ts:2014261200,time:"2033-10-30T05:00:00+0000",offset:-18000,isdst:false,abbr:"CST"},147:{ts:2026357200,time:"2034-03-19T05:00:00+0000",offset:-14400,isdst:true,abbr:"CDT"},148:{ts:2045710800,time:"2034-10-29T05:00:00+0000",offset:-18000,isdst:false,abbr:"CST"},149:{ts:2057806800,time:"2035-03-18T05:00:00+0000",offset:-14400,isdst:true,abbr:"CDT"},150:{ts:2077160400,time:"2035-10-28T05:00:00+0000",offset:-18000,isdst:false,abbr:"CST"},151:{ts:2089256400,time:"2036-03-16T05:00:00+0000",offset:-14400,isdst:true,abbr:"CDT"},152:{ts:2108610000,time:"2036-10-26T05:00:00+0000",offset:-18000,isdst:false,abbr:"CST"},153:{ts:2120706000,time:"2037-03-15T05:00:00+0000",offset:-14400,isdst:true,abbr:"CDT"},154:{ts:2140059600,time:"2037-10-25T05:00:00+0000",offset:-18000,isdst:false,abbr:"CST"}},"America/Hermosillo":{0:{ts:-1514739600,time:"1922-01-01T07:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},1:{ts:-1343066400,time:"1927-06-11T06:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},2:{ts:-1234807200,time:"1930-11-15T06:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},3:{ts:-1220292000,time:"1931-05-02T06:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},4:{ts:-1207159200,time:"1931-10-01T06:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},5:{ts:-1191344400,time:"1932-04-01T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},6:{ts:-873828000,time:"1942-04-24T06:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},7:{ts:-661539600,time:"1949-01-14T07:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},8:{ts:28800,time:"1970-01-01T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},9:{ts:828867600,time:"1996-04-07T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},10:{ts:846403200,time:"1996-10-27T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},11:{ts:860317200,time:"1997-04-06T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},12:{ts:877852800,time:"1997-10-26T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},13:{ts:891766800,time:"1998-04-05T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},14:{ts:909302400,time:"1998-10-25T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"}},"America/Indiana/Indianapolis":{0:{ts:-1633276800,time:"1918-03-31T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},1:{ts:-1615136400,time:"1918-10-27T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},2:{ts:-1601827200,time:"1919-03-30T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},3:{ts:-1583686800,time:"1919-10-26T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},4:{ts:-900259200,time:"1941-06-22T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},5:{ts:-891795600,time:"1941-09-28T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},6:{ts:-880214400,time:"1942-02-09T08:00:00+0000",offset:-18000,isdst:true,abbr:"CWT"},7:{ts:-769395600,time:"1945-08-14T23:00:00+0000",offset:-18000,isdst:true,abbr:"CPT"},8:{ts:-765392400,time:"1945-09-30T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},9:{ts:-747244800,time:"1946-04-28T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},10:{ts:-733942800,time:"1946-09-29T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},11:{ts:-715795200,time:"1947-04-27T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},12:{ts:-702493200,time:"1947-09-28T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},13:{ts:-684345600,time:"1948-04-25T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},14:{ts:-671043600,time:"1948-09-26T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},15:{ts:-652896000,time:"1949-04-24T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},16:{ts:-639594000,time:"1949-09-25T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},17:{ts:-620841600,time:"1950-04-30T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},18:{ts:-608144400,time:"1950-09-24T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},19:{ts:-589392000,time:"1951-04-29T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},20:{ts:-576090000,time:"1951-09-30T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},21:{ts:-557942400,time:"1952-04-27T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},22:{ts:-544640400,time:"1952-09-28T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},23:{ts:-526492800,time:"1953-04-26T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},24:{ts:-513190800,time:"1953-09-27T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},25:{ts:-495043200,time:"1954-04-25T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},26:{ts:-481741200,time:"1954-09-26T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},27:{ts:-463593600,time:"1955-04-24T08:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},28:{ts:-386787600,time:"1957-09-29T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},29:{ts:-368640000,time:"1958-04-27T08:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},30:{ts:-21488400,time:"1969-04-27T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},31:{ts:-5767200,time:"1969-10-26T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},32:{ts:9961200,time:"1970-04-26T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},33:{ts:25682400,time:"1970-10-25T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},34:{ts:1143961200,time:"2006-04-02T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},35:{ts:1162101600,time:"2006-10-29T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},36:{ts:1173596400,time:"2007-03-11T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},37:{ts:1194156000,time:"2007-11-04T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},38:{ts:1205046000,time:"2008-03-09T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},39:{ts:1225605600,time:"2008-11-02T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},40:{ts:1236495600,time:"2009-03-08T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},41:{ts:1257055200,time:"2009-11-01T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},42:{ts:1268550000,time:"2010-03-14T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},43:{ts:1289109600,time:"2010-11-07T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},44:{ts:1299999600,time:"2011-03-13T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},45:{ts:1320559200,time:"2011-11-06T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},46:{ts:1331449200,time:"2012-03-11T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},47:{ts:1352008800,time:"2012-11-04T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},48:{ts:1362898800,time:"2013-03-10T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},49:{ts:1383458400,time:"2013-11-03T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},50:{ts:1394348400,time:"2014-03-09T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},51:{ts:1414908000,time:"2014-11-02T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},52:{ts:1425798000,time:"2015-03-08T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},53:{ts:1446357600,time:"2015-11-01T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},54:{ts:1457852400,time:"2016-03-13T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},55:{ts:1478412000,time:"2016-11-06T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},56:{ts:1489302000,time:"2017-03-12T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},57:{ts:1509861600,time:"2017-11-05T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},58:{ts:1520751600,time:"2018-03-11T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},59:{ts:1541311200,time:"2018-11-04T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},60:{ts:1552201200,time:"2019-03-10T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},61:{ts:1572760800,time:"2019-11-03T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},62:{ts:1583650800,time:"2020-03-08T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},63:{ts:1604210400,time:"2020-11-01T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},64:{ts:1615705200,time:"2021-03-14T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},65:{ts:1636264800,time:"2021-11-07T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},66:{ts:1647154800,time:"2022-03-13T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},67:{ts:1667714400,time:"2022-11-06T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},68:{ts:1678604400,time:"2023-03-12T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},69:{ts:1699164000,time:"2023-11-05T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},70:{ts:1710054000,time:"2024-03-10T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},71:{ts:1730613600,time:"2024-11-03T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},72:{ts:1741503600,time:"2025-03-09T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},73:{ts:1762063200,time:"2025-11-02T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},74:{ts:1772953200,time:"2026-03-08T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},75:{ts:1793512800,time:"2026-11-01T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},76:{ts:1805007600,time:"2027-03-14T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},77:{ts:1825567200,time:"2027-11-07T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},78:{ts:1836457200,time:"2028-03-12T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},79:{ts:1857016800,time:"2028-11-05T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},80:{ts:1867906800,time:"2029-03-11T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},81:{ts:1888466400,time:"2029-11-04T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},82:{ts:1899356400,time:"2030-03-10T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},83:{ts:1919916000,time:"2030-11-03T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},84:{ts:1930806000,time:"2031-03-09T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},85:{ts:1951365600,time:"2031-11-02T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},86:{ts:1962860400,time:"2032-03-14T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},87:{ts:1983420000,time:"2032-11-07T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},88:{ts:1994310000,time:"2033-03-13T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},89:{ts:2014869600,time:"2033-11-06T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},90:{ts:2025759600,time:"2034-03-12T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},91:{ts:2046319200,time:"2034-11-05T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},92:{ts:2057209200,time:"2035-03-11T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},93:{ts:2077768800,time:"2035-11-04T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},94:{ts:2088658800,time:"2036-03-09T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},95:{ts:2109218400,time:"2036-11-02T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},96:{ts:2120108400,time:"2037-03-08T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},97:{ts:2140668000,time:"2037-11-01T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"}},"America/Indiana/Knox":{0:{ts:-1633276800,time:"1918-03-31T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},1:{ts:-1615136400,time:"1918-10-27T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},2:{ts:-1601827200,time:"1919-03-30T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},3:{ts:-1583686800,time:"1919-10-26T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},4:{ts:-880214400,time:"1942-02-09T08:00:00+0000",offset:-18000,isdst:true,abbr:"CWT"},5:{ts:-769395600,time:"1945-08-14T23:00:00+0000",offset:-18000,isdst:true,abbr:"CPT"},6:{ts:-765392400,time:"1945-09-30T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},7:{ts:-715795200,time:"1947-04-27T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},8:{ts:-702493200,time:"1947-09-28T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},9:{ts:-684345600,time:"1948-04-25T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},10:{ts:-671043600,time:"1948-09-26T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},11:{ts:-652896000,time:"1949-04-24T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},12:{ts:-639594000,time:"1949-09-25T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},13:{ts:-620841600,time:"1950-04-30T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},14:{ts:-608144400,time:"1950-09-24T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},15:{ts:-589392000,time:"1951-04-29T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},16:{ts:-576090000,time:"1951-09-30T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},17:{ts:-557942400,time:"1952-04-27T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},18:{ts:-544640400,time:"1952-09-28T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},19:{ts:-526492800,time:"1953-04-26T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},20:{ts:-513190800,time:"1953-09-27T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},21:{ts:-495043200,time:"1954-04-25T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},22:{ts:-481741200,time:"1954-09-26T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},23:{ts:-463593600,time:"1955-04-24T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},24:{ts:-447267600,time:"1955-10-30T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},25:{ts:-431539200,time:"1956-04-29T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},26:{ts:-415818000,time:"1956-10-28T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},27:{ts:-400089600,time:"1957-04-28T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},28:{ts:-386787600,time:"1957-09-29T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},29:{ts:-368640000,time:"1958-04-27T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},30:{ts:-355338000,time:"1958-09-28T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},31:{ts:-337190400,time:"1959-04-26T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},32:{ts:-321469200,time:"1959-10-25T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},33:{ts:-305740800,time:"1960-04-24T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},34:{ts:-289414800,time:"1960-10-30T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},35:{ts:-273686400,time:"1961-04-30T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},36:{ts:-257965200,time:"1961-10-29T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},37:{ts:-242236800,time:"1962-04-29T08:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},38:{ts:-195066000,time:"1963-10-27T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},39:{ts:-84384000,time:"1967-04-30T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},40:{ts:-68662800,time:"1967-10-29T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},41:{ts:-52934400,time:"1968-04-28T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},42:{ts:-37213200,time:"1968-10-27T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},43:{ts:-21484800,time:"1969-04-27T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},44:{ts:-5763600,time:"1969-10-26T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},45:{ts:9964800,time:"1970-04-26T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},46:{ts:25686000,time:"1970-10-25T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},47:{ts:41414400,time:"1971-04-25T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},48:{ts:57740400,time:"1971-10-31T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},49:{ts:73468800,time:"1972-04-30T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},50:{ts:89190000,time:"1972-10-29T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},51:{ts:104918400,time:"1973-04-29T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},52:{ts:120639600,time:"1973-10-28T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},53:{ts:126691200,time:"1974-01-06T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},54:{ts:152089200,time:"1974-10-27T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},55:{ts:162374400,time:"1975-02-23T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},56:{ts:183538800,time:"1975-10-26T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},57:{ts:199267200,time:"1976-04-25T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},58:{ts:215593200,time:"1976-10-31T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},59:{ts:230716800,time:"1977-04-24T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},60:{ts:247042800,time:"1977-10-30T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},61:{ts:262771200,time:"1978-04-30T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},62:{ts:278492400,time:"1978-10-29T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},63:{ts:294220800,time:"1979-04-29T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},64:{ts:309942000,time:"1979-10-28T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},65:{ts:325670400,time:"1980-04-27T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},66:{ts:341391600,time:"1980-10-26T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},67:{ts:357120000,time:"1981-04-26T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},68:{ts:372841200,time:"1981-10-25T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},69:{ts:388569600,time:"1982-04-25T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},70:{ts:404895600,time:"1982-10-31T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},71:{ts:420019200,time:"1983-04-24T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},72:{ts:436345200,time:"1983-10-30T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},73:{ts:452073600,time:"1984-04-29T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},74:{ts:467794800,time:"1984-10-28T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},75:{ts:483523200,time:"1985-04-28T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},76:{ts:499244400,time:"1985-10-27T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},77:{ts:514972800,time:"1986-04-27T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},78:{ts:530694000,time:"1986-10-26T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},79:{ts:544608000,time:"1987-04-05T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},80:{ts:562143600,time:"1987-10-25T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},81:{ts:576057600,time:"1988-04-03T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},82:{ts:594198000,time:"1988-10-30T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},83:{ts:607507200,time:"1989-04-02T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},84:{ts:625647600,time:"1989-10-29T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},85:{ts:638956800,time:"1990-04-01T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},86:{ts:657097200,time:"1990-10-28T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},87:{ts:671011200,time:"1991-04-07T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},88:{ts:688546800,time:"1991-10-27T07:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},89:{ts:1143961200,time:"2006-04-02T07:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},90:{ts:1162105200,time:"2006-10-29T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},91:{ts:1173600000,time:"2007-03-11T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},92:{ts:1194159600,time:"2007-11-04T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},93:{ts:1205049600,time:"2008-03-09T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},94:{ts:1225609200,time:"2008-11-02T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},95:{ts:1236499200,time:"2009-03-08T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},96:{ts:1257058800,time:"2009-11-01T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},97:{ts:1268553600,time:"2010-03-14T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},98:{ts:1289113200,time:"2010-11-07T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},99:{ts:1300003200,time:"2011-03-13T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},100:{ts:1320562800,time:"2011-11-06T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},101:{ts:1331452800,time:"2012-03-11T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},102:{ts:1352012400,time:"2012-11-04T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},103:{ts:1362902400,time:"2013-03-10T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},104:{ts:1383462000,time:"2013-11-03T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},105:{ts:1394352000,time:"2014-03-09T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},106:{ts:1414911600,time:"2014-11-02T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},107:{ts:1425801600,time:"2015-03-08T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},108:{ts:1446361200,time:"2015-11-01T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},109:{ts:1457856000,time:"2016-03-13T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},110:{ts:1478415600,time:"2016-11-06T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},111:{ts:1489305600,time:"2017-03-12T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},112:{ts:1509865200,time:"2017-11-05T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},113:{ts:1520755200,time:"2018-03-11T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},114:{ts:1541314800,time:"2018-11-04T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},115:{ts:1552204800,time:"2019-03-10T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},116:{ts:1572764400,time:"2019-11-03T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},117:{ts:1583654400,time:"2020-03-08T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},118:{ts:1604214000,time:"2020-11-01T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},119:{ts:1615708800,time:"2021-03-14T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},120:{ts:1636268400,time:"2021-11-07T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},121:{ts:1647158400,time:"2022-03-13T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},122:{ts:1667718000,time:"2022-11-06T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},123:{ts:1678608000,time:"2023-03-12T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},124:{ts:1699167600,time:"2023-11-05T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},125:{ts:1710057600,time:"2024-03-10T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},126:{ts:1730617200,time:"2024-11-03T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},127:{ts:1741507200,time:"2025-03-09T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},128:{ts:1762066800,time:"2025-11-02T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},129:{ts:1772956800,time:"2026-03-08T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},130:{ts:1793516400,time:"2026-11-01T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},131:{ts:1805011200,time:"2027-03-14T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},132:{ts:1825570800,time:"2027-11-07T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},133:{ts:1836460800,time:"2028-03-12T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},134:{ts:1857020400,time:"2028-11-05T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},135:{ts:1867910400,time:"2029-03-11T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},136:{ts:1888470000,time:"2029-11-04T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},137:{ts:1899360000,time:"2030-03-10T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},138:{ts:1919919600,time:"2030-11-03T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},139:{ts:1930809600,time:"2031-03-09T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},140:{ts:1951369200,time:"2031-11-02T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},141:{ts:1962864000,time:"2032-03-14T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},142:{ts:1983423600,time:"2032-11-07T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},143:{ts:1994313600,time:"2033-03-13T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},144:{ts:2014873200,time:"2033-11-06T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},145:{ts:2025763200,time:"2034-03-12T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},146:{ts:2046322800,time:"2034-11-05T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},147:{ts:2057212800,time:"2035-03-11T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},148:{ts:2077772400,time:"2035-11-04T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},149:{ts:2088662400,time:"2036-03-09T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},150:{ts:2109222000,time:"2036-11-02T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},151:{ts:2120112000,time:"2037-03-08T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},152:{ts:2140671600,time:"2037-11-01T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"}},"America/Indiana/Marengo":{0:{ts:-1633276800,time:"1918-03-31T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},1:{ts:-1615136400,time:"1918-10-27T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},2:{ts:-1601827200,time:"1919-03-30T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},3:{ts:-1583686800,time:"1919-10-26T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},4:{ts:-880214400,time:"1942-02-09T08:00:00+0000",offset:-18000,isdst:true,abbr:"CWT"},5:{ts:-769395600,time:"1945-08-14T23:00:00+0000",offset:-18000,isdst:true,abbr:"CPT"},6:{ts:-765392400,time:"1945-09-30T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},7:{ts:-589392000,time:"1951-04-29T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},8:{ts:-576090000,time:"1951-09-30T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},9:{ts:-495043200,time:"1954-04-25T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},10:{ts:-481741200,time:"1954-09-26T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},11:{ts:-463593600,time:"1955-04-24T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},12:{ts:-450291600,time:"1955-09-25T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},13:{ts:-431539200,time:"1956-04-29T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},14:{ts:-418237200,time:"1956-09-30T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},15:{ts:-400089600,time:"1957-04-28T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},16:{ts:-386787600,time:"1957-09-29T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},17:{ts:-368640000,time:"1958-04-27T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},18:{ts:-355338000,time:"1958-09-28T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},19:{ts:-337190400,time:"1959-04-26T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},20:{ts:-323888400,time:"1959-09-27T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},21:{ts:-305740800,time:"1960-04-24T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},22:{ts:-292438800,time:"1960-09-25T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},23:{ts:-273686400,time:"1961-04-30T08:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},24:{ts:-21488400,time:"1969-04-27T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},25:{ts:-5767200,time:"1969-10-26T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},26:{ts:9961200,time:"1970-04-26T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},27:{ts:25682400,time:"1970-10-25T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},28:{ts:41410800,time:"1971-04-25T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},29:{ts:57736800,time:"1971-10-31T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},30:{ts:73465200,time:"1972-04-30T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},31:{ts:89186400,time:"1972-10-29T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},32:{ts:104914800,time:"1973-04-29T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},33:{ts:120636000,time:"1973-10-28T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},34:{ts:126687600,time:"1974-01-06T07:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},35:{ts:152089200,time:"1974-10-27T07:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},36:{ts:162370800,time:"1975-02-23T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},37:{ts:183535200,time:"1975-10-26T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},38:{ts:1143961200,time:"2006-04-02T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},39:{ts:1162101600,time:"2006-10-29T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},40:{ts:1173596400,time:"2007-03-11T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},41:{ts:1194156000,time:"2007-11-04T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},42:{ts:1205046000,time:"2008-03-09T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},43:{ts:1225605600,time:"2008-11-02T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},44:{ts:1236495600,time:"2009-03-08T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},45:{ts:1257055200,time:"2009-11-01T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},46:{ts:1268550000,time:"2010-03-14T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},47:{ts:1289109600,time:"2010-11-07T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},48:{ts:1299999600,time:"2011-03-13T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},49:{ts:1320559200,time:"2011-11-06T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},50:{ts:1331449200,time:"2012-03-11T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},51:{ts:1352008800,time:"2012-11-04T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},52:{ts:1362898800,time:"2013-03-10T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},53:{ts:1383458400,time:"2013-11-03T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},54:{ts:1394348400,time:"2014-03-09T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},55:{ts:1414908000,time:"2014-11-02T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},56:{ts:1425798000,time:"2015-03-08T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},57:{ts:1446357600,time:"2015-11-01T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},58:{ts:1457852400,time:"2016-03-13T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},59:{ts:1478412000,time:"2016-11-06T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},60:{ts:1489302000,time:"2017-03-12T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},61:{ts:1509861600,time:"2017-11-05T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},62:{ts:1520751600,time:"2018-03-11T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},63:{ts:1541311200,time:"2018-11-04T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},64:{ts:1552201200,time:"2019-03-10T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},65:{ts:1572760800,time:"2019-11-03T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},66:{ts:1583650800,time:"2020-03-08T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},67:{ts:1604210400,time:"2020-11-01T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},68:{ts:1615705200,time:"2021-03-14T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},69:{ts:1636264800,time:"2021-11-07T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},70:{ts:1647154800,time:"2022-03-13T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},71:{ts:1667714400,time:"2022-11-06T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},72:{ts:1678604400,time:"2023-03-12T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},73:{ts:1699164000,time:"2023-11-05T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},74:{ts:1710054000,time:"2024-03-10T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},75:{ts:1730613600,time:"2024-11-03T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},76:{ts:1741503600,time:"2025-03-09T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},77:{ts:1762063200,time:"2025-11-02T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},78:{ts:1772953200,time:"2026-03-08T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},79:{ts:1793512800,time:"2026-11-01T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},80:{ts:1805007600,time:"2027-03-14T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},81:{ts:1825567200,time:"2027-11-07T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},82:{ts:1836457200,time:"2028-03-12T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},83:{ts:1857016800,time:"2028-11-05T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},84:{ts:1867906800,time:"2029-03-11T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},85:{ts:1888466400,time:"2029-11-04T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},86:{ts:1899356400,time:"2030-03-10T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},87:{ts:1919916000,time:"2030-11-03T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},88:{ts:1930806000,time:"2031-03-09T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},89:{ts:1951365600,time:"2031-11-02T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},90:{ts:1962860400,time:"2032-03-14T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},91:{ts:1983420000,time:"2032-11-07T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},92:{ts:1994310000,time:"2033-03-13T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},93:{ts:2014869600,time:"2033-11-06T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},94:{ts:2025759600,time:"2034-03-12T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},95:{ts:2046319200,time:"2034-11-05T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},96:{ts:2057209200,time:"2035-03-11T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},97:{ts:2077768800,time:"2035-11-04T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},98:{ts:2088658800,time:"2036-03-09T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},99:{ts:2109218400,time:"2036-11-02T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},100:{ts:2120108400,time:"2037-03-08T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},101:{ts:2140668000,time:"2037-11-01T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"}},"America/Indiana/Petersburg":{0:{ts:-1633276800,time:"1918-03-31T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},1:{ts:-1615136400,time:"1918-10-27T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},2:{ts:-1601827200,time:"1919-03-30T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},3:{ts:-1583686800,time:"1919-10-26T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},4:{ts:-880214400,time:"1942-02-09T08:00:00+0000",offset:-18000,isdst:true,abbr:"CWT"},5:{ts:-769395600,time:"1945-08-14T23:00:00+0000",offset:-18000,isdst:true,abbr:"CPT"},6:{ts:-765392400,time:"1945-09-30T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},7:{ts:-462996000,time:"1955-05-01T06:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},8:{ts:-450291600,time:"1955-09-25T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},9:{ts:-431539200,time:"1956-04-29T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},10:{ts:-418237200,time:"1956-09-30T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},11:{ts:-400089600,time:"1957-04-28T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},12:{ts:-386787600,time:"1957-09-29T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},13:{ts:-368640000,time:"1958-04-27T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},14:{ts:-355338000,time:"1958-09-28T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},15:{ts:-337190400,time:"1959-04-26T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},16:{ts:-323888400,time:"1959-09-27T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},17:{ts:-305740800,time:"1960-04-24T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},18:{ts:-292438800,time:"1960-09-25T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},19:{ts:-273686400,time:"1961-04-30T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},20:{ts:-257965200,time:"1961-10-29T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},21:{ts:-242236800,time:"1962-04-29T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},22:{ts:-226515600,time:"1962-10-28T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},23:{ts:-210787200,time:"1963-04-28T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},24:{ts:-195066000,time:"1963-10-27T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},25:{ts:-179337600,time:"1964-04-26T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},26:{ts:-163616400,time:"1964-10-25T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},27:{ts:-147888000,time:"1965-04-25T08:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},28:{ts:-100112400,time:"1966-10-30T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},29:{ts:-84384000,time:"1967-04-30T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},30:{ts:-68662800,time:"1967-10-29T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},31:{ts:-52934400,time:"1968-04-28T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},32:{ts:-37213200,time:"1968-10-27T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},33:{ts:-21484800,time:"1969-04-27T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},34:{ts:-5763600,time:"1969-10-26T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},35:{ts:9964800,time:"1970-04-26T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},36:{ts:25686000,time:"1970-10-25T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},37:{ts:41414400,time:"1971-04-25T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},38:{ts:57740400,time:"1971-10-31T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},39:{ts:73468800,time:"1972-04-30T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},40:{ts:89190000,time:"1972-10-29T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},41:{ts:104918400,time:"1973-04-29T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},42:{ts:120639600,time:"1973-10-28T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},43:{ts:126691200,time:"1974-01-06T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},44:{ts:152089200,time:"1974-10-27T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},45:{ts:162374400,time:"1975-02-23T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},46:{ts:183538800,time:"1975-10-26T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},47:{ts:199267200,time:"1976-04-25T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},48:{ts:215593200,time:"1976-10-31T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},49:{ts:230716800,time:"1977-04-24T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},50:{ts:247042800,time:"1977-10-30T07:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},51:{ts:1143961200,time:"2006-04-02T07:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},52:{ts:1162105200,time:"2006-10-29T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},53:{ts:1173600000,time:"2007-03-11T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},54:{ts:1194159600,time:"2007-11-04T07:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},55:{ts:1205046000,time:"2008-03-09T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},56:{ts:1225605600,time:"2008-11-02T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},57:{ts:1236495600,time:"2009-03-08T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},58:{ts:1257055200,time:"2009-11-01T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},59:{ts:1268550000,time:"2010-03-14T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},60:{ts:1289109600,time:"2010-11-07T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},61:{ts:1299999600,time:"2011-03-13T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},62:{ts:1320559200,time:"2011-11-06T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},63:{ts:1331449200,time:"2012-03-11T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},64:{ts:1352008800,time:"2012-11-04T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},65:{ts:1362898800,time:"2013-03-10T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},66:{ts:1383458400,time:"2013-11-03T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},67:{ts:1394348400,time:"2014-03-09T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},68:{ts:1414908000,time:"2014-11-02T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},69:{ts:1425798000,time:"2015-03-08T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},70:{ts:1446357600,time:"2015-11-01T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},71:{ts:1457852400,time:"2016-03-13T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},72:{ts:1478412000,time:"2016-11-06T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},73:{ts:1489302000,time:"2017-03-12T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},74:{ts:1509861600,time:"2017-11-05T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},75:{ts:1520751600,time:"2018-03-11T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},76:{ts:1541311200,time:"2018-11-04T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},77:{ts:1552201200,time:"2019-03-10T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},78:{ts:1572760800,time:"2019-11-03T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},79:{ts:1583650800,time:"2020-03-08T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},80:{ts:1604210400,time:"2020-11-01T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},81:{ts:1615705200,time:"2021-03-14T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},82:{ts:1636264800,time:"2021-11-07T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},83:{ts:1647154800,time:"2022-03-13T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},84:{ts:1667714400,time:"2022-11-06T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},85:{ts:1678604400,time:"2023-03-12T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},86:{ts:1699164000,time:"2023-11-05T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},87:{ts:1710054000,time:"2024-03-10T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},88:{ts:1730613600,time:"2024-11-03T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},89:{ts:1741503600,time:"2025-03-09T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},90:{ts:1762063200,time:"2025-11-02T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},91:{ts:1772953200,time:"2026-03-08T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},92:{ts:1793512800,time:"2026-11-01T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},93:{ts:1805007600,time:"2027-03-14T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},94:{ts:1825567200,time:"2027-11-07T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},95:{ts:1836457200,time:"2028-03-12T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},96:{ts:1857016800,time:"2028-11-05T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},97:{ts:1867906800,time:"2029-03-11T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},98:{ts:1888466400,time:"2029-11-04T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},99:{ts:1899356400,time:"2030-03-10T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},100:{ts:1919916000,time:"2030-11-03T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},101:{ts:1930806000,time:"2031-03-09T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},102:{ts:1951365600,time:"2031-11-02T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},103:{ts:1962860400,time:"2032-03-14T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},104:{ts:1983420000,time:"2032-11-07T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},105:{ts:1994310000,time:"2033-03-13T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},106:{ts:2014869600,time:"2033-11-06T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},107:{ts:2025759600,time:"2034-03-12T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},108:{ts:2046319200,time:"2034-11-05T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},109:{ts:2057209200,time:"2035-03-11T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},110:{ts:2077768800,time:"2035-11-04T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},111:{ts:2088658800,time:"2036-03-09T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},112:{ts:2109218400,time:"2036-11-02T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},113:{ts:2120108400,time:"2037-03-08T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},114:{ts:2140668000,time:"2037-11-01T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"}},"America/Indiana/Tell_City":{0:{ts:-1633276800,time:"1918-03-31T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},1:{ts:-1615136400,time:"1918-10-27T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},2:{ts:-1601827200,time:"1919-03-30T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},3:{ts:-1583686800,time:"1919-10-26T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},4:{ts:-880214400,time:"1942-02-09T08:00:00+0000",offset:-18000,isdst:true,abbr:"CWT"},5:{ts:-769395600,time:"1945-08-14T23:00:00+0000",offset:-18000,isdst:true,abbr:"CPT"},6:{ts:-765392400,time:"1945-09-30T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},7:{ts:-747244800,time:"1946-04-28T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},8:{ts:-733942800,time:"1946-09-29T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},9:{ts:-526492800,time:"1953-04-26T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},10:{ts:-513190800,time:"1953-09-27T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},11:{ts:-495043200,time:"1954-04-25T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},12:{ts:-481741200,time:"1954-09-26T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},13:{ts:-462996000,time:"1955-05-01T06:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},14:{ts:-450291600,time:"1955-09-25T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},15:{ts:-431539200,time:"1956-04-29T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},16:{ts:-418237200,time:"1956-09-30T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},17:{ts:-400089600,time:"1957-04-28T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},18:{ts:-386787600,time:"1957-09-29T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},19:{ts:-368640000,time:"1958-04-27T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},20:{ts:-355338000,time:"1958-09-28T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},21:{ts:-337190400,time:"1959-04-26T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},22:{ts:-323888400,time:"1959-09-27T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},23:{ts:-305740800,time:"1960-04-24T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},24:{ts:-289414800,time:"1960-10-30T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},25:{ts:-273686400,time:"1961-04-30T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},26:{ts:-260989200,time:"1961-09-24T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},27:{ts:-242236800,time:"1962-04-29T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},28:{ts:-226515600,time:"1962-10-28T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},29:{ts:-210787200,time:"1963-04-28T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},30:{ts:-195066000,time:"1963-10-27T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},31:{ts:-179337600,time:"1964-04-26T08:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},32:{ts:-21488400,time:"1969-04-27T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},33:{ts:-5767200,time:"1969-10-26T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},34:{ts:9961200,time:"1970-04-26T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},35:{ts:25682400,time:"1970-10-25T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},36:{ts:1143961200,time:"2006-04-02T07:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},37:{ts:1162105200,time:"2006-10-29T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},38:{ts:1173600000,time:"2007-03-11T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},39:{ts:1194159600,time:"2007-11-04T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},40:{ts:1205049600,time:"2008-03-09T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},41:{ts:1225609200,time:"2008-11-02T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},42:{ts:1236499200,time:"2009-03-08T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},43:{ts:1257058800,time:"2009-11-01T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},44:{ts:1268553600,time:"2010-03-14T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},45:{ts:1289113200,time:"2010-11-07T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},46:{ts:1300003200,time:"2011-03-13T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},47:{ts:1320562800,time:"2011-11-06T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},48:{ts:1331452800,time:"2012-03-11T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},49:{ts:1352012400,time:"2012-11-04T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},50:{ts:1362902400,time:"2013-03-10T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},51:{ts:1383462000,time:"2013-11-03T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},52:{ts:1394352000,time:"2014-03-09T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},53:{ts:1414911600,time:"2014-11-02T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},54:{ts:1425801600,time:"2015-03-08T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},55:{ts:1446361200,time:"2015-11-01T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},56:{ts:1457856000,time:"2016-03-13T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},57:{ts:1478415600,time:"2016-11-06T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},58:{ts:1489305600,time:"2017-03-12T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},59:{ts:1509865200,time:"2017-11-05T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},60:{ts:1520755200,time:"2018-03-11T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},61:{ts:1541314800,time:"2018-11-04T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},62:{ts:1552204800,time:"2019-03-10T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},63:{ts:1572764400,time:"2019-11-03T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},64:{ts:1583654400,time:"2020-03-08T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},65:{ts:1604214000,time:"2020-11-01T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},66:{ts:1615708800,time:"2021-03-14T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},67:{ts:1636268400,time:"2021-11-07T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},68:{ts:1647158400,time:"2022-03-13T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},69:{ts:1667718000,time:"2022-11-06T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},70:{ts:1678608000,time:"2023-03-12T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},71:{ts:1699167600,time:"2023-11-05T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},72:{ts:1710057600,time:"2024-03-10T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},73:{ts:1730617200,time:"2024-11-03T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},74:{ts:1741507200,time:"2025-03-09T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},75:{ts:1762066800,time:"2025-11-02T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},76:{ts:1772956800,time:"2026-03-08T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},77:{ts:1793516400,time:"2026-11-01T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},78:{ts:1805011200,time:"2027-03-14T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},79:{ts:1825570800,time:"2027-11-07T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},80:{ts:1836460800,time:"2028-03-12T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},81:{ts:1857020400,time:"2028-11-05T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},82:{ts:1867910400,time:"2029-03-11T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},83:{ts:1888470000,time:"2029-11-04T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},84:{ts:1899360000,time:"2030-03-10T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},85:{ts:1919919600,time:"2030-11-03T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},86:{ts:1930809600,time:"2031-03-09T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},87:{ts:1951369200,time:"2031-11-02T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},88:{ts:1962864000,time:"2032-03-14T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},89:{ts:1983423600,time:"2032-11-07T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},90:{ts:1994313600,time:"2033-03-13T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},91:{ts:2014873200,time:"2033-11-06T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},92:{ts:2025763200,time:"2034-03-12T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},93:{ts:2046322800,time:"2034-11-05T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},94:{ts:2057212800,time:"2035-03-11T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},95:{ts:2077772400,time:"2035-11-04T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},96:{ts:2088662400,time:"2036-03-09T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},97:{ts:2109222000,time:"2036-11-02T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},98:{ts:2120112000,time:"2037-03-08T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},99:{ts:2140671600,time:"2037-11-01T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"}},"America/Indiana/Vevay":{0:{ts:-1633276800,time:"1918-03-31T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},1:{ts:-1615136400,time:"1918-10-27T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},2:{ts:-1601827200,time:"1919-03-30T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},3:{ts:-1583686800,time:"1919-10-26T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},4:{ts:-880214400,time:"1942-02-09T08:00:00+0000",offset:-18000,isdst:true,abbr:"CWT"},5:{ts:-769395600,time:"1945-08-14T23:00:00+0000",offset:-18000,isdst:true,abbr:"CPT"},6:{ts:-765392400,time:"1945-09-30T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},7:{ts:-495043200,time:"1954-04-25T08:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},8:{ts:-21488400,time:"1969-04-27T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},9:{ts:-5767200,time:"1969-10-26T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},10:{ts:9961200,time:"1970-04-26T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},11:{ts:25682400,time:"1970-10-25T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},12:{ts:41410800,time:"1971-04-25T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},13:{ts:57736800,time:"1971-10-31T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},14:{ts:73465200,time:"1972-04-30T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},15:{ts:89186400,time:"1972-10-29T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},16:{ts:1143961200,time:"2006-04-02T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},17:{ts:1162101600,time:"2006-10-29T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},18:{ts:1173596400,time:"2007-03-11T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},19:{ts:1194156000,time:"2007-11-04T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},20:{ts:1205046000,time:"2008-03-09T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},21:{ts:1225605600,time:"2008-11-02T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},22:{ts:1236495600,time:"2009-03-08T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},23:{ts:1257055200,time:"2009-11-01T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},24:{ts:1268550000,time:"2010-03-14T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},25:{ts:1289109600,time:"2010-11-07T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},26:{ts:1299999600,time:"2011-03-13T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},27:{ts:1320559200,time:"2011-11-06T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},28:{ts:1331449200,time:"2012-03-11T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},29:{ts:1352008800,time:"2012-11-04T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},30:{ts:1362898800,time:"2013-03-10T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},31:{ts:1383458400,time:"2013-11-03T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},32:{ts:1394348400,time:"2014-03-09T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},33:{ts:1414908000,time:"2014-11-02T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},34:{ts:1425798000,time:"2015-03-08T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},35:{ts:1446357600,time:"2015-11-01T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},36:{ts:1457852400,time:"2016-03-13T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},37:{ts:1478412000,time:"2016-11-06T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},38:{ts:1489302000,time:"2017-03-12T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},39:{ts:1509861600,time:"2017-11-05T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},40:{ts:1520751600,time:"2018-03-11T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},41:{ts:1541311200,time:"2018-11-04T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},42:{ts:1552201200,time:"2019-03-10T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},43:{ts:1572760800,time:"2019-11-03T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},44:{ts:1583650800,time:"2020-03-08T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},45:{ts:1604210400,time:"2020-11-01T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},46:{ts:1615705200,time:"2021-03-14T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},47:{ts:1636264800,time:"2021-11-07T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},48:{ts:1647154800,time:"2022-03-13T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},49:{ts:1667714400,time:"2022-11-06T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},50:{ts:1678604400,time:"2023-03-12T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},51:{ts:1699164000,time:"2023-11-05T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},52:{ts:1710054000,time:"2024-03-10T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},53:{ts:1730613600,time:"2024-11-03T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},54:{ts:1741503600,time:"2025-03-09T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},55:{ts:1762063200,time:"2025-11-02T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},56:{ts:1772953200,time:"2026-03-08T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},57:{ts:1793512800,time:"2026-11-01T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},58:{ts:1805007600,time:"2027-03-14T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},59:{ts:1825567200,time:"2027-11-07T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},60:{ts:1836457200,time:"2028-03-12T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},61:{ts:1857016800,time:"2028-11-05T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},62:{ts:1867906800,time:"2029-03-11T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},63:{ts:1888466400,time:"2029-11-04T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},64:{ts:1899356400,time:"2030-03-10T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},65:{ts:1919916000,time:"2030-11-03T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},66:{ts:1930806000,time:"2031-03-09T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},67:{ts:1951365600,time:"2031-11-02T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},68:{ts:1962860400,time:"2032-03-14T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},69:{ts:1983420000,time:"2032-11-07T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},70:{ts:1994310000,time:"2033-03-13T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},71:{ts:2014869600,time:"2033-11-06T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},72:{ts:2025759600,time:"2034-03-12T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},73:{ts:2046319200,time:"2034-11-05T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},74:{ts:2057209200,time:"2035-03-11T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},75:{ts:2077768800,time:"2035-11-04T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},76:{ts:2088658800,time:"2036-03-09T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},77:{ts:2109218400,time:"2036-11-02T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},78:{ts:2120108400,time:"2037-03-08T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},79:{ts:2140668000,time:"2037-11-01T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"}},"America/Indiana/Vincennes":{0:{ts:-1633276800,time:"1918-03-31T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},1:{ts:-1615136400,time:"1918-10-27T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},2:{ts:-1601827200,time:"1919-03-30T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},3:{ts:-1583686800,time:"1919-10-26T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},4:{ts:-880214400,time:"1942-02-09T08:00:00+0000",offset:-18000,isdst:true,abbr:"CWT"},5:{ts:-769395600,time:"1945-08-14T23:00:00+0000",offset:-18000,isdst:true,abbr:"CPT"},6:{ts:-765392400,time:"1945-09-30T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},7:{ts:-747244800,time:"1946-04-28T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},8:{ts:-733942800,time:"1946-09-29T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},9:{ts:-526492800,time:"1953-04-26T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},10:{ts:-513190800,time:"1953-09-27T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},11:{ts:-495043200,time:"1954-04-25T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},12:{ts:-481741200,time:"1954-09-26T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},13:{ts:-462996000,time:"1955-05-01T06:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},14:{ts:-450291600,time:"1955-09-25T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},15:{ts:-431539200,time:"1956-04-29T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},16:{ts:-418237200,time:"1956-09-30T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},17:{ts:-400089600,time:"1957-04-28T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},18:{ts:-386787600,time:"1957-09-29T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},19:{ts:-368640000,time:"1958-04-27T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},20:{ts:-355338000,time:"1958-09-28T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},21:{ts:-337190400,time:"1959-04-26T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},22:{ts:-323888400,time:"1959-09-27T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},23:{ts:-305740800,time:"1960-04-24T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},24:{ts:-289414800,time:"1960-10-30T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},25:{ts:-273686400,time:"1961-04-30T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},26:{ts:-260989200,time:"1961-09-24T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},27:{ts:-242236800,time:"1962-04-29T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},28:{ts:-226515600,time:"1962-10-28T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},29:{ts:-210787200,time:"1963-04-28T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},30:{ts:-195066000,time:"1963-10-27T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},31:{ts:-179337600,time:"1964-04-26T08:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},32:{ts:-21488400,time:"1969-04-27T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},33:{ts:-5767200,time:"1969-10-26T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},34:{ts:9961200,time:"1970-04-26T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},35:{ts:25682400,time:"1970-10-25T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},36:{ts:1143961200,time:"2006-04-02T07:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},37:{ts:1162105200,time:"2006-10-29T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},38:{ts:1173600000,time:"2007-03-11T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},39:{ts:1194159600,time:"2007-11-04T07:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},40:{ts:1205046000,time:"2008-03-09T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},41:{ts:1225605600,time:"2008-11-02T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},42:{ts:1236495600,time:"2009-03-08T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},43:{ts:1257055200,time:"2009-11-01T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},44:{ts:1268550000,time:"2010-03-14T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},45:{ts:1289109600,time:"2010-11-07T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},46:{ts:1299999600,time:"2011-03-13T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},47:{ts:1320559200,time:"2011-11-06T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},48:{ts:1331449200,time:"2012-03-11T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},49:{ts:1352008800,time:"2012-11-04T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},50:{ts:1362898800,time:"2013-03-10T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},51:{ts:1383458400,time:"2013-11-03T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},52:{ts:1394348400,time:"2014-03-09T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},53:{ts:1414908000,time:"2014-11-02T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},54:{ts:1425798000,time:"2015-03-08T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},55:{ts:1446357600,time:"2015-11-01T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},56:{ts:1457852400,time:"2016-03-13T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},57:{ts:1478412000,time:"2016-11-06T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},58:{ts:1489302000,time:"2017-03-12T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},59:{ts:1509861600,time:"2017-11-05T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},60:{ts:1520751600,time:"2018-03-11T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},61:{ts:1541311200,time:"2018-11-04T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},62:{ts:1552201200,time:"2019-03-10T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},63:{ts:1572760800,time:"2019-11-03T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},64:{ts:1583650800,time:"2020-03-08T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},65:{ts:1604210400,time:"2020-11-01T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},66:{ts:1615705200,time:"2021-03-14T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},67:{ts:1636264800,time:"2021-11-07T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},68:{ts:1647154800,time:"2022-03-13T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},69:{ts:1667714400,time:"2022-11-06T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},70:{ts:1678604400,time:"2023-03-12T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},71:{ts:1699164000,time:"2023-11-05T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},72:{ts:1710054000,time:"2024-03-10T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},73:{ts:1730613600,time:"2024-11-03T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},74:{ts:1741503600,time:"2025-03-09T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},75:{ts:1762063200,time:"2025-11-02T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},76:{ts:1772953200,time:"2026-03-08T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},77:{ts:1793512800,time:"2026-11-01T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},78:{ts:1805007600,time:"2027-03-14T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},79:{ts:1825567200,time:"2027-11-07T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},80:{ts:1836457200,time:"2028-03-12T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},81:{ts:1857016800,time:"2028-11-05T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},82:{ts:1867906800,time:"2029-03-11T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},83:{ts:1888466400,time:"2029-11-04T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},84:{ts:1899356400,time:"2030-03-10T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},85:{ts:1919916000,time:"2030-11-03T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},86:{ts:1930806000,time:"2031-03-09T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},87:{ts:1951365600,time:"2031-11-02T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},88:{ts:1962860400,time:"2032-03-14T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},89:{ts:1983420000,time:"2032-11-07T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},90:{ts:1994310000,time:"2033-03-13T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},91:{ts:2014869600,time:"2033-11-06T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},92:{ts:2025759600,time:"2034-03-12T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},93:{ts:2046319200,time:"2034-11-05T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},94:{ts:2057209200,time:"2035-03-11T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},95:{ts:2077768800,time:"2035-11-04T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},96:{ts:2088658800,time:"2036-03-09T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},97:{ts:2109218400,time:"2036-11-02T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},98:{ts:2120108400,time:"2037-03-08T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},99:{ts:2140668000,time:"2037-11-01T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"}},"America/Indiana/Winamac":{0:{ts:-1633276800,time:"1918-03-31T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},1:{ts:-1615136400,time:"1918-10-27T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},2:{ts:-1601827200,time:"1919-03-30T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},3:{ts:-1583686800,time:"1919-10-26T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},4:{ts:-880214400,time:"1942-02-09T08:00:00+0000",offset:-18000,isdst:true,abbr:"CWT"},5:{ts:-769395600,time:"1945-08-14T23:00:00+0000",offset:-18000,isdst:true,abbr:"CPT"},6:{ts:-765392400,time:"1945-09-30T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},7:{ts:-747244800,time:"1946-04-28T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},8:{ts:-733942800,time:"1946-09-29T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},9:{ts:-715795200,time:"1947-04-27T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},10:{ts:-702493200,time:"1947-09-28T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},11:{ts:-684345600,time:"1948-04-25T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},12:{ts:-671043600,time:"1948-09-26T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},13:{ts:-652896000,time:"1949-04-24T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},14:{ts:-639594000,time:"1949-09-25T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},15:{ts:-620841600,time:"1950-04-30T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},16:{ts:-608144400,time:"1950-09-24T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},17:{ts:-589392000,time:"1951-04-29T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},18:{ts:-576090000,time:"1951-09-30T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},19:{ts:-557942400,time:"1952-04-27T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},20:{ts:-544640400,time:"1952-09-28T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},21:{ts:-526492800,time:"1953-04-26T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},22:{ts:-513190800,time:"1953-09-27T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},23:{ts:-495043200,time:"1954-04-25T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},24:{ts:-481741200,time:"1954-09-26T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},25:{ts:-463593600,time:"1955-04-24T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},26:{ts:-447267600,time:"1955-10-30T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},27:{ts:-431539200,time:"1956-04-29T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},28:{ts:-415818000,time:"1956-10-28T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},29:{ts:-400089600,time:"1957-04-28T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},30:{ts:-386787600,time:"1957-09-29T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},31:{ts:-368640000,time:"1958-04-27T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},32:{ts:-355338000,time:"1958-09-28T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},33:{ts:-337190400,time:"1959-04-26T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},34:{ts:-323888400,time:"1959-09-27T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},35:{ts:-305740800,time:"1960-04-24T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},36:{ts:-292438800,time:"1960-09-25T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},37:{ts:-273686400,time:"1961-04-30T08:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},38:{ts:-21488400,time:"1969-04-27T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},39:{ts:-5767200,time:"1969-10-26T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},40:{ts:9961200,time:"1970-04-26T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},41:{ts:25682400,time:"1970-10-25T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},42:{ts:1143961200,time:"2006-04-02T07:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},43:{ts:1162105200,time:"2006-10-29T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},44:{ts:1173600000,time:"2007-03-11T08:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},45:{ts:1194156000,time:"2007-11-04T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},46:{ts:1205046000,time:"2008-03-09T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},47:{ts:1225605600,time:"2008-11-02T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},48:{ts:1236495600,time:"2009-03-08T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},49:{ts:1257055200,time:"2009-11-01T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},50:{ts:1268550000,time:"2010-03-14T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},51:{ts:1289109600,time:"2010-11-07T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},52:{ts:1299999600,time:"2011-03-13T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},53:{ts:1320559200,time:"2011-11-06T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},54:{ts:1331449200,time:"2012-03-11T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},55:{ts:1352008800,time:"2012-11-04T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},56:{ts:1362898800,time:"2013-03-10T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},57:{ts:1383458400,time:"2013-11-03T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},58:{ts:1394348400,time:"2014-03-09T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},59:{ts:1414908000,time:"2014-11-02T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},60:{ts:1425798000,time:"2015-03-08T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},61:{ts:1446357600,time:"2015-11-01T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},62:{ts:1457852400,time:"2016-03-13T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},63:{ts:1478412000,time:"2016-11-06T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},64:{ts:1489302000,time:"2017-03-12T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},65:{ts:1509861600,time:"2017-11-05T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},66:{ts:1520751600,time:"2018-03-11T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},67:{ts:1541311200,time:"2018-11-04T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},68:{ts:1552201200,time:"2019-03-10T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},69:{ts:1572760800,time:"2019-11-03T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},70:{ts:1583650800,time:"2020-03-08T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},71:{ts:1604210400,time:"2020-11-01T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},72:{ts:1615705200,time:"2021-03-14T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},73:{ts:1636264800,time:"2021-11-07T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},74:{ts:1647154800,time:"2022-03-13T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},75:{ts:1667714400,time:"2022-11-06T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},76:{ts:1678604400,time:"2023-03-12T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},77:{ts:1699164000,time:"2023-11-05T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},78:{ts:1710054000,time:"2024-03-10T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},79:{ts:1730613600,time:"2024-11-03T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},80:{ts:1741503600,time:"2025-03-09T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},81:{ts:1762063200,time:"2025-11-02T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},82:{ts:1772953200,time:"2026-03-08T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},83:{ts:1793512800,time:"2026-11-01T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},84:{ts:1805007600,time:"2027-03-14T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},85:{ts:1825567200,time:"2027-11-07T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},86:{ts:1836457200,time:"2028-03-12T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},87:{ts:1857016800,time:"2028-11-05T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},88:{ts:1867906800,time:"2029-03-11T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},89:{ts:1888466400,time:"2029-11-04T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},90:{ts:1899356400,time:"2030-03-10T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},91:{ts:1919916000,time:"2030-11-03T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},92:{ts:1930806000,time:"2031-03-09T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},93:{ts:1951365600,time:"2031-11-02T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},94:{ts:1962860400,time:"2032-03-14T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},95:{ts:1983420000,time:"2032-11-07T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},96:{ts:1994310000,time:"2033-03-13T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},97:{ts:2014869600,time:"2033-11-06T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},98:{ts:2025759600,time:"2034-03-12T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},99:{ts:2046319200,time:"2034-11-05T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},100:{ts:2057209200,time:"2035-03-11T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},101:{ts:2077768800,time:"2035-11-04T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},102:{ts:2088658800,time:"2036-03-09T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},103:{ts:2109218400,time:"2036-11-02T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},104:{ts:2120108400,time:"2037-03-08T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},105:{ts:2140668000,time:"2037-11-01T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"}},"America/Indianapolis":{0:{ts:-1633276800,time:"1918-03-31T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},1:{ts:-1615136400,time:"1918-10-27T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},2:{ts:-1601827200,time:"1919-03-30T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},3:{ts:-1583686800,time:"1919-10-26T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},4:{ts:-900259200,time:"1941-06-22T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},5:{ts:-891795600,time:"1941-09-28T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},6:{ts:-880214400,time:"1942-02-09T08:00:00+0000",offset:-18000,isdst:true,abbr:"CWT"},7:{ts:-769395600,time:"1945-08-14T23:00:00+0000",offset:-18000,isdst:true,abbr:"CPT"},8:{ts:-765392400,time:"1945-09-30T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},9:{ts:-747244800,time:"1946-04-28T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},10:{ts:-733942800,time:"1946-09-29T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},11:{ts:-715795200,time:"1947-04-27T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},12:{ts:-702493200,time:"1947-09-28T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},13:{ts:-684345600,time:"1948-04-25T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},14:{ts:-671043600,time:"1948-09-26T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},15:{ts:-652896000,time:"1949-04-24T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},16:{ts:-639594000,time:"1949-09-25T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},17:{ts:-620841600,time:"1950-04-30T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},18:{ts:-608144400,time:"1950-09-24T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},19:{ts:-589392000,time:"1951-04-29T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},20:{ts:-576090000,time:"1951-09-30T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},21:{ts:-557942400,time:"1952-04-27T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},22:{ts:-544640400,time:"1952-09-28T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},23:{ts:-526492800,time:"1953-04-26T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},24:{ts:-513190800,time:"1953-09-27T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},25:{ts:-495043200,time:"1954-04-25T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},26:{ts:-481741200,time:"1954-09-26T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},27:{ts:-463593600,time:"1955-04-24T08:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},28:{ts:-386787600,time:"1957-09-29T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},29:{ts:-368640000,time:"1958-04-27T08:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},30:{ts:-21488400,time:"1969-04-27T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},31:{ts:-5767200,time:"1969-10-26T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},32:{ts:9961200,time:"1970-04-26T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},33:{ts:25682400,time:"1970-10-25T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},34:{ts:1143961200,time:"2006-04-02T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},35:{ts:1162101600,time:"2006-10-29T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},36:{ts:1173596400,time:"2007-03-11T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},37:{ts:1194156000,time:"2007-11-04T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},38:{ts:1205046000,time:"2008-03-09T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},39:{ts:1225605600,time:"2008-11-02T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},40:{ts:1236495600,time:"2009-03-08T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},41:{ts:1257055200,time:"2009-11-01T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},42:{ts:1268550000,time:"2010-03-14T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},43:{ts:1289109600,time:"2010-11-07T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},44:{ts:1299999600,time:"2011-03-13T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},45:{ts:1320559200,time:"2011-11-06T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},46:{ts:1331449200,time:"2012-03-11T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},47:{ts:1352008800,time:"2012-11-04T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},48:{ts:1362898800,time:"2013-03-10T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},49:{ts:1383458400,time:"2013-11-03T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},50:{ts:1394348400,time:"2014-03-09T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},51:{ts:1414908000,time:"2014-11-02T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},52:{ts:1425798000,time:"2015-03-08T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},53:{ts:1446357600,time:"2015-11-01T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},54:{ts:1457852400,time:"2016-03-13T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},55:{ts:1478412000,time:"2016-11-06T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},56:{ts:1489302000,time:"2017-03-12T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},57:{ts:1509861600,time:"2017-11-05T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},58:{ts:1520751600,time:"2018-03-11T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},59:{ts:1541311200,time:"2018-11-04T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},60:{ts:1552201200,time:"2019-03-10T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},61:{ts:1572760800,time:"2019-11-03T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},62:{ts:1583650800,time:"2020-03-08T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},63:{ts:1604210400,time:"2020-11-01T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},64:{ts:1615705200,time:"2021-03-14T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},65:{ts:1636264800,time:"2021-11-07T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},66:{ts:1647154800,time:"2022-03-13T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},67:{ts:1667714400,time:"2022-11-06T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},68:{ts:1678604400,time:"2023-03-12T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},69:{ts:1699164000,time:"2023-11-05T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},70:{ts:1710054000,time:"2024-03-10T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},71:{ts:1730613600,time:"2024-11-03T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},72:{ts:1741503600,time:"2025-03-09T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},73:{ts:1762063200,time:"2025-11-02T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},74:{ts:1772953200,time:"2026-03-08T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},75:{ts:1793512800,time:"2026-11-01T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},76:{ts:1805007600,time:"2027-03-14T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},77:{ts:1825567200,time:"2027-11-07T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},78:{ts:1836457200,time:"2028-03-12T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},79:{ts:1857016800,time:"2028-11-05T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},80:{ts:1867906800,time:"2029-03-11T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},81:{ts:1888466400,time:"2029-11-04T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},82:{ts:1899356400,time:"2030-03-10T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},83:{ts:1919916000,time:"2030-11-03T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},84:{ts:1930806000,time:"2031-03-09T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},85:{ts:1951365600,time:"2031-11-02T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},86:{ts:1962860400,time:"2032-03-14T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},87:{ts:1983420000,time:"2032-11-07T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},88:{ts:1994310000,time:"2033-03-13T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},89:{ts:2014869600,time:"2033-11-06T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},90:{ts:2025759600,time:"2034-03-12T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},91:{ts:2046319200,time:"2034-11-05T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},92:{ts:2057209200,time:"2035-03-11T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},93:{ts:2077768800,time:"2035-11-04T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},94:{ts:2088658800,time:"2036-03-09T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},95:{ts:2109218400,time:"2036-11-02T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},96:{ts:2120108400,time:"2037-03-08T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},97:{ts:2140668000,time:"2037-11-01T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"}},"America/Inuvik":{0:{ts:-536457600,time:"1953-01-01T00:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},1:{ts:-147888000,time:"1965-04-25T08:00:00+0000",offset:-21600,isdst:true,abbr:"PDDT"},2:{ts:-131558400,time:"1965-10-31T08:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},3:{ts:294228000,time:"1979-04-29T10:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},4:{ts:325674000,time:"1980-04-27T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},5:{ts:341395200,time:"1980-10-26T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},6:{ts:357123600,time:"1981-04-26T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},7:{ts:372844800,time:"1981-10-25T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},8:{ts:388573200,time:"1982-04-25T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},9:{ts:404899200,time:"1982-10-31T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},10:{ts:420022800,time:"1983-04-24T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},11:{ts:436348800,time:"1983-10-30T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},12:{ts:452077200,time:"1984-04-29T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},13:{ts:467798400,time:"1984-10-28T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},14:{ts:483526800,time:"1985-04-28T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},15:{ts:499248000,time:"1985-10-27T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},16:{ts:514976400,time:"1986-04-27T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},17:{ts:530697600,time:"1986-10-26T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},18:{ts:544611600,time:"1987-04-05T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},19:{ts:562147200,time:"1987-10-25T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},20:{ts:576061200,time:"1988-04-03T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},21:{ts:594201600,time:"1988-10-30T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},22:{ts:607510800,time:"1989-04-02T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},23:{ts:625651200,time:"1989-10-29T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},24:{ts:638960400,time:"1990-04-01T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},25:{ts:657100800,time:"1990-10-28T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},26:{ts:671014800,time:"1991-04-07T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},27:{ts:688550400,time:"1991-10-27T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},28:{ts:702464400,time:"1992-04-05T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},29:{ts:720000000,time:"1992-10-25T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},30:{ts:733914000,time:"1993-04-04T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},31:{ts:752054400,time:"1993-10-31T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},32:{ts:765363600,time:"1994-04-03T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},33:{ts:783504000,time:"1994-10-30T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},34:{ts:796813200,time:"1995-04-02T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},35:{ts:814953600,time:"1995-10-29T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},36:{ts:828867600,time:"1996-04-07T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},37:{ts:846403200,time:"1996-10-27T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},38:{ts:860317200,time:"1997-04-06T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},39:{ts:877852800,time:"1997-10-26T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},40:{ts:891766800,time:"1998-04-05T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},41:{ts:909302400,time:"1998-10-25T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},42:{ts:923216400,time:"1999-04-04T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},43:{ts:941356800,time:"1999-10-31T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},44:{ts:954666000,time:"2000-04-02T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},45:{ts:972806400,time:"2000-10-29T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},46:{ts:986115600,time:"2001-04-01T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},47:{ts:1004256000,time:"2001-10-28T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},48:{ts:1018170000,time:"2002-04-07T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},49:{ts:1035705600,time:"2002-10-27T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},50:{ts:1049619600,time:"2003-04-06T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},51:{ts:1067155200,time:"2003-10-26T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},52:{ts:1081069200,time:"2004-04-04T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},53:{ts:1099209600,time:"2004-10-31T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},54:{ts:1112518800,time:"2005-04-03T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},55:{ts:1130659200,time:"2005-10-30T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},56:{ts:1143968400,time:"2006-04-02T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},57:{ts:1162108800,time:"2006-10-29T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},58:{ts:1173603600,time:"2007-03-11T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},59:{ts:1194163200,time:"2007-11-04T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},60:{ts:1205053200,time:"2008-03-09T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},61:{ts:1225612800,time:"2008-11-02T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},62:{ts:1236502800,time:"2009-03-08T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},63:{ts:1257062400,time:"2009-11-01T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},64:{ts:1268557200,time:"2010-03-14T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},65:{ts:1289116800,time:"2010-11-07T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},66:{ts:1300006800,time:"2011-03-13T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},67:{ts:1320566400,time:"2011-11-06T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},68:{ts:1331456400,time:"2012-03-11T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},69:{ts:1352016000,time:"2012-11-04T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},70:{ts:1362906000,time:"2013-03-10T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},71:{ts:1383465600,time:"2013-11-03T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},72:{ts:1394355600,time:"2014-03-09T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},73:{ts:1414915200,time:"2014-11-02T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},74:{ts:1425805200,time:"2015-03-08T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},75:{ts:1446364800,time:"2015-11-01T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},76:{ts:1457859600,time:"2016-03-13T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},77:{ts:1478419200,time:"2016-11-06T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},78:{ts:1489309200,time:"2017-03-12T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},79:{ts:1509868800,time:"2017-11-05T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},80:{ts:1520758800,time:"2018-03-11T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},81:{ts:1541318400,time:"2018-11-04T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},82:{ts:1552208400,time:"2019-03-10T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},83:{ts:1572768000,time:"2019-11-03T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},84:{ts:1583658000,time:"2020-03-08T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},85:{ts:1604217600,time:"2020-11-01T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},86:{ts:1615712400,time:"2021-03-14T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},87:{ts:1636272000,time:"2021-11-07T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},88:{ts:1647162000,time:"2022-03-13T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},89:{ts:1667721600,time:"2022-11-06T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},90:{ts:1678611600,time:"2023-03-12T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},91:{ts:1699171200,time:"2023-11-05T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},92:{ts:1710061200,time:"2024-03-10T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},93:{ts:1730620800,time:"2024-11-03T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},94:{ts:1741510800,time:"2025-03-09T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},95:{ts:1762070400,time:"2025-11-02T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},96:{ts:1772960400,time:"2026-03-08T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},97:{ts:1793520000,time:"2026-11-01T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},98:{ts:1805014800,time:"2027-03-14T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},99:{ts:1825574400,time:"2027-11-07T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},100:{ts:1836464400,time:"2028-03-12T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},101:{ts:1857024000,time:"2028-11-05T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},102:{ts:1867914000,time:"2029-03-11T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},103:{ts:1888473600,time:"2029-11-04T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},104:{ts:1899363600,time:"2030-03-10T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},105:{ts:1919923200,time:"2030-11-03T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},106:{ts:1930813200,time:"2031-03-09T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},107:{ts:1951372800,time:"2031-11-02T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},108:{ts:1962867600,time:"2032-03-14T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},109:{ts:1983427200,time:"2032-11-07T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},110:{ts:1994317200,time:"2033-03-13T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},111:{ts:2014876800,time:"2033-11-06T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},112:{ts:2025766800,time:"2034-03-12T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},113:{ts:2046326400,time:"2034-11-05T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},114:{ts:2057216400,time:"2035-03-11T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},115:{ts:2077776000,time:"2035-11-04T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},116:{ts:2088666000,time:"2036-03-09T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},117:{ts:2109225600,time:"2036-11-02T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"},118:{ts:2120115600,time:"2037-03-08T09:00:00+0000",offset:-21600,isdst:true,abbr:"MDT"},119:{ts:2140675200,time:"2037-11-01T08:00:00+0000",offset:-25200,isdst:false,abbr:"MST"}},"America/Iqaluit":{0:{ts:-865296000,time:"1942-08-01T00:00:00+0000",offset:-14400,isdst:true,abbr:"EWT"},1:{ts:-769395600,time:"1945-08-14T23:00:00+0000",offset:-14400,isdst:true,abbr:"EPT"},2:{ts:-765396000,time:"1945-09-30T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},3:{ts:-147898800,time:"1965-04-25T05:00:00+0000",offset:-10800,isdst:true,abbr:"EDDT"},4:{ts:-131569200,time:"1965-10-31T05:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},5:{ts:325666800,time:"1980-04-27T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},6:{ts:341388000,time:"1980-10-26T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},7:{ts:357116400,time:"1981-04-26T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},8:{ts:372837600,time:"1981-10-25T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},9:{ts:388566000,time:"1982-04-25T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},10:{ts:404892000,time:"1982-10-31T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},11:{ts:420015600,time:"1983-04-24T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},12:{ts:436341600,time:"1983-10-30T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},13:{ts:452070000,time:"1984-04-29T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},14:{ts:467791200,time:"1984-10-28T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},15:{ts:483519600,time:"1985-04-28T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},16:{ts:499240800,time:"1985-10-27T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},17:{ts:514969200,time:"1986-04-27T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},18:{ts:530690400,time:"1986-10-26T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},19:{ts:544604400,time:"1987-04-05T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},20:{ts:562140000,time:"1987-10-25T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},21:{ts:576054000,time:"1988-04-03T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},22:{ts:594194400,time:"1988-10-30T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},23:{ts:607503600,time:"1989-04-02T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},24:{ts:625644000,time:"1989-10-29T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},25:{ts:638953200,time:"1990-04-01T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},26:{ts:657093600,time:"1990-10-28T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},27:{ts:671007600,time:"1991-04-07T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},28:{ts:688543200,time:"1991-10-27T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},29:{ts:702457200,time:"1992-04-05T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},30:{ts:719992800,time:"1992-10-25T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},31:{ts:733906800,time:"1993-04-04T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},32:{ts:752047200,time:"1993-10-31T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},33:{ts:765356400,time:"1994-04-03T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},34:{ts:783496800,time:"1994-10-30T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},35:{ts:796806000,time:"1995-04-02T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},36:{ts:814946400,time:"1995-10-29T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},37:{ts:828860400,time:"1996-04-07T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},38:{ts:846396000,time:"1996-10-27T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},39:{ts:860310000,time:"1997-04-06T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},40:{ts:877845600,time:"1997-10-26T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},41:{ts:891759600,time:"1998-04-05T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},42:{ts:909295200,time:"1998-10-25T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},43:{ts:923209200,time:"1999-04-04T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},44:{ts:941349600,time:"1999-10-31T06:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},45:{ts:954662400,time:"2000-04-02T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},46:{ts:972802800,time:"2000-10-29T07:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},47:{ts:986108400,time:"2001-04-01T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},48:{ts:1004248800,time:"2001-10-28T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},49:{ts:1018162800,time:"2002-04-07T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},50:{ts:1035698400,time:"2002-10-27T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},51:{ts:1049612400,time:"2003-04-06T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},52:{ts:1067148000,time:"2003-10-26T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},53:{ts:1081062000,time:"2004-04-04T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},54:{ts:1099202400,time:"2004-10-31T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},55:{ts:1112511600,time:"2005-04-03T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},56:{ts:1130652000,time:"2005-10-30T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},57:{ts:1143961200,time:"2006-04-02T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},58:{ts:1162101600,time:"2006-10-29T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},59:{ts:1173596400,time:"2007-03-11T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},60:{ts:1194156000,time:"2007-11-04T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},61:{ts:1205046000,time:"2008-03-09T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},62:{ts:1225605600,time:"2008-11-02T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},63:{ts:1236495600,time:"2009-03-08T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},64:{ts:1257055200,time:"2009-11-01T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},65:{ts:1268550000,time:"2010-03-14T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},66:{ts:1289109600,time:"2010-11-07T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},67:{ts:1299999600,time:"2011-03-13T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},68:{ts:1320559200,time:"2011-11-06T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},69:{ts:1331449200,time:"2012-03-11T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},70:{ts:1352008800,time:"2012-11-04T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},71:{ts:1362898800,time:"2013-03-10T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},72:{ts:1383458400,time:"2013-11-03T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},73:{ts:1394348400,time:"2014-03-09T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},74:{ts:1414908000,time:"2014-11-02T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},75:{ts:1425798000,time:"2015-03-08T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},76:{ts:1446357600,time:"2015-11-01T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},77:{ts:1457852400,time:"2016-03-13T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},78:{ts:1478412000,time:"2016-11-06T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},79:{ts:1489302000,time:"2017-03-12T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},80:{ts:1509861600,time:"2017-11-05T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},81:{ts:1520751600,time:"2018-03-11T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},82:{ts:1541311200,time:"2018-11-04T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},83:{ts:1552201200,time:"2019-03-10T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},84:{ts:1572760800,time:"2019-11-03T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},85:{ts:1583650800,time:"2020-03-08T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},86:{ts:1604210400,time:"2020-11-01T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},87:{ts:1615705200,time:"2021-03-14T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},88:{ts:1636264800,time:"2021-11-07T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},89:{ts:1647154800,time:"2022-03-13T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},90:{ts:1667714400,time:"2022-11-06T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},91:{ts:1678604400,time:"2023-03-12T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},92:{ts:1699164000,time:"2023-11-05T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},93:{ts:1710054000,time:"2024-03-10T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},94:{ts:1730613600,time:"2024-11-03T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},95:{ts:1741503600,time:"2025-03-09T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},96:{ts:1762063200,time:"2025-11-02T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},97:{ts:1772953200,time:"2026-03-08T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},98:{ts:1793512800,time:"2026-11-01T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},99:{ts:1805007600,time:"2027-03-14T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},100:{ts:1825567200,time:"2027-11-07T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},101:{ts:1836457200,time:"2028-03-12T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},102:{ts:1857016800,time:"2028-11-05T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},103:{ts:1867906800,time:"2029-03-11T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},104:{ts:1888466400,time:"2029-11-04T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},105:{ts:1899356400,time:"2030-03-10T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},106:{ts:1919916000,time:"2030-11-03T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},107:{ts:1930806000,time:"2031-03-09T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},108:{ts:1951365600,time:"2031-11-02T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},109:{ts:1962860400,time:"2032-03-14T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},110:{ts:1983420000,time:"2032-11-07T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},111:{ts:1994310000,time:"2033-03-13T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},112:{ts:2014869600,time:"2033-11-06T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},113:{ts:2025759600,time:"2034-03-12T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},114:{ts:2046319200,time:"2034-11-05T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},115:{ts:2057209200,time:"2035-03-11T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},116:{ts:2077768800,time:"2035-11-04T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},117:{ts:2088658800,time:"2036-03-09T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},118:{ts:2109218400,time:"2036-11-02T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},119:{ts:2120108400,time:"2037-03-08T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},120:{ts:2140668000,time:"2037-11-01T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"}},"America/Jamaica":{0:{ts:-1827687168,time:"1912-02-01T05:07:12+0000",offset:-18000,isdst:false,abbr:"EST"},1:{ts:136364400,time:"1974-04-28T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},2:{ts:152085600,time:"1974-10-27T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},3:{ts:162370800,time:"1975-02-23T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},4:{ts:183535200,time:"1975-10-26T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},5:{ts:199263600,time:"1976-04-25T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},6:{ts:215589600,time:"1976-10-31T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},7:{ts:230713200,time:"1977-04-24T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},8:{ts:247039200,time:"1977-10-30T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},9:{ts:262767600,time:"1978-04-30T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},10:{ts:278488800,time:"1978-10-29T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},11:{ts:294217200,time:"1979-04-29T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},12:{ts:309938400,time:"1979-10-28T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},13:{ts:325666800,time:"1980-04-27T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},14:{ts:341388000,time:"1980-10-26T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},15:{ts:357116400,time:"1981-04-26T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},16:{ts:372837600,time:"1981-10-25T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},17:{ts:388566000,time:"1982-04-25T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},18:{ts:404892000,time:"1982-10-31T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},19:{ts:420015600,time:"1983-04-24T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},20:{ts:436341600,time:"1983-10-30T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"}},"America/Jujuy":{0:{ts:-1567453392,time:"1920-05-01T04:16:48+0000",offset:-14400,isdst:false,abbr:"ART"},1:{ts:-1233432000,time:"1930-12-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},2:{ts:-1222981200,time:"1931-04-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},3:{ts:-1205956800,time:"1931-10-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},4:{ts:-1194037200,time:"1932-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},5:{ts:-1172865600,time:"1932-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},6:{ts:-1162501200,time:"1933-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},7:{ts:-1141329600,time:"1933-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},8:{ts:-1130965200,time:"1934-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},9:{ts:-1109793600,time:"1934-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},10:{ts:-1099429200,time:"1935-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},11:{ts:-1078257600,time:"1935-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},12:{ts:-1067806800,time:"1936-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},13:{ts:-1046635200,time:"1936-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},14:{ts:-1036270800,time:"1937-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},15:{ts:-1015099200,time:"1937-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},16:{ts:-1004734800,time:"1938-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},17:{ts:-983563200,time:"1938-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},18:{ts:-973198800,time:"1939-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},19:{ts:-952027200,time:"1939-11-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},20:{ts:-941576400,time:"1940-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},21:{ts:-931032000,time:"1940-07-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},22:{ts:-900882000,time:"1941-06-15T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},23:{ts:-890337600,time:"1941-10-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},24:{ts:-833749200,time:"1943-08-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},25:{ts:-827265600,time:"1943-10-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},26:{ts:-752274000,time:"1946-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},27:{ts:-733780800,time:"1946-10-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},28:{ts:-197326800,time:"1963-10-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},29:{ts:-190843200,time:"1963-12-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},30:{ts:-184194000,time:"1964-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},31:{ts:-164491200,time:"1964-10-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},32:{ts:-152658000,time:"1965-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},33:{ts:-132955200,time:"1965-10-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},34:{ts:-121122000,time:"1966-03-01T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},35:{ts:-101419200,time:"1966-10-15T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},36:{ts:-86821200,time:"1967-04-02T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},37:{ts:-71092800,time:"1967-10-01T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},38:{ts:-54766800,time:"1968-04-07T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},39:{ts:-39038400,time:"1968-10-06T04:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},40:{ts:-23317200,time:"1969-04-06T03:00:00+0000",offset:-14400,isdst:false,abbr:"ART"},41:{ts:-7588800,time:"1969-10-05T04:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},42:{ts:128142000,time:"1974-01-23T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},43:{ts:136605600,time:"1974-05-01T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},44:{ts:596948400,time:"1988-12-01T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},45:{ts:605066400,time:"1989-03-05T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},46:{ts:624423600,time:"1989-10-15T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},47:{ts:636516000,time:"1990-03-04T02:00:00+0000",offset:-14400,isdst:false,abbr:"WART"},48:{ts:657086400,time:"1990-10-28T04:00:00+0000",offset:-10800,isdst:true,abbr:"WARST"},49:{ts:669178800,time:"1991-03-17T03:00:00+0000",offset:-14400,isdst:false,abbr:"WART"},50:{ts:686721600,time:"1991-10-06T04:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},51:{ts:699415200,time:"1992-03-01T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},52:{ts:719377200,time:"1992-10-18T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},53:{ts:731469600,time:"1993-03-07T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},54:{ts:938919600,time:"1999-10-03T03:00:00+0000",offset:-10800,isdst:true,abbr:"ARST"},55:{ts:952052400,time:"2000-03-03T03:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},56:{ts:1198983600,time:"2007-12-30T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},57:{ts:1205632800,time:"2008-03-16T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},58:{ts:1223175600,time:"2008-10-05T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},59:{ts:1237082400,time:"2009-03-15T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},60:{ts:1254625200,time:"2009-10-04T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},61:{ts:1269136800,time:"2010-03-21T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},62:{ts:1286074800,time:"2010-10-03T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},63:{ts:1300586400,time:"2011-03-20T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},64:{ts:1317524400,time:"2011-10-02T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},65:{ts:1332036000,time:"2012-03-18T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},66:{ts:1349578800,time:"2012-10-07T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},67:{ts:1363485600,time:"2013-03-17T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},68:{ts:1381028400,time:"2013-10-06T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},69:{ts:1394935200,time:"2014-03-16T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},70:{ts:1412478000,time:"2014-10-05T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},71:{ts:1426384800,time:"2015-03-15T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},72:{ts:1443927600,time:"2015-10-04T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},73:{ts:1458439200,time:"2016-03-20T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},74:{ts:1475377200,time:"2016-10-02T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},75:{ts:1489888800,time:"2017-03-19T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},76:{ts:1506826800,time:"2017-10-01T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},77:{ts:1521338400,time:"2018-03-18T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},78:{ts:1538881200,time:"2018-10-07T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},79:{ts:1552788000,time:"2019-03-17T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},80:{ts:1570330800,time:"2019-10-06T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},81:{ts:1584237600,time:"2020-03-15T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},82:{ts:1601780400,time:"2020-10-04T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},83:{ts:1616292000,time:"2021-03-21T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},84:{ts:1633230000,time:"2021-10-03T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},85:{ts:1647741600,time:"2022-03-20T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},86:{ts:1664679600,time:"2022-10-02T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},87:{ts:1679191200,time:"2023-03-19T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},88:{ts:1696129200,time:"2023-10-01T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},89:{ts:1710640800,time:"2024-03-17T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},90:{ts:1728183600,time:"2024-10-06T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},91:{ts:1742090400,time:"2025-03-16T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},92:{ts:1759633200,time:"2025-10-05T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},93:{ts:1773540000,time:"2026-03-15T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},94:{ts:1791082800,time:"2026-10-04T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},95:{ts:1805594400,time:"2027-03-21T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},96:{ts:1822532400,time:"2027-10-03T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},97:{ts:1837044000,time:"2028-03-19T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},98:{ts:1853982000,time:"2028-10-01T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},99:{ts:1868493600,time:"2029-03-18T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},100:{ts:1886036400,time:"2029-10-07T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},101:{ts:1899943200,time:"2030-03-17T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},102:{ts:1917486000,time:"2030-10-06T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},103:{ts:1931392800,time:"2031-03-16T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},104:{ts:1948935600,time:"2031-10-05T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},105:{ts:1963447200,time:"2032-03-21T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},106:{ts:1980385200,time:"2032-10-03T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},107:{ts:1994896800,time:"2033-03-20T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},108:{ts:2011834800,time:"2033-10-02T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},109:{ts:2026346400,time:"2034-03-19T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},110:{ts:2043284400,time:"2034-10-01T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},111:{ts:2057796000,time:"2035-03-18T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},112:{ts:2075338800,time:"2035-10-07T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},113:{ts:2089245600,time:"2036-03-16T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},114:{ts:2106788400,time:"2036-10-05T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"},115:{ts:2120695200,time:"2037-03-15T02:00:00+0000",offset:-10800,isdst:false,abbr:"ART"},116:{ts:2138238000,time:"2037-10-04T03:00:00+0000",offset:-7200,isdst:true,abbr:"ARST"}},"America/Juneau":{0:{ts:-880207200,time:"1942-02-09T10:00:00+0000",offset:-25200,isdst:true,abbr:"PWT"},1:{ts:-769395600,time:"1945-08-14T23:00:00+0000",offset:-25200,isdst:true,abbr:"PPT"},2:{ts:-765385200,time:"1945-09-30T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},3:{ts:-21477600,time:"1969-04-27T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},4:{ts:-5756400,time:"1969-10-26T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},5:{ts:9972000,time:"1970-04-26T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},6:{ts:25693200,time:"1970-10-25T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},7:{ts:41421600,time:"1971-04-25T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},8:{ts:57747600,time:"1971-10-31T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},9:{ts:73476000,time:"1972-04-30T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},10:{ts:89197200,time:"1972-10-29T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},11:{ts:104925600,time:"1973-04-29T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},12:{ts:120646800,time:"1973-10-28T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},13:{ts:126698400,time:"1974-01-06T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},14:{ts:152096400,time:"1974-10-27T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},15:{ts:162381600,time:"1975-02-23T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},16:{ts:183546000,time:"1975-10-26T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},17:{ts:199274400,time:"1976-04-25T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},18:{ts:215600400,time:"1976-10-31T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},19:{ts:230724000,time:"1977-04-24T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},20:{ts:247050000,time:"1977-10-30T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},21:{ts:262778400,time:"1978-04-30T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},22:{ts:278499600,time:"1978-10-29T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},23:{ts:294228000,time:"1979-04-29T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},24:{ts:309949200,time:"1979-10-28T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},25:{ts:325677600,time:"1980-04-27T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},26:{ts:341398800,time:"1980-10-26T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},27:{ts:357127200,time:"1981-04-26T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},28:{ts:372848400,time:"1981-10-25T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},29:{ts:388576800,time:"1982-04-25T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},30:{ts:404902800,time:"1982-10-31T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},31:{ts:420026400,time:"1983-04-24T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},32:{ts:436352400,time:"1983-10-30T09:00:00+0000",offset:-32400,isdst:false,abbr:"YST"},33:{ts:439030800,time:"1983-11-30T09:00:00+0000",offset:-32400,isdst:false,abbr:"AKST"},34:{ts:452084400,time:"1984-04-29T11:00:00+0000",offset:-28800,isdst:true,abbr:"AKDT"},35:{ts:467805600,time:"1984-10-28T10:00:00+0000",offset:-32400,isdst:false,abbr:"AKST"},36:{ts:483534000,time:"1985-04-28T11:00:00+0000",offset:-28800,isdst:true,abbr:"AKDT"},37:{ts:499255200,time:"1985-10-27T10:00:00+0000",offset:-32400,isdst:false,abbr:"AKST"},38:{ts:514983600,time:"1986-04-27T11:00:00+0000",offset:-28800,isdst:true,abbr:"AKDT"},39:{ts:530704800,time:"1986-10-26T10:00:00+0000",offset:-32400,isdst:false,abbr:"AKST"},40:{ts:544618800,time:"1987-04-05T11:00:00+0000",offset:-28800,isdst:true,abbr:"AKDT"},41:{ts:562154400,time:"1987-10-25T10:00:00+0000",offset:-32400,isdst:false,abbr:"AKST"},42:{ts:576068400,time:"1988-04-03T11:00:00+0000",offset:-28800,isdst:true,abbr:"AKDT"},43:{ts:594208800,time:"1988-10-30T10:00:00+0000",offset:-32400,isdst:false,abbr:"AKST"},44:{ts:607518000,time:"1989-04-02T11:00:00+0000",offset:-28800,isdst:true,abbr:"AKDT"},45:{ts:625658400,time:"1989-10-29T10:00:00+0000",offset:-32400,isdst:false,abbr:"AKST"},46:{ts:638967600,time:"1990-04-01T11:00:00+0000",offset:-28800,isdst:true,abbr:"AKDT"},47:{ts:657108000,time:"1990-10-28T10:00:00+0000",offset:-32400,isdst:false,abbr:"AKST"},48:{ts:671022000,time:"1991-04-07T11:00:00+0000",offset:-28800,isdst:true,abbr:"AKDT"},49:{ts:688557600,time:"1991-10-27T10:00:00+0000",offset:-32400,isdst:false,abbr:"AKST"},50:{ts:702471600,time:"1992-04-05T11:00:00+0000",offset:-28800,isdst:true,abbr:"AKDT"},51:{ts:720007200,time:"1992-10-25T10:00:00+0000",offset:-32400,isdst:false,abbr:"AKST"},52:{ts:733921200,time:"1993-04-04T11:00:00+0000",offset:-28800,isdst:true,abbr:"AKDT"},53:{ts:752061600,time:"1993-10-31T10:00:00+0000",offset:-32400,isdst:false,abbr:"AKST"},54:{ts:765370800,time:"1994-04-03T11:00:00+0000",offset:-28800,isdst:true,abbr:"AKDT"},55:{ts:783511200,time:"1994-10-30T10:00:00+0000",offset:-32400,isdst:false,abbr:"AKST"},56:{ts:796820400,time:"1995-04-02T11:00:00+0000",offset:-28800,isdst:true,abbr:"AKDT"},57:{ts:814960800,time:"1995-10-29T10:00:00+0000",offset:-32400,isdst:false,abbr:"AKST"},58:{ts:828874800,time:"1996-04-07T11:00:00+0000",offset:-28800,isdst:true,abbr:"AKDT"},59:{ts:846410400,time:"1996-10-27T10:00:00+0000",offset:-32400,isdst:false,abbr:"AKST"},60:{ts:860324400,time:"1997-04-06T11:00:00+0000",offset:-28800,isdst:true,abbr:"AKDT"},61:{ts:877860000,time:"1997-10-26T10:00:00+0000",offset:-32400,isdst:false,abbr:"AKST"},62:{ts:891774000,time:"1998-04-05T11:00:00+0000",offset:-28800,isdst:true,abbr:"AKDT"},63:{ts:909309600,time:"1998-10-25T10:00:00+0000",offset:-32400,isdst:false,abbr:"AKST"},64:{ts:923223600,time:"1999-04-04T11:00:00+0000",offset:-28800,isdst:true,abbr:"AKDT"},65:{ts:941364000,time:"1999-10-31T10:00:00+0000",offset:-32400,isdst:false,abbr:"AKST"},66:{ts:954673200,time:"2000-04-02T11:00:00+0000",offset:-28800,isdst:true,abbr:"AKDT"},67:{ts:972813600,time:"2000-10-29T10:00:00+0000",offset:-32400,isdst:false,abbr:"AKST"},68:{ts:986122800,time:"2001-04-01T11:00:00+0000",offset:-28800,isdst:true,abbr:"AKDT"},69:{ts:1004263200,time:"2001-10-28T10:00:00+0000",offset:-32400,isdst:false,abbr:"AKST"},70:{ts:1018177200,time:"2002-04-07T11:00:00+0000",offset:-28800,isdst:true,abbr:"AKDT"},71:{ts:1035712800,time:"2002-10-27T10:00:00+0000",offset:-32400,isdst:false,abbr:"AKST"},72:{ts:1049626800,time:"2003-04-06T11:00:00+0000",offset:-28800,isdst:true,abbr:"AKDT"},73:{ts:1067162400,time:"2003-10-26T10:00:00+0000",offset:-32400,isdst:false,abbr:"AKST"},74:{ts:1081076400,time:"2004-04-04T11:00:00+0000",offset:-28800,isdst:true,abbr:"AKDT"},75:{ts:1099216800,time:"2004-10-31T10:00:00+0000",offset:-32400,isdst:false,abbr:"AKST"},76:{ts:1112526000,time:"2005-04-03T11:00:00+0000",offset:-28800,isdst:true,abbr:"AKDT"},77:{ts:1130666400,time:"2005-10-30T10:00:00+0000",offset:-32400,isdst:false,abbr:"AKST"},78:{ts:1143975600,time:"2006-04-02T11:00:00+0000",offset:-28800,isdst:true,abbr:"AKDT"},79:{ts:1162116000,time:"2006-10-29T10:00:00+0000",offset:-32400,isdst:false,abbr:"AKST"},80:{ts:1173610800,time:"2007-03-11T11:00:00+0000",offset:-28800,isdst:true,abbr:"AKDT"},81:{ts:1194170400,time:"2007-11-04T10:00:00+0000",offset:-32400,isdst:false,abbr:"AKST"},82:{ts:1205060400,time:"2008-03-09T11:00:00+0000",offset:-28800,isdst:true,abbr:"AKDT"},83:{ts:1225620000,time:"2008-11-02T10:00:00+0000",offset:-32400,isdst:false,abbr:"AKST"},84:{ts:1236510000,time:"2009-03-08T11:00:00+0000",offset:-28800,isdst:true,abbr:"AKDT"},85:{ts:1257069600,time:"2009-11-01T10:00:00+0000",offset:-32400,isdst:false,abbr:"AKST"},86:{ts:1268564400,time:"2010-03-14T11:00:00+0000",offset:-28800,isdst:true,abbr:"AKDT"},87:{ts:1289124000,time:"2010-11-07T10:00:00+0000",offset:-32400,isdst:false,abbr:"AKST"},88:{ts:1300014000,time:"2011-03-13T11:00:00+0000",offset:-28800,isdst:true,abbr:"AKDT"},89:{ts:1320573600,time:"2011-11-06T10:00:00+0000",offset:-32400,isdst:false,abbr:"AKST"},90:{ts:1331463600,time:"2012-03-11T11:00:00+0000",offset:-28800,isdst:true,abbr:"AKDT"},91:{ts:1352023200,time:"2012-11-04T10:00:00+0000",offset:-32400,isdst:false,abbr:"AKST"},92:{ts:1362913200,time:"2013-03-10T11:00:00+0000",offset:-28800,isdst:true,abbr:"AKDT"},93:{ts:1383472800,time:"2013-11-03T10:00:00+0000",offset:-32400,isdst:false,abbr:"AKST"},94:{ts:1394362800,time:"2014-03-09T11:00:00+0000",offset:-28800,isdst:true,abbr:"AKDT"},95:{ts:1414922400,time:"2014-11-02T10:00:00+0000",offset:-32400,isdst:false,abbr:"AKST"},96:{ts:1425812400,time:"2015-03-08T11:00:00+0000",offset:-28800,isdst:true,abbr:"AKDT"},97:{ts:1446372000,time:"2015-11-01T10:00:00+0000",offset:-32400,isdst:false,abbr:"AKST"},98:{ts:1457866800,time:"2016-03-13T11:00:00+0000",offset:-28800,isdst:true,abbr:"AKDT"},99:{ts:1478426400,time:"2016-11-06T10:00:00+0000",offset:-32400,isdst:false,abbr:"AKST"},100:{ts:1489316400,time:"2017-03-12T11:00:00+0000",offset:-28800,isdst:true,abbr:"AKDT"},101:{ts:1509876000,time:"2017-11-05T10:00:00+0000",offset:-32400,isdst:false,abbr:"AKST"},102:{ts:1520766000,time:"2018-03-11T11:00:00+0000",offset:-28800,isdst:true,abbr:"AKDT"},103:{ts:1541325600,time:"2018-11-04T10:00:00+0000",offset:-32400,isdst:false,abbr:"AKST"},104:{ts:1552215600,time:"2019-03-10T11:00:00+0000",offset:-28800,isdst:true,abbr:"AKDT"},105:{ts:1572775200,time:"2019-11-03T10:00:00+0000",offset:-32400,isdst:false,abbr:"AKST"},106:{ts:1583665200,time:"2020-03-08T11:00:00+0000",offset:-28800,isdst:true,abbr:"AKDT"},107:{ts:1604224800,time:"2020-11-01T10:00:00+0000",offset:-32400,isdst:false,abbr:"AKST"},108:{ts:1615719600,time:"2021-03-14T11:00:00+0000",offset:-28800,isdst:true,abbr:"AKDT"},109:{ts:1636279200,time:"2021-11-07T10:00:00+0000",offset:-32400,isdst:false,abbr:"AKST"},110:{ts:1647169200,time:"2022-03-13T11:00:00+0000",offset:-28800,isdst:true,abbr:"AKDT"},111:{ts:1667728800,time:"2022-11-06T10:00:00+0000",offset:-32400,isdst:false,abbr:"AKST"},112:{ts:1678618800,time:"2023-03-12T11:00:00+0000",offset:-28800,isdst:true,abbr:"AKDT"},113:{ts:1699178400,time:"2023-11-05T10:00:00+0000",offset:-32400,isdst:false,abbr:"AKST"},114:{ts:1710068400,time:"2024-03-10T11:00:00+0000",offset:-28800,isdst:true,abbr:"AKDT"},115:{ts:1730628000,time:"2024-11-03T10:00:00+0000",offset:-32400,isdst:false,abbr:"AKST"},116:{ts:1741518000,time:"2025-03-09T11:00:00+0000",offset:-28800,isdst:true,abbr:"AKDT"},117:{ts:1762077600,time:"2025-11-02T10:00:00+0000",offset:-32400,isdst:false,abbr:"AKST"},118:{ts:1772967600,time:"2026-03-08T11:00:00+0000",offset:-28800,isdst:true,abbr:"AKDT"},119:{ts:1793527200,time:"2026-11-01T10:00:00+0000",offset:-32400,isdst:false,abbr:"AKST"},120:{ts:1805022000,time:"2027-03-14T11:00:00+0000",offset:-28800,isdst:true,abbr:"AKDT"},121:{ts:1825581600,time:"2027-11-07T10:00:00+0000",offset:-32400,isdst:false,abbr:"AKST"},122:{ts:1836471600,time:"2028-03-12T11:00:00+0000",offset:-28800,isdst:true,abbr:"AKDT"},123:{ts:1857031200,time:"2028-11-05T10:00:00+0000",offset:-32400,isdst:false,abbr:"AKST"},124:{ts:1867921200,time:"2029-03-11T11:00:00+0000",offset:-28800,isdst:true,abbr:"AKDT"},125:{ts:1888480800,time:"2029-11-04T10:00:00+0000",offset:-32400,isdst:false,abbr:"AKST"},126:{ts:1899370800,time:"2030-03-10T11:00:00+0000",offset:-28800,isdst:true,abbr:"AKDT"},127:{ts:1919930400,time:"2030-11-03T10:00:00+0000",offset:-32400,isdst:false,abbr:"AKST"},128:{ts:1930820400,time:"2031-03-09T11:00:00+0000",offset:-28800,isdst:true,abbr:"AKDT"},129:{ts:1951380000,time:"2031-11-02T10:00:00+0000",offset:-32400,isdst:false,abbr:"AKST"},130:{ts:1962874800,time:"2032-03-14T11:00:00+0000",offset:-28800,isdst:true,abbr:"AKDT"},131:{ts:1983434400,time:"2032-11-07T10:00:00+0000",offset:-32400,isdst:false,abbr:"AKST"},132:{ts:1994324400,time:"2033-03-13T11:00:00+0000",offset:-28800,isdst:true,abbr:"AKDT"},133:{ts:2014884000,time:"2033-11-06T10:00:00+0000",offset:-32400,isdst:false,abbr:"AKST"},134:{ts:2025774000,time:"2034-03-12T11:00:00+0000",offset:-28800,isdst:true,abbr:"AKDT"},135:{ts:2046333600,time:"2034-11-05T10:00:00+0000",offset:-32400,isdst:false,abbr:"AKST"},136:{ts:2057223600,time:"2035-03-11T11:00:00+0000",offset:-28800,isdst:true,abbr:"AKDT"},137:{ts:2077783200,time:"2035-11-04T10:00:00+0000",offset:-32400,isdst:false,abbr:"AKST"},138:{ts:2088673200,time:"2036-03-09T11:00:00+0000",offset:-28800,isdst:true,abbr:"AKDT"},139:{ts:2109232800,time:"2036-11-02T10:00:00+0000",offset:-32400,isdst:false,abbr:"AKST"},140:{ts:2120122800,time:"2037-03-08T11:00:00+0000",offset:-28800,isdst:true,abbr:"AKDT"},141:{ts:2140682400,time:"2037-11-01T10:00:00+0000",offset:-32400,isdst:false,abbr:"AKST"}},"America/Kentucky/Louisville":{0:{ts:-1633276800,time:"1918-03-31T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},1:{ts:-1615136400,time:"1918-10-27T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},2:{ts:-1601827200,time:"1919-03-30T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},3:{ts:-1583686800,time:"1919-10-26T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},4:{ts:-1535904000,time:"1921-05-01T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},5:{ts:-1525280400,time:"1921-09-01T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},6:{ts:-905097600,time:"1941-04-27T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},7:{ts:-891795600,time:"1941-09-28T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},8:{ts:-880214400,time:"1942-02-09T08:00:00+0000",offset:-18000,isdst:true,abbr:"CWT"},9:{ts:-769395600,time:"1945-08-14T23:00:00+0000",offset:-18000,isdst:true,abbr:"CPT"},10:{ts:-765392400,time:"1945-09-30T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},11:{ts:-757360800,time:"1946-01-01T06:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},12:{ts:-744224400,time:"1946-06-02T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},13:{ts:-715795200,time:"1947-04-27T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},14:{ts:-608144400,time:"1950-09-24T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},15:{ts:-589392000,time:"1951-04-29T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},16:{ts:-576090000,time:"1951-09-30T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},17:{ts:-557942400,time:"1952-04-27T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},18:{ts:-544640400,time:"1952-09-28T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},19:{ts:-526492800,time:"1953-04-26T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},20:{ts:-513190800,time:"1953-09-27T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},21:{ts:-495043200,time:"1954-04-25T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},22:{ts:-481741200,time:"1954-09-26T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},23:{ts:-463593600,time:"1955-04-24T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},24:{ts:-450291600,time:"1955-09-25T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},25:{ts:-431539200,time:"1956-04-29T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},26:{ts:-415818000,time:"1956-10-28T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},27:{ts:-400089600,time:"1957-04-28T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},28:{ts:-384368400,time:"1957-10-27T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},29:{ts:-368640000,time:"1958-04-27T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},30:{ts:-352918800,time:"1958-10-26T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},31:{ts:-337190400,time:"1959-04-26T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},32:{ts:-321469200,time:"1959-10-25T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},33:{ts:-305740800,time:"1960-04-24T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},34:{ts:-289414800,time:"1960-10-30T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},35:{ts:-273686400,time:"1961-04-30T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},36:{ts:-266432400,time:"1961-07-23T07:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},37:{ts:-52938000,time:"1968-04-28T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},38:{ts:-37216800,time:"1968-10-27T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},39:{ts:-21488400,time:"1969-04-27T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},40:{ts:-5767200,time:"1969-10-26T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},41:{ts:9961200,time:"1970-04-26T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},42:{ts:25682400,time:"1970-10-25T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},43:{ts:41410800,time:"1971-04-25T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},44:{ts:57736800,time:"1971-10-31T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},45:{ts:73465200,time:"1972-04-30T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},46:{ts:89186400,time:"1972-10-29T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},47:{ts:104914800,time:"1973-04-29T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},48:{ts:120636000,time:"1973-10-28T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},49:{ts:126687600,time:"1974-01-06T07:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},50:{ts:152089200,time:"1974-10-27T07:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},51:{ts:162370800,time:"1975-02-23T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},52:{ts:183535200,time:"1975-10-26T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},53:{ts:199263600,time:"1976-04-25T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},54:{ts:215589600,time:"1976-10-31T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},55:{ts:230713200,time:"1977-04-24T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},56:{ts:247039200,time:"1977-10-30T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},57:{ts:262767600,time:"1978-04-30T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},58:{ts:278488800,time:"1978-10-29T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},59:{ts:294217200,time:"1979-04-29T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},60:{ts:309938400,time:"1979-10-28T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},61:{ts:325666800,time:"1980-04-27T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},62:{ts:341388000,time:"1980-10-26T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},63:{ts:357116400,time:"1981-04-26T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},64:{ts:372837600,time:"1981-10-25T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},65:{ts:388566000,time:"1982-04-25T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},66:{ts:404892000,time:"1982-10-31T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},67:{ts:420015600,time:"1983-04-24T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},68:{ts:436341600,time:"1983-10-30T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},69:{ts:452070000,time:"1984-04-29T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},70:{ts:467791200,time:"1984-10-28T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},71:{ts:483519600,time:"1985-04-28T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},72:{ts:499240800,time:"1985-10-27T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},73:{ts:514969200,time:"1986-04-27T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},74:{ts:530690400,time:"1986-10-26T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},75:{ts:544604400,time:"1987-04-05T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},76:{ts:562140000,time:"1987-10-25T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},77:{ts:576054000,time:"1988-04-03T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},78:{ts:594194400,time:"1988-10-30T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},79:{ts:607503600,time:"1989-04-02T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},80:{ts:625644000,time:"1989-10-29T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},81:{ts:638953200,time:"1990-04-01T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},82:{ts:657093600,time:"1990-10-28T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},83:{ts:671007600,time:"1991-04-07T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},84:{ts:688543200,time:"1991-10-27T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},85:{ts:702457200,time:"1992-04-05T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},86:{ts:719992800,time:"1992-10-25T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},87:{ts:733906800,time:"1993-04-04T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},88:{ts:752047200,time:"1993-10-31T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},89:{ts:765356400,time:"1994-04-03T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},90:{ts:783496800,time:"1994-10-30T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},91:{ts:796806000,time:"1995-04-02T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},92:{ts:814946400,time:"1995-10-29T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},93:{ts:828860400,time:"1996-04-07T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},94:{ts:846396000,time:"1996-10-27T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},95:{ts:860310000,time:"1997-04-06T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},96:{ts:877845600,time:"1997-10-26T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},97:{ts:891759600,time:"1998-04-05T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},98:{ts:909295200,time:"1998-10-25T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},99:{ts:923209200,time:"1999-04-04T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},100:{ts:941349600,time:"1999-10-31T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},101:{ts:954658800,time:"2000-04-02T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},102:{ts:972799200,time:"2000-10-29T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},103:{ts:986108400,time:"2001-04-01T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},104:{ts:1004248800,time:"2001-10-28T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},105:{ts:1018162800,time:"2002-04-07T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},106:{ts:1035698400,time:"2002-10-27T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},107:{ts:1049612400,time:"2003-04-06T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},108:{ts:1067148000,time:"2003-10-26T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},109:{ts:1081062000,time:"2004-04-04T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},110:{ts:1099202400,time:"2004-10-31T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},111:{ts:1112511600,time:"2005-04-03T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},112:{ts:1130652000,time:"2005-10-30T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},113:{ts:1143961200,time:"2006-04-02T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},114:{ts:1162101600,time:"2006-10-29T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},115:{ts:1173596400,time:"2007-03-11T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},116:{ts:1194156000,time:"2007-11-04T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},117:{ts:1205046000,time:"2008-03-09T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},118:{ts:1225605600,time:"2008-11-02T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},119:{ts:1236495600,time:"2009-03-08T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},120:{ts:1257055200,time:"2009-11-01T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},121:{ts:1268550000,time:"2010-03-14T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},122:{ts:1289109600,time:"2010-11-07T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},123:{ts:1299999600,time:"2011-03-13T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},124:{ts:1320559200,time:"2011-11-06T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},125:{ts:1331449200,time:"2012-03-11T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},126:{ts:1352008800,time:"2012-11-04T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},127:{ts:1362898800,time:"2013-03-10T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},128:{ts:1383458400,time:"2013-11-03T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},129:{ts:1394348400,time:"2014-03-09T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},130:{ts:1414908000,time:"2014-11-02T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},131:{ts:1425798000,time:"2015-03-08T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},132:{ts:1446357600,time:"2015-11-01T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},133:{ts:1457852400,time:"2016-03-13T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},134:{ts:1478412000,time:"2016-11-06T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},135:{ts:1489302000,time:"2017-03-12T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},136:{ts:1509861600,time:"2017-11-05T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},137:{ts:1520751600,time:"2018-03-11T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},138:{ts:1541311200,time:"2018-11-04T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},139:{ts:1552201200,time:"2019-03-10T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},140:{ts:1572760800,time:"2019-11-03T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},141:{ts:1583650800,time:"2020-03-08T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},142:{ts:1604210400,time:"2020-11-01T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},143:{ts:1615705200,time:"2021-03-14T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},144:{ts:1636264800,time:"2021-11-07T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},145:{ts:1647154800,time:"2022-03-13T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},146:{ts:1667714400,time:"2022-11-06T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},147:{ts:1678604400,time:"2023-03-12T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},148:{ts:1699164000,time:"2023-11-05T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},149:{ts:1710054000,time:"2024-03-10T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},150:{ts:1730613600,time:"2024-11-03T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},151:{ts:1741503600,time:"2025-03-09T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},152:{ts:1762063200,time:"2025-11-02T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},153:{ts:1772953200,time:"2026-03-08T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},154:{ts:1793512800,time:"2026-11-01T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},155:{ts:1805007600,time:"2027-03-14T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},156:{ts:1825567200,time:"2027-11-07T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},157:{ts:1836457200,time:"2028-03-12T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},158:{ts:1857016800,time:"2028-11-05T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},159:{ts:1867906800,time:"2029-03-11T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},160:{ts:1888466400,time:"2029-11-04T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},161:{ts:1899356400,time:"2030-03-10T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},162:{ts:1919916000,time:"2030-11-03T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},163:{ts:1930806000,time:"2031-03-09T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},164:{ts:1951365600,time:"2031-11-02T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},165:{ts:1962860400,time:"2032-03-14T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},166:{ts:1983420000,time:"2032-11-07T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},167:{ts:1994310000,time:"2033-03-13T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},168:{ts:2014869600,time:"2033-11-06T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},169:{ts:2025759600,time:"2034-03-12T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},170:{ts:2046319200,time:"2034-11-05T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},171:{ts:2057209200,time:"2035-03-11T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},172:{ts:2077768800,time:"2035-11-04T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},173:{ts:2088658800,time:"2036-03-09T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},174:{ts:2109218400,time:"2036-11-02T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},175:{ts:2120108400,time:"2037-03-08T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},176:{ts:2140668000,time:"2037-11-01T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"}},"America/Kentucky/Monticello":{0:{ts:-1633276800,time:"1918-03-31T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},1:{ts:-1615136400,time:"1918-10-27T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},2:{ts:-1601827200,time:"1919-03-30T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},3:{ts:-1583686800,time:"1919-10-26T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},4:{ts:-880214400,time:"1942-02-09T08:00:00+0000",offset:-18000,isdst:true,abbr:"CWT"},5:{ts:-769395600,time:"1945-08-14T23:00:00+0000",offset:-18000,isdst:true,abbr:"CPT"},6:{ts:-765392400,time:"1945-09-30T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},7:{ts:-52934400,time:"1968-04-28T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},8:{ts:-37213200,time:"1968-10-27T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},9:{ts:-21484800,time:"1969-04-27T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},10:{ts:-5763600,time:"1969-10-26T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},11:{ts:9964800,time:"1970-04-26T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},12:{ts:25686000,time:"1970-10-25T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},13:{ts:41414400,time:"1971-04-25T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},14:{ts:57740400,time:"1971-10-31T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},15:{ts:73468800,time:"1972-04-30T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},16:{ts:89190000,time:"1972-10-29T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},17:{ts:104918400,time:"1973-04-29T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},18:{ts:120639600,time:"1973-10-28T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},19:{ts:126691200,time:"1974-01-06T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},20:{ts:152089200,time:"1974-10-27T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},21:{ts:162374400,time:"1975-02-23T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},22:{ts:183538800,time:"1975-10-26T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},23:{ts:199267200,time:"1976-04-25T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},24:{ts:215593200,time:"1976-10-31T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},25:{ts:230716800,time:"1977-04-24T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},26:{ts:247042800,time:"1977-10-30T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},27:{ts:262771200,time:"1978-04-30T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},28:{ts:278492400,time:"1978-10-29T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},29:{ts:294220800,time:"1979-04-29T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},30:{ts:309942000,time:"1979-10-28T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},31:{ts:325670400,time:"1980-04-27T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},32:{ts:341391600,time:"1980-10-26T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},33:{ts:357120000,time:"1981-04-26T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},34:{ts:372841200,time:"1981-10-25T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},35:{ts:388569600,time:"1982-04-25T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},36:{ts:404895600,time:"1982-10-31T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},37:{ts:420019200,time:"1983-04-24T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},38:{ts:436345200,time:"1983-10-30T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},39:{ts:452073600,time:"1984-04-29T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},40:{ts:467794800,time:"1984-10-28T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},41:{ts:483523200,time:"1985-04-28T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},42:{ts:499244400,time:"1985-10-27T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},43:{ts:514972800,time:"1986-04-27T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},44:{ts:530694000,time:"1986-10-26T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},45:{ts:544608000,time:"1987-04-05T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},46:{ts:562143600,time:"1987-10-25T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},47:{ts:576057600,time:"1988-04-03T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},48:{ts:594198000,time:"1988-10-30T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},49:{ts:607507200,time:"1989-04-02T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},50:{ts:625647600,time:"1989-10-29T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},51:{ts:638956800,time:"1990-04-01T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},52:{ts:657097200,time:"1990-10-28T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},53:{ts:671011200,time:"1991-04-07T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},54:{ts:688546800,time:"1991-10-27T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},55:{ts:702460800,time:"1992-04-05T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},56:{ts:719996400,time:"1992-10-25T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},57:{ts:733910400,time:"1993-04-04T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},58:{ts:752050800,time:"1993-10-31T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},59:{ts:765360000,time:"1994-04-03T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},60:{ts:783500400,time:"1994-10-30T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},61:{ts:796809600,time:"1995-04-02T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},62:{ts:814950000,time:"1995-10-29T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},63:{ts:828864000,time:"1996-04-07T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},64:{ts:846399600,time:"1996-10-27T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},65:{ts:860313600,time:"1997-04-06T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},66:{ts:877849200,time:"1997-10-26T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},67:{ts:891763200,time:"1998-04-05T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},68:{ts:909298800,time:"1998-10-25T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},69:{ts:923212800,time:"1999-04-04T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},70:{ts:941353200,time:"1999-10-31T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},71:{ts:954662400,time:"2000-04-02T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},72:{ts:972802800,time:"2000-10-29T07:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},73:{ts:986108400,time:"2001-04-01T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},74:{ts:1004248800,time:"2001-10-28T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},75:{ts:1018162800,time:"2002-04-07T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},76:{ts:1035698400,time:"2002-10-27T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},77:{ts:1049612400,time:"2003-04-06T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},78:{ts:1067148000,time:"2003-10-26T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},79:{ts:1081062000,time:"2004-04-04T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},80:{ts:1099202400,time:"2004-10-31T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},81:{ts:1112511600,time:"2005-04-03T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},82:{ts:1130652000,time:"2005-10-30T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},83:{ts:1143961200,time:"2006-04-02T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},84:{ts:1162101600,time:"2006-10-29T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},85:{ts:1173596400,time:"2007-03-11T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},86:{ts:1194156000,time:"2007-11-04T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},87:{ts:1205046000,time:"2008-03-09T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},88:{ts:1225605600,time:"2008-11-02T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},89:{ts:1236495600,time:"2009-03-08T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},90:{ts:1257055200,time:"2009-11-01T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},91:{ts:1268550000,time:"2010-03-14T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},92:{ts:1289109600,time:"2010-11-07T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},93:{ts:1299999600,time:"2011-03-13T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},94:{ts:1320559200,time:"2011-11-06T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},95:{ts:1331449200,time:"2012-03-11T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},96:{ts:1352008800,time:"2012-11-04T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},97:{ts:1362898800,time:"2013-03-10T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},98:{ts:1383458400,time:"2013-11-03T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},99:{ts:1394348400,time:"2014-03-09T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},100:{ts:1414908000,time:"2014-11-02T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},101:{ts:1425798000,time:"2015-03-08T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},102:{ts:1446357600,time:"2015-11-01T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},103:{ts:1457852400,time:"2016-03-13T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},104:{ts:1478412000,time:"2016-11-06T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},105:{ts:1489302000,time:"2017-03-12T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},106:{ts:1509861600,time:"2017-11-05T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},107:{ts:1520751600,time:"2018-03-11T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},108:{ts:1541311200,time:"2018-11-04T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},109:{ts:1552201200,time:"2019-03-10T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},110:{ts:1572760800,time:"2019-11-03T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},111:{ts:1583650800,time:"2020-03-08T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},112:{ts:1604210400,time:"2020-11-01T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},113:{ts:1615705200,time:"2021-03-14T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},114:{ts:1636264800,time:"2021-11-07T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},115:{ts:1647154800,time:"2022-03-13T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},116:{ts:1667714400,time:"2022-11-06T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},117:{ts:1678604400,time:"2023-03-12T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},118:{ts:1699164000,time:"2023-11-05T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},119:{ts:1710054000,time:"2024-03-10T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},120:{ts:1730613600,time:"2024-11-03T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},121:{ts:1741503600,time:"2025-03-09T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},122:{ts:1762063200,time:"2025-11-02T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},123:{ts:1772953200,time:"2026-03-08T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},124:{ts:1793512800,time:"2026-11-01T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},125:{ts:1805007600,time:"2027-03-14T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},126:{ts:1825567200,time:"2027-11-07T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},127:{ts:1836457200,time:"2028-03-12T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},128:{ts:1857016800,time:"2028-11-05T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},129:{ts:1867906800,time:"2029-03-11T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},130:{ts:1888466400,time:"2029-11-04T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},131:{ts:1899356400,time:"2030-03-10T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},132:{ts:1919916000,time:"2030-11-03T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},133:{ts:1930806000,time:"2031-03-09T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},134:{ts:1951365600,time:"2031-11-02T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},135:{ts:1962860400,time:"2032-03-14T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},136:{ts:1983420000,time:"2032-11-07T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},137:{ts:1994310000,time:"2033-03-13T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},138:{ts:2014869600,time:"2033-11-06T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},139:{ts:2025759600,time:"2034-03-12T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},140:{ts:2046319200,time:"2034-11-05T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},141:{ts:2057209200,time:"2035-03-11T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},142:{ts:2077768800,time:"2035-11-04T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},143:{ts:2088658800,time:"2036-03-09T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},144:{ts:2109218400,time:"2036-11-02T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},145:{ts:2120108400,time:"2037-03-08T07:00:00+0000",offset:-14400,isdst:true,abbr:"EDT"},146:{ts:2140668000,time:"2037-11-01T06:00:00+0000",offset:-18000,isdst:false,abbr:"EST"}},"America/Knox_IN":{0:{ts:-1633276800,time:"1918-03-31T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},1:{ts:-1615136400,time:"1918-10-27T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},2:{ts:-1601827200,time:"1919-03-30T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},3:{ts:-1583686800,time:"1919-10-26T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},4:{ts:-880214400,time:"1942-02-09T08:00:00+0000",offset:-18000,isdst:true,abbr:"CWT"},5:{ts:-769395600,time:"1945-08-14T23:00:00+0000",offset:-18000,isdst:true,abbr:"CPT"},6:{ts:-765392400,time:"1945-09-30T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},7:{ts:-715795200,time:"1947-04-27T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},8:{ts:-702493200,time:"1947-09-28T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},9:{ts:-684345600,time:"1948-04-25T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},10:{ts:-671043600,time:"1948-09-26T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},11:{ts:-652896000,time:"1949-04-24T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},12:{ts:-639594000,time:"1949-09-25T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},13:{ts:-620841600,time:"1950-04-30T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},14:{ts:-608144400,time:"1950-09-24T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},15:{ts:-589392000,time:"1951-04-29T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},16:{ts:-576090000,time:"1951-09-30T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},17:{ts:-557942400,time:"1952-04-27T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},18:{ts:-544640400,time:"1952-09-28T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},19:{ts:-526492800,time:"1953-04-26T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},20:{ts:-513190800,time:"1953-09-27T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},21:{ts:-495043200,time:"1954-04-25T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},22:{ts:-481741200,time:"1954-09-26T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},23:{ts:-463593600,time:"1955-04-24T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},24:{ts:-447267600,time:"1955-10-30T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},25:{ts:-431539200,time:"1956-04-29T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},26:{ts:-415818000,time:"1956-10-28T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},27:{ts:-400089600,time:"1957-04-28T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},28:{ts:-386787600,time:"1957-09-29T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},29:{ts:-368640000,time:"1958-04-27T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},30:{ts:-355338000,time:"1958-09-28T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},31:{ts:-337190400,time:"1959-04-26T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},32:{ts:-321469200,time:"1959-10-25T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},33:{ts:-305740800,time:"1960-04-24T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},34:{ts:-289414800,time:"1960-10-30T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},35:{ts:-273686400,time:"1961-04-30T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},36:{ts:-257965200,time:"1961-10-29T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},37:{ts:-242236800,time:"1962-04-29T08:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},38:{ts:-195066000,time:"1963-10-27T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},39:{ts:-84384000,time:"1967-04-30T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},40:{ts:-68662800,time:"1967-10-29T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},41:{ts:-52934400,time:"1968-04-28T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},42:{ts:-37213200,time:"1968-10-27T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},43:{ts:-21484800,time:"1969-04-27T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},44:{ts:-5763600,time:"1969-10-26T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},45:{ts:9964800,time:"1970-04-26T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},46:{ts:25686000,time:"1970-10-25T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},47:{ts:41414400,time:"1971-04-25T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},48:{ts:57740400,time:"1971-10-31T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},49:{ts:73468800,time:"1972-04-30T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},50:{ts:89190000,time:"1972-10-29T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},51:{ts:104918400,time:"1973-04-29T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},52:{ts:120639600,time:"1973-10-28T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},53:{ts:126691200,time:"1974-01-06T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},54:{ts:152089200,time:"1974-10-27T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},55:{ts:162374400,time:"1975-02-23T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},56:{ts:183538800,time:"1975-10-26T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},57:{ts:199267200,time:"1976-04-25T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},58:{ts:215593200,time:"1976-10-31T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},59:{ts:230716800,time:"1977-04-24T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},60:{ts:247042800,time:"1977-10-30T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},61:{ts:262771200,time:"1978-04-30T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},62:{ts:278492400,time:"1978-10-29T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},63:{ts:294220800,time:"1979-04-29T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},64:{ts:309942000,time:"1979-10-28T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},65:{ts:325670400,time:"1980-04-27T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},66:{ts:341391600,time:"1980-10-26T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},67:{ts:357120000,time:"1981-04-26T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},68:{ts:372841200,time:"1981-10-25T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},69:{ts:388569600,time:"1982-04-25T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},70:{ts:404895600,time:"1982-10-31T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},71:{ts:420019200,time:"1983-04-24T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},72:{ts:436345200,time:"1983-10-30T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},73:{ts:452073600,time:"1984-04-29T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},74:{ts:467794800,time:"1984-10-28T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},75:{ts:483523200,time:"1985-04-28T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},76:{ts:499244400,time:"1985-10-27T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},77:{ts:514972800,time:"1986-04-27T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},78:{ts:530694000,time:"1986-10-26T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},79:{ts:544608000,time:"1987-04-05T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},80:{ts:562143600,time:"1987-10-25T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},81:{ts:576057600,time:"1988-04-03T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},82:{ts:594198000,time:"1988-10-30T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},83:{ts:607507200,time:"1989-04-02T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},84:{ts:625647600,time:"1989-10-29T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},85:{ts:638956800,time:"1990-04-01T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},86:{ts:657097200,time:"1990-10-28T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},87:{ts:671011200,time:"1991-04-07T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},88:{ts:688546800,time:"1991-10-27T07:00:00+0000",offset:-18000,isdst:false,abbr:"EST"},89:{ts:1143961200,time:"2006-04-02T07:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},90:{ts:1162105200,time:"2006-10-29T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},91:{ts:1173600000,time:"2007-03-11T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},92:{ts:1194159600,time:"2007-11-04T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},93:{ts:1205049600,time:"2008-03-09T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},94:{ts:1225609200,time:"2008-11-02T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},95:{ts:1236499200,time:"2009-03-08T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},96:{ts:1257058800,time:"2009-11-01T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},97:{ts:1268553600,time:"2010-03-14T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},98:{ts:1289113200,time:"2010-11-07T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},99:{ts:1300003200,time:"2011-03-13T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},100:{ts:1320562800,time:"2011-11-06T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},101:{ts:1331452800,time:"2012-03-11T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},102:{ts:1352012400,time:"2012-11-04T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},103:{ts:1362902400,time:"2013-03-10T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},104:{ts:1383462000,time:"2013-11-03T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},105:{ts:1394352000,time:"2014-03-09T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},106:{ts:1414911600,time:"2014-11-02T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},107:{ts:1425801600,time:"2015-03-08T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},108:{ts:1446361200,time:"2015-11-01T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},109:{ts:1457856000,time:"2016-03-13T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},110:{ts:1478415600,time:"2016-11-06T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},111:{ts:1489305600,time:"2017-03-12T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},112:{ts:1509865200,time:"2017-11-05T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},113:{ts:1520755200,time:"2018-03-11T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},114:{ts:1541314800,time:"2018-11-04T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},115:{ts:1552204800,time:"2019-03-10T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},116:{ts:1572764400,time:"2019-11-03T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},117:{ts:1583654400,time:"2020-03-08T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},118:{ts:1604214000,time:"2020-11-01T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},119:{ts:1615708800,time:"2021-03-14T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},120:{ts:1636268400,time:"2021-11-07T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},121:{ts:1647158400,time:"2022-03-13T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},122:{ts:1667718000,time:"2022-11-06T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},123:{ts:1678608000,time:"2023-03-12T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},124:{ts:1699167600,time:"2023-11-05T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},125:{ts:1710057600,time:"2024-03-10T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},126:{ts:1730617200,time:"2024-11-03T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},127:{ts:1741507200,time:"2025-03-09T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},128:{ts:1762066800,time:"2025-11-02T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},129:{ts:1772956800,time:"2026-03-08T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},130:{ts:1793516400,time:"2026-11-01T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},131:{ts:1805011200,time:"2027-03-14T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},132:{ts:1825570800,time:"2027-11-07T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},133:{ts:1836460800,time:"2028-03-12T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},134:{ts:1857020400,time:"2028-11-05T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},135:{ts:1867910400,time:"2029-03-11T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},136:{ts:1888470000,time:"2029-11-04T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},137:{ts:1899360000,time:"2030-03-10T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},138:{ts:1919919600,time:"2030-11-03T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},139:{ts:1930809600,time:"2031-03-09T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},140:{ts:1951369200,time:"2031-11-02T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},141:{ts:1962864000,time:"2032-03-14T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},142:{ts:1983423600,time:"2032-11-07T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},143:{ts:1994313600,time:"2033-03-13T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},144:{ts:2014873200,time:"2033-11-06T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},145:{ts:2025763200,time:"2034-03-12T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},146:{ts:2046322800,time:"2034-11-05T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},147:{ts:2057212800,time:"2035-03-11T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},148:{ts:2077772400,time:"2035-11-04T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},149:{ts:2088662400,time:"2036-03-09T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},150:{ts:2109222000,time:"2036-11-02T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"},151:{ts:2120112000,time:"2037-03-08T08:00:00+0000",offset:-18000,isdst:true,abbr:"CDT"},152:{ts:2140671600,time:"2037-11-01T07:00:00+0000",offset:-21600,isdst:false,abbr:"CST"}},"America/La_Paz":{0:{ts:-1205954844,time:"1931-10-15T04:32:36+0000",offset:-12756,isdst:true,abbr:"BOST"},1:{ts:-1192307244,time:"1932-03-21T03:32:36+0000",offset:-14400,isdst:false,abbr:"BOT"}},"America/Lima":{0:{ts:-1938538284,time:"1908-07-28T05:08:36+0000",offset:-18000,isdst:false,abbr:"PET"},1:{ts:-1009825200,time:"1938-01-01T05:00:00+0000",offset:-14400,isdst:true,abbr:"PEST"},2:{ts:-1002052800,time:"1938-04-01T04:00:00+0000",offset:-18000,isdst:false,abbr:"PET"},3:{ts:-986756400,time:"1938-09-25T05:00:00+0000",offset:-14400,isdst:true,abbr:"PEST"},4:{ts:-971035200,time:"1939-03-26T04:00:00+0000",offset:-18000,isdst:false,abbr:"PET"},5:{ts:-955306800,time:"1939-09-24T05:00:00+0000",offset:-14400,isdst:true,abbr:"PEST"},6:{ts:-939585600,time:"1940-03-24T04:00:00+0000",offset:-18000,isdst:false,abbr:"PET"},7:{ts:504939600,time:"1986-01-01T05:00:00+0000",offset:-14400,isdst:true,abbr:"PEST"},8:{ts:512712000,time:"1986-04-01T04:00:00+0000",offset:-18000,isdst:false,abbr:"PET"},9:{ts:536475600,time:"1987-01-01T05:00:00+0000",offset:-14400,isdst:true,abbr:"PEST"},10:{ts:544248000,time:"1987-04-01T04:00:00+0000",offset:-18000,isdst:false,abbr:"PET"},11:{ts:631170000,time:"1990-01-01T05:00:00+0000",offset:-14400,isdst:true,abbr:"PEST"},12:{ts:638942400,time:"1990-04-01T04:00:00+0000",offset:-18000,isdst:false,abbr:"PET"},13:{ts:757400400,time:"1994-01-01T05:00:00+0000",offset:-14400,isdst:true,abbr:"PEST"},14:{ts:765172800,time:"1994-04-01T04:00:00+0000",offset:-18000,isdst:false,abbr:"PET"}},"America/Los_Angeles":{0:{ts:-1633269600,time:"1918-03-31T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},1:{ts:-1615129200,time:"1918-10-27T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},2:{ts:-1601820000,time:"1919-03-30T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},3:{ts:-1583679600,time:"1919-10-26T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},4:{ts:-880207200,time:"1942-02-09T10:00:00+0000",offset:-25200,isdst:true,abbr:"PWT"},5:{ts:-769395600,time:"1945-08-14T23:00:00+0000",offset:-25200,isdst:true,abbr:"PPT"},6:{ts:-765385200,time:"1945-09-30T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},7:{ts:-687967200,time:"1948-03-14T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},8:{ts:-662655600,time:"1949-01-01T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},9:{ts:-620834400,time:"1950-04-30T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},10:{ts:-608137200,time:"1950-09-24T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},11:{ts:-589384800,time:"1951-04-29T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},12:{ts:-576082800,time:"1951-09-30T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},13:{ts:-557935200,time:"1952-04-27T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},14:{ts:-544633200,time:"1952-09-28T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},15:{ts:-526485600,time:"1953-04-26T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},16:{ts:-513183600,time:"1953-09-27T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},17:{ts:-495036000,time:"1954-04-25T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},18:{ts:-481734000,time:"1954-09-26T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},19:{ts:-463586400,time:"1955-04-24T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},20:{ts:-450284400,time:"1955-09-25T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},21:{ts:-431532000,time:"1956-04-29T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},22:{ts:-418230000,time:"1956-09-30T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},23:{ts:-400082400,time:"1957-04-28T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},24:{ts:-386780400,time:"1957-09-29T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},25:{ts:-368632800,time:"1958-04-27T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},26:{ts:-355330800,time:"1958-09-28T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},27:{ts:-337183200,time:"1959-04-26T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},28:{ts:-323881200,time:"1959-09-27T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},29:{ts:-305733600,time:"1960-04-24T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},30:{ts:-292431600,time:"1960-09-25T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},31:{ts:-273679200,time:"1961-04-30T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},32:{ts:-260982000,time:"1961-09-24T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},33:{ts:-242229600,time:"1962-04-29T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},34:{ts:-226508400,time:"1962-10-28T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},35:{ts:-210780000,time:"1963-04-28T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},36:{ts:-195058800,time:"1963-10-27T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},37:{ts:-179330400,time:"1964-04-26T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},38:{ts:-163609200,time:"1964-10-25T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},39:{ts:-147880800,time:"1965-04-25T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},40:{ts:-131554800,time:"1965-10-31T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},41:{ts:-116431200,time:"1966-04-24T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},42:{ts:-100105200,time:"1966-10-30T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},43:{ts:-84376800,time:"1967-04-30T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},44:{ts:-68655600,time:"1967-10-29T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},45:{ts:-52927200,time:"1968-04-28T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},46:{ts:-37206000,time:"1968-10-27T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},47:{ts:-21477600,time:"1969-04-27T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},48:{ts:-5756400,time:"1969-10-26T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},49:{ts:9972000,time:"1970-04-26T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},50:{ts:25693200,time:"1970-10-25T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},51:{ts:41421600,time:"1971-04-25T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},52:{ts:57747600,time:"1971-10-31T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},53:{ts:73476000,time:"1972-04-30T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},54:{ts:89197200,time:"1972-10-29T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},55:{ts:104925600,time:"1973-04-29T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},56:{ts:120646800,time:"1973-10-28T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},57:{ts:126698400,time:"1974-01-06T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},58:{ts:152096400,time:"1974-10-27T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},59:{ts:162381600,time:"1975-02-23T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},60:{ts:183546000,time:"1975-10-26T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},61:{ts:199274400,time:"1976-04-25T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},62:{ts:215600400,time:"1976-10-31T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},63:{ts:230724000,time:"1977-04-24T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},64:{ts:247050000,time:"1977-10-30T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},65:{ts:262778400,time:"1978-04-30T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},66:{ts:278499600,time:"1978-10-29T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},67:{ts:294228000,time:"1979-04-29T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},68:{ts:309949200,time:"1979-10-28T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},69:{ts:325677600,time:"1980-04-27T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},70:{ts:341398800,time:"1980-10-26T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},71:{ts:357127200,time:"1981-04-26T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},72:{ts:372848400,time:"1981-10-25T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},73:{ts:388576800,time:"1982-04-25T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},74:{ts:404902800,time:"1982-10-31T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},75:{ts:420026400,time:"1983-04-24T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},76:{ts:436352400,time:"1983-10-30T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},77:{ts:452080800,time:"1984-04-29T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},78:{ts:467802000,time:"1984-10-28T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},79:{ts:483530400,time:"1985-04-28T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},80:{ts:499251600,time:"1985-10-27T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},81:{ts:514980000,time:"1986-04-27T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},82:{ts:530701200,time:"1986-10-26T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},83:{ts:544615200,time:"1987-04-05T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},84:{ts:562150800,time:"1987-10-25T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},85:{ts:576064800,time:"1988-04-03T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},86:{ts:594205200,time:"1988-10-30T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},87:{ts:607514400,time:"1989-04-02T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},88:{ts:625654800,time:"1989-10-29T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},89:{ts:638964000,time:"1990-04-01T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},90:{ts:657104400,time:"1990-10-28T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},91:{ts:671018400,time:"1991-04-07T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},92:{ts:688554000,time:"1991-10-27T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},93:{ts:702468000,time:"1992-04-05T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},94:{ts:720003600,time:"1992-10-25T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},95:{ts:733917600,time:"1993-04-04T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},96:{ts:752058000,time:"1993-10-31T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},97:{ts:765367200,time:"1994-04-03T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},98:{ts:783507600,time:"1994-10-30T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},99:{ts:796816800,time:"1995-04-02T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},100:{ts:814957200,time:"1995-10-29T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},101:{ts:828871200,time:"1996-04-07T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},102:{ts:846406800,time:"1996-10-27T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},103:{ts:860320800,time:"1997-04-06T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},104:{ts:877856400,time:"1997-10-26T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},105:{ts:891770400,time:"1998-04-05T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},106:{ts:909306000,time:"1998-10-25T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},107:{ts:923220000,time:"1999-04-04T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},108:{ts:941360400,time:"1999-10-31T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},109:{ts:954669600,time:"2000-04-02T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},110:{ts:972810000,time:"2000-10-29T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},111:{ts:986119200,time:"2001-04-01T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},112:{ts:1004259600,time:"2001-10-28T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},113:{ts:1018173600,time:"2002-04-07T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},114:{ts:1035709200,time:"2002-10-27T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},115:{ts:1049623200,time:"2003-04-06T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},116:{ts:1067158800,time:"2003-10-26T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},117:{ts:1081072800,time:"2004-04-04T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},118:{ts:1099213200,time:"2004-10-31T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},119:{ts:1112522400,time:"2005-04-03T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},120:{ts:1130662800,time:"2005-10-30T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},121:{ts:1143972000,time:"2006-04-02T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},122:{ts:1162112400,time:"2006-10-29T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},123:{ts:1173607200,time:"2007-03-11T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},124:{ts:1194166800,time:"2007-11-04T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},125:{ts:1205056800,time:"2008-03-09T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},126:{ts:1225616400,time:"2008-11-02T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},127:{ts:1236506400,time:"2009-03-08T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},128:{ts:1257066000,time:"2009-11-01T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},129:{ts:1268560800,time:"2010-03-14T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},130:{ts:1289120400,time:"2010-11-07T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},131:{ts:1300010400,time:"2011-03-13T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},132:{ts:1320570000,time:"2011-11-06T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},133:{ts:1331460000,time:"2012-03-11T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},134:{ts:1352019600,time:"2012-11-04T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},135:{ts:1362909600,time:"2013-03-10T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},136:{ts:1383469200,time:"2013-11-03T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},137:{ts:1394359200,time:"2014-03-09T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},138:{ts:1414918800,time:"2014-11-02T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},139:{ts:1425808800,time:"2015-03-08T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},140:{ts:1446368400,time:"2015-11-01T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},141:{ts:1457863200,time:"2016-03-13T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},142:{ts:1478422800,time:"2016-11-06T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},143:{ts:1489312800,time:"2017-03-12T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},144:{ts:1509872400,time:"2017-11-05T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},145:{ts:1520762400,time:"2018-03-11T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},146:{ts:1541322000,time:"2018-11-04T09:00:00+0000",offset:-28800,isdst:false,abbr:"PST"},147:{ts:1552212000,time:"2019-03-10T10:00:00+0000",offset:-25200,isdst:true,abbr:"PDT"},148:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment