HEX
Server: Apache/2.4.41 (Ubuntu)
System: Linux wordpress-ubuntu-s-2vcpu-4gb-fra1-01 5.4.0-169-generic #187-Ubuntu SMP Thu Nov 23 14:52:28 UTC 2023 x86_64
User: root (0)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/tana/frontend/node_modules/locutus/php/datetime/gmstrftime.js.map
{"version":3,"sources":["../../../src/php/datetime/gmstrftime.js"],"names":["module","exports","gmstrftime","format","timestamp","strftime","require","_date","Date","parse","toUTCString","slice"],"mappings":";;AAAAA,OAAOC,OAAP,GAAiB,SAASC,UAAT,CAAqBC,MAArB,EAA6BC,SAA7B,EAAwC;AACvD;AACA;AACA;AACA;AACA;AACA;;AAEA,MAAIC,WAAWC,QAAQ,sBAAR,CAAf;;AAEA,MAAIC,QAAS,OAAOH,SAAP,KAAqB,WAAtB,GACR,IAAII,IAAJ,EADQ,GAEPJ,qBAAqBI,IAAtB,GACE,IAAIA,IAAJ,CAASJ,SAAT,CADF,GAEE,IAAII,IAAJ,CAASJ,YAAY,IAArB,CAJN;;AAMAA,cAAYI,KAAKC,KAAL,CAAWF,MAAMG,WAAN,GAAoBC,KAApB,CAA0B,CAA1B,EAA6B,CAAC,CAA9B,CAAX,IAA+C,IAA3D;;AAEA,SAAON,SAASF,MAAT,EAAiBC,SAAjB,CAAP;AACD,CAnBD","file":"gmstrftime.js","sourcesContent":["module.exports = function gmstrftime (format, timestamp) {\n  //  discuss at: http://locutus.io/php/gmstrftime/\n  // original by: Brett Zamir (http://brett-zamir.me)\n  //    input by: Alex\n  // bugfixed by: Brett Zamir (http://brett-zamir.me)\n  //   example 1: gmstrftime(\"%A\", 1062462400)\n  //   returns 1: 'Tuesday'\n\n  var strftime = require('../datetime/strftime')\n\n  var _date = (typeof timestamp === 'undefined')\n    ? new Date()\n    : (timestamp instanceof Date)\n      ? new Date(timestamp)\n      : new Date(timestamp * 1000)\n\n  timestamp = Date.parse(_date.toUTCString().slice(0, -4)) / 1000\n\n  return strftime(format, timestamp)\n}\n"]}