Mark now auto update

I’ve noticed that the ‘mark now’ line doesn’t move as time passes, unless you change or refresh the view. If I were to use setInterval(), what would be the best method call to make to have it update?

Thanks

setInterval(function() { scheduler.setCurrentView() }, 10000) ?

The marker is static in the current version.
And yes, solution with setCurrentView call is the best.