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