module SyncwiseApi::ServiceUtils::Timestamper
Constants
- FORMAT_STRING
Public Class Methods
stamp()
click to toggle source
# File lib/syncwise_api/service_utils/time_stamper.rb, line 6 def stamp Time.now.utc.strftime(FORMAT_STRING) end
Private Instance Methods
stamp()
click to toggle source
# File lib/syncwise_api/service_utils/time_stamper.rb, line 6 def stamp Time.now.utc.strftime(FORMAT_STRING) end