fix: exploration timer exceeds the area's stated duration #53

Closed
opened 2026-03-18 11:03:01 -07:00 by hikari · 0 comments
Owner

Description

Exploration areas display a stated duration (e.g. 1 hour) but the actual countdown timer is longer than advertised (e.g. 1h15m). This is likely caused by the timer starting from when the server receives the request rather than when the client initiates it, or by clock drift between client and server.

Steps to Reproduce

  1. Start an exploration in an area with a known duration
  2. Observe the countdown timer
  3. Note that the timer exceeds the stated duration

Expected Behaviour

The countdown timer should match the area's advertised duration.

Reported By

Community member kindally

This issue was created with help from Hikari~ 🌸

## Description Exploration areas display a stated duration (e.g. 1 hour) but the actual countdown timer is longer than advertised (e.g. 1h15m). This is likely caused by the timer starting from when the *server* receives the request rather than when the client initiates it, or by clock drift between client and server. ## Steps to Reproduce 1. Start an exploration in an area with a known duration 2. Observe the countdown timer 3. Note that the timer exceeds the stated duration ## Expected Behaviour The countdown timer should match the area's advertised duration. ## Reported By Community member `kindally` ✨ This issue was created with help from Hikari~ 🌸
naomi closed this issue 2026-03-18 17:09:48 -07:00
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: nhcarrigan/elysium#53