NAME
Catmandu::Fix::end_year - Catmandu Fix for retrieving date string for end of the current year
SYNOPSIS
#get end of the year in time zone Europe/Brussels
end_year('end_year','pattern' => '%Y-%m-%dT%H:%M:SZ','time_zone' => 'Europe/Brussels')
#get end of next year in time zone Europe/Brussels
end_year('end_year','pattern' => '%Y-%m-%dT%H:%M:SZ','time_zone' => 'Europe/Brussels', 'add' => 1)
AUTHOR
Nicolas Franck, <nicolas.franck at ugent.be>