Skip to content

Commit

Permalink
Merge pull request #485 from danielpeintner/main
Browse files Browse the repository at this point in the history
fix: DST changes - use use summer time
  • Loading branch information
egekorkan committed Apr 4, 2024
2 parents dbe4a0a + ac43ca8 commit 6201c4a
Showing 1 changed file with 24 additions and 23 deletions.
47 changes: 24 additions & 23 deletions docs/activities/meetings/index.html
Expand Up @@ -52,12 +52,13 @@ <h2>W3C WoT – Web Conference Meetings</h2>
var selVal = document.getElementById("timezoneSelect").value;

// hide "all"
document.getElementById("UTC-8").style.display = 'none';
document.getElementById("UTC-5").style.display = 'none';
document.getElementById("UTC").style.display = 'none';
document.getElementById("UTC-7").style.display = 'none';
// document.getElementById("UTC-5").style.display = 'none';
document.getElementById("UTC-4").style.display = 'none';
// document.getElementById("UTC").style.display = 'none';
document.getElementById("UTC+1").style.display = 'none';
document.getElementById("UTC+2").style.display = 'none';
// document.getElementById("UTC+3").style.display = 'none';
document.getElementById("UTC+3").style.display = 'none';
document.getElementById("UTC+8").style.display = 'none';
document.getElementById("UTC+9").style.display = 'none';

Expand All @@ -79,22 +80,22 @@ <h2>W3C WoT – Web Conference Meetings</h2>
</p>
<p>Select Timezone:
<select id="timezoneSelect" class="browser-default custom-select" onchange="updateTimezone();">
<option value="UTC-8">US Pacific (PST) UTC-8</option>
<option value="UTC-5">US Eastern (EST) UTC-5</option>
<option value="UTC-7">US Pacific (PDT) UTC-7</option>
<option value="UTC-4">US Eastern (EDT) UTC-4</option>
<!-- <option value="UTC-4">Atlantic (AST) UTC-4</option> -->
<!-- <option value="UTC" selected="selected">UTC</option> -->
<option value="UTC">UK (GMT) UTC+0</option>
<option value="UTC+1">EU (CET) UTC+1</option>
<option value="UTC+2">Finland (EET) UTC+2</option>
<option value="UTC+1">UK (GMT+1) UTC+1</option>
<option value="UTC+2">EU (CEST) UTC+2</option>
<option value="UTC+3">Finland (EEST) UTC+3</option>
<option value="UTC+8">Singapore (SGT) China (CST) UTC+8</option>
<option value="UTC+9">Korea (KST) Japan (JST) UTC+9</option>
</select>
</p>
<table style="display: table; border-collapse: separate; border-spacing: 1px; border-color: gray; width: 100%">

<tbody>
<tr id="UTC-8">
<th style="background-color: #DEEEEE; text-align:center;">US Pacific<br>(PST)<br>UTC-8</th>
<tr id="UTC-7">
<th style="background-color: #DEEEEE; text-align:center;">US Pacific<br>(PDT)<br>UTC-7</th>
<td style="background-color: #EEEEEE; text-align:center;">3:00 - 4:00</td>
<td style="background-color: #EEEEEE; text-align:center;">4:00 - 5:00</td>
<td style="background-color: #EEEEEE; text-align:center;">5:00 - 6:00</td>
Expand All @@ -103,8 +104,8 @@ <h2>W3C WoT – Web Conference Meetings</h2>
<td style="background-color: #EEEEEE; text-align:center;">8:00 - 9:00</td>
</tr>

<tr id="UTC-5">
<th style="background-color: #DEEEEE; text-align:center;">US Eastern<br>(EST)<br>UTC-5</th>
<tr id="UTC-4">
<th style="background-color: #DEEEEE; text-align:center;">US Eastern<br>(EDT)<br>UTC-4</th>
<td style="background-color: #EEEEEE; text-align:center;">6:00 - 7:00</td>
<td style="background-color: #EEEEEE; text-align:center;">7:00 - 8:00</td>
<td style="background-color: #EEEEEE; text-align:center;">8:00 - 9:00</td>
Expand All @@ -123,8 +124,8 @@ <h2>W3C WoT – Web Conference Meetings</h2>
<td style="background-color: #EEEEEE; text-align:center;">12:00 - 13:00</td>
</tr> -->

