Git Product home page Git Product logo

Comments (11)

gmag11 avatar gmag11 commented on July 17, 2024

Currently, time is recalculated in next iteration. You're right. It makes more sense to trigger a time resync inmediately. I'll make a test branch and will ask you to test.

from ntpclient.

MarcFinns avatar MarcFinns commented on July 17, 2024

Happy to do so. Let me know when ready..

from ntpclient.

gmag11 avatar gmag11 commented on July 17, 2024

Please test develop branch

from ntpclient.

MarcFinns avatar MarcFinns commented on July 17, 2024

Will try to spare some time this evening... thanks

from ntpclient.

MarcFinns avatar MarcFinns commented on July 17, 2024

Hi there, i just found some time to test the dev branch.
It seems that when i call setTimeZone the time is invalidated and becomes 00:00 until the next sync. why dont you just increment / decrement the current time with the offset provided?

from ntpclient.

gmag11 avatar gmag11 commented on July 17, 2024

I'm using internal sntp esp8266 SDK calls instead of own code. This limits what I can do with it. I'm working on integrating same code for ESP8266 and other platforms (Arduino) to get control on these specific cases.

After setting time zone I try a new sync. Indeed, for esp8266 I do not use a variable to store time zone. Everything is inside esp8266 SDK.

from ntpclient.

gmag11 avatar gmag11 commented on July 17, 2024

@MarcFinns I've improved behaviour when changing time zone. Please test newest release

from ntpclient.

MarcFinns avatar MarcFinns commented on July 17, 2024

That's well appreciated, I had to put in place a hack to work around the current behaviour. I am out of the country but I will test it asap. What is the new intended behaviour? Thanks again

from ntpclient.

gmag11 avatar gmag11 commented on July 17, 2024

Before, when ntp failed, getTime returned 0 and time was reset. 1st sync always fails (I do not know why) and sync is triggered when changing time zone. So, if time zone is changed and there is no connection, time is reset to 0.

Now, time is kept with or without internet. If get time fails it now returns current time.

from ntpclient.

MarcFinns avatar MarcFinns commented on July 17, 2024

Sounds better. Is time incremented when no connection?

from ntpclient.

gmag11 avatar gmag11 commented on July 17, 2024

Yes. I keep track of configured offset. If it is changed the difference is calculated to modify time accordingly.

from ntpclient.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.