[Bug 217560] FAT32 - Time stamp of file is one hour off

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Apr 29 13:24:01 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217560

--- Comment #8 from Konstantin Belousov <kib at 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 return
current clock hands without quering hardware to get the most precise possible
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.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-fs mailing list