Just enough information about Windows Time Zones to be able to record the time zone a user was in when they last edited a datetime field. |
create__changeset_KEY | int | NOT NULL | |
update__changeset_KEY | int | NOT NULL | |
time_zone_KEY | smallint (5) | NOT NULL | |
time_zone_identifier | nvarchar (200) | NOT NULL | The time zone identifier from Windows (for example from the System.TimeZoneInfo.Id property). |
time_zone_base_utc_offset | int | NOT NULL | Gets the time difference between this time zone's standard time and Coordinated Universal Time (UTC) in minutes. |