Wikiยทschemaยทschema/cm-tzdls-daylightsaving-dtl.md

CM_TZDLS_DAYLIGHTSAVING_DTL

This is a station master table that stores daylight saving details for stations. It provides static reference data for linking stations, and related attributes in transaction processing.

Process: MAINTPLANNING ยท Component: BASCm ยท Table type: Master Table Category: Stores station master details to link operational transactions with accurate organizational and locational data.

This table is the canonical store for the DaylightSaving entity.

Primary key

TZDLS_TIMEZONE_NO, TZDLS_CAL_YEAR_NO, TZDLS_OUINSTANCE

Columns (11)

#ColumnTypeDescription
1TZDLS_OUINSTANCE ๐Ÿ”‘varcharOrganization Unit instance for daylight saving details
2TZDLS_TIMEZONE_NO ๐Ÿ”‘#N/ATime zone number for daylight saving
3TZDLS_CAL_YEAR_NO ๐Ÿ”‘varcharCalendar year number for daylight saving
4TZDLS_START_MONTH_CODEdatetimeStart month code for daylight saving
5TZDLS_START_DATETIMEvarcharStart date and time for daylight saving
6TZDLS_ENDING_MONTH_CODEdatetimeEnding month code for daylight saving
7TZDLS_ENDING_DATETIMEfloatEnding date and time for daylight saving
8TZDLS_DIFF_FROM_UTCfloatDifference from UTC in hours during daylight saving
9TZDLS_DIFF_FROM_UTC_INMINvarcharDifference from UTC in minutes during daylight saving
10TZDLS_TIME_UNIT#N/ATime unit used for daylight saving
11TZDLS_TIMESTAMPvarcharTimestamp of the daylight saving record

Relationships (1)

  • Timezone (CM_TZDTL_TIMEZONE_DTL) โ†’ TIMEZONE_HAS_DST (this table is target)
    • Join: CM_TZDTL_TIMEZONE_DTL.TZDTL_TIMEZONE_NO = CM_TZDLS_DAYLIGHTSAVING_DTL.TZDLS_TIMEZONE_NO
    • Timezone has daylight saving rules

Sample rows (from live DB)

TZDLS_OUINSTANCETZDLS_TIMEZONE_NOTZDLS_CAL_YEAR_NOTZDLS_START_MONTH_CODETZDLS_START_DATETIMETZDLS_ENDING_MONTH_CODE
2.0BE592016.0APR2017-07-06 00:00:00OCT
2.0BT2011.0MAR2011-03-27 01:00:00OCT
2.0BT2012.0MAR2012-03-25 01:00:00OCT

Showing 3 of 35 rows.

See also