interface
interface copied to clipboard
refactor: remove redundant time conversions
I cached the day/hour computations inside the time helpers so they reuse the same values instead of dividing multiple times.