static String formatBackendDateWithHyphen(DateTime date) { return backendDateWithHyphen.format(date.toLocal()); }