Documentation ¶
Index ¶
- func Max(x, y time.Time, times ...time.Time) time.Time
- type Time
- func (t Time) MarshalJSON() ([]byte, error)
- func (t Time) MarshalText() (ret []byte, err error)
- func (t *Time) Scan(val any) (err error)
- func (t Time) StdTime() time.Time
- func (t Time) String() string
- func (t Time) Unix() int64
- func (t *Time) UnmarshalJSON(data []byte) (err error)
- func (t *Time) UnmarshalText(data []byte) (err error)
- func (t Time) Value() (driver.Value, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Time ¶
type Time int64
func (Time) MarshalJSON ¶
func (Time) MarshalText ¶
func (*Time) UnmarshalJSON ¶
func (*Time) UnmarshalText ¶
Click to show internal directories.
Click to hide internal directories.