Commit 5425cf4
Preserve microseconds in datetime filter formatting
Include fractional seconds (.%f) when datetime.microsecond is non-zero
to avoid silently truncating high-precision timestamps. Added test.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent c354931 commit 5425cf4
File tree
2 files changed
+7
-0
lines changed- src/PowerPlatform/Dataverse/models
- tests/unit/models
2 files changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| 94 | + | |
| 95 | + | |
94 | 96 | | |
95 | 97 | | |
96 | 98 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
101 | 106 | | |
102 | 107 | | |
103 | 108 | | |
| |||
0 commit comments