Skip to content
Snippets Groups Projects
Commit eeb5af4f authored by Oliver Hader's avatar Oliver Hader Committed by Oliver Bartsch
Browse files

[BUGFIX] Accept native TIME value '00:00:00' in backend forms

Native date/time types have a zero-value, which is '0000-00-00 00:00:00'
for DATETIME and '00:00:00' for TIME. For DATETIME values this position
in time is really special - however, for TIME values '00:00:00' it would
refer to midnight, which actually is common use case (and currently not
possible in backend forms).

Resolves: #97216
Releases: main, 11.5
Change-Id: Id77a3485e86008ff7c39319679120b2a73b0386c
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/74153


Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarOliver Bartsch <bo@cedev.de>
Reviewed-by: default avatarOliver Bartsch <bo@cedev.de>
parent 13f67e36
Branches
Tags
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment