Date: Sun, 29 Apr 2018 13:23:59 +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-lLudytU1oL@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 #8 from Konstantin Belousov <kib@FreeBSD.org> --- (In reply to Damjan Jovanovic from comment #7) This does not make sense, there is no 'timezone', and esp. there is no 'more correct' timezone. The difference between e.g. getmicrotime() and microtime() is that get retu= rn current clock hands without quering hardware to get the most precise possib= le value for the timecounter. So the typical precision of of getXXX() is 1/hz, while precision of XXX() is around the precision of hardware. But both variants return UTC time as known by kernel. --=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-lLudytU1oL>