crystal-face icon indicating copy to clipboard operation
crystal-face copied to clipboard

crystal-face/source/CrystalView.mc :: flag for tomorrow not taken into account

Open weberk opened this issue 5 years ago • 2 comments

Line 471: current var d = Gregorian.info(Time.now(), Time.FORMAT_SHORT);

Line 471: var d = Gregorian.info(now(), Time.FORMAT_SHORT);

otherwise you do never calculate the tomorrow sunset and sunrise values.

weberk avatar Jun 24 '19 19:06 weberk

Line 471: should be like: var d = Gregorian.info(now, Time.FORMAT_SHORT);

weberk avatar Jun 24 '19 19:06 weberk

Fixed here

https://apps.garmin.com/en-US/apps/cfdfdbe4-a465-459d-af25-c7844b146620

SylvainGa avatar Apr 09 '22 02:04 SylvainGa