Returns current UNIX time in seconds (UTC).
@override int nowEpochSeconds() => DateTime.now().toUtc().millisecondsSinceEpoch ~/ 1000;