nowToTimestap function

int nowToTimestap()

Implementation

int nowToTimestap() {
  return ((DateTime.now().millisecondsSinceEpoch) ~/ 1000).toInt();
}