<!DOCTYPE html SYSTEM "about:legacy-compat"> <html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><meta charset="UTF-8"><meta name="copyright" content="(C) Copyright 2023"><meta name="DC.rights.owner" content="(C) Copyright 2023"><meta name="DC.type" content="concept"><meta name="description" content="The time format (also known as 'TZ' format) is based on the format described by the IEEE 1003.1 standard (i.e. POSIX specification)."><meta name="prodname" content="All Mediatrix units"><meta name="version" content="DGW 49.0.2809"><meta name="platform" content="all"><meta name="DC.date.modified" content="2023-03-28"><meta name="DC.date.issued" content="2023-03-28"><meta name="DC.date.available" content="2023-03-28"><meta name="ChapterNumbering" content="no"><meta name="DC.format" content="HTML5"><meta name="DC.identifier" content="concept_yg1_vrs_rgb"><link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet"><link rel="stylesheet" type="text/css" href="https://documentation.media5corp.com/download/attachments/75010953/commonltr.css"><link rel="stylesheet" type="text/css" href="https://documentation.media5corp.com/download/attachments/75010953/custom.css"><title>Setting Time on the Mediatrix Unit</title></head><body><header role="banner"><div class="topicmeta title">Setting Time on the Mediatrix Unit</div><div class="topicmeta date">2023-03-28</div><div class="topicmeta product">All Mediatrix units</div><div class="topicmeta version">DGW 49.0.2809</div><div class="topicmeta pdf"><a href="https://documentation.media5corp.com/download/attachments/75010953/Setting%20the%20Time%20on%20the%20Mediatrix%20Unit.pdf" rel="nofollow">Download PDF Document</a></div><hr><span style="float: inline-end;"></span></header><nav role="toc"><ul><li><a href="#concept_yg1_vrs_rgb">Time Format</a><ul><li><a href="#reference_azp_2ts_rgb">Time Format Examples</a></li><li><a href="#reference_imd_x4v_zkb">Examples of Allowed Time Format Combinations</a></li></ul></li><li><a href="#task_m13_gvb_bq">Selecting the Unit's Time Zone</a></li><li><a href="#reference_j4g_nbv_gfb">Online Help</a></li><li><a href="#concept_v4k_q3h_1r">DGW Documentation</a></li><li><a href="#concept_fqm_rv4_k4">Copyright Notice</a></li></ul></nav><main role="main"><article role="article" aria-labelledby="ariaid-title1"><hr><span style="float: inline-end;"><a href="#">Top</a></span><article class="nested0" aria-labelledby="ariaid-title1" id="concept_yg1_vrs_rgb"> <h1 class="title topictitle1" id="ariaid-title1">Time Format</h1> <div class="body conbody"><p class="shortdesc">The time format (also known as 'TZ' format) is based on the format described by the IEEE 1003.1 standard (i.e. POSIX specification).</p> <div class="p">The Time Format contains two parts separated by a semicolon: <ul class="ul" id="concept_yg1_vrs_rgb__ul_e1r_zmd_4kb"> <li class="li">The first part, mandatory, is the system timezone expressed in the IEEE 1003.1 POSIX format (also known as 'TZ' format). </li> <li class="li">The second part, available since 46.0 is optional. It is the timezone used for the time displayed in some of the SBC Web pages (Live Calls, Events, and Registration). This part is only useful for units with the Sbc service. This string must be expressed in the IANA format. If this part is not present, the UTC time zone is used on the SBC Web pages.</li> </ul></div> <div class="p">The first part of the time format has this POSIX syntax:<pre class="pre codeblock"><code>STDOFFSET[DST[OFFSET],[START[/TIME],END[/TIME]]]</code></pre> where: <ul class="ul" id="concept_yg1_vrs_rgb__ul_ycw_lss_rgb"> <li class="li"><code class="ph codeph">STD / DST</code>: Three or more characters for the standard (STD) or alternative daylight saving time (DST) time zone. Only STD is mandatory. If DST is not supplied, the daylight saving time does not apply. Lower and upper case letters are allowed. All characters are allowed except:<ul class="ul" id="concept_yg1_vrs_rgb__ul_mvm_ybt_rgb"> <li class="li">digits</li> <li class="li">leading colon (:)</li> <li class="li">comma (,)</li> <li class="li">minus (-)</li> <li class="li">plus (+), and </li> <li class="li">ASCII NUL.</li> </ul> </li> <li class="li"><code class="ph codeph">OFFSET</code>: Difference between the GMT time and the local time. The offset has the format h[h][:m[m][:s[s]]]. If no offset is supplied for DST, the alternative time is assumed to be one hour ahead of standard time. One or more digits can be used; the value is always interpreted as a decimal number. <ul class="ul" id="concept_yg1_vrs_rgb__ul_l5f_cct_rgb"> <li class="li">The hour value must be between 0 and 24. <div class="note important note_important"><span class="note__title">IMPORTANT:</span> If preceded by a minus sign (-), the time zone is east of the prime meridian, otherwise it is west, which can be indicated by the preceding plus sign (+). For example, New York time is GMT 5.</div></li> <li class="li">The minute and second values, if present, must be between 0 and 59. </li> </ul> </li> <li class="li"><code class="ph codeph">START / END</code> Indicates when to change to and return from the daylight saving time. The START argument is the date when the change from the standard to the daylight save time occurs; END is the date for changing back. If START and END are not specified, the default is the US Daylight saving time start and end dates. The format for start and end must be one of the following:<ul class="ul" id="concept_yg1_vrs_rgb__ul_cg4_qss_rgb"> <li class="li"> <span class="keyword wintitle">n</span> where n is the number of days since the start of the year from 0 to 365. It must contain the leap year day if the current year is a leap year. With this format, you are responsible to determine all the leap year details. </li> <li class="li"><span class="keyword wintitle">Jn</span> where n is the Julian day number of the year from 1 to 365. Leap days are not counted. That is, in all years – including leap years – February 28 is day 59 and March 1 is day 60. It is impossible to refer to the occasional February 29 explicitly. The TIME parameter has the same format as OFFSET but there can be no leading minus (-) or plus (+) sign. If TIME is not specified, the default is 02:00:00.</li> <li class="li"> <span class="keyword wintitle">Mx[x].y.z</span> where x is the month, y is a week count (in which the z day exists) and z is the day of the week starting at 0 (Sunday). For instance: M10.4.0 is the fourth Sunday of October. It does not matter if the Sunday is in the 4th or 5th week. M10.5.0 is the last Sunday of October (5 indicates the last z day). It does not matter if the Sunday is in the 4th or 5th week. M10.1.6 is the first week with a Saturday (thus the first Saturday). It does not matter if the Saturday is in the first or second week. The TIME parameter has the same format as OFFSET but there can be no leading minus (-) or plus (+) sign. If TIME is not specified, the default is 02:00:00.</li> </ul></li> </ul></div> <div class="p">More information on time zones are available at:<ul class="ul" id="concept_yg1_vrs_rgb__ul_vkx_4rc_1hb"> <li class="li"><a class="xref" href="https://en.wikipedia.org/wiki/List_of_time_zone_abbreviations" target="_blank">https://en.wikipedia.org/wiki/List_of_time_zone_abbreviations</a></li> <li class="li"><a class="xref" href="https://en.wikipedia.org/wiki/List_of_tz_database_time_zones" target="_blank">https://en.wikipedia.org/wiki/List_of_tz_database_time_zones</a></li> <li class="li"><a class="xref" href="https://www.gnu.org/software/libc/manual/html_node/TZ-Variable.html" target="_blank">https://www.gnu.org/software/libc/manual/html_node/TZ-Variable.html</a></li> </ul></div> </div> <hr><span style="float: inline-end;"><a href="#">Top</a></span><article class="topic reference nested1" aria-labelledby="ariaid-title2" id="reference_azp_2ts_rgb"> <h2 class="title topictitle2" id="ariaid-title2">Time Format Examples</h2> <div class="body refbody"> <section class="section"> <br><img class="image" id="reference_azp_2ts_rgb__image_t1x_hts_rgb" src="https://documentation.media5corp.com/download/attachments/75010953/TimeFormat.png" width="800"><br> </section> <table class="table frame-all" id="reference_azp_2ts_rgb__table_hwv_4ct_rgb"><caption></caption><colgroup><col style="width:36.55913978494624%"><col style="width:36.55913978494624%"><col style="width:26.881720430107524%"></colgroup><thead class="thead"> <tr class="row"> <th class="entry colsep-1 rowsep-1" id="reference_azp_2ts_rgb__table_hwv_4ct_rgb__entry__1">Time Zone</th> <th class="entry colsep-1 rowsep-1" id="reference_azp_2ts_rgb__table_hwv_4ct_rgb__entry__2">String</th> <th class="entry colsep-1 rowsep-1" id="reference_azp_2ts_rgb__table_hwv_4ct_rgb__entry__3">IANA format (Optional, 46.0+)</th> </tr> </thead><tbody class="tbody"> <tr class="row"> <td class="entry colsep-1 rowsep-1" headers="reference_azp_2ts_rgb__table_hwv_4ct_rgb__entry__1">Atlantic Time (Canada) </td> <td class="entry colsep-1 rowsep-1" headers="reference_azp_2ts_rgb__table_hwv_4ct_rgb__entry__2">AST4ADT,M3.2.0,M11.1.0</td> <td class="entry colsep-1 rowsep-1" headers="reference_azp_2ts_rgb__table_hwv_4ct_rgb__entry__3">America/Halifax</td> </tr> <tr class="row"> <td class="entry colsep-1 rowsep-1" headers="reference_azp_2ts_rgb__table_hwv_4ct_rgb__entry__1">Australia Eastern Standard Time </td> <td class="entry colsep-1 rowsep-1" headers="reference_azp_2ts_rgb__table_hwv_4ct_rgb__entry__2">AEST-10AEDT,M10.1.0,M4.1.0/3</td> <td class="entry colsep-1 rowsep-1" headers="reference_azp_2ts_rgb__table_hwv_4ct_rgb__entry__3">Australia/Sydney</td> </tr> <tr class="row"> <td class="entry colsep-1 rowsep-1" headers="reference_azp_2ts_rgb__table_hwv_4ct_rgb__entry__1">Central European Time</td> <td class="entry colsep-1 rowsep-1" headers="reference_azp_2ts_rgb__table_hwv_4ct_rgb__entry__2">CET-1CEST,M3.5.0,M10.5.0/3</td> <td class="entry colsep-1 rowsep-1" headers="reference_azp_2ts_rgb__table_hwv_4ct_rgb__entry__3">Europe/Brussels</td> </tr> <tr class="row"> <td class="entry colsep-1 rowsep-1" headers="reference_azp_2ts_rgb__table_hwv_4ct_rgb__entry__1">Central Time (Canada & US) </td> <td class="entry colsep-1 rowsep-1" headers="reference_azp_2ts_rgb__table_hwv_4ct_rgb__entry__2">CST6CDT,M3.2.0,M11.1.0</td> <td class="entry colsep-1 rowsep-1" headers="reference_azp_2ts_rgb__table_hwv_4ct_rgb__entry__3">America/Chicago</td> </tr> <tr class="row"> <td class="entry colsep-1 rowsep-1" headers="reference_azp_2ts_rgb__table_hwv_4ct_rgb__entry__1">China Standard Time </td> <td class="entry colsep-1 rowsep-1" headers="reference_azp_2ts_rgb__table_hwv_4ct_rgb__entry__2">CST-8 </td> <td class="entry colsep-1 rowsep-1" headers="reference_azp_2ts_rgb__table_hwv_4ct_rgb__entry__3">Asia/Shanghai</td> </tr> <tr class="row"> <td class="entry colsep-1 rowsep-1" headers="reference_azp_2ts_rgb__table_hwv_4ct_rgb__entry__1">Eastern Time Canada & US) </td> <td class="entry colsep-1 rowsep-1" headers="reference_azp_2ts_rgb__table_hwv_4ct_rgb__entry__2">EST5EDT,M3.2.0,M11.1.0</td> <td class="entry colsep-1 rowsep-1" headers="reference_azp_2ts_rgb__table_hwv_4ct_rgb__entry__3">America/Toronto</td> </tr> <tr class="row"> <td class="entry colsep-1 rowsep-1" headers="reference_azp_2ts_rgb__table_hwv_4ct_rgb__entry__1">Greenwich Mean Time </td> <td class="entry colsep-1 rowsep-1" headers="reference_azp_2ts_rgb__table_hwv_4ct_rgb__entry__2">GMT0BST,M3.5.0/1,M10.5.0</td> <td class="entry colsep-1 rowsep-1" headers="reference_azp_2ts_rgb__table_hwv_4ct_rgb__entry__3">Europe/London</td> </tr> <tr class="row"> <td class="entry colsep-1 rowsep-1" headers="reference_azp_2ts_rgb__table_hwv_4ct_rgb__entry__1">Mountain Time (Canada & US) </td> <td class="entry colsep-1 rowsep-1" headers="reference_azp_2ts_rgb__table_hwv_4ct_rgb__entry__2">MST7MDT,M3.2.0,M11.1.0</td> <td class="entry colsep-1 rowsep-1" headers="reference_azp_2ts_rgb__table_hwv_4ct_rgb__entry__3">America/Denver</td> </tr> <tr class="row"> <td class="entry colsep-1 rowsep-1" headers="reference_azp_2ts_rgb__table_hwv_4ct_rgb__entry__1">Pacific Time (Canada & US) </td> <td class="entry colsep-1 rowsep-1" headers="reference_azp_2ts_rgb__table_hwv_4ct_rgb__entry__2">PST8PDT,M3.2.0,M11.1.0</td> <td class="entry colsep-1 rowsep-1" headers="reference_azp_2ts_rgb__table_hwv_4ct_rgb__entry__3">America/Los_Angeles</td> </tr> <tr class="row"> <td class="entry colsep-1 rowsep-1" headers="reference_azp_2ts_rgb__table_hwv_4ct_rgb__entry__1">Japan Standard Time </td> <td class="entry colsep-1 rowsep-1" headers="reference_azp_2ts_rgb__table_hwv_4ct_rgb__entry__2">JST-9</td> <td class="entry colsep-1 rowsep-1" headers="reference_azp_2ts_rgb__table_hwv_4ct_rgb__entry__3">Asia/Tokyo</td> </tr> <tr class="row"> <td class="entry colsep-1 rowsep-1" headers="reference_azp_2ts_rgb__table_hwv_4ct_rgb__entry__1">UTC (Coordinated Universal Time) </td> <td class="entry colsep-1 rowsep-1" headers="reference_azp_2ts_rgb__table_hwv_4ct_rgb__entry__2">UTC0</td> <td class="entry colsep-1 rowsep-1" headers="reference_azp_2ts_rgb__table_hwv_4ct_rgb__entry__3">Etc/UTC</td> </tr> <tr class="row"> <td class="entry colsep-1 rowsep-1" headers="reference_azp_2ts_rgb__table_hwv_4ct_rgb__entry__1">Western Europe Time </td> <td class="entry colsep-1 rowsep-1" headers="reference_azp_2ts_rgb__table_hwv_4ct_rgb__entry__2">WET0WEST,M3.5.0/1,M10.5.0</td> <td class="entry colsep-1 rowsep-1" headers="reference_azp_2ts_rgb__table_hwv_4ct_rgb__entry__3">Europe/Lisbon</td> </tr> </tbody></table> </div> </article><hr><span style="float: inline-end;"><a href="#">Top</a></span><article class="topic reference nested1" aria-labelledby="ariaid-title3" id="reference_imd_x4v_zkb"> <h2 class="title topictitle2" id="ariaid-title3">Examples of Allowed Time Format Combinations</h2> <div class="body refbody"> <section class="section"> <table class="table frame-all" id="reference_imd_x4v_zkb__table_sn3_z4v_zkb"><caption></caption><colgroup><col style="width:50%"><col style="width:50%"></colgroup><thead class="thead"> <tr class="row"> <th class="entry colsep-1 rowsep-1" id="reference_imd_x4v_zkb__table_sn3_z4v_zkb__entry__1">Time Format</th> <th class="entry colsep-1 rowsep-1" id="reference_imd_x4v_zkb__table_sn3_z4v_zkb__entry__2">Example</th> </tr> </thead><tbody class="tbody"> <tr class="row"> <td class="entry colsep-1 rowsep-1" headers="reference_imd_x4v_zkb__table_sn3_z4v_zkb__entry__1" rowspan="2">Timezones with both the TZ and IANA strings (46.0+)</td> <td class="entry colsep-1 rowsep-1" headers="reference_imd_x4v_zkb__table_sn3_z4v_zkb__entry__2">EST5EDT,M3.2.0,M11.1.0;America/Toronto</td> </tr> <tr class="row"> <td class="entry colsep-1 rowsep-1" headers="reference_imd_x4v_zkb__table_sn3_z4v_zkb__entry__2">UTC5;America/Lima</td> </tr> <tr class="row"> <td class="entry colsep-1 rowsep-1" headers="reference_imd_x4v_zkb__table_sn3_z4v_zkb__entry__1">Only first part present (all DGW versions)</td> <td class="entry colsep-1 rowsep-1" headers="reference_imd_x4v_zkb__table_sn3_z4v_zkb__entry__2">CST6CDT,M4.1.0,M10.5.0</td> </tr> </tbody></table> </section> </div> </article></article><hr><span style="float: inline-end;"><a href="#">Top</a></span><article class="topic task nested0" aria-labelledby="ariaid-title4" id="task_m13_gvb_bq"> <h1 class="title topictitle1" id="ariaid-title4">Selecting the Unit's Time Zone</h1> <div class="body taskbody"> <section class="section context"><div class="tasklabel"><strong class="sectiontitle tasklabel">Context</strong></div>Time Servers should be configured under Network/Host/SNTP Configuration. For more details refer to the <a class="xref" href="https://documentation.media5corp.com/display/DGWLATEST/Configuration+Notes+-+Attachements?preview=%2F45481987%2F75009713%2FVLan+Configuration.pdf" target="_blank">DGW Configuration Guide - VLan Configuration </a> published on the <a class="xref" href="https://documentation.media5corp.com/" target="_blank">Media5 Documentation Portal</a>.</section> <section><div class="tasklabel"><strong class="sectiontitle tasklabel">Steps</strong></div><ol class="ol steps"><li class="li step stepexpand"> <span class="ph cmd">Go to <span class="keyword wintitle">Network</span>/<span class="keyword wintitle">Host</span>.</span> </li><li class="li step stepexpand"> <span class="ph cmd">In the <span class="keyword wintitle">Time Configuration</span> table, in the <span class="keyword wintitle">Static Time Zone</span> field, specify the time zone in which the Mediatrix unit is located.</span> <div class="itemgroup info"> <div class="note note note_note"><span class="note__title">Note:</span> If preceded by a minus sign (-), the time zone is east of the prime meridian, otherwise it is west, which can be indicated by the preceding plus sign (+). For example, New York time is GMT 5.</div> </div> </li><li class="li step stepexpand"> <span class="ph cmd">Click <span class="keyword wintitle">Apply</span>.</span> </li></ol></section> <section class="section result"><div class="tasklabel"><strong class="sectiontitle tasklabel">Result</strong></div> <p class="p">Any DGW parameter referring to a time value will use the local time described by this time zone reference. The<strong class="ph b"> Hoc.SystemTime</strong> will return the unit local time in accordance with the configured time zone.</p> </section> </div> </article><hr><span style="float: inline-end;"><a href="#">Top</a></span><article class="topic reference nested0" aria-labelledby="ariaid-title5" id="reference_j4g_nbv_gfb"> <h1 class="title topictitle1" id="ariaid-title5">Online Help</h1> <p class="shortdesc"><span class="ph">If you are not familiar with the meaning of the fields and buttons, click <span class="keyword wintitle">Show Help</span>, located at the upper right corner of the Web page. When activated, the fields and buttons that offer online help will change to green and if you hover over them, the description will bedisplayed.</span></p> </article><hr><span style="float: inline-end;"><a href="#">Top</a></span><article class="topic concept nested0" aria-labelledby="ariaid-title6" id="concept_v4k_q3h_1r"> <h1 class="title topictitle1" id="ariaid-title6">DGW Documentation</h1> <div class="body conbody"><p class="shortdesc">Mediatrix devices are supplied with an exhaustive set of documentation. </p> <p class="p">Mediatrix user documentation is available on the <a class="xref" href="http://documentation.media5corp.com" target="_blank">Media5 Documentation Portal</a>.</p> <div class="p">Several types of documents were created to clearly present the information you are looking for. Our documentation includes:<ul class="ul" id="concept_v4k_q3h_1r__ul_bqy_cjh_1r"> <li class="li"><strong class="ph b">Release notes</strong>: Generated at each GA release, this document includes the known and solved issues of the software. It also outlines the changes and the new features the release includes.</li> <li class="li"><strong class="ph b">Configuration notes</strong>: These documents are created to facilitate the configuration of a specific use case. They address a configuration aspect we consider that most users will need to perform. However, in some cases, a configuration note is created after receiving a question from a customer. They provide standard step-by-step procedures detailing the values of the parameters to use. They provide a means of validation and present some conceptual information. The configuration notes are specifically created to guide the user through an aspect of the configuration. </li> <li class="li"><strong class="ph b">Technical bulletins</strong>: These documents are created to facilitate the configuration of a specific technical action, such as performing a firmware upgrade.</li> <li class="li"><strong class="ph b">Hardware installation guide</strong>: They provide the detailed procedure on how to safely and adequately install the unit. It provides information on card installation, cable connections, and how to access for the first time the Management interface.</li> <li class="li"><strong class="ph b">User guide</strong>: The user guide explains how to customise to your needs the configuration of the unit. Although this document is task oriented, it provides conceptual information to help the user understand the purpose and impact of each task. The User Guide will provide information such as where and how TR-069 can be configured in the Management Interface, how to set firewalls, or how to use the CLI to configure parameters that are not available in the Management Interface.</li> <li class="li"><strong class="ph b">Reference guide</strong>: This exhaustive document has been created for advanced users. It includes a description of all the parameters used by all the services of the Mediatrix units. You will find, for example, scripts to configure a specific parameter, notification messages sent by a service, or an action description used to create Rulesets. This document includes reference information such as a dictionary, and it does not include any step-by-step procedures. </li> </ul></div> </div> </article><hr><span style="float: inline-end;"><a href="#">Top</a></span><article class="topic concept nested0" aria-labelledby="ariaid-title7" id="concept_fqm_rv4_k4"> <h1 class="title topictitle1" id="ariaid-title7">Copyright Notice</h1> <div class="body conbody"><p class="shortdesc">Copyright © 2022 Media5 Corporation.</p> <p class="p">This document contains information that is proprietary to Media5 Corporation.</p> <p class="p">Media5 Corporation reserves all rights to this document as well as to the Intellectual Property of the document and the technology and know-how that it includes and represents.</p> <p class="p">This publication cannot be reproduced, neither in whole nor in part, in any form whatsoever, without written prior approval by Media5 Corporation.</p> <p class="p">Media5 Corporation reserves the right to revise this publication and make changes at any time and without the obligation to notify any person and/or entity of such revisions and/or changes.</p> </div> </article></article></main></body></html> |