currentMillis function

int currentMillis()

Implementation

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