Skip to content
This repository has been archived by the owner on Jan 11, 2021. It is now read-only.

Commit

Permalink
Fix date format to use 24 hours clock instead of 12.
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdanguranda committed Jun 15, 2017
1 parent 3f88777 commit 9179b32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion producer/contentProducer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
"time"
)

const timeFormat = "2006-01-02T03:04:05.000Z0700"
const timeFormat = "2006-01-02T15:04:05.000Z0700"

func TestHeadersAndBodyAreOk(t *testing.T) {
mp := new(mockProducer)
Expand Down

0 comments on commit 9179b32

Please sign in to comment.