function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
sieb4mesieb4me 

convert to utc and then to country specific time

how to convert following to gmt/UTC? and then to lets say India time zone which is UTC +5.30

November 05 2014 10:00 AM PST
ShashankShashank (Salesforce Developers) 
Please see if this helps: http://salesforce.stackexchange.com/questions/8538/convert-time-from-a-different-timezone-other-than-local-to-gmt

Or you can also use the GMT related methods in the datetime class: https://www.salesforce.com/us/developer/docs/apexcode/Content/apex_methods_system_datetime.htm