Convert any time format to web time zone format presents in SharePoint site

Generally Last modified time of SharePoint site or SharePoint list or SharePoint list item is in UTC (Universal Time Coordinated) format and if SharePoint time zone format is not UTC format then result of last modified time such as (web.LastItemModifiedDate) seems incorrect. So it has to convert time into correct format of sharepoint web time zone. Steps:- Add reference “Microsoft.sharepoint.client.dll” […]