Closed mizrael closed 2 years ago
The parsed date substracts 1 day from the date selected on the date picker. For example, September 20th 2021 is parsed as 19/09/2021
September 20th 2021
19/09/2021
https://github.com/immuni-app/immuni-app-android/blob/60970de9e69263c7d7ab89b642551ed7728fdf00/app/src/main/java/it/ministerodellasalute/immuni/ui/greencertificate/GenerateGreenCertificate.kt#L318
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
The parsed date substracts 1 day from the date selected on the date picker. For example,
September 20th 2021
is parsed as19/09/2021
https://github.com/immuni-app/immuni-app-android/blob/60970de9e69263c7d7ab89b642551ed7728fdf00/app/src/main/java/it/ministerodellasalute/immuni/ui/greencertificate/GenerateGreenCertificate.kt#L318