DateTime.utc_now

You're seeing just the function utc_now, go back to DateTime module for more information.
Link to this function

utc_now(calendar \\ Calendar.ISO)

View Source

Specs

utc_now(Calendar.calendar()) :: t()

Returns the current datetime in UTC.

Examples

iex> datetime = DateTime.utc_now()
iex> datetime.time_zone
"Etc/UTC"