The reminder plugin uses fscanf with %d into a time_t to read the dates, which corrupts them. Switch to fscanf with %lld to a temp variable before assigning it back to time_t. Issue reported and diff tested by John McCue (jmccue AT jmcunx DOT com), thanks! input and ok tb@