firebase / firebase-functions-test

MIT License
232 stars 48 forks source link

Changed lastSignInTime to be a valid date and time #36

Closed RohanTalip closed 5 years ago

RohanTalip commented 5 years ago

"console.log(new Date('2018-04-03T03:92:48Z'))" results in "Invalid Date" due to "92" not being a valid value for the number of minutes in an hour.

RohanTalip commented 5 years ago

Hi @laurenzlong and @firebase-ops , a new release needs to be made for this change. A release was last made the day before my change was merged.