refreshTimestampDateTime function

void refreshTimestampDateTime()

Refresh timestamps ticker offset

Implementation

void refreshTimestampDateTime() {
  _swBegins = DateTime.now().toUtc().microsecondsSinceEpoch;
  _sw.reset();
}