Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


...

Code Block
languagecpp
struct  fs_tm  *fs_localtime_r (const  fs_time_t      *p_ts,

...


                                struct  fs_tm         *p_time);

...

...


...

File

...

Called from

...

...

Code enabled by

...

...

fs_api.

...

c

...

Application

...

FS_CFG_API_EN

...

10921411092141Convert timestamp to date/time.anchor11047431104743

Arguments

...

1092144p_ts Anchor11407981140798

Pointer to time value.

...

p_time Anchor11408051140805

Pointer to variable that will receive broken-down time.

...

Returned Value

Anchor10921481092148Pointer to p_time, if NO errors.anchor

10921491092149Pointer to NULL, otherwise. Anchor11001411100141

Notes/Warnings

...

None.