Time.utc_now
You're seeing just the function
utc_now
, go back to Time module for more information.
Specs
utc_now(Calendar.calendar()) :: t()
Returns the current time in UTC.
Examples
iex> time = Time.utc_now()
iex> time.hour >= 0
true