Open dam13n opened 8 years ago
Are you able to track down whether this is a motion-support but or a RubyMotion bug? There used to be some rounding issues in RubyMotion in the past.
@tkadauke No, didn't look into it further. I just used some workaround in my code.
If I store an end_of_year time object in NSUserDefaults, there is a rounding error due to the microseconds that ups it to the beginning of the next year. See below (where $defaults is my NSUserDefaults object):
motion-support code in question is below. I don't know a safe way to fix this w/o a dirty hacking, so it's more of any FYI to other users for now.