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