Skip to content

Commit

Permalink
Update the event list UTC date.
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenDufresne committed Dec 7, 2023
1 parent 2c76396 commit d575752
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ function render( $attributes, $content, $block ) {
'<time class="wporg-marker-list-item__date-time" date-time="%1$s" title="%1$s"><span class="wporg-google-map__date">%2$s</span><span class="wporg-google-map__time">%3$s</span></time>',
gmdate( 'c', esc_html( $event->timestamp ) ),
gmdate( 'l, M j', esc_html( $event->timestamp ) ),
esc_html( gmdate('H:i', $event->timestamp) . ' (UTC-0)' ),
esc_html( gmdate('H:i', $event->timestamp) . ' UTC' ),
);
$content .= '</li>';
}
Expand Down

0 comments on commit d575752

Please sign in to comment.