package tools import "time" var ZeroDate = time.Date(1, 1, 1, 0, 0, 0, 0, time.UTC) var ReportHeaders = []string{"date", "workday start", "workday end", "workday duration", "pause start", "pause end", "pause duration", "balance"}