UNPKG

ilastlog

Version:

alternative lastlog because of Ubuntu 24.04.1. The distros have had the libpam excluding lastlog.so. therefore, I personally needed.

10 lines 380 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RFC2822 = exports.ISO8601 = exports.syslog = void 0; const syslog = "MMM dd HH:mm:ss"; exports.syslog = syslog; const ISO8601 = "yyyy-MM-dd'T'HH:mm:ss.SSSZZ"; exports.ISO8601 = ISO8601; const RFC2822 = "EEE, dd MMM yyyy HH:mm:ss ZZ"; exports.RFC2822 = RFC2822; //# sourceMappingURL=format.js.map