Skip to content

DateTimeNormalizer : Null and empty string values handling on denormalization #23964

@VincentChalnot

Description

@VincentChalnot
Q A
Bug report? yes
Feature request? no
BC Break report? no
RFC? no
Symfony version >=3.1

Hey there !
When denormalizing DateTime objects using the DateTimeNormalizer, there is no specific behavior for empty strings and null values, in both cases they get denormalized as a new DateTime object set to the current date and time.

This doesn't seems like a "feature" to me so I reported this issue as a bug but I might be wrong ?

In my opinion, both cases ('' and null) should return null.

Should I proceed with a pull request ?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions