Arduino-RTC
Real-Time Clock (RTC) library for Arduino
|
#include "time.h"
Go to the source code of this file.
Functions | |
struct tm * | localtime_r (const time_t *timer, struct tm *timeptr) |
Variables | |
int32_t | __utc_offset |
int(* | __dst_ptr )(const time_t *, int32_t *) |
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.
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.