DateTime.now_utc


Description:

public DateTime.now_utc ()

Creates a DateTime corresponding to this exact instant in UTC.

This is equivalent to calling DateTime.now with the time zone returned by TimeZone.utc.

Returns:

a new DateTime, or null