Leap Year Bug in Updates?

Getting random reboots on Feb 29th and noticed this in the debug log:

19:08:10 1007.612427 T:1792955376   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned 
the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.ValueError'>
                                            Error Contents: day is out of range for month
                                            Traceback (most recent call last):
                                              File "/usr/share/kodi/addons/script.module.osmcsetting.updates/service.py"
, line 38, in <module>
                                                m = update_service.Main()
                                              File "/usr/share/kodi/addons/script.module.osmcsetting.updates/resources/l
ib/update_service.py", line 185, in __init__
                                                self.scheduler = sched.SimpleScheduler(self.s)
                                              File "/usr/share/kodi/addons/script.module.osmcsetting.updates/resources/l
ib/simple_scheduler.py", line 16, in __init__
                                                self.trigger_time 	= datetime.datetime.now().replace(year=2222)	
# the time of the next update check
                                            ValueError: day is out of range for month
                                            -->End of Python script error report<--