op 46361fab84 fix crash in gkrellmreminder
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@
2022-01-21 20:09:42 +00:00
..
2022-01-21 20:09:42 +00:00