Date: Sun, 29 Apr 2018 13:00:06 +0000 From: bugzilla-noreply@freebsd.org To: fs@FreeBSD.org Subject: [Bug 217560] FAT32 - Time stamp of file is one hour off Message-ID: <bug-217560-3630-hoHaYp6i03@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-217560-3630@https.bugs.freebsd.org/bugzilla/> References: <bug-217560-3630@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D217560 --- Comment #7 from Damjan Jovanovic <damjan.jov@gmail.com> --- (In reply to Konstantin Belousov from comment #6) By default vfs.timestamp_precision is TSP_USEC, which returns microtime() instead of getnanotime(). The timezone for microtime() seems to be more cor= rect than for getnanotime(). --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-217560-3630-hoHaYp6i03>