You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my contacts i have birthdays that are both YYYYMMDD and YYYY-MM-DD, and Connect You (in my opinion), should transform both to YYYY-MM-DD if applicable.
Other details
Crashed with YYYYMMDD, but fixed by simply resetting the birthday
@apprehensions, yeah, ISO 8601 should be the internal normalised format. There's not much point to storing whatever the user enters and then trying to parse it, since no other format makes much sense (not even RFC 3339 / 9557).
Describe your suggested feature
In my contacts i have birthdays that are both YYYYMMDD and YYYY-MM-DD, and Connect You (in my opinion), should transform both to YYYY-MM-DD if applicable.
Other details
Crashed with YYYYMMDD, but fixed by simply resetting the birthday
https://paste.crdroid.net/r63Yef
Acknowledgements
The text was updated successfully, but these errors were encountered: