PHP 8.2.30
Preview: timestamp.js Size: 817 B
//proc/thread-self/root/home/byroehnu/.trash/node_modules11/logform/dist/timestamp.js

'use strict';

var fecha = require('fecha');
var format = require('./format');

/*
 * function timestamp (info)
 * Returns a new instance of the timestamp Format which adds a timestamp
 * to the info. It was previously available in winston < 3.0.0 as:
 *
 * - { timestamp: true }             // `new Date.toISOString()`
 * - { timestamp: function:String }  // Value returned by `timestamp()`
 */
module.exports = format(function (info) {
  var opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
  if (opts.format) {
    info.timestamp = typeof opts.format === 'function' ? opts.format() : fecha.format(new Date(), opts.format);
  }
  if (!info.timestamp) {
    info.timestamp = new Date().toISOString();
  }
  if (opts.alias) {
    info[opts.alias] = info.timestamp;
  }
  return info;
});

Directory Contents

Dirs: 0 × Files: 21

Name Size Perms Modified Actions
378 B lrw-r--r-- 2026-02-21 00:53:24
Edit Download
1.68 KB lrw-r--r-- 2026-02-21 00:53:28
Edit Download
2.78 KB lrw-r--r-- 2026-02-21 00:53:30
Edit Download
4.71 KB lrw-r--r-- 2026-02-21 00:53:34
Edit Download
1.86 KB lrw-r--r-- 2026-02-21 00:53:34
Edit Download
2.20 KB lrw-r--r-- 2026-02-21 00:53:36
Edit Download
5.30 KB lrw-r--r-- 2026-02-21 00:53:36
Edit Download
1.87 KB lrw-r--r-- 2026-02-21 00:53:38
Edit Download
1003 B lrw-r--r-- 2026-02-21 00:53:40
Edit Download
487 B lrw-r--r-- 2026-02-21 00:53:42
Edit Download
285 B lrw-r--r-- 2026-02-21 00:53:44
Edit Download
783 B lrw-r--r-- 2026-02-21 00:53:46
Edit Download
2.29 KB lrw-r--r-- 2026-02-21 00:53:46
Edit Download
460 B lrw-r--r-- 2026-02-21 00:53:50
Edit Download
5.83 KB lrw-r--r-- 2026-02-21 00:53:50
Edit Download
1.01 KB lrw-r--r-- 2026-02-21 00:53:50
Edit Download
1.93 KB lrw-r--r-- 2026-02-21 00:53:54
Edit Download
1.04 KB lrw-r--r-- 2026-02-21 00:53:56
Edit Download
6.83 KB lrw-r--r-- 2026-02-21 00:53:56
Edit Download
817 B lrw-r--r-- 2026-02-21 00:53:58
Edit Download
727 B lrw-r--r-- 2026-02-21 00:53:58
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).