Files
nuttx/include
YAMAMOTO Takashi 892ecb4e40 Make 64-bit time_t unsigned
* 32-bit time_t should be unsigned because otherwise it wraps too
  soon. (in 2038)

* 64-bit time_t should be unsigned because it should be consistent
  within NuttX.

* While signed time_t seems more popular among other OSes, the
  consisitency within NuttX outweighs, IMO.
2023-02-27 23:55:52 +08:00
..
2023-02-17 11:17:11 -03:00
2023-01-31 12:08:05 +09:00
2023-02-25 08:07:07 +02:00
2023-02-27 23:55:52 +08:00