Skip to content
Discussion options

You must be logged in to vote

Run hl --help and find

  -t, --time-format <FORMAT>  Time format, see https://man7.org/linux/man-pages/man1/date.1.html [env: HL_TIME_FORMAT=] [default: "%b %d %T.%3N"]

So, you can either

  • Pass a command-line option, i.e. -t "%Y-%m-%d %T.%9N" to show date and time with nanosecond precision
  • Configure an environment variable with the same value
  • Or configure it in the configuration file

The complete guide for the format string syntax can be found here.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by pamburus
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested
2 participants
Converted from issue

This discussion was converted from issue #1281 on January 23, 2026 19:29.