I am using the gzipstream to compress my file in c#. While the gz file has the proper timestamp, the actual file shows the UTC time stamp when decompressed. Is there a way to get the current system timezone and set it on the file to be compressed ?
I am using the same code in the example at http://msdn.microsoft.com/en-us/library/system.io.compression.compressionmode.aspx