int secondsSinceEpoch(DateTime time) { return time.millisecondsSinceEpoch ~/ 1000; }