It seems that, when using the following syntax in a C# project's AssemblyInfo.cs file, the Revision value doesn't observe Daylight Saving Time (it does use local time).
[assembly: AssemblyVersion("1.0.*")]
Is there a way that I can make .NET consider DST when converting the above into the timestamp?