timezone - Convert Local Time Zone to PST Time Zone in C# -



timezone - Convert Local Time Zone to PST Time Zone in C# -

let time zone in scheme right +5gmt

right on machine 01/14/2012 05:52pm want convert pst time zone

1/14/12 4:52:50 pst

and vice versa pst gmt

timezoneinfo timezoneinfo = timezoneinfo.findsystemtimezonebyid("pacific sa standard time"); datetime newdatetime = timezoneinfo.converttime(existingdatetime, timezoneinfo);

you can see finish chart of available time zones here

also take @ converting between 2 time zones

c# timezone

Comments

Popular posts from this blog

How do I check if an insert was successful with MySQLdb in Python? -

delphi - blogger via idHTTP : error 400 bad request -

postgresql - ERROR: operator is not unique: unknown + unknown -