Server date hiccup, hangfire is thrown off

Our server had it’s time set incorrectly a month in advance somehow and when it was corrected, all the hangfire recurring jobs are set to fire off in a month.

Some of these jobs need to stay staggered as they are so we cant just recreate them with a cron in some job because that makes them all recur at the same time.

Is there a way to reset these recurring jobs in the SQL DB to tell when they should next run?