Daniel Eriksson added the comment:

@Antoine: We have investigated a bit here and it seems that ZFS just keeps a 
timestamp in seconds in the memory.


See function uberblock_update in uberblock.c
( 
http://people.freebsd.org/~gibbs/zfs_doxygenation/html/d3/d65/uberblock_8c_source.html
 - Row 57)
    ub->ub_timestamp = gethrestime_sec();

----------
nosy: +clearminds

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue19838>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to