This repository was archived by the owner on Mar 31, 2026. It is now read-only.
Commit 0de2a21
committed
fix: custom_time decoding without microseconds
Currently custom_time is not being decoded correctly if the value
has a zero in the microseconds field. This fixes the issue by
using a different helper method to decode.
Fixes #3631 parent f048be1 commit 0de2a21
2 files changed
Lines changed: 17 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| 59 | + | |
59 | 60 | | |
60 | 61 | | |
61 | 62 | | |
| |||
3775 | 3776 | | |
3776 | 3777 | | |
3777 | 3778 | | |
3778 | | - | |
| 3779 | + | |
3779 | 3780 | | |
3780 | 3781 | | |
3781 | 3782 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1040 | 1040 | | |
1041 | 1041 | | |
1042 | 1042 | | |
| 1043 | + | |
| 1044 | + | |
| 1045 | + | |
| 1046 | + | |
| 1047 | + | |
| 1048 | + | |
| 1049 | + | |
| 1050 | + | |
| 1051 | + | |
| 1052 | + | |
| 1053 | + | |
| 1054 | + | |
| 1055 | + | |
| 1056 | + | |
| 1057 | + | |
1043 | 1058 | | |
1044 | 1059 | | |
1045 | 1060 | | |
| |||
0 commit comments