We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc7b501 commit 8d1ddf0Copy full SHA for 8d1ddf0
src/tool/subcommands/archive_cmd.rs
@@ -624,7 +624,7 @@ fn steps_in_range(
624
625
fn epoch_to_date(genesis_timestamp: u64, epoch: ChainEpoch) -> anyhow::Result<String> {
626
Ok(DateTime::from_timestamp(
627
- (genesis_timestamp as i64 + epoch * EPOCH_DURATION_SECONDS) as i64,
+ (genesis_timestamp as i64 + epoch * EPOCH_DURATION_SECONDS),
628
0,
629
)
630
.unwrap_or_default()
0 commit comments