Biancaa-R commented on issue #17063:
URL: https://github.com/apache/nuttx/issues/17063#issuecomment-3661906846

   @acassis  I tried a implementation but it produces sketchy results .. Files 
that were never modified show the epoch time and somehow one shows the future 
..  I used st_mtime only 
   ```
   NuttShell (NSH) NuttX-12.11.0
   nsh> ls
   /:
   bin/
   data/
   dev/
   etc/
   proc/
   tmp/
   nsh> ls -l
   /:
   2044-01-09 01:18 dr-xr-xr-x           0 bin/
   1970-01-01 00:00 drwxrwxr-x        4096 data/
   2025-12-16 18:29 drwxrwxrwx           0 dev/
   1970-01-01 00:00 dr-xr-xr-x           0 etc/
   1970-01-01 00:00 dr--r--r--           0 proc/
   1970-01-01 00:00 drw-rw-rw-           0 tmp/
   ``` 


-- 
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