From bed88dc24834e43831e83bfb88b7f174f3ec0826 Mon Sep 17 00:00:00 2001 From: SmArtKar <44720187+SmArtKar@users.noreply.github.com> Date: Fri, 8 Aug 2025 20:24:24 +0200 Subject: [PATCH] [NO GBP] Rescues the station from a time-space bubble (#92469) ## About The Pull Request - Closes #92467 --- code/__HELPERS/time.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/__HELPERS/time.dm b/code/__HELPERS/time.dm index 8722466e587..59e95ad8e85 100644 --- a/code/__HELPERS/time.dm +++ b/code/__HELPERS/time.dm @@ -13,7 +13,7 @@ ///returns the current IC station time in a human readable format /proc/station_time_timestamp(format = "hh:mm:ss", wtime) - return time2text(station_time(TRUE, wtime), format, NO_TIMEZONE) + return time2text(station_time(wtime), format, NO_TIMEZONE) /proc/station_time_debug(force_set) if(isnum(force_set))