I use dmesg in Ubuntu heavily. I like the iso time format but I hate typing it out every time, so I use something like this in my .bashrc to set the default time format for dmesg:
# Setup alias for dmesg
alias dmesg="/bin/dmesg --time-format=iso"
Is there a better/proper way of doing this? Per user or globally, I don't care.