class Time

Public Instance Methods

to_toml(_path = "") click to toggle source
# File lib/dato/dump/format/toml.rb, line 7
def to_toml(_path = "")
  utc.strftime("%Y-%m-%dT%H:%M:%SZ")
end