UNPKG

clientlinker-flow-httpproxy

Version:
13 lines (12 loc) 199 B
exports.formatLogTime = formatLogTime; function formatLogTime(date) { return ( date.getHours() + ':' + date.getMinutes() + ':' + date.getSeconds() + '.' + date.getMilliseconds() ); }