now method

int now()

Implementation

int now() => nowOffset == null?0:DateTime.now().difference(nowOffset!).inMilliseconds;