i'm lack of knowledge about timezone cz im never convert a timezone. i have a project which demand me to convert our customer origin timezone into my server timezone by their citycode.
i couldn't find anywhere else by googling. what i found is using
TimeZoneInfo.FindSystemTimeZoneById("Somewhere Else Time").
but what i need is like
TimeZoneInfo.FindTimeZoneByCityCode("DAM")
for damascus timezone.
is there any way or suggestion to do it? any advice would be appreciated.
sorry for my bad english by the way