You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: nservicebus/messaging/headers.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ NServiceBus: yyyy-MM-dd HH:mm:ss:ffffff Z
37
37
38
38
When doing native intergration and there is a need to parse the timestamp the `.` as second and milli/microsecond separator is where regular timestamp parsers often fail.
39
39
40
-
Use the following code to generate or read our custom timestamp format.
40
+
Use the following code to generate or read the NServiceBus custom timestamp format.
41
41
42
42
```cs
43
43
conststringFormat="yyyy-MM-dd HH:mm:ss:ffffff Z"; // Not ISO 8601
0 commit comments