-->
Page 1 of 1

Please Examples how to use the new options in TIME.SETUP()

PostPosted: Wed Sep 07, 2016 10:09 am
by aphawk
Hi,

Nice to see that now we can specify the NTP server in TIME.SETUP() !

I search the documentation but I think that it's not actualized yet.

Then I see in the source code that this function can have until 3 arguments. But if I use one NTP server in my country, the time will be right and I don't need to use the other options, or I will have to use too ?

Please can explain all the possibilities for this function, with examples ?

Thanks a lot !

Paulo

Re: Please Examples how to use the new options in TIME.SETUP

PostPosted: Wed Sep 07, 2016 4:53 pm
by Mmiscool
I believe all ntp servers use the same standard time no mater where you are in the world and will require the time zone to be set.

Re: Please Examples how to use the new options in TIME.SETUP

PostPosted: Wed Sep 07, 2016 8:10 pm
by aphawk
Yes, you are right !

I need to use the time zone and the DST even with one ntp in my country.

As example, to get the correct time here in Brazil I used TIME.SETUP(-3,1) , and the time is all ok.

Thank you !