Documentation ¶
Index ¶
- type OffsetDateTime
- func (t OffsetDateTime) IsAfter(other OffsetDateTime) bool
- func (t OffsetDateTime) IsBefore(other OffsetDateTime) bool
- func (d OffsetDateTime) MarshalJSON() ([]byte, error)
- func (t OffsetDateTime) String() string
- func (t OffsetDateTime) ToString() gocommon.String
- func (d *OffsetDateTime) UnmarshalJSON(data []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OffsetDateTime ¶
func Now ¶
func Now() OffsetDateTime
func Parse ¶
func Parse(s string) (OffsetDateTime, error)
func (OffsetDateTime) IsAfter ¶ added in v1.0.19
func (t OffsetDateTime) IsAfter(other OffsetDateTime) bool
func (OffsetDateTime) IsBefore ¶ added in v1.0.19
func (t OffsetDateTime) IsBefore(other OffsetDateTime) bool
func (OffsetDateTime) MarshalJSON ¶ added in v1.0.12
func (d OffsetDateTime) MarshalJSON() ([]byte, error)
func (OffsetDateTime) String ¶
func (t OffsetDateTime) String() string
func (OffsetDateTime) ToString ¶ added in v1.0.12
func (t OffsetDateTime) ToString() gocommon.String
func (*OffsetDateTime) UnmarshalJSON ¶ added in v1.0.12
func (d *OffsetDateTime) UnmarshalJSON(data []byte) error
Click to show internal directories.
Click to hide internal directories.