st_toTimestamp method

String st_toTimestamp()

Converts the date to a timestamp string.

Implementation

String st_toTimestamp() {
  return SuperTime.toTimestamp(this);
}