{#if !sameTimezone}
(adjusted = true)} class="rounded-lg w-1/2 py-1 transition-colors duration-150 {adjusted ? 'text-white bg-[#303030]' : 'text-gray-400'}" >Your Timezone
(adjusted = false)} class="rounded-lg flex-grow py-1 transition-colors duration-150 {adjusted ? 'text-gray-400' : 'text-white bg-[#303030]'}" >AEST/
AEDT
{/if}
Day
Time
{#if adjusted} {#each formattedLocalisedSchedule as localTime}
{localTime.day}
{localTime.start} - {localTime.end}
{/each} {:else} {#each formattedSchedule as devTime}
{devTime.day}
{devTime.start} - {devTime.end}
{/each} {/if}