mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 20:00:37 +02:00
Issue #132 - timezone-related display problem in event listing
This commit is contained in:
@@ -273,11 +273,11 @@ else
|
||||
{
|
||||
if (is_numeric($action))
|
||||
{
|
||||
$dateArray = getdate($action);
|
||||
$dateArray = $ecal_class->gmgetdate($action);
|
||||
}
|
||||
else
|
||||
{
|
||||
$dateArray = getdate($ds);
|
||||
$dateArray = $ecal_class->gmgetdate($ds);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user