String toParseTime({String pattern = 'hh:mm a dd/MM/yyyy'}) { return statSync().modified.toParseTime(pattern: pattern); }