# Functions
NowDateTime returns new DateTime instance with the current local time.
ParseDateTime creates a new DateTime from the provided value (could be [cast.ToTime] supported string, [time.Time], etc.).
ParseJsonRaw creates a new JsonRaw instance from the provided value (could be JsonRaw, int, float, string, []byte, etc.).
Pointer is a generic helper that returns val as *T.
# Constants
DefaultDateLayout specifies the default app date strings layout.
# Structs
DateTime represents a [time.Time] instance in UTC that is wrapped and serialized using the app default date layout.