How to setup the time duration unit?

Hi Buddies,
I am using the below formula to calculate my servers’ running time. Why they are showing by week? I didn’t find any places to change it to show as by day or by hour.

sum(time() - node_boot_time_seconds{job=~“$job”})by(instance)