www.delorie.com/djgpp/doc/libc-2.01/libc_446.html   search  
Go to the first, previous, next, last section, table of contents.


localtime

Syntax

#include <time.h>

struct tm *localtime(const time_t *tod);

Description

Converts the time represented by tod into a structure, correcting for the local timezone. See section gmtime.

Return Value

A pointer to a static structure which is overridden with each call.


Go to the first, previous, next, last section, table of contents.

  prev next   webmaster     delorie software   privacy  
  Copyright © 1997     Updated Apr 1997