now function

int now()

Implementation

int now() {
  return DateTime.now().millisecondsSinceEpoch; // see #10732
}