module Qiniu::Helper

Public Instance Methods

get_expire_time() click to toggle source
# File lib/qiniu/helper.rb, line 5
def get_expire_time
  now = Time.now
  Time.mktime(now.year, now.month, now.day, now.hour.next)
end