wizmer / syncorg

An implementation of MobileOrg for the Android platform
GNU General Public License v3.0
174 stars 23 forks source link

Fixed timestamp import off by one for month field. #52

Closed rkaercher closed 7 years ago

rkaercher commented 7 years ago

IDK whether I am the only one experiencing this problem, but whenever I import scheduled items from my desktop, the seem to be off by one month. I wrote a test that shows the issue for me and changed the import to add one to the month field.

wizmer commented 7 years ago

Super good job !