Documentation ¶
Index ¶
- Constants
- Variables
- type Time
- func (t Time) Equals(t1 Time) bool
- func (t Time) EqualsAny(t1 any) bool
- func (a Time) EqualsSansIndex(b Time) bool
- func (t Time) GetTime() time
- func (t Time) IsEmpty() bool
- func (t Time) Less(t1 Time) bool
- func (t Time) MarshalBinary() (text []byte, err error)
- func (t Time) MarshalText() (text []byte, err error)
- func (t *Time) Reset()
- func (t *Time) Set(v string) (err error)
- func (t Time) String() string
- func (t *Time) UnmarshalBinary(text []byte) (err error)
- func (t *Time) UnmarshalText(text []byte) (err error)
Constants ¶
View Source
const ( Epoch = 1660007128 RFC3339 = tyme.RFC3339 )
Variables ¶
View Source
var ( Date = tyme.Date Parse = tyme.Parse )
Functions ¶
This section is empty.
Types ¶
type Time ¶
type Time struct {
// contains filtered or unexported fields
}
func TimeWithIndex ¶
func (Time) EqualsSansIndex ¶
func (Time) MarshalBinary ¶
func (Time) MarshalText ¶
func (*Time) UnmarshalBinary ¶
func (*Time) UnmarshalText ¶
Click to show internal directories.
Click to hide internal directories.