You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The CreationDialogPropertiesCreationHandler does property value conversion from "raw" to "typed" on it's own, and in a different way compared to the NodeConverter from the Content Repository or even the NodePropertyConversionService from the UI itself.
Steps to Reproduce
Create a nodetype with a datetime property
Create a node using the creation dialog
Create such a node without the creation dialog
Compare the stored dattime values in the database
Expected behavior
The same timezone handling is applied, dates are stored in the server's default timezone.
Actual behavior
Dates are stored in the users' timezone, as sent by the browser.
Affected Versions
UI: 8.3 (and earlier)
The text was updated successfully, but these errors were encountered:
Description
The
CreationDialogPropertiesCreationHandler
does property value conversion from "raw" to "typed" on it's own, and in a different way compared to theNodeConverter
from the Content Repository or even theNodePropertyConversionService
from the UI itself.Steps to Reproduce
Expected behavior
The same timezone handling is applied, dates are stored in the server's default timezone.
Actual behavior
Dates are stored in the users' timezone, as sent by the browser.
Affected Versions
UI: 8.3 (and earlier)
The text was updated successfully, but these errors were encountered: