"use strict"; /** * Get Creation Date * @return {string} */ exports.getCreationDate = function() { return new Date().toLocaleTimeString() }