Login to D365
Settings-> Solutions -> Open Solution.
Create a field with Type Date and Time and Format also Date and Time.
Change the Behavior to Time-Zone Independent.
Create a Solution add Entity a field to the solution.
Select Solution and click on Export Button.
Click on the Next button.
Click the Next Button.
Click the Next Button.
Select Unmanaged solution, then Click the Export button.
- After downloading the Solution.
- Unzip the file.
- Open the Customization.Xml file and check the field behavior property.
<Behavior>3</Behavior>
- Changed the Behavior Property value to 1.
<Behavior>1</Behavior>
- Save the Customization.XML File and Zip the Solution.
- Then Settings ->Solutions->Click on Import Button -> Click on Choose file Button ->Select the ZIP file.
- Click the Import button.
- The solution is importing.
- After Solution is Imported, click on Publish All Customizations.
- Open the field new_datetimeformat and check the behavior is user-local.