Method: Utilities#precision_timestamp
- Defined in:
- lib/utilities.rb
#precision_timestamp ⇒ Object
Returns a timestamp to the thousanth of a second
Returns
string timestamp 20140921153010456
125 126 127 |
# File 'lib/utilities.rb', line 125 def Time.now.strftime("%Y%m%d%H%M%S%L") end |