Files
Bubberstation/code/_globalvars/time_vars.dm
2021-07-26 16:58:18 -07:00

7 lines
229 B
Plaintext

/// The difference betwen midnight (of the host computer) and 0 world.ticks.
GLOBAL_VAR_INIT(timezoneOffset, 0)
GLOBAL_VAR_INIT(year, time2text(world.realtime,"YYYY"))
GLOBAL_VAR_INIT(year_integer, text2num(year)) // = 2013???