6 #ifndef ACE_TIME_UNIX_CLOCK_H
7 #define ACE_TIME_UNIX_CLOCK_H
9 #if defined(EPOXY_DUINO)
37 return time(
nullptr) - Epoch::secondsToCurrentEpochFromUnixEpoch64();
Abstract base class for objects that provide and store time.
An implementation of Clock that works on Unix using EpoxyDuino.
void setup()
Setup function that currently does nothing.
acetime_t getNow() const override
Return the number of seconds since the AceTime epoch (2000-01-01T00:00:00Z).