Tag Archives: Time zone

Convert Time into User Time Using Time Zone Codes

Introduction Recently we had one requirement in which we need to set the date field by user time zone. In this requirement using javascript, the manager creates (with the help of HTML web resource) multiple Appointment entity records dynamically for different users as owner and set date field (Start Time and End Time) as per… Read More: Convert Time into User Time Using Time Zone Codes »

How to convert the DateTime in Local and UTC Date Time format

While working with the plug-ins or with Custom Workflows Assemblies, we get the Datetime from CRM which doesn’t match with user’s Local DateTime format. As we get the date from the CRM in UTC Format so we can convert it to User’s Local DateTime using LocalTimeFromUtcTimeRequest Request. To get the Current logged in user’s Local… Read More: How to convert the DateTime in Local and UTC Date… »