nowUtc static method

DateTime nowUtc()

nowUtc can be use as default value for column annotation which produce utc date and time.

Implementation

static DateTime nowUtc() => DateTime.now().toUtc();