Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
It would be super nice with a display hint for formatting a unix milliseconds timestamp into an ISO8601 timestamp.
Eg: 1618910624804 -> 2021-04-20T09:23:44.804Z
I would find this extremely useful for the log timestamps, as we are already sending u64 sized timestamps over the wire, and could replace the current "uptime" with an actual RTC time.
It would be super nice with a display hint for formatting a unix milliseconds timestamp into an ISO8601 timestamp.
Eg:
1618910624804->2021-04-20T09:23:44.804ZI would find this extremely useful for the log timestamps, as we are already sending
u64sized timestamps over the wire, and could replace the current "uptime" with an actual RTC time.