static String formatDateTimeISO8601(DateTime value) { return DateFormat("yyyy-MM-ddTHH:mm:ss").format(value); }