AceTime  2.1.0
Date and time classes for Arduino that support timezones from the TZ Database.
Typedefs
common.h File Reference

Identifiers used by implementation code which need to be publically exported. More...

#include <stdint.h>
Include dependency graph for common.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef int32_t ace_time::acetime_t
 Type for the number of seconds from epoch. More...
 

Detailed Description

Identifiers used by implementation code which need to be publically exported.

Definition in file common.h.

Typedef Documentation

◆ acetime_t

typedef int32_t ace_time::acetime_t

Type for the number of seconds from epoch.

The AceTime epoch is 2050-01-01 00:00:00 UTC by default but can be changed using Epoch::currentEpochYear(). Unix epoch is 1970-01-01 00:00:00 UTC.

Definition at line 24 of file common.h.