Using event API for timestamp formatting

Maybe you can create Time object directly if you have access to all timestamp fields

Time.new(event.get('year'), ...)
1 Like