Method: Datadog::Core::Utils::Time.now

Defined in:
lib/datadog/core/utils/time.rb

.nowTime

Current wall time.

Returns:

  • (Time)

    current time object



21
22
23
# File 'lib/datadog/core/utils/time.rb', line 21

def now
  ::Time.now
end