Skip to content

Commit

Permalink
fix(gi): Incomplete time and date info
Browse files Browse the repository at this point in the history
  • Loading branch information
Scoofszlo committed Jul 20, 2024
1 parent a809faa commit ae1f9e8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/genshin_impact/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ <h1>List of Codes</h1>
<div>
<p class="bc_reward_code"><a href="https://genshin.hoyoverse.com/en/gift?code=GENSHINSUMMERNIGHT" target="_blank">GENSHINSUMMERNIGHT</a></p>
<p class="bc_reward_details">20,000x Mora, 2x Hero's WIT, 1x Biryani, 5x Mystic Enhancement Ore, 1x Fruits of the Festival</p>
<p class="bc_release_date">Discovered 2024-07-17 11:36</p>
<p class="bc_expiration_date">Valid until 2024-07-31 02:00</p>
<p class="bc_release_date"><time datetime="2024-07-17 11:36"></time>Released on 2024-07-17 11:36 (UTC+0)</p>
<p class="bc_expiration_date"><time datetime="2024-07-31 02:00"></time>Valid until 2024-07-31 02:00 (UTC+0)</p>
</div>
<div>
<span class="bc_reward_code_status">Available</span>
Expand Down Expand Up @@ -73,7 +73,7 @@ <h1>List of Codes</h1>
<p class="bc_reward_code"><a href="https://genshin.hoyoverse.com/en/gift?code=DUOIMPACT" target="_blank">DUOIMPACT</a></p>
<p class="bc_reward_details">30x Primogem, 20,000x Mora, 2x Hero's Wit, 3x Sweet Madame, 3x Chicken-Mushroom Skewer</p>
<p class="bc_release_date"></p>
<p class="bc_expiration_date">Valid until 2024-07-18</p>
<p class="bc_expiration_date"><time datetime="2024-07-18"></time>Valid until 2024-07-18 (UTC+0)</p>
</div>
<div>
<span class="bc_reward_code_status">Expired</span>
Expand Down Expand Up @@ -106,7 +106,7 @@ <h1>List of Codes</h1>
<p class="bc_reward_code"><a href="https://genshin.hoyoverse.com/en/gift?code=VAJWEZAC7WCZ" target="_blank">VAJWEZAC7WCZ</a></p>
<p class="bc_reward_details">20,000x Mora, 2x Hero's Wit, 5x Mystic Enhancement Ore</p>
<p class="bc_release_date"></p>
<p class="bc_expiration_date">Valid until 2024-07-17 15:59:59</p>
<p class="bc_expiration_date"><time datetime="2024-07-17 15:59:59"></time>Valid until 2024-07-17 15:59:59 (UTC+0)</p>
</div>
<div>
<span class="bc_reward_code_status">Expired</span>
Expand Down Expand Up @@ -216,7 +216,7 @@ <h1>List of Codes</h1>
<p class="bc_reward_code"><a href="https://genshin.hoyoverse.com/en/gift?code=YS2WHUHFNQ5M" target="_blank">YS2WHUHFNQ5M</a></p>
<p class="bc_reward_details">100x Primogems, 10x Mystic Enhancement Ore</p>
<p class="bc_release_date"></p>
<p class="bc_expiration_date">Valid until 2024-07-06 04:00 AM (UTC+0)</p>
<p class="bc_expiration_date"><time datetime="2024-07-06 04:00"></time>Valid until 2024-07-06 04:00 (UTC+0)</p>
</div>
<div>
<span class="bc_reward_code_status">Expired</span>
Expand All @@ -227,7 +227,7 @@ <h1>List of Codes</h1>
<p class="bc_reward_code"><a href="https://genshin.hoyoverse.com/en/gift?code=5TJWHDHX7R59" target="_blank">5TJWHDHX7R59</a></p>
<p class="bc_reward_details">100x Primogems, 5x Hero's Wit</p>
<p class="bc_release_date"></p>
<p class="bc_expiration_date">Valid until 2024-07-06 04:00 AM (UTC+0)</p>
<p class="bc_expiration_date"><time datetime="2024-07-06 04:00"></time>Valid until 2024-07-06 04:00 (UTC+0)</p>
</div>
<div>
<span class="bc_reward_code_status">Expired</span>
Expand All @@ -238,7 +238,7 @@ <h1>List of Codes</h1>
<p class="bc_reward_code"><a href="https://genshin.hoyoverse.com/en/gift?code=PTKXYUGW7R6D" target="_blank">PTKXYUGW7R6D</a></p>
<p class="bc_reward_details">100x Primogems, 50,000x Mora</p>
<p class="bc_release_date"></p>
<p class="bc_expiration_date">Valid until 2024-07-06 04:00 AM (UTC+0)</p>
<p class="bc_expiration_date"><time datetime="2024-07-06 04:00"></time>Valid until 2024-07-06 04:00 (UTC+0)</p>
</div>
<div>
<span class="bc_reward_code_status">Expired</span>
Expand Down

0 comments on commit ae1f9e8

Please sign in to comment.