Versions in this module Expand all Collapse all v1 v1.0.0 Jan 28, 2020 Changes in this version + type DateTime struct + func DateTimeNow() *DateTime + func (dt *DateTime) Add(duration time.Duration) *DateTime + func (dt *DateTime) MarshalJSON() ([]byte, error) + func (dt *DateTime) ToUnixDate() string + func (dt *DateTime) Truncate(d time.Duration) *DateTime + func (dt *DateTime) UnmarshalJSON(b []byte) error