Time zone correction for SNTP

https://forum.mongoose-os.com/discussion/2373/time-zone-correction-for-sntp
I have tried to add timezone as per my country India but it’s not working.
what should I do next ?
please help me with this.

What exactly did you do and what is not working?

If you are asking a question, please follow this template:

  1. My goal is: [describe your goal]
  2. My actions are: [describe your actions - code, commands, etc]
  3. The result I see is: [show the result - log, etc]
  4. My expectation & question is: [describe your expectation and your question]

Hi say07, how do you try to add timezone in your project?

For example, I add this line in the mos.yml and work.

  # Time zone
  - ['sys.tz_spec', 's', 'CLST3', {title: 'Chile Summer Timer'}]