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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/referencesource/System.Web/StaticFileHandler.cs')
-rw-r--r--mcs/class/referencesource/System.Web/StaticFileHandler.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/referencesource/System.Web/StaticFileHandler.cs b/mcs/class/referencesource/System.Web/StaticFileHandler.cs
index 679709b439b..9ae9f81b533 100644
--- a/mcs/class/referencesource/System.Web/StaticFileHandler.cs
+++ b/mcs/class/referencesource/System.Web/StaticFileHandler.cs
@@ -508,7 +508,7 @@ namespace System.Web {
// Determine Last Modified Time. We might need it soon
// if we encounter a Range: and If-Range header
- // Using UTC time to avoid daylight savings time
+ // Using UTC time to avoid daylight savings time bug 83230
lastModifiedInUtc = new DateTime(fileInfo.LastWriteTimeUtc.Year,
fileInfo.LastWriteTimeUtc.Month,
fileInfo.LastWriteTimeUtc.Day,