TZ_CONVERT(1) | TZ_CONVERT(1) |
NAME¶
tz_convert - Timezone converter from operating system tz format into libical format used by Orage and several other calander tools.SYNOPSIS¶
tz_convert [OPTION...] [INFILE]
DESCRIPTION¶
tz_convert is a command line tool, which can be used to convert timezone data from so called tz binary format, usually used in operating systems, to libical format, used by several calenders like Orage.There are several options available to only convert certain files or files in certain directory. Or only convert part of the file and ignore for example old data. It is also possible to add new timezone files, which are based on old timezone data.
There are tools, which generate ical timezones data from tz source database, but those are often not available for normal users and are difficult to use. So often libical timezones are not upto date. tz_convert reads directly the binary tz data and makes it possible to keep libical timezones up to date. The tool is mainly meant to be used by distro maintainers, but it should be easy and clear enough for all users.
FILES¶
tz timezone files often can be found in directory /usr/share/zoneinfo. For example Europe/Helsinki. libical timezone files needs to be where you calendar can find them. For Xfce and Orage systems they are located under your Xfce directory in share/orage/libical/zoneinfo. For example Europe/Helsinki.ics. (use locate to find them.)OPTIONS¶
-V, --version-?, --help
--usage
-i, --infile
-o, --outfile
-m, --message
-l, --limit
-t, --timezone
-r, --norecursive
-c, --exclude count
-x, --exclude
-u, --norrule
BUGS¶
Please report any bugs and enhancement requests to http://bugzilla.xfce.org/. Note that tz_convert is part of orage so bugs are reported against orage and component tz_convert. Usage related questions can be sent to xfce@xfce.org email list.HOMEPAGE¶
http://www.xfce.org/projects/orage/AUTHOR¶
tz_convert was written by Juha Kautto <juha@xfce.org>.This manual page was written by Juha Kautto <juha@xfce.org>.
05/28/2009 |