Skip to content

Commit 19aae36

Browse files
authored
Resolve using "our"
1 parent 970e3f0 commit 19aae36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nservicebus/messaging/headers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ NServiceBus: yyyy-MM-dd HH:mm:ss:ffffff Z
3737

3838
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.
3939

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.
4141

4242
```cs
4343
const string Format = "yyyy-MM-dd HH:mm:ss:ffffff Z"; // Not ISO 8601

0 commit comments

Comments
 (0)