localtime()

This function is Hardware-specific implementation. It is not implemented in this 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()

time()