Options (6)
-f, --formatbooleanPrint the current time in a format of your choosing
Example:
biff time fmt {{[-f|--format]}} rfc3339 now-i, --incrementbooleanPrint the current time in another time zone and round it the nearest 15 minute increment
Example:
biff time in Asia/Bangkok now | biff time round {{[-i|--increment]}} 15 {{[-s|--smallest]}} minute-s, --smallestbooleanPrint the current time in another time zone and round it the nearest 15 minute increment
Example:
biff time in Asia/Bangkok now | biff time round {{[-i|--increment]}} 15 {{[-s|--smallest]}} minute-l, --largestbooleanFind the duration since a date in the past and round it to the desired precision
Example:
biff span since 2025-01-20T12:00 {{[-l|--largest]}} year-n, --linesbooleanFind timestamps in a log file and reformat them into your local time in place
Example:
biff tag lines /tmp/access.log | biff time in system | biff time fmt {{[-f|--format]}} '%c' | head {{[-n|--lines]}} 3 | biff untag {{[-s|--substitute]}}-s, --substitutebooleanFind timestamps in a log file and reformat them into your local time in place
Example:
biff tag lines /tmp/access.log | biff time in system | biff time fmt {{[-f|--format]}} '%c' | head {{[-n|--lines]}} 3 | biff untag {{[-s|--substitute]}}Examples (8)
Print multiple relative times in one command
Print the current time in another time zone and round it the nearest 15 minute increment
Find the duration since a date in the past and round it to the desired precision
biff span since 2025-01-20T12:00 [-l|--largest] yearmade by @shridhargupta | data from tldr-pages