unixTimestamp method

int unixTimestamp()

Implementation

int unixTimestamp() {
  return millisecondsSinceEpoch ~/ 1000;
}