localtime()

This is a Hardware specific function. It is not implemented in the Compiler.

Syntax
  #include <time.h>

  
  struct tm *localetime(const time_t *time);

  
Description

localtime() converts *time into broken-down time.

Return

A pointer to a struct containing the broken-down time.

See also

asctime(),

mktime(), and

time()