Versions in this module Expand all Collapse all v1 v1.0.0 Jul 15, 2026 Changes in this version + type Expression struct + func Parse(s string) (*Expression, error) + func (e *Expression) Covers(t time.Time, tz string) (bool, error) + func (e *Expression) CoversIn(t time.Time, loc *time.Location) bool + func (e *Expression) Source() string + func (e *Expression) Warnings() []Warning + type ParseError struct + Msg string + Pos int + func (e ParseError) Error() string + type ValidationResult struct + Errors []ParseError + Valid bool + Warnings []Warning + func Validate(s string) ValidationResult + type Warning struct + Message string + Pos int + func (w Warning) String() string