Module: Fog::Radosgw::Usage::Utils
Instance Method Summary collapse
Instance Method Details
#sanitize_and_convert_time(time) ⇒ Object
6 7 8 9 |
# File 'lib/fog/radosgw/requests/usage/get_usage.rb', line 6 def sanitize_and_convert_time(time) fmt = '%Y-%m-%d %H:%M:%S' escape(time.strftime(fmt)) end |