Commit ef0a194
committed
Fix processing REQUEST_TIME_FLOAT value
Avoid using float when parsing REQUEST_TIME_FLOAT,
as it may be formatted with a comma, depending on the locale.
Otherwise, get this notice when passing 1649168503,0729 to date:
> PHP Notice: A non well formed numeric value encountered1 parent f860cb5 commit ef0a194
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
0 commit comments