How can I get a more precise time? #1285
Answered
by
pamburus
river-walras
asked this question in
Q&A
|
How can I use hl to get the timestamp after milliseconds? |
Answered by
pamburus
Jan 23, 2026
Replies: 1 comment
|
Run So, you can either
The complete guide for the format string syntax can be found here. |
0 replies
Answer selected by
pamburus
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Run
hl --helpand findSo, you can either
-t "%Y-%m-%d %T.%9N"to show date and time with nanosecond precisionThe complete guide for the format string syntax can be found here.