Closed (duplicate)
Project:
Drupal core
Version:
8.4.x-dev
Component:
serialization.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Apr 2017 at 02:06 UTC
Updated:
10 Apr 2017 at 11:05 UTC
Jump to comment: Most recent
Comments
Comment #3
damiankloip commentedYes, we figured this too :) Good catch though! User entities are a perfect case for this in core. This was not something introduced in #2827218: Denormalization on field items is never called: add FieldNormalizer + FieldItemNormalizer with denormalize() methods, the check was already there. This will already be fixed as a part of #2768651: Let TimestampItem (de)normalize to/from RFC3339 timestamps, not UNIX timestamps, for better DX - which has more comprehensive test coverage and fix.
Comment #4
wim leersMarking as a duplicate of #2768651: Let TimestampItem (de)normalize to/from RFC3339 timestamps, not UNIX timestamps, for better DX.