mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-02 04:52:10 +00:00
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???
|