Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
isp
ISPConfig 3
Commits
55be408c
Commit
55be408c
authored
Jan 18, 2018
by
Ederson Mora
Browse files
Update simplepie.inc.php
parent
090e6f3e
Changes
1
Hide whitespace changes
Inline
Side-by-side
interface/lib/classes/simplepie.inc.php
View file @
55be408c
...
...
@@ -13338,7 +13338,7 @@ class SimplePie_Parse_Date
}
// Convert the number of seconds to an integer, taking decimals into account
$second
=
round
(
$match
[
6
]
+
$match
[
7
]
/
pow
(
10
,
(
int
)
strlen
(
$match
[
7
])));
$second
=
round
(
$match
[
6
]
+
(
float
)
$match
[
7
]
/
pow
(
10
,
(
int
)
strlen
(
$match
[
7
])));
return
gmmktime
(
$match
[
4
],
$match
[
5
],
$second
,
$match
[
2
],
$match
[
3
],
$match
[
1
])
-
$timezone
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment