Method: Datadog::Core::Utils::Time.now
- Defined in:
- lib/datadog/core/utils/time.rb
.now ⇒ Time
Current wall time.
21 22 23 |
# File 'lib/datadog/core/utils/time.rb', line 21 def now ::Time.now end |
Current wall time.
21 22 23 |
# File 'lib/datadog/core/utils/time.rb', line 21 def now ::Time.now end |