124e48c6c8
The issue is due to optional time zone offset 'mm' field followed by apostrophe being absent, but the parser expecting an extra apostrophe after the time zone 'HH' field apostrophe anyway, causing it go past the end of the date string. Fix the issue by only checking for apostrophe if 'mm' field is present. |
||
---|---|---|
.. | ||
src/main | ||
.gitignore | ||
build.gradle.kts | ||
lint.xml | ||
proguard-rules.pro |