File nut/crt/localtime.c


Included Files


Preprocessor definitions

#define __need_NULL

#define LONG_MAX 2147483647L


Global Function localtime()

tm* localtime ( const time_t* timer )
Prototyped in: nut/include/time.h
Calls: localtime_r() nut/crt/localtime.c
Called by: CalcWeekDay() nut/app/caltime/caltime.c
  CgiClock() nut/app/uhttpd_ajax/httpd_ajax.c
  DisplayLocalTime() nut/app/caltime/caltime.c
  NutAppMain() nut/app/ftpd/ftpserv.c
  PrintDate() nut/app/httpd/httpserv.c
  PrintTime() nut/app/httpd/httpserv.c
  SetLocalTime() nut/app/caltime/caltime.c
  ctime() nut/crt/asctime.c
References Variables: _tb nut/crt/gmtime.c

Global Function localtime_r()

int localtime_r ( const time_t* timer, tm* ptm )
Prototyped in: nut/include/time.h
Calls: gmtime_r() nut/crt/gmtime.c
  _isindst()
Called by: ctime_r() nut/crt/asctime.c
  localtime() nut/crt/localtime.c