Login to D365
Settings-> Solutions -> Open Solution.
![Open Solution]()
Create a field with Type Date and Time and Format also Date and Time.
![Date and Time]()
Change the Behavior to Time-Zone Independent.
![Time-Zone Independent]()
Create a Solution add Entity a field to the solution.
![Create a Solution]()
Select Solution and click on Export Button.
![Export Button]()
Click on the Next button.
![Next button]()
Click the Next Button.
![Click Next Button]()
Click the Next Button.
![Settings]()
Select Unmanaged solution, then Click the Export button.
![Unmanaged solution]()
- After downloading the Solution.
![Solution]()
- Unzip the file.
- Open the Customization.Xml file and check the field behavior property.
<Behavior>3</Behavior>
![Behavior]()
- Changed the Behavior Property value to 1.
<Behavior>1</Behavior>
![Behavior Property]()
- 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.
![Import Button]()
- Click the Import button.
![Click the Import button]()
- The solution is importing.
![Solution is importing]()
- After Solution is Imported, click on Publish All Customizations.
![Publish All Customizations]()
- Open the field new_datetimeformat and check the behavior is user-local.
![User Local]()