Insightサーバーで、時間ベースのパラメーターに関する手順をフォーマットします。
の時間に基づくほとんどのパラメーター Insight Server は、次の形式で指定します。
Month DD, YYYY HH:MM:SS TimeZone
例:August 13, 2013 22:30:00 EST
タイムゾーンの表現には、システムに依存しない次の形式(協定世界時)が使用されます。
UTC +hhmm dstrules
記号(+)の部分にはプラス(+)記号かマイナス(-)記号を、hhmm には UTC からのオフセット(時と分)を指定します。dstrules は、夏時間などの時刻調整制度を導入するための一連のルールを指定する変数です(省略可能)。
If you specify dstrules, a tab-delimited file named <dstrules> .dst must be present within the Dataset\TimeZone directory of either the Base profile (for configuration files that are not associated with a particular dataset) or the dataset profile (for configuration files that are dataset-specific). タイムゾーンに依存しない、夏時間の一連のルールをこのファイルで指定します。一連のルールは、年度ごとに異なっていても構いません。アドビが提供している DST.dst ファイル(Base プロファイル内)には、2005 年エネルギー政策法(2007 年より施行)によって定められた米国の標準ルールと、それ以前の年度用の米国ルールが指定されています。
タイムゾーンの指定例を次に示します。
When this format is used, the system time zone of Insight Server, Insight, and Report machines need not be the same as the specified time zone. In addition, all active dataset profiles on an Insight Server machine need not have the same time zone setting.
次の表は、時刻ベースのパラメーターでタイムゾーンの指定に使用できるコードを一覧にしたものです。
If you are implementing Daylight Saving Time or a similar clock-shifting policy, you must save the .dst file containing the appropriate rules in the profile name\Dataset\Timezone directory on the Insight Server machine.
コード | タイムゾーン | GMT からのオフセット |
---|---|---|
gmt | グリニッジ標準時 | 0 |
est | 東部標準時 | 5 |
edt | 東部夏時間 | 5 |
cst | 中部標準時 | 6 |
cdt | 中部夏時間 | 6 |
mst | 山岳部標準時 | 7 |
mdt | 山地夏時間 | 7 |
pst | 太平洋標準時 | 8 |
pdt | 太平洋夏時間 | 8 |