DateTime represents a [time.Time] instance in UTC that is wrapped and serialized using the app default date layout.
IsZero checks whether the current DateTime instance has zero time value.
MarshalJSON implements the [json.Marshaler] interface.
Scan implements [sql.Scanner] interface to scan the provided value into the current DateTime instance.
String serializes the current DateTime instance into a formatted UTC date string.
The zero value is serialized to an empty string.
Time returns the internal [time.Time] instance.
UnmarshalJSON implements the [json.Unmarshaler] interface.
Value implements the [driver.Valuer] interface.
Generated using TypeDoc
DateTime represents a [time.Time] instance in UTC that is wrapped and serialized using the app default date layout.