======Synopsis:====== [[set]] clock_interval [] ======Description:====== This setting controls how often the client's status bar clock gets updated. The default value is 60 (at the top of every minute). The interval uses a [[timer|snap timer]]. Previously, this value was not configurable and the client would just update the clock (and $T [[special vars|inline expando]], /[[ON]] [[on timer|TIMER]], and /[[ON]] [[on idle|IDLE]]) at the top of every minute. For some people, this was not nearly often enough. Now you can control exactly how often the clock is updated with this /[[SET]]. ======Examples:====== To get the clock to display seconds and update every second, you might do the following: /SET CLOCK_INTERVAL 1 /SET CLOCK_FORMAT %H:%M:%S ======Other Notes:====== When [[bind cpu saver|CPU_SAVER]] mode is active, /[[SET CPU_SAVER_EVERY]] will override this value.