Class: Time

Inherits:
Object
  • Object
show all
Defined in:
lib/dato/dump/format/toml.rb

Instance Method Summary collapse

Instance Method Details

#to_toml(_path = '') ⇒ Object



7
8
9
# File 'lib/dato/dump/format/toml.rb', line 7

def to_toml(_path = '')
  utc.strftime('%Y-%m-%dT%H:%M:%SZ')
end