unix method

int unix()

Implementation

int unix() {
  return (_dateTime.millisecondsSinceEpoch / 1000).round();
}