every time I save time in the database, I ALWAYS save UTC time
myEntity.CreateDate = DateTime.UtcNow;
Now, in 3.0 or less
http://pastebin.com/w20NRkuP
, . db .
TimeZone, Minutes UTC.
:
<asp:DropDownList ID="myDropDown" runat="server" />
myDropDown.DataSource = Helper.ListAllTimeZones();
myDropDown.DataValueField = "UtcOffsetMinutes";
myDropDown.DataTextField = "DisplayName";
myDropDown.DataBind();
:
User.OffSet = (int)myDropDown.SelectedValue;
,
, sweetie.com :

UTC, / .