Open
Description
Problem
Currently, info about time, like Consensus at
, Created at
, Expires at
, etc, are shown in human-readable format (i.e., 11:38:27.6375 AM Apr 26, 2023, GMT+2
).
The timestamp in numeric format (i.e., 1682501907.637575905
) is often useful during development and debugging sessions, i.e., while searching for HCS messages, while filtering transaction queries to mirror nodes, etc.
Solution
- Add the numeric timestamp near all human-readable time format in all the pages
- Add the "Copy to clipboard" feature to the numeric timestamp value (the same feature we currently have on "Transaction Hash" field)
Alternatives
No response
Activity