Versions in this module Expand all Collapse all v1 v1.0.5 Aug 23, 2026 Changes in this version + var ErrEmptyDateString = errors.New("ingest: la cadena de fecha no puede estar vacía") + var ErrInvalidInput = errors.New("ingest: tipo de entrada no soportado o inválido") + func FromLocal(localTime time.Time, sourceZone string) (time.Time, error) + func FromString(dateStr, defaultZone string) (time.Time, error) + func FromTime(t time.Time) time.Time + func FromUnix(seconds int64) time.Time + func FromUnixMilli(milli int64) time.Time + func Now() time.Time + func SupportedLayouts() []string v1.0.4 Aug 23, 2026