Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

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

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.

  • No labels