rosulek / gmail-tickler

Get emails out of your inbox until a specified date
MIT License
19 stars 5 forks source link

getYear() call in date2str #30

Closed Hamzehn closed 4 years ago

Hamzehn commented 4 years ago

Hi, thank you very much for sharing this very useful script. I tried installing it and noticed that I couldn't get it to work without changing the call to getYear() in the date2str function to getFullYear().

Dates were being converted to strings like '120-07-16' (120 years from 1900 base) and were not being parsed correctly later on.

rosulek commented 4 years ago

Wow, good catch. Thanks for the report. This is a change with the new google apps script engine:

https://developers.google.com/apps-script/guides/v8-runtime/migration#incompatibilities

The next commit will fix this.