Ensure all dates returned are ISO8601
This commit is contained in:
@@ -85,7 +85,7 @@ func (p *Prompt) receiveMessage(guid string, text string) {
|
||||
Guid: uuid.New().String(),
|
||||
Sender: &conversation.Participants[0],
|
||||
Text: text,
|
||||
Date: time.Now(),
|
||||
Date: model.Date(time.Now()),
|
||||
}
|
||||
|
||||
p.server.ReceiveMessage(conversation, message)
|
||||
|
||||
Reference in New Issue
Block a user