You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let's do it currentEpochTimestamp because we do not get or set the real current timestamp (it is the value of the date.now() function). We set the timestamp of the current epoch
Problem
An epoch is an index to a block of time epochs[1].timestamp.
A timestamp is a point in time (Sep 08 2021, 1631064675).
These are not the same type but are being used interchangeably in code. This doesn't read well when looking at old code, reviewing logic, or using it.
Example
DoD
The text was updated successfully, but these errors were encountered: