scope machineTimeOffset. static Long #value; static long machineTimeOffset() { lock #lock; if (value == null) value = parseLongOpt(trim(loadTextFile(machineTimeOffsetFile()))); ret value; } end scope