diff --git a/code/game/world.dm b/code/game/world.dm
index 292976bfc5f..fdd12b0d55d 100644
--- a/code/game/world.dm
+++ b/code/game/world.dm
@@ -388,7 +388,7 @@ GLOBAL_VAR(restart_counter)
else if(SSticker.current_state == GAME_STATE_SETTING_UP)
new_status += "
Starting: Now"
else if(SSticker.IsRoundInProgress())
- new_status += "
Time: [time2text(((world.time - SSticker.round_start_time)/10), "hh:mm")]"
+ new_status += "
Time: [time2text(STATION_TIME_PASSED(), "hh:mm")]"
if(SSshuttle?.emergency && SSshuttle?.emergency?.mode != (SHUTTLE_IDLE || SHUTTLE_ENDGAME))
new_status += " | Shuttle: [SSshuttle.emergency.getModeStr()] [SSshuttle.emergency.getTimerStr()]"
else if(SSticker.current_state == GAME_STATE_FINISHED)