utc function
Returns the current time in UTC. Needed for const constructor support.
Implementation
DateTime utc() => DateTime.now().toUtc();
Returns the current time in UTC. Needed for const constructor support.
DateTime utc() => DateTime.now().toUtc();