nutritionfactsorg / daily-dozen-android

Keep track of the foods that Dr. Greger recommends in his NYT's best-selling book, How Not to Die with this Android app
https://play.google.com/store/apps/details?id=org.nutritionfacts.dailydozen&hl=en
Other
274 stars 95 forks source link

Fix daily reminder time parsing issue in Canada #233

Closed slavick closed 1 year ago

slavick commented 1 year ago

This PR fixes an issue causing daily reminder notifications to not show at the correct time for users in Canada.

The problem is the time "8:00 PM" does not parse correctly in Canada as the locale requires am/pm labels to be in the format "a.m./p.m."

slavick commented 1 year ago

Closing this PR as the description is no longer accurate and I've moved the single line change here: https://github.com/nutritionfactsorg/daily-dozen-android/pull/235