]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/Event.php
Merge remote-tracking branch 'upstream/develop' into logging
[friendica.git] / src / Model / Event.php
index 857b6c5b88c6834eb650c2f77a735ed81281d0f9..cb7c39c37d094f0de46d6db4846cfbd11ae7f1d6 100644 (file)
@@ -49,7 +49,7 @@ class Event
 
                $uriid = $event['uri-id'] ?? $uriid;
 
-               $bd_format = DI::l10n()->t('l F d, Y \@ g:i A'); // Friday January 18, 2011 @ 8 AM.
+               $bd_format = DI::l10n()->t('l F d, Y \@ g:i A \G\M\TP (e)'); // Friday October 29, 2021 @ 9:15 AM GMT-04:00 (America/New_York)
 
                $event_start = DI::l10n()->getDay(DateTimeFormat::local($event['start'], $bd_format));