Versions in this module Expand all Collapse all v1 v1.0.1 Nov 7, 2022 v1.0.0 Oct 28, 2022 Changes in this version + func FormatTime(t time.Time) time.Time + type LocalTime time.Time + func (j LocalTime) MarshalText() ([]byte, error) + func (l *LocalTime) ToDB() ([]byte, error) + func (l *LocalTime) UnmarshalJSON(b []byte) error + func (l *LocalTime) Value() (driver.Value, error) + func (l LocalTime) MarshalJSON() ([]byte, error) + func (l LocalTime) Now() LocalTime + func (l LocalTime) ParseTime(t time.Time) LocalTime + func (l LocalTime) String() string