mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-04-17 23:08:40 +02:00
Document that tzconvert() attempts to validate time zone names.
This commit is contained in:
@@ -5085,6 +5085,7 @@ If \fBdstzone\fR is omitted or is the empty string, the default system
|
|||||||
time zone is used as the destination zone. The return value is a
|
time zone is used as the destination zone. The return value is a
|
||||||
DATETIME. Time zone names are system-dependent; consult your
|
DATETIME. Time zone names are system-dependent; consult your
|
||||||
operating system for legal values. Here is an example:
|
operating system for legal values. Here is an example:
|
||||||
|
.RS
|
||||||
.PP
|
.PP
|
||||||
.nf
|
.nf
|
||||||
tzconvert('2007-07-08@01:14', "Canada/Eastern", "Canada/Pacific")
|
tzconvert('2007-07-08@01:14', "Canada/Eastern", "Canada/Pacific")
|
||||||
@@ -5094,6 +5095,12 @@ operating system for legal values. Here is an example:
|
|||||||
2007-07-07@22:14
|
2007-07-07@22:14
|
||||||
.fi
|
.fi
|
||||||
.PP
|
.PP
|
||||||
|
If your system includes the directory /usr/share/zoneinfo, \fBRemind\fR
|
||||||
|
will warn you if you use an invalid time zone name for \fBsrczone\fR or
|
||||||
|
\fBdstzone\fR. To suppress these warnings, add a "!" to the beginning
|
||||||
|
of the time zone name.
|
||||||
|
.RE
|
||||||
|
.PP
|
||||||
.TP
|
.TP
|
||||||
.B upper(s_string)
|
.B upper(s_string)
|
||||||
Returns a \fBSTRING\fR with all lower-case characters in \fIstring\fR
|
Returns a \fBSTRING\fR with all lower-case characters in \fIstring\fR
|
||||||
|
|||||||
Reference in New Issue
Block a user