mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-08-21 17:06:22 +00:00
Not the whole solution, but this is more correct than the other.
This commit is contained in:
parent
a38c0e33cb
commit
31400d3d7e
@ -178,7 +178,7 @@ class iCalDate {
|
||||
* Render the date as GMT
|
||||
*/
|
||||
function RenderGMT( $fmt = 'Ymd\THis\Z' ) {
|
||||
return date( $fmt, $this->_epoch );
|
||||
return gmdate( $fmt, $this->_epoch );
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user