From: Karel Zak Date: Mon, 28 Jul 2008 09:18:27 +0000 (+0200) Subject: mount: add info about tz=UTC option for FAT to mount.8 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9615cd1d2fee4f306c50fb6978e87230111cc077;p=util-linux mount: add info about tz=UTC option for FAT to mount.8 CC: Joe Peterson Signed-off-by: Karel Zak --- diff --git a/mount/mount.8 b/mount/mount.8 index 6af12e4a..524ed28c 100644 --- a/mount/mount.8 +++ b/mount/mount.8 @@ -1197,6 +1197,14 @@ Character set to use for converting between 8 bit characters and 16 bit Unicode characters. The default is iso8859-1. Long filenames are stored on disk in Unicode format. .TP +.BI tz=UTC +This option disables the conversion of timestamps +between local time (as used by Windows on FAT) and UTC +(which Linux uses internally). This is particuluarly +useful when mounting devices (like digital cameras) +that are set to UTC in order to avoid the pitfalls of +local time. +.TP .B quiet Turn on the .I quiet