in src/lib/date.js [16:18]
export function formatDate(utcDateString) { return moment(utcDateString).format('YYYY-MM-DD HH:mm:ss'); }