Module: Rhubarb::SQLBUtil

Defined in:
lib/rhubarb/rhubarb.rb

Class Method Summary collapse

Class Method Details

.timestamp(tm = nil) ⇒ Object



22
23
24
25
# File 'lib/rhubarb/rhubarb.rb', line 22

def self.timestamp(tm=nil)
  tm ||= Time.now.utc
  (tm.tv_sec * 1000000) + tm.tv_usec
end