Time.utc_now

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

utc_now(calendar \\ Calendar.ISO)

View Source (since 1.4.0)

Specs

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

Returns the current time in UTC.

Examples

iex> time = Time.utc_now()
iex> time.hour >= 0
true