Skip to content

Commit 087c676

Browse files
authored
feat(cast age): clarify block timestamp is UTC to allow for date compatibility (foundry-rs#9913)
clarify block timestamp is always UTC
1 parent 1946c2d commit 087c676

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/cast/bin/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ async fn main_args(args: CastArgs) -> Result<()> {
289289
let config = rpc.load_config()?;
290290
let provider = utils::get_provider(&config)?;
291291
sh_println!(
292-
"{}",
292+
"{} UTC",
293293
Cast::new(provider).age(block.unwrap_or(BlockId::Number(Latest))).await?
294294
)?
295295
}

0 commit comments

Comments
 (0)