Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
date_filter
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
date_filter
Merge requests
!12
Issue
#3454661
by IT-Cru: Add Gitlab CI template
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Issue
#3454661
by IT-Cru: Add Gitlab CI template
issue/date_filter-3454661:3454661-add-gitlab-ci
into
1.0.x
Overview
0
Commits
7
Pipelines
8
Changes
4
Merged
Issue #3454661 by IT-Cru: Add Gitlab CI template
Steffen Schlaer
requested to merge
issue/date_filter-3454661:3454661-add-gitlab-ci
into
1.0.x
Jun 14, 2024
Overview
0
Commits
7
Pipelines
8
Changes
4
Closes
#3454661
0
0
Merge request reports
Compare
1.0.x
version 7
458d4105
9 months ago
version 6
d2b5e2ee
Jun 15, 2024
version 5
bd706322
Jun 14, 2024
version 4
2df956e2
Jun 14, 2024
version 3
aa8f8d87
Jun 14, 2024
version 2
47a60146
Jun 14, 2024
version 1
61f7e33c
Jun 14, 2024
1.0.x (base)
and
latest version
latest version
458d4105
7 commits,
6 months ago
version 7
458d4105
7 commits,
9 months ago
version 6
d2b5e2ee
6 commits,
Jun 15, 2024
version 5
bd706322
5 commits,
Jun 14, 2024
version 4
2df956e2
4 commits,
Jun 14, 2024
version 3
aa8f8d87
3 commits,
Jun 14, 2024
version 2
47a60146
2 commits,
Jun 14, 2024
version 1
61f7e33c
1 commit,
Jun 14, 2024
4 files
+
35
−
5
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
src/Plugin/views/filter/DateBase.php
+
1
−
1
View file @ 458d4105
Edit in single-file editor
Open in Web IDE
Show full file
@@ -459,7 +459,7 @@ abstract class DateBase extends NumericFilter {
*
* The general rule here is that date-only datetime fields
* need to ignore the user time zone and treat the input as
* it was in the st
a
rage time zone. Everything else respects
* it was in the st
o
rage time zone. Everything else respects
* time zones.
*/
abstract
protected
function
getInputTimezone
():
string
;
Loading