Use lore time for a couple spots that list NST (#96320)

## About The Pull Request
Use the year offset value to display accurate time in statpanel 
<img width="351" height="84" alt="image"
src="https://github.com/user-attachments/assets/302782c8-3e7d-463c-8a2d-1feecd8a1f4b"
/>
Statpanel won't doesn't have access to client prefs and I'm not fixing
that so no 12hr clock
## Why It's Good For The Game
muh immersion
## Changelog
🆑
fix: statpanel uses year offset
/🆑
This commit is contained in:
anettera
2026-06-13 14:54:35 -07:00
committed by GitHub
parent a1888a002e
commit e3cd6981c2
+1 -1
View File
@@ -37,7 +37,7 @@ SUBSYSTEM_DEF(statpanels)
global_data += list(
"Round ID: [GLOB.round_id ? GLOB.round_id : "NULL"]",
"Server Time/NST: [server_timestamp(format = "YYYY-MM-DD hh:mm:ss")]",
"Server Time/NST: [server_timestamp(format = "YYYY-MM-DD hh:mm:ss", ic_time = TRUE)]",
"Shift Time/PT: [(SSticker.round_start_time == 0) ? "Pre-Game" : round_timestamp()]",
"Time Dilation: [round(SStime_track.time_dilation_current,1)]% AVG:([round(SStime_track.time_dilation_avg_fast,1)]%, [round(SStime_track.time_dilation_avg,1)]%, [round(SStime_track.time_dilation_avg_slow,1)]%)",
)