Skip to content
Snippets Groups Projects

Issue #3454661 by IT-Cru: Add Gitlab CI template

Files

@@ -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 starage time zone. Everything else respects
* it was in the storage time zone. Everything else respects
* time zones.
*/
abstract protected function getInputTimezone(): string;
Loading