Help with Coding - Setting Time on Tinyduino

Hi everyone, I am a student from Singapore having a project recently to do up a smartwatch using Tiny circuit's Smartwatch kit. I have followed through the smartwatch tutorial on the link provided: https://tinycircuits.com/blogs/learn/158289927-tinyscreen-smartwatch-tutorial

However, I would like my smartwatch to have the time set to local time without having to sync with my mobile phone all the time, whenever I off and on back the watch.

I found out that I can set the smartwatch time based on timezone, so I followed through the codes provided on the link below:

However after I have tweak it to fit to Singapore Time Zone. The digital time seems hard coded and not moving.

Hope that everyone can help me out on this, thanks.

Post your code! (and don't forget to use code tags, that's the </> button in the editor)

My guess is that you set the time explicitly in the sketch or you don't use the RTC at all.