getTimeStr method

String getTimeStr()

Implementation

String getTimeStr() {
  if (length > 16) return substring(11, 16);
  return this;
}