module Gnip

Constants

VERSION

Public Class Methods

format_date(datetime) click to toggle source
# File lib/gnip.rb, line 20
def self.format_date(datetime)
  datetime.to_datetime.utc.strftime('%Y%m%d%H%M')
end