Git Product home page Git Product logo

Comments (2)

jbennink avatar jbennink commented on July 21, 2024

Probably a stale issue but anyways:

So schedule.Time is that user entered initial start date and the cron expression is something like 0 0 */2 * * In that case when you use GetNextOccurrence() you will have to supply the last occurrence as input parameter to get the next occurrence. Th first time, ie. when the user sets this up you use the schedule.Time as last occurrence and the next one is calculated. You could then store that occurrence in schedule.Time, unles you want to keep that value, in that case you will have to store it in another variable/field.
Your workaround also solves this but, as you stated, in a sub-optimal way.

I don't think this is a bug, it's just the way cron works, you supply it a starting point date and a cron expression and it calculates the next occurrence according to the cron expression.

from cronos.

FaithfulDev avatar FaithfulDev commented on July 21, 2024

It's a few years later, so now it's definitely stale 😅 but...

If I understand this correctly, you want a method that acts as a shortcut for expression.GetNextOccurrence(DateTime.UtcNow, TimeZoneInfo.Local);?

Having a dedicated method for this is a bit overkill IMO. If you want the current date, just supply the current date.

from cronos.

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.