When you get the time, put .AddSeconds(2) on the end of it.

Assuming you are currently using DateTime.Now like this:

label_time.text = DateTime.Now.ToString("HH:mm:ss")
...it would become...