maxyjian opened a new pull request, #2272:
URL: https://github.com/apache/nuttx-apps/pull/2272

   Reference: 
https://www.geeksforgeeks.org/date-command-linux-examples/?ref=gcse#9-list-of-format-specifiers-used-with-date-command
   
   ## Summary
   nshlib: display date using set format
   
   ## Impact
   date command
   
   ## Testing
   ap>
   ap> date
   Fri, Jan 26 10:23:13 2024
   ap>
   ap>
   ap> date -u "+%A %B %d %T %y"
   Friday January 26 02:23:17 24
   ap>
   ap>
   ap> date +%s
   1706235968
   ap>
   ap>
   
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to