Sha256: 8f655fdef6ff998b07c61ff3342da45e2232ca1b053efc3860708befab9db266
Contents?: true
Size: 255 Bytes
Versions: 5
Compression:
Stored size: 255 Bytes
Contents
# frozen_string_literal: true require 'time' module Fintecture module Utils class Date class << self def header_time Time.now.utc.strftime('%a, %d %b %Y %H:%M:%S GMT') end end end end end
Version data entries
5 entries across 5 versions & 1 rubygems