getNowCustomTs static method

int getNowCustomTs()

Implementation

static int getNowCustomTs() {
  return getCustomTsFromMillis(DateTime.now().millisecondsSinceEpoch);
}