Module: Riveter::CoreExtensions::DateExtensions

Extended by:
ActiveSupport::Concern
Included in:
Date
Defined in:
lib/riveter/core_extensions.rb

Defined Under Namespace

Modules: ClassMethods

Instance Method Summary collapse

Instance Method Details

#to_utc_ticksObject



20
21
22
# File 'lib/riveter/core_extensions.rb', line 20

def to_utc_ticks
  Time.utc(self.year, self.month, self.day).to_i * 1000
end