I believe that currently there is no way to output the window time as specified. One way to easily tell what hour it is a part of is by adding a current timestamp transform right south of your aggregate over window transform though would that work?
Sorry I did not get notified for this reply. My solution will give you the processing time hour a record was emitted in which is what I assumed you were asking about.
With regards to your follow up, you can add a “Last” aggregate expression and then apply a column expression on this last Row in your group to get the event time column.