AleoNet / snarkVM

A Virtual Machine for Zero-Knowledge Executions
https://snarkvm.org
Apache License 2.0
1.08k stars 1.5k forks source link

bug: incorrect timestamp in explorer #2432

Closed alexanderblv closed 7 months ago

alexanderblv commented 7 months ago

image

Apparently, timestamps have become incorrectly displayed for programs. This may be a problem in the future. I do not know which repository is suitable for this problem, so I open it here.

https://explorer.aleo.org/program/credits.aleo

iamalwaysuncomfortable commented 7 months ago

Hey Alexander, this is due to credits.aleo being present in the Genesis block. The timestamp in that block is the beginning of the Unix Epoch which does indeed begin 54 years ago!

Just as a note, any issue found with explorer or aleo.tools should be directed to https://github.com/AleoHQ/sdk/issues. Thanks for bringing your concerns to attention.