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

Go to the source code of this file.

Functions

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

Function Documentation

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

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

Definition at line 33 of file gmtime_r.cpp.