forked fromphp/php-src
- Notifications
You must be signed in to change notification settings - Fork0
Commit5562654
committed
Improve support for microseconds with Date/Time
It fixes several bugs:- Fixed bug #45554 (Inconsistent behavior of the u format char).- Fixed bug #48225 (DateTime parser doesn't set microseconds for "now").- Fixed bug #52514 (microseconds are missing in DateTime class).- Fixed bug #52519 (microseconds in DateInterval are missing).- Fixed bug #68506 (General DateTime improvments needed for microseconds to become useful).- Fixed bug #73109 (timelib_meridian doesn't parse dots correctly).- Fixed bug #73247 (DateTime constructor does not initialise microseconds property).It also updates timelib to 2016.04, and updates a data mapping file, whichcauses changes to the volatile abbreviations tests.1 parentd5b77d6 commit5562654
File tree
40 files changed
+1237
-933
lines changed- ext
- date
- lib
- tests
- spl/tests
40 files changed
+1237
-933
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
17 | 32 | | |
18 | 33 | | |
19 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| 68 | + | |
68 | 69 | | |
69 | 70 | | |
70 | 71 | | |
| |||
110 | 111 | | |
111 | 112 | | |
112 | 113 | | |
| 114 | + | |
113 | 115 | | |
114 | 116 | | |
115 | 117 | | |
| |||
145 | 147 | | |
146 | 148 | | |
147 | 149 | | |
| 150 | + | |
148 | 151 | | |
149 | 152 | | |
150 | 153 | | |
| |||
0 commit comments
Comments
(0)