mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-12 02:32:10 +00:00
* Kills _globalvars/misc.dm * aaa Co-authored-by: tralezab <40974010+tralezab@users.noreply.github.com> Co-authored-by: Gandalf <jzo123@hotmail.com>
7 lines
229 B
Plaintext
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???
|