class TOML::OffsetDateTimeValue

Overview

RFC 3339 datetime with timezone offset, e.g. 1979-05-27T07:32:00-07:00.

Defined in:

toml/value.cr

Constructors

Instance Method Summary

Instance methods inherited from class TOML::Value

raw : String raw, to_toml(io : IO) : Nil to_toml

Constructor methods inherited from class TOML::Value

new(raw : String) new

Constructor Detail

def self.new(raw : String, time : Time) #

[View source]

Instance Method Detail

def time : Time #

[View source]