c# - How to obtain the current time differences between two timezones -
i want calculate current time differences between us/central timezone , british summer time. mean, these both timezones have daylight savings going on, have 6 hours time difference. after sunday october 31 2010, daylight savings off british summer time, @ moment there 5 hours time differences between these 2 timezones.
is there way can calculate these varying time differences?
you can create 2 datetime object different timezones, example: creating datetime in specific time zone in c# fx 3.5
and calculate delta between them.
Comments
Post a Comment