6 lines
232 B
Go
6 lines
232 B
Go
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"}
|