X-Git-Url: http://git.euphorik.ch/?p=master-thesis.git;a=blobdiff_plain;f=Parasitemia%2FLogger%2FLogger.fs;h=7d54843d53909a27a775637ffc13b9f41f7dceb0;hp=4fc1736412d30bcfc50346698f96219a1c7f992f;hb=95f9edf71456c8bf89a91850800f66efc2c9d4da;hpb=d247f3a07ca3c7b192d8c2381ea85ba731fcc359 diff --git a/Parasitemia/Logger/Logger.fs b/Parasitemia/Logger/Logger.fs index 4fc1736..7d54843 100644 --- a/Parasitemia/Logger/Logger.fs +++ b/Parasitemia/Logger/Logger.fs @@ -109,7 +109,7 @@ type Log () = let header = String.Format ( "{0:yyyy-MM-dd HH:mm:ss.fff} [{1}] {{{2}}} ({3})", - TimeZone.CurrentTimeZone.ToLocalTime DateTime.UtcNow, + DateTime.Now, string msg.Severity, msg.ModuleCaller, (if String.IsNullOrEmpty msg.ThreadName then string msg.ThreadId else sprintf "%s-%i" msg.ThreadName msg.ThreadId)