apache / nuttx

Apache NuttX is a mature, real-time embedded operating system (RTOS)
https://nuttx.apache.org/
Apache License 2.0
2.91k stars 1.19k forks source link

SIGNED time_t #3390

Open protobits opened 3 years ago

protobits commented 3 years ago
  Description: The NuttX time_t is type uint32_t. I think this is consistent
               with all standards and with normal usage of time_t.  However,
               according to Wikipedia, time_t is usually implemented as a
               signed 32-bit value.
  Status:      Open
  Priority:    Very low unless there is some compelling issue that I do not
               know about.
yamt commented 4 weeks ago

our back and forth PR history: https://github.com/apache/nuttx/pull/4692 https://github.com/apache/nuttx/pull/4693 https://github.com/apache/nuttx/pull/7115 https://github.com/apache/nuttx/pull/7975 https://github.com/apache/nuttx/pull/8201 https://github.com/apache/nuttx/pull/10303 https://github.com/apache/nuttx/pull/11466 https://github.com/apache/nuttx/pull/14460

ML discussions: https://www.mail-archive.com/dev@nuttx.apache.org/msg12060.html