String formatTime(EllaTime time, [String formatString = I18N_FORMAT_TIME]) { return format( new EllaDateTime(EllaDate.empty, time), formatString); }