Specified time.RFC3339 as Format
This commit is contained in:
parent
1bae202468
commit
64a17e4db9
1 changed files with 2 additions and 2 deletions
|
@ -59,8 +59,8 @@ func (tyme *Tyme) FromEntries(entries []Entry) error {
|
||||||
Category: "",
|
Category: "",
|
||||||
Distance: "0",
|
Distance: "0",
|
||||||
Duration: duration.StringFixed(0),
|
Duration: duration.StringFixed(0),
|
||||||
Start: entry.Begin.Format("2006-01-02T15:04:05-0700"),
|
Start: entry.Begin.Format(time.RFC3339),
|
||||||
End: entry.Finish.Format("2006-01-02T15:04:05-0700"),
|
End: entry.Finish.Format(time.RFC3339),
|
||||||
Note: entry.Notes,
|
Note: entry.Notes,
|
||||||
Project: entry.Project,
|
Project: entry.Project,
|
||||||
Quantity: "0",
|
Quantity: "0",
|
||||||
|
|
Loading…
Reference in a new issue