I
ntroduction
C
ore L
anguage
L
ibrary R
outines
O
ther L
ibraries
g
eneral
c
omplex
m
pfr /
g
mp
o
rdinal
p
pp
r
egex.e
t
imedate
f
ormat s
trings
t
he t
imedate t
ype
t
imedelta
t
imedate_diff
s
et_timezone
c
hange_timezone
a
djust_timedate
s
et_timedate_formats
p
arse_date_string
f
ormat_timedate
o
verride_timezone
g
et_tzid
e
lapsed
u
nit_test
u
nix_dict
u
tfconv
G
UI
i
nternet
p
rogramming
s
torage
u
tilities
d
eprecated
R
ecommended T
ools
I
nternals
G
lossary
H
elping h
ands
get_tzid
Definition:
include builtins\timedate.e
integer
i = get_tzid(
string
tz)
Description:
returns the internal integer id for a timezone
pwa/p2js:
Supported.
Comments:
This routine is intended for testing purposes only.
Example
include
builtins\timedate.e
constant
tzBST
=
get_tzid
(
"BST"
)