Awscr::Signer::Date
Inherits Comparable < Reference < Object
A wrapper to provide time formats required by signing
date = Date.new(Time.now)
date.ymd
date.iso8601
Constants
DATE_YMD = "%Y%m%d"
ISO8601_BASIC = "%Y%m%dT%H%M%SZ"
RFC1123Z = "%a, %d %b %Y %H:%M:%S %z"
Constructors
Instance methods
timestamp
Source