Arduino-RTC
Real-Time Clock (RTC) library for Arduino
localtime_r.cpp File Reference
#include "time.h"
Include dependency graph for localtime_r.cpp:

Go to the source code of this file.

Functions

struct tmlocaltime_r (const time_t *timer, struct tm *timeptr)
 

Variables

int32_t __utc_offset
 
int(* __dst_ptr )(const time_t *, int32_t *)
 

Function Documentation

struct tm* localtime_r ( const time_t timer,
struct tm timeptr 
)

The localtime function converts the time stamp pointed to by timer into broken-down time, expressed as Local time.

Definition at line 35 of file localtime_r.cpp.

Variable Documentation

int(* __dst_ptr) (const time_t *, int32_t *)

Definition at line 31 of file set_dst.cpp.

int32_t __utc_offset

Definition at line 31 of file set_zone.cpp.