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

EZP-29545: Fix value displayed by the DateTime Field Type being affected by server time zone #2487

Closed
wants to merge 1 commit into from

Conversation

mateuszbieniek
Copy link
Contributor

Question Answer
JIRA issue EZP-29545
Bug/Improvement yes
New feature no
Target version 6.7
BC breaks minor
Tests pass yes
Doc needed no

Currently, the timestamp for ezdatetime is stored in UTC but displayed using php.ini timezone which may lead to unexpected results.

This PR is basically ezdatetime adaptation from the same solution for ezdate:
#2422

TODO:

  • Implement feature / fix a bug.
  • Implement tests (skipped).
  • Fix new code according to Coding Standards ($ composer fix-cs).
  • Ask for Code Review.

@mateuszbieniek mateuszbieniek changed the base branch from master to 6.7 November 28, 2018 09:21
@mateuszbieniek mateuszbieniek changed the title EZP-29545: Fix value displayed by the Date Field Type being affected by server time zone EZP-29545: Fix value displayed by the DateTime Field Type being affected by server time zone Dec 21, 2018
@adamwojs
Copy link
Member

Closing PR as obsolete. eZ Platform 2.5 has reached EOM, so please reopen PR in ezsystems/ezplatform-kernel (bug fixes) or ibexa/core (features/improvements) if issue is still valid for v3.3 / v4.x and you are willing to work on it.

@adamwojs adamwojs closed this Apr 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants