now function

int now()

Implementation

int now() {
  return DateTime.now().toUtc().millisecondsSinceEpoch;
}