Skip to content

Commit

Permalink
Merge pull request #4 from Financial-Times/fix/date-format
Browse files Browse the repository at this point in the history
Fix date format to use 24 hours clock instead of 12.
  • Loading branch information
tamas-molnar committed Jul 12, 2017
2 parents 318590c + 65d239a commit da401f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion queuehandler.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (

const (
nextVideoOrigin = "http://cmdb.ft.com/systems/next-video-editor"
dateFormat = "2006-01-02T03:04:05.000Z0700"
dateFormat = "2006-01-02T15:04:05.000Z0700"
generatedMsgType = "cms-content-published"
)

Expand Down

0 comments on commit da401f9

Please sign in to comment.