DTM |
Input |
This required input parameter is a standard internal
or external FileMan DateTime. The Time portion of the input is required. The
NOW input parameter is based on the current system time. If NOW is passed in
with a TimeZone and Country that is different than the system's TimeZone and
Country, inconsistent output may occur.
|
TMZ |
Input |
This optional input parameter is Time Zone. It can
be either be a pointer to the WORLD TIMEZONES (#1.71) file or value from the
NAME (#.01) field if the WORLD TIMEZONES (#1.71) file (e.g., EASTERN).
|
INST |
Input |
This optional input parameter is a pointer to the
INSTITUTION (#4) file.
|
CNTRY |
Input |
This optional input parameter is a pointer to the
COUNTRY CODE (#779.004) file or a valid entry from the CODE (#.01) field or
the upper-cased DESCRIPTION (#2) field of the COUNTRY CODE (#779.004) file.
|
EXT |
Input |
This optional input parameter is an indicator whether
to return the default output (GMT+offset in internal format) or to include
extended output return values. If the EXT parameter is null or missing, only
the default value is outputted. If the EXT parameter is 1, additional values
are returned as documented in the $$UTC parameter below.
|
$$UTC |
Output |
If the EXT input parameter is null, zero, or missing,
then the default output (GMT+offset in internal format) is returned.
If the EXT input parameter is set to 1, then the output is multiple caret '^'
delimited pieces:
Piece 1: GMT+offset in internal format (e.g, 3160105.080715416)
Piece 2: GMT+offset in external format (e.g., JAN 5,2016@08:07:15 (UTC-7:00)
Piece 3: Offset in external format (e.g., -7:00)
Piece 4: Time zone (e.g., EASTERN STANDARD TIME, ESTONIA STANDARD TIME)
Piece 5: Country Name (e.g., UNITED STATES, FRANCE)
Piece 6: Time zone abbreviation (e.g., EST, PST)
Piece 7: Timeframe (e.g., DAYTLIGHT, STANDARD, SUMMER)
Piece 8: Institution Name
|