TIMEZONE (JANUS DEFINE parameter)

From m204wiki
Revision as of 17:41, 31 July 2024 by Alex (talk | contribs) (Created page with "<span class="pageSubtitle">TIMEZONE xxxx — Name of timezone in which Online is running</span> <var>TIMEZONE</var> is a parameter on <var>JANUS DEFINE</var>, which defines and sets characteristics of a Janus port. This parameter specifies the [https://www.iana.org/time-zones IANA time zone] under which the Online is running. In the following example, the timezone is set to that of Sydney, Australia: <p class="pre">JANUS DEFINE IMAGINE 12231 IMAGINET 2 TIMEZ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

TIMEZONE xxxx — Name of timezone in which Online is running

TIMEZONE is a parameter on JANUS DEFINE, which defines and sets characteristics of a Janus port.

This parameter specifies the IANA time zone under which the Online is running.

In the following example, the timezone is set to that of Sydney, Australia:

JANUS DEFINE IMAGINE 12231 IMAGINET 2 TIMEZONE 'Australia/Sydney'

TIMEZONE is only valid for IMAGINET ports.

See also