We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5eac74 commit bf8dca2Copy full SHA for bf8dca2
1 file changed
src/components/datetime/DateTimeController.h
@@ -67,7 +67,7 @@ namespace Pinetime {
67
return static_cast<Days>(daysSinceSunday);
68
}
69
70
- uint8_t DayOfYear() const {
+ int DayOfYear() const {
71
return localTime.tm_yday + 1;
72
73
0 commit comments