Skip to content

Commit

Permalink
Use invariant id
Browse files Browse the repository at this point in the history
  • Loading branch information
Oren Novotny committed Mar 29, 2019
1 parent 6747bd0 commit 3b074e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public void Initialize(ITelemetry telemetry)
telemetry.Context.GlobalProperties["Network type"] = reader.GetNetworkType();
telemetry.Context.GlobalProperties["Thread culture"] = reader.GetHostSystemLocale();
telemetry.Context.GlobalProperties["UI culture"] = reader.GetDisplayLanguage();
telemetry.Context.GlobalProperties["Time zone"] = TimeZoneInfo.Local.DisplayName;
telemetry.Context.GlobalProperties["Time zone"] = TimeZoneInfo.Local.Id;
}
}
}
Expand Down

0 comments on commit 3b074e8

Please sign in to comment.