class Time
Public Instance Methods
to_toml(_path = '')
click to toggle source
# File lib/agave/dump/format/toml.rb, line 6 def to_toml(_path = '') utc.strftime('%Y-%m-%dT%H:%M:%SZ') end
# File lib/agave/dump/format/toml.rb, line 6 def to_toml(_path = '') utc.strftime('%Y-%m-%dT%H:%M:%SZ') end