From 9615cd1d2fee4f306c50fb6978e87230111cc077 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Mon, 28 Jul 2008 11:18:27 +0200 Subject: [PATCH] mount: add info about tz=UTC option for FAT to mount.8 CC: Joe Peterson Signed-off-by: Karel Zak --- mount/mount.8 | 8 ++++++++ 1 file changed, 8 insertions(+) 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 -- 2.39.5