mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-01-03 22:13:24 +00:00
timeskip date
This commit is contained in:
@@ -58,7 +58,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"))+544)) + "-" + time2text(timeofday, "MM-DD")
|
||||
station_date = num2text((text2num(time2text(timeofday, "YYYY"))+552)) + "-" + time2text(timeofday, "MM-DD")
|
||||
return station_date
|
||||
|
||||
//ISO 8601
|
||||
|
||||
Reference in New Issue
Block a user