I'm newbie to Linux kernel.
Is there a way to print from within kernel time stamp, which respects timezone and DST, as done in user space (e.g. by localtime(3))?
I suspect TZ and DST live in user space land only and not relevant in context of kernel space, but I'm required to print user friendly message from kernel module.
Thanks