Method: Utilities#precision_timestamp

Defined in:
lib/utilities.rb

#precision_timestampObject

Returns a timestamp to the thousanth of a second

Returns

string timestamp 20140921153010456



125
126
127
# File 'lib/utilities.rb', line 125

def precision_timestamp
  Time.now.strftime("%Y%m%d%H%M%S%L")
end