SocketCAN allows to source hardware timestamp for all frames received through certain interface.
Currently using candump .. -H results in printing times of 1970 which means that this information is missing from controller.
Relevant code section in canutils:
https://github.com/linux-can/can-utils/blob/v2021.08.0/candump.c#L615L635