const duration = this.entries.reduce((current, entry) => current + this.timezone.toHours(entry.hours), 0);