get_current_time_seconds function
Implementation
BigInt get_current_time_seconds() {
return BigInt.from(DateTime.now().millisecondsSinceEpoch) ~/ BigInt.from(1000);
}
BigInt get_current_time_seconds() {
return BigInt.from(DateTime.now().millisecondsSinceEpoch) ~/ BigInt.from(1000);
}