Time format spec

This commit is contained in:
Ian Gulliver
2025-08-20 22:53:15 -07:00
parent c2b7443776
commit ccda5509b2

View File

@@ -44,7 +44,7 @@ func (gc *garminClient) sendMessage(imei, sender, msg string) error {
{
Recipients: []string{imei},
Sender: sender,
Timestamp: time.Now().Format(time.RFC3339),
Timestamp: time.Now().UTC().Format("2006-01-02T15:04:05Z"),
Message: msg,
},
},