fjpanag opened a new pull request, #7349: URL: https://github.com/apache/incubator-nuttx/pull/7349
## Summary `tm_yday` is zero-based, and has a range of 0-365. Previously the returned value had the range of 1-366 which is wrong. This PR fixes it. ## Impact Bug fix. ## Testing Tested on simulator, it now returns the correct value for the current day (as of writing this, 290). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org