/
fs_localtime_r()
fs_localtime_r()
struct fs_tm *fs_localtime_r (const fs_time_t *p_ts, struct fs_tm *p_time);
File | Called from | Code enabled by |
---|---|---|
| Application |
|
Convert timestamp to date/time.
Arguments
p_ts
Pointer to time value.
p_time
Pointer to variable that will receive broken-down time.
Returned Value
Pointer to p_time, if NO errors.
Pointer to NULL, otherwise.
Notes/Warnings
None.
, multiple selections available,
Related content
fs_mktime()
fs_mktime()
More like this
fs_asctime_r()
fs_asctime_r()
More like this
fs_ctime_r()
fs_ctime_r()
More like this
FSEntry_TimeSet()
FSEntry_TimeSet()
More like this
Clk_TS_UnixToDateTime
Clk_TS_UnixToDateTime
More like this
Clk_TS_ToDateTime
Clk_TS_ToDateTime
More like this