Definition: |
include builtins\timedate.e
integer i = get_tzid(string tz) |
Description: | returns the internal integer id for a timezone |
Comments: | This routine is intended for testing purposes only. |
Example |
include builtins\timedate.e constant tzBST = get_tzid("BST") |