[FREE] Advanced Realtime Time Sync | True Realtime with Time Zones
Keep your FiveM server perfectly synced with real-world time — with configurable time zones and optional EU daylight saving.
Ultra-lightweight, clean, and ideal for serious RP servers that want a realistic day/night cycle without touching weather.
Features
- True realtime-synced in-game clock (based on UTC)
- Configurable time zones (e.g. Europe/Berlin, UTC, custom)
- Optional EU DST handling (last Sunday in March / October)
- Extremely lightweight & performance-friendly
- Fully standalone – no framework required
Installation
- Put the
jj_advancedrealtimefolder into yourresourcesdirectory. - Add this line to your server.cfg:
ensure jj_advancedrealtime
- Adjust the config to your preferred time zone.
- Restart your server — in-game time now follows real-world time.
Config (Time Zones)
Config = {}
Config.UpdateIntervalSeconds = 20
Config.Debug = true
Config.ActiveTimeZone = "Europe/Berlin"
Config.TimeZones = {
["Europe/Berlin"] = { offset = 1, useEUDST = true },
["Europe/London"] = { offset = 0, useEUDST = true },
["UTC"] = { offset = 0, useEUDST = false },
["RP_City"] = { offset = 2, useEUDST = false }
}
Set Config.ActiveTimeZone to any key from Config.TimeZones (e.g. "UTC", "RP_City") and restart the resource.
Download
jj_advancedrealtime.rar (5.2 KB)
Resource Information
| Property | Value |
|---|---|
| Code is accessible | Yes |
| Subscription-based | No |
| Lines (approx.) | ~200 |
| Requirements | FiveM Server |
| Framework required | No (standalone) |
| Controls weather | No (time only) |
| Support | Yes / Community |
