79760303

Date: 2025-09-09 21:43:15
Score: 1
Natty:
Report link

Above didn't work for me, so I had to do this:

DATE.prototype._stringify = function _stringify(date, options) {
    date = this._applyTimezone(date, options);
    return date.tz("Europe/Stockholm").format('YYYY-MM-DD HH:mm:ss.SSS');
};
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: nwpullman