The getDate() function returns the day of the month (^1) so it will never change when the month is changed. Which can naturally happen when the month is changed in the settings app or synchonized. This adds the usage of getMonth() to the relevant watchfaces to fix this issue.
(This is a draft PR until I've actually tested this completely)
The getDate() function returns the day of the month (^1) so it will never change when the month is changed. Which can naturally happen when the month is changed in the settings app or synchonized. This adds the usage of getMonth() to the relevant watchfaces to fix this issue.
(This is a draft PR until I've actually tested this completely)