module Riveter::CoreExtensions::DateExtensions

Public Instance Methods

to_utc_ticks() click to toggle source
# File lib/riveter/core_extensions.rb, line 20
def to_utc_ticks
  Time.utc(self.year, self.month, self.day).to_i * 1000
end