Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BTRIA-2100/missing timezone parameter #2007

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

andrasguseo
Copy link
Contributor

@andrasguseo andrasguseo commented Nov 7, 2023

BTRIA-2100

The $timezone parameter seems to be missing from tribe_get_end_date. As a result, the method returns UTC time zone.
I added the missing parameter based on how it's done for tribe_get_start_date.

@andrasguseo andrasguseo requested a review from Camwyn November 7, 2023 21:04
@andrasguseo andrasguseo added the code review Status: requires a code review. label Nov 7, 2023
@Camwyn Camwyn changed the base branch from master to release/B23.maria November 8, 2023 18:25
@Camwyn Camwyn added the needs release Needs an associated release in Central before merging. label Nov 8, 2023
@Camwyn Camwyn added the hold Status: on hold–do not proceed with other status items. label Nov 8, 2023
@Camwyn Camwyn changed the base branch from release/B23.maria to master November 14, 2023 20:35
@Camwyn Camwyn changed the base branch from master to release/B23.negadon December 7, 2023 15:50
@Camwyn Camwyn removed hold Status: on hold–do not proceed with other status items. needs release Needs an associated release in Central before merging. labels Dec 7, 2023
Copy link
Contributor

@tec-bot tec-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remaining comments which cannot be posted as a review comment to avoid GitHub Rate Limit

phpcs

src/functions/template-tags/date.php|360 col 1| Generic.WhiteSpace.DisallowTabIndent.TabsUsed
Spaces must be used to indent lines; tabs are not allowed
src/functions/template-tags/date.php|360 col 8| Squiz.Commenting.FunctionComment.ParamCommentFullStop
Parameter comment must end with a full stop
src/functions/template-tags/date.php|360 col 15| Generic.Files.LineLength.MaxExceeded
Line exceeds maximum limit of 100 characters; contains 122 characters

src/functions/template-tags/date.php Outdated Show resolved Hide resolved
src/functions/template-tags/date.php Outdated Show resolved Hide resolved
src/functions/template-tags/date.php Outdated Show resolved Hide resolved
src/functions/template-tags/date.php Outdated Show resolved Hide resolved
src/functions/template-tags/date.php Outdated Show resolved Hide resolved
src/functions/template-tags/date.php Show resolved Hide resolved
src/functions/template-tags/date.php Show resolved Hide resolved
src/functions/template-tags/date.php Show resolved Hide resolved
src/functions/template-tags/date.php Show resolved Hide resolved
src/functions/template-tags/date.php Show resolved Hide resolved
@Camwyn Camwyn changed the base branch from release/B23.negadon to master December 14, 2023 19:38
src/functions/template-tags/date.php Show resolved Hide resolved
src/functions/template-tags/date.php Show resolved Hide resolved
src/functions/template-tags/date.php Show resolved Hide resolved
src/functions/template-tags/date.php Show resolved Hide resolved
src/functions/template-tags/date.php Show resolved Hide resolved
src/functions/template-tags/date.php Show resolved Hide resolved
src/functions/template-tags/date.php Show resolved Hide resolved
src/functions/template-tags/date.php Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code review Status: requires a code review.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants