Class: DateTime

Inherits:
Object
  • Object
show all
Defined in:
lib/toml/monkey_patch.rb

Instance Method Summary collapse

Instance Method Details

#to_tomlObject



23
24
25
# File 'lib/toml/monkey_patch.rb', line 23

def to_toml
  self.to_time.utc.strftime("%Y-%m-%dT%H:%M:%SZ")
end