From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <56b41a6171559105afdf0220bc23e55e@vitanuova.com> From: C H Forsyth Date: Sun, 30 Jul 2006 20:48:37 +0100 To: 9fans@cse.psu.edu Subject: Re: [9fans] Re: Linux 9p timestamps In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 943ff084-ead1-11e9-9d60-3106f5b1d025 >It would then be the responsibility of the client to adjust for >his/her local time zone. isn't the value of ctime and mtime always in gmt, even on linux? on unix it was only the programs calling ctime (or relatives) that finally adjusted for local time, typically before displaying it. i don't see how the client kernel would or should get involved.