Commit 61a40a0
committed
Updated ShdrLine to fix issue #98 with parsing timestamp.
Seems to be an issue with System.DateTime.TryParseExact() method that expects 7 fractional seconds. Parse fails when trying to parse with only 6 or fewer. This is discussed as an issue in the StackOverflow question below:
https://stackoverflow.com/questions/3556144/how-to-create-a-net-datetime-from-iso-8601-format1 parent c1aa396 commit 61a40a0
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| |||
0 commit comments