If I check the getBlockTime
RPC call, the description for the return type says:
i64
- estimated production time, as Unix timestamp (seconds since the Unix epoch)
Why is this not a u64
? There can't be negative timestamps, can there?
If I check the getBlockTime
RPC call, the description for the return type says:
i64
- estimated production time, as Unix timestamp (seconds since the Unix epoch)
Why is this not a u64
? There can't be negative timestamps, can there?