diff --git a/code/_helpers/time.dm b/code/_helpers/time.dm index 6e63dabb45..74e88d6e33 100644 --- a/code/_helpers/time.dm +++ b/code/_helpers/time.dm @@ -56,7 +56,7 @@ var/next_station_date_change = 1 DAY if(!station_date || update_time) var/extra_days = round(station_time_in_ds / (1 DAY)) DAYS var/timeofday = world.timeofday + extra_days - station_date = num2text((text2num(time2text(timeofday, "YYYY"))+300)) + "-" + time2text(timeofday, "MM-DD") //VOREStation Edit + station_date = num2text((text2num(time2text(timeofday, "YYYY"))+544)) + "-" + time2text(timeofday, "MM-DD") //VOREStation Edit //CHOMPedit: we're sticking with the year 2564 return station_date //ISO 8601