<tr id="UTC">
<th style="background-color: #DEEEEE; text-align:center;">UK (GMT)<br>UTC+0<br></th>
<tr id="UTC+1">
<th style="background-color: #DEEEEE; text-align:center;">UK (GMT)<br>UTC+1<br></th>
<!-- <td style="background-color: #EEEEEE; text-align:center;">10:00 - 11:00</td> -->
<td style="background-color: #EEEEEE; text-align:center;">11:00 - 12:00</td>
<td style="background-color: #EEEEEE; text-align:center;">12:00 - 13:00</td>
Expand All @@ -134,8 +135,8 @@ <h2>W3C WoT – Web Conference Meetings</h2>
<td style="background-color: #EEEEEE; text-align:center;">16:00 - 17:00</td>
</tr>

<tr id="UTC+1">
<th style="background-color: #DEEEEE; text-align:center;">EU (CET)<br>UTC+1<br></th>
<tr id="UTC+2">
<th style="background-color: #DEEEEE; text-align:center;">EU (CEST)<br>UTC+2<br></th>
<!-- <td style="background-color: #EEEEEE; text-align:center;">11:00 - 12:00</td> -->
<td style="background-color: #EEEEEE; text-align:center;">12:00 - 13:00</td>
<td style="background-color: #EEEEEE; text-align:center;">13:00 - 14:00</td>
Expand All @@ -145,8 +146,8 @@ <h2>W3C WoT – Web Conference Meetings</h2>
<td style="background-color: #EEEEEE; text-align:center;">17:00 - 18:00</td>
</tr>

<tr id="UTC+2">
<th style="background-color: #DEEEEE; text-align:center;">Finland (EET)<br>UTC+2<br></th>
<tr id="UTC+3">
<th style="background-color: #DEEEEE; text-align:center;">Finland (EEST)<br>UTC+2<br></th>
<!-- <td style="background-color: #EEEEEE; text-align:center;">12:00 - 13:00</td> -->
<td style="background-color: #EEEEEE; text-align:center;">13:00 - 14:00</td>
<td style="background-color: #EEEEEE; text-align:center;">14:00 - 15:00</td>
Expand All @@ -168,24 +169,24 @@ <h2>W3C WoT – Web Conference Meetings</h2>

<tr id="UTC+8">
<th style="background-color: #DEEEEE; text-align:center;">Singapore (SGT)<br>China (CST)<br>UTC+8</th>
<!-- <td style="background-color: #EEEEEE; text-align:center;">18:00 - 19:00</td> -->
<td style="background-color: #EEEEEE; text-align:center;">18:00 - 19:00</td>
<td style="background-color: #EEEEEE; text-align:center;">19:00 - 20:00</td>
<td style="background-color: #EEEEEE; text-align:center;">20:00 - 21:00</td>
<td style="background-color: #EEEEEE; text-align:center;">21:00 - 22:00</td>
<td style="background-color: #EEEEEE; text-align:center;">22:00 - 23:00</td>
<td style="background-color: #EEEEEE; text-align:center;">23:00 - 24:00</td>
<td style="background-color: #EEEEEE; text-align:center;">24:00 - 25:00</td>
<!-- <td style="background-color: #EEEEEE; text-align:center;">24:00 - 25:00</td> -->
</tr>

<tr id="UTC+9">
<th style="background-color: #DEEEEE; text-align:center;">Korea (KST)<br>Japan (JST)<br>UTC+9</th>
<!-- <td style="background-color: #EEEEEE; text-align:center;">19:00 - 20:00</td> -->
<td style="background-color: #EEEEEE; text-align:center;">19:00 - 20:00</td>
<td style="background-color: #EEEEEE; text-align:center;">20:00 - 21:00</td>
<td style="background-color: #EEEEEE; text-align:center;">21:00 - 22:00</td>
<td style="background-color: #EEEEEE; text-align:center;">22:00 - 23:00</td>
<td style="background-color: #EEEEEE; text-align:center;">23:00 - 24:00</td>
<td style="background-color: #EEEEEE; text-align:center;">24:00 - 25:00</td>
<td style="background-color: #EEEEEE; text-align:center;">25:00 - 26:00</td>
<!-- <td style="background-color: #EEEEEE; text-align:center;">25:00 - 26:00</td> -->
</tr>

<tr>
Expand Down

0 comments on commit 6201c4a

Please sign in to comment.