Converts a Date object to a Unix timestamp. The timestamp is rounded down to the nearest whole second for compatibility with BigInt.
The Date object to convert.
The Unix timestamp as an integer.
Generated using TypeDoc
Converts a Date object to a Unix timestamp. The timestamp is rounded down to the nearest whole second for compatibility with BigInt.