Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2008-12-20 03:06:15 +0300
committerMiguel de Icaza <miguel@gnome.org>2008-12-20 03:06:15 +0300
commiteebd3749b6bd4e492c3f8718a7a3a183a8202d0e (patch)
treee0129ca21962b67299f4bffff650dcccddb598ee /webcompare
parent94fbee2c692aee85ae5db21ed0e9ee25fccf5fb4 (diff)
Use UTC
svn path=/trunk/mono-tools/; revision=121896
Diffstat (limited to 'webcompare')
-rw-r--r--webcompare/status.aspx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webcompare/status.aspx b/webcompare/status.aspx
index bfa7383f..19a60077 100644
--- a/webcompare/status.aspx
+++ b/webcompare/status.aspx
@@ -136,7 +136,7 @@ public void Page_Load ()
tn.PopulateOnDemand = true;
tree.Nodes.Add (tn);
- var diff = DateTime.Now - global_asax.CompareParameters.GetAssemblyTime (cp);
+ var diff = DateTime.UtcNow - global_asax.CompareParameters.GetAssemblyTime (cp);
string t;
if (diff.Days > 1)
t = String.Format ("{0} days", diff.Days);