If I have a categorial variable (let's say $X$) and a continuos variable (let's say $Y$). IF I fitted a standard cox model, it will result in a violation of the constant HR over time (based of Schoenfeld residuals). So, I fitted again with interaction (with time). In R, this can be written as $$Surv(start,stop,event) = X + Y + X:stop + Y:stop$$
And, the interaction time is significant for both variables. My question is, how to correctly interpret this ? Is it correct to say that the hazard ratio of $X$ and $Y$ is increasing (or decreasing) with time ? Since the interaction is significant...