### Issue description the month and year values are not converted and leads to data loss see `func (duration FEELDuration) Duration() time.Duration {...}` See also Gemeni's commet https://github.com/pbinitiative/feel/pull/26#discussion_r2463042553 ### TODO - [ ] FEELDuration must convert to time.Duration without any data loss - [ ] check also the other direction time.Duration -> FEELDuration