function formatTime(time, prefix = "") { return typeof time == "object" ? prefix + time.toLocaleDateString() : ""; }