# File lib/fog/core/time.rb, line 25
def
to_iso8601_basic
self
.
utc
.
strftime
(
'%Y%m%dT%H%M%SZ'
)
end