Hangfire server with incorrect clock messed up all recurring jobs

We are running Hangfire 1.6.14 with Redis storage and had an incident where 1 of the 3 servers came up with incorrect clocks (set few weeks in the future). After that all recurring jobs were scheduled way into the future and there was no way to reset/fix them (even after setting the clocks correctly on all servers and rebooting them). We had to delete and recreate all recurring jobs.

Could this be looked at and fixed?

It appears that related bug was reported in 2015.
http://hangfire.discourse.group/t/issue-with-clocks/1454

Alex