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