You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2020/09/17 07:47:57 UTC

[GitHub] [incubator-nuttx] anchao opened a new pull request #1826: time/tm: add "tm_zone" member into tm

anchao opened a new pull request #1826:
URL: https://github.com/apache/incubator-nuttx/pull/1826


   
   ## Summary
   time/tm: add "tm_zone" member into tm 
   
   base/time/time_exploded_posix.cc:190:14: error: ‘struct tm’ has no member named ‘tm_zone’; did you mean ‘tm_mon’?
     190 |   timestruct.tm_zone = nullptr;  // not a POSIX field, so mktime/timegm ignore
         |              ^~~~~~~
         |              tm_mon
   
   Change-Id: I9f93e63b50c0692a7a2bfc47abd9d07aa2c8e8db
   Signed-off-by: chao.an <an...@xiaomi.com>
   
   


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #1826: time/tm: add "tm_zone" member into tm

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 merged pull request #1826:
URL: https://github.com/apache/incubator-nuttx/pull/1826


   


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org