Skip to content

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 14, 2017
1 parent efd87cb commit 65d239a
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 65d239a

Please sign in to comment.