Skip to content

Commit 3e4dc64

Browse files
committed
Add feedback
1 parent 132d5bd commit 3e4dc64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/iot-edge/troubleshoot-common-errors.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -380,15 +380,15 @@ To configure the *MessageCleanupIntervalSecs* value, set the environment variabl
380380

381381
#### Symptoms
382382

383-
When routing messages from an IoT Edge device to an IoT Hub using the AMQP protocol, the IoT Edge Hub reports a `System.FormatException` error. The error message is similar to the following:
383+
When routing messages from an IoT Edge device to an IoT Hub using the AMQP protocol and you set the [`iothub-creation-time-utc` property on outgoing device messages](../iot-hub/iot-hub-devguide-messages-construct.md#application-properties-of-device-to-cloud-messages), the IoT Edge Hub reports a `System.FormatException` error. The error message is similar to the following:
384384

385385
```log
386386
System.FormatException: String '2024-12-01T00:00:0.000Z' was not recognized as a valid DateTime.
387387
```
388388

389389
#### Cause
390390

391-
The data format isn't handled correctly for AMQP messages.
391+
The `iot-hub-creation-time-utc` value doesn't meet strict format criteria. The format Edge Hub requires is a subset of ISO 8601.
392392

393393
#### Solution
394394

0 commit comments

Comments
 (0)