Inject node at a specific time

The inject node shows the GMT when checked by just injecting timestamp to a debug node. I wanted to trigger an event at a specific time (for my case the calculated IST (Indian Standard Time) time which is GMT+5:30 Hrs). But it didn't work. Any solutions ?

Check to see what timezone the machine you are running Node-RED on is set to

@ukmoose The cloud host is set to the MST which is GMT-7:00 Hrs.

Which cloud host is that?

@Colin The host is served by GoDaddy.

Well if you can't set the timezone of the server to the zone you want then if you want to use the Inject node you will have to adjust the time accordingly yourself. Alternatively you could use one of the contrib nodes such as bigtimer or schedex which allow a time zone offset to be entered.