Recently I made some neat date / time helper functions for bash / zsh.
I.e.: 'dten' gives current decimal date and timevalues with an added nanosecond epoch
(20250826_171150_1756221110.129674445)
Or: 'dtw' returns the current date-time with an added abbreviated weekday
(20250825_100736_W12_su)
Can be helpful for those living inside the shell!
#linux #bash #zsh #shell #script #date #time #epoch #nano
https://codeberg.org/oxo/dotf/src/branch/main/zsh/function/date-time.sh