ray-template/js/date-fns-tz@3.1.3_date-fns@3.6.0-8suFmB8o.js

2 lines
8.5 KiB
JavaScript
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

import{f as b}from"./date-fns@3.6.0-C0m45l1x.js";function w(e,t,n){const r=S(e,n.timeZone,n.locale);return"formatToParts"in r?y(r,t):_(r,t)}function y(e,t){const n=e.formatToParts(t);for(let r=n.length-1;r>=0;--r)if(n[r].type==="timeZoneName")return n[r].value}function _(e,t){const n=e.format(t).replace(/\u200E/g,""),r=/ [\w-+ ]+$/.exec(n);return r?r[0].substr(1):""}function S(e,t,n){return new Intl.DateTimeFormat(n?[n.code,"en-US"]:void 0,{timeZone:t,timeZoneName:e})}function E(e,t){const n=P(t);return"formatToParts"in n?X(n,e):A(n,e)}const L={year:0,month:1,day:2,hour:3,minute:4,second:5};function X(e,t){try{const n=e.formatToParts(t),r=[];for(let i=0;i<n.length;i++){const s=L[n[i].type];s!==void 0&&(r[s]=parseInt(n[i].value,10))}return r}catch(n){if(n instanceof RangeError)return[NaN];throw n}}function A(e,t){const n=e.format(t),r=/(\d+)\/(\d+)\/(\d+),? (\d+):(\d+):(\d+)/.exec(n);return[parseInt(r[3],10),parseInt(r[1],10),parseInt(r[2],10),parseInt(r[4],10),parseInt(r[5],10),parseInt(r[6],10)]}const D={};function P(e){if(!D[e]){const t=new Intl.DateTimeFormat("en-US",{hourCycle:"h23",timeZone:"America/New_York",year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit"}).format(new Date("2014-06-25T04:00:00.123Z")),n=t==="06/25/2014, 00:00:00"||t==="06/25/2014 00:00:00";D[e]=n?new Intl.DateTimeFormat("en-US",{hourCycle:"h23",timeZone:e,year:"numeric",month:"numeric",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit"}):new Intl.DateTimeFormat("en-US",{hour12:!1,timeZone:e,year:"numeric",month:"numeric",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit"})}return D[e]}function Z(e,t,n,r,i,s,o){const a=new Date(0);return a.setUTCFullYear(e,t,n),a.setUTCHours(r,i,s,o),a}const Y=36e5,W=6e4,d={timezone:/([Z+-].*)$/,timezoneZ:/^(Z)$/,timezoneHH:/^([+-]\d{2})$/,timezoneHHMM:/^([+-])(\d{2}):?(\d{2})$/};function I(e,t,n){if(!e)return 0;let r=d.timezoneZ.exec(e);if(r)return 0;let i,s;if(r=d.timezoneHH.exec(e),r)return i=parseInt(r[1],10),h(i)?-(i*Y):NaN;if(r=d.timezoneHHMM.exec(e),r){i=parseInt(r[2],10);const o=parseInt(r[3],10);return h(i,o)?(s=Math.abs(i)*Y+o*W,r[1]==="+"?-s:s):NaN}if(j(e)){t=new Date(t||Date.now());const o=n?t:v(t),a=g(o,e);return-(n?a:k(t,a,e))}return NaN}function v(e){return Z(e.getFullYear(),e.getMonth(),e.getDate(),e.getHours(),e.getMinutes(),e.getSeconds(),e.getMilliseconds())}function g(e,t){const n=E(e,t),r=Z(n[0],n[1]-1,n[2],n[3]%24,n[4],n[5],0).getTime();let i=e.getTime();const s=i%1e3;return i-=s>=0?s:1e3+s,r-i}function k(e,t,n){let i=e.getTime()-t;const s=g(new Date(i),n);if(t===s)return t;i-=s-t;const o=g(new Date(i),n);return s===o?s:Math.max(s,o)}function h(e,t){return-23<=e&&e<=23&&(t==null||0<=t&&t<=59)}const M={};function j(e){if(M[e])return!0;try{return new Intl.DateTimeFormat(void 0,{timeZone:e}),M[e]=!0,!0}catch{return!1}}const R=60*1e3,G={X:function(e,t,n){const r=T(n.timeZone,e);if(r===0)return"Z";switch(t){case"X":return O(r);case"XXXX":case"XX":return l(r);case"XXXXX":case"XXX":default:return l(r,":")}},x:function(e,t,n){const r=T(n.timeZone,e);switch(t){case"x":return O(r);case"xxxx":case"xx":return l(r);case"xxxxx":case"xxx":default:return l(r,":")}},O:function(e,t,n){const r=T(n.timeZone,e);switch(t){case"O":case"OO":case"OOO":return"GMT"+q(r,":");case"OOOO":default:return"GMT"+l(r,":")}},z:function(e,t,n){switch(t){case"z":case"zz":case"zzz":return w("short",e,n);case"zzzz":default:return w("long",e,n)}}};function T(e,t){const n=e?I(e,t,!0)/R:(t==null?void 0:t.getTimezoneOffset())??0;if(Number.isNaN(n))throw new RangeError("Invalid time zone specified: "+e);return n}function m(e,t){const n=e<0?"-":"";let r=Math.abs(e).toString();for(;r.length<t;)r="0"+r;return n+r}function l(e,t=""){const n=e>0?"-":"+",r=Math.abs(e),i=m(Math.floor(r/60),2),s=m(Math.floor(r%60),2);return n+i+t+s}function O(e,t){return e%60===0?(e>0?"-":"+")+m(Math.abs(e)/60,2):l(e,t)}function q(e,t=""){const n=e>0?"-":"+",r=Math.abs(e),i=Math.floor(r/60),s=r%60;return s===0?n+String(i):n+String(i)+t+m(s,2)}function x(e){const t=new Date(Date.UTC(e.getFullYear(),e.getMonth(),e.getDate(),e.getHours(),e.getMinutes(),e.getSeconds(),e.getMilliseconds()));return t.setUTCFullYear(e.getFullYear()),+e-+t}const B=/(Z|[+-]\d{2}(?::?\d{2})?| UTC| [a-zA-Z]+\/[a-zA-Z_]+(?:\/[a-zA-Z_]+)?)$/,N=36e5,z=6e4,J=2,u={dateTimePattern:/^([0-9W+-]+)(T| )(.*)/,datePattern:/^([0-9W+-]+)(.*)/,plainTime:/:/,YY:/^(\d{2})$/,YYY:[/^([+-]\d{2})$/,/^([+-]\d{3})$/,/^([+-]\d{4})$/],YYYY:/^(\d{4})/,YYYYY:[/^([+-]\d{4})/,/^([+-]\d{5})/,/^([+-]\d{6})/],MM:/^-(\d{2})$/,DDD:/^-?(\d{3})$/,MMDD:/^-?(\d{2})-?(\d{2})$/,Www:/^-?W(\d{2})$/,WwwD:/^-?W(\d{2})-?(\d{1})$/,HH:/^(\d{2}([.,]\d*)?)$/,HHMM:/^(\d{2}):?(\d{2}([.,]\d*)?)$/,HHMMSS:/^(\d{2}):?(\d{2}):?(\d{2}([.,]\d*)?)$/,timeZone:B};function F(e,t={}){if(arguments.length<1)throw new TypeError("1 argument required, but only "+arguments.length+" present");if(e===null)return new Date(NaN);const n=t.additionalDigits==null?J:Number(t.additionalDigits);if(n!==2&&n!==1&&n!==0)throw new RangeError("additionalDigits must be 0, 1 or 2");if(e instanceof Date||typeof e=="object"&&Object.prototype.toString.call(e)==="[object Date]")return new Date(e.getTime());if(typeof e=="number"||Object.prototype.toString.call(e)==="[object Number]")return new Date(e);if(Object.prototype.toString.call(e)!=="[object String]")return new Date(NaN);const r=Q(e),{year:i,restDateString:s}=V(r.date,n),o=K(s,i);if(o===null||isNaN(o.getTime()))return new Date(NaN);if(o){const a=o.getTime();let c=0,f;if(r.time&&(c=ee(r.time),c===null||isNaN(c)))return new Date(NaN);if(r.timeZone||t.timeZone){if(f=I(r.timeZone||t.timeZone,new Date(a+c)),isNaN(f))return new Date(NaN)}else f=x(new Date(a+c)),f=x(new Date(a+c+f));return new Date(a+c+f)}else return new Date(NaN)}function Q(e){const t={};let n=u.dateTimePattern.exec(e),r;if(n?(t.date=n[1],r=n[3]):(n=u.datePattern.exec(e),n?(t.date=n[1],r=n[2]):(t.date=null,r=e)),r){const i=u.timeZone.exec(r);i?(t.time=r.replace(i[1],""),t.timeZone=i[1].trim()):t.time=r}return t}function V(e,t){if(e){const n=u.YYY[t],r=u.YYYYY[t];let i=u.YYYY.exec(e)||r.exec(e);if(i){const s=i[1];return{year:parseInt(s,10),restDateString:e.slice(s.length)}}if(i=u.YY.exec(e)||n.exec(e),i){const s=i[1];return{year:parseInt(s,10)*100,restDateString:e.slice(s.length)}}}return{year:null}}function K(e,t){if(t===null)return null;let n,r,i;if(!e||!e.length)return n=new Date(0),n.setUTCFullYear(t),n;let s=u.MM.exec(e);if(s)return n=new Date(0),r=parseInt(s[1],10)-1,U(t,r)?(n.setUTCFullYear(t,r),n):new Date(NaN);if(s=u.DDD.exec(e),s){n=new Date(0);const o=parseInt(s[1],10);return re(t,o)?(n.setUTCFullYear(t,0,o),n):new Date(NaN)}if(s=u.MMDD.exec(e),s){n=new Date(0),r=parseInt(s[1],10)-1;const o=parseInt(s[2],10);return U(t,r,o)?(n.setUTCFullYear(t,r,o),n):new Date(NaN)}if(s=u.Www.exec(e),s)return i=parseInt(s[1],10)-1,H(i)?C(t,i):new Date(NaN);if(s=u.WwwD.exec(e),s){i=parseInt(s[1],10)-1;const o=parseInt(s[2],10)-1;return H(i,o)?C(t,i,o):new Date(NaN)}return null}function ee(e){let t,n,r=u.HH.exec(e);if(r)return t=parseFloat(r[1].replace(",",".")),p(t)?t%24*N:NaN;if(r=u.HHMM.exec(e),r)return t=parseInt(r[1],10),n=parseFloat(r[2].replace(",",".")),p(t,n)?t%24*N+n*z:NaN;if(r=u.HHMMSS.exec(e),r){t=parseInt(r[1],10),n=parseInt(r[2],10);const i=parseFloat(r[3].replace(",","."));return p(t,n,i)?t%24*N+n*z+i*1e3:NaN}return null}function C(e,t,n){t=t||0,n=n||0;const r=new Date(0);r.setUTCFullYear(e,0,4);const i=r.getUTCDay()||7,s=t*7+n+1-i;return r.setUTCDate(r.getUTCDate()+s),r}const te=[31,28,31,30,31,30,31,31,30,31,30,31],ne=[31,29,31,30,31,30,31,31,30,31,30,31];function $(e){return e%400===0||e%4===0&&e%100!==0}function U(e,t,n){if(t<0||t>11)return!1;if(n!=null){if(n<1)return!1;const r=$(e);if(r&&n>ne[t]||!r&&n>te[t])return!1}return!0}function re(e,t){if(t<1)return!1;const n=$(e);return!(n&&t>366||!n&&t>365)}function H(e,t){return!(e<0||e>52||t!=null&&(t<0||t>6))}function p(e,t,n){return!(e<0||e>=25||t!=null&&(t<0||t>=60)||n!=null&&(n<0||n>=60))}const ie=/([xXOz]+)|''|'(''|[^'])+('|$)/g;function se(e,t,n={}){t=String(t);const r=t.match(ie);if(r){const i=F(n.originalDate||e,n);t=r.reduce(function(s,o){if(o[0]==="'")return s;const a=s.indexOf(o),c=s[a-1]==="'",f=s.replace(o,"'"+G[o[0]](i,o,n)+"'");return c?f.substring(0,a-1)+f.substring(a+1):f},t)}return b(e,t,n)}function oe(e,t,n){e=F(e,n);const r=I(t,e,!0),i=new Date(e.getTime()-r),s=new Date(0);return s.setFullYear(i.getUTCFullYear(),i.getUTCMonth(),i.getUTCDate()),s.setHours(i.getUTCHours(),i.getUTCMinutes(),i.getUTCSeconds(),i.getUTCMilliseconds()),s}function ue(e,t,n,r){return r={...r,timeZone:t,originalDate:e},se(oe(e,t,{timeZone:r.timeZone}),n,r)}export{ue as f};