00
Tage
00
Stunden
00
Minuten
00
Sekunden
function getSecondSaturday(year, month) { const firstDay = new Date(year, month, 1); const dayOfWeek = firstDay.getDay(); // 0=So, 6=Sa const firstSaturdayOffset = (6 - dayOfWeek + 7) % 7; const secondSaturdayDate = 1 + firstSaturdayOffset + 7; const secondSaturday = new Date(year, month, secondSaturdayDate); secondSaturday.setHours(19, 0, 0, 0); return secondSaturday; } function getNextTargetDate() { const now = new Date(); let year = now.getFullYear(); let month = now.getMonth(); let target = getSecondSaturday(year, month); const targetDayEnd = new Date(target); targetDayEnd.setHours(23, 59, 59, 999); if (now > targetDayEnd) { month += 1; if (month > 11) { month = 0; year += 1; } target = getSecondSaturday(year, month); } return target; } function updateCountdown() { const now = new Date(); const target = getNextTargetDate(); const diff = target - now; if (diff <= 0) { document.getElementById("days").textContent = "00"; document.getElementById("hours").textContent = "00"; document.getElementById("minutes").textContent = "00"; document.getElementById("seconds").textContent = "00"; setTimeout(updateCountdown, 1000); return; } const days = Math.floor(diff / (1000 * 60 * 60 * 24)); const hours = Math.floor((diff / (1000 * 60 * 60)) % 24); const minutes = Math.floor((diff / (1000 * 60)) % 60); const seconds = Math.floor((diff / 1000) % 60); document.getElementById("days").textContent = String(days).padStart(2, "0"); document.getElementById("hours").textContent = String(hours).padStart(2, "0"); document.getElementById("minutes").textContent = String(minutes).padStart(2, "0"); document.getElementById("seconds").textContent = String(seconds).padStart(2, "0"); setTimeout(updateCountdown, 1000); } updateCountdown();

We exist - right here, right now. And we invite you to experience evenings together with us, where we can be together.
We want to offer you a family atmosphere.
A place to feel good and relax.
A time where you can forget everything for a few hours.

Tuesdays from 6pm ST - 11pm ST

Light - Alpha - Lavender Beds - W12 - P58

The Non-Existent Angel

The Non-Existent Dancer

Designer

Resident DJ's

Non-Existent Events

Book a Room for yourself and your partner or friends!30 Minutes - 150.000 Gil
60 Minutes - 300.000 Gil

The Non-Existing

The Playroom

Attic Desire

Spa Of Sin

The Punishment Room

Chuo-ku Spa - Midnight

Non-Existent Events

Past Events

Non-Existent Partners

Endless Nights

Discord
Website

FFXIV Venues

Discord
Website