You need to use system time here. Check out the Date plugin - it has Date.now expression, which is a system time in milliseconds. Save the system time on start of layout in a variable, and then you'll be able to calculate how much time has passed and update your clock on the screen.