You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2018/03/21 17:44:42 UTC

[GitHub] sdalu commented on a change in pull request #928: datetime: use timezone for clocktime_to_timeval

sdalu commented on a change in pull request #928: datetime: use timezone for clocktime_to_timeval
URL: https://github.com/apache/mynewt-core/pull/928#discussion_r176176955
 
 

 ##########
 File path: time/datetime/include/datetime/datetime.h
 ##########
 @@ -68,7 +68,7 @@ int datetime_parse(const char *input, struct os_timeval *utctime,
  *
  * Returns 0 on success and OS_EINVAL on invalid input data
  */
-int clocktime_to_timeval(const struct clocktime *ct, struct os_timeval *tv);
+int clocktime_to_timeval(const struct clocktime *ct, const struct os_timezone *tz, struct os_timeval *tv);
 
 Review comment:
   better fixing it now before it's part of an official release

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services