Converts the given DateTime object to the number of seconds since epoch
int get asSecondsEpoch => this.millisecondsSinceEpoch ~/ 1000;