Class: Time
- Inherits:
-
Object
- Object
- Time
- Defined in:
- lib/dato/dump/format/toml.rb
Instance Method Summary collapse
Instance Method Details
#to_toml(_path = "") ⇒ Object
6 7 8 |
# File 'lib/dato/dump/format/toml.rb', line 6 def to_toml(_path = "") utc.strftime("%Y-%m-%dT%H:%M:%SZ") end |