Untitled

lets(
  mn, prop("Date").minute(),
  mn, if(mn==0, 0.01, mn/100),

  prop("Date").hour() + mn
)