Change washing machine completion time format

Hi,
I would like to display my washing machines completion tom with only the time and also would like to display the remaining time.
I use:

label: |
  [[[
    var bri = states['sensor.wasmachine_washer_completion_time'].state;
    return bri;
  ]]]

The result is 2023-01-03T20:14:03+00:00.
But i wouldl like this without the date and +00:00, also remaining would be nice.
Anybody cares to help me out?
THNX… Henk

If you want time remaining, you’ll have to make a template sensor because the frontend does not auto update template calculations on the fly without state changes.