]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
mount: Add documentation of FAT mount option time_offset
authorJan Kara <jack@suse.cz>
Wed, 28 Jan 2015 09:00:25 +0000 (10:00 +0100)
committerKarel Zak <kzak@redhat.com>
Mon, 2 Feb 2015 10:27:10 +0000 (11:27 +0100)
Signed-off-by: Jan Kara <jack@suse.cz>
sys-utils/mount.8

index 15f8bfc7f5126626eacdd220c9428072a65805d3..bfa82a0d7635efeb162462e6ec34351260ba0995 100644 (file)
@@ -2011,6 +2011,18 @@ useful when mounting devices (like digital cameras)
 that are set to UTC in order to avoid the pitfalls of
 local time.
 .TP
+.BI time_offset= minutes
+Set offset for conversion of timestamps from local time used by FAT to UTC.
+I.e.,
+.I minutes
+minutes will be subtracted from each timestamp to convert it to UTC used
+internally by Linux. This is useful when the time zone set in the kernel via
+.BR settimeofday (2)
+is not the time zone used by the filesystem. Note
+that this option still does not provide correct time stamps in all cases in
+presence of DST - time stamps in a different DST setting will be off by one
+hour.
+.TP
 .B quiet
 Turn on the
 .I quiet