Commit 7d52be1
authored
[11.14] Update
* MergeRequests::all: send datetimes with microsecond precision
* Fix format
- 2023-01-24T18:05:25.801Z works
- 2023-01-24T18:05:25.801+00:00 does not work
* Ensure UTC timezone is used
* Adjust test
* Fix typo
* Fix for old PHP, improve test
* Fix cs
* Use some milliseconds in testMergeRequests::all to use millisecond precision (#787)1 parent dd5eecc commit 7d52be1
2 files changed
+6
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
78 | 80 | | |
79 | 81 | | |
80 | 82 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
| 110 | + | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
114 | | - | |
| 113 | + | |
| 114 | + | |
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
| |||
0 commit comments