74 lines
2.3 KiB
Groff
74 lines
2.3 KiB
Groff
." Text automatically generated by txt2man-1.4.7
|
|
.TH VZIC 1 "October 27, 2013" "vzic-1.3" "Linux Reference Manual"
|
|
.SH NAME
|
|
\fBvzic \fP- convert Olson timezone database files to iCalendar format
|
|
\fB
|
|
.SH SYNOPSIS
|
|
.nf
|
|
.fam C
|
|
\fBvzic\fP [\fB--dump\fP] [\fB--dump-changes\fP] [\fB--no-rrules\fP] [\fB--no-rdates\fP] [\fB--pure\fP]
|
|
[\fB--output-dir\fP <directory>] [\fB--url-prefix\fP <url>] [\fB--olson-dir\fP <directory>]
|
|
.fam T
|
|
.fi
|
|
.SH DESCRIPTION
|
|
\fBvzic\fP is a program to convert the Olson timezone database files into
|
|
VTIMEZONE files compatible with the iCalendar specification (RFC2445).
|
|
.SH OPTIONS
|
|
.TP
|
|
.B
|
|
\fB--pure\fP
|
|
Output the perfect VCALENDAR data, which Outlook won't parse
|
|
as it has problems with certain iCalendar constructs.
|
|
.TP
|
|
.B
|
|
\fB--output-dir\fP
|
|
specify where to output all the files beneath. The
|
|
default is the current directory.
|
|
.TP
|
|
.B
|
|
\fB--url-prefix\fP
|
|
Used as the base for the TZURL property in each
|
|
VTIMEZONE. The default is to not output TZURL properties.
|
|
.PP
|
|
Debugging Options:
|
|
.TP
|
|
.B
|
|
\fB--dump\fP
|
|
Dump the Rule and Zone data that we parsed from the Olson
|
|
timezone files. This is used to test the parsing code.
|
|
.TP
|
|
.B
|
|
\fB--dump-changes\fP
|
|
Dumps a list of times when each timezone changed,
|
|
and the new local time offset from UTC.
|
|
.TP
|
|
.B
|
|
\fB--no-rrules\fP
|
|
Don't output RRULE properties in the VTIMEZONEs. Instead
|
|
it will just output RDATEs for each year up to a certain year.
|
|
.TP
|
|
.B
|
|
\fB--no-rdates\fP
|
|
Don't output multiple RDATEs in a single VTIMEZONE
|
|
component. Instead they will be output separately.
|
|
.SH COPYRIGHT
|
|
|
|
Copyright (C) 2000-2001 Ximian, Inc.
|
|
Copyright (C) 2003 Damon Chaplin.
|
|
.PP
|
|
Author: Damon Chaplin <damon@gnome.org>
|
|
.PP
|
|
This program is free software; you can redistribute it and/or modify
|
|
it under the terms of the GNU General Public License as published by
|
|
the Free Software Foundation; either version 2 of the License, or
|
|
(at your option) any later version.
|
|
.PP
|
|
This program is distributed in the hope that it will be useful,
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty
|
|
of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
GNU General Public License for more details.
|
|
.PP
|
|
You should have received a copy of the GNU General Public License
|
|
along with this program; if not, write to the Free Software
|
|
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
|