UNPKG

dicker

Version:

Dicker - Trivial docker build system

8 lines (6 loc) 137 B
/** * * @returns {string} */ const now = () => (new Date()).toISOString().replace('T', ' ').split('.')[0]; module.exports = { now };