getEpochSeconds method

int getEpochSeconds()

Implementation

int getEpochSeconds()
{
  return (epochMS/1000).round();
}