Arduino-RTC
Real-Time Clock (RTC) library for Arduino
|
#include "time.h"
Go to the source code of this file.
Functions | |
void | set_zone (int32_t z) |
int32_t | get_zone () |
Variables | |
int32_t | __utc_offset = 0L |
int32_t get_zone | ( | ) |
Definition at line 40 of file set_zone.cpp.
void set_zone | ( | int32_t | ) |
Set the 'time zone'. The parameter is given in seconds East of the Prime Meridian. Example for New York City:
If the time zone is not set, the time system will operate in UTC only.
Definition at line 34 of file set_zone.cpp.
int32_t __utc_offset = 0L |
Definition at line 31 of file set_zone.cpp.