"convert local time zone to pst time zone in c#" Code Answer

2
timezoneinfo timezoneinfo = timezoneinfo.findsystemtimezonebyid("pacific sa standard time");

datetime newdatetime = timezoneinfo.converttime(existingdatetime, timezoneinfo);

you can see complete chart of available time zones here

also take a look at converting between any two time zones

By Sanjeev Gautam on August 13 2022

Answers related to “convert local time zone to pst time zone in c#”

Only authorized users can answer the Search term. Please sign in first, or register a free account.