Class: DateTime
Instance Method Summary collapse
Instance Method Details
#to_hcl(indent = 0) ⇒ Object
88 89 90 |
# File 'lib/hcl/monkey_patch.rb', line 88 def to_hcl(indent = 0) self.to_time.utc.strftime("%Y-%m-%dT%H:%M:%SZ") end |