====Clock Node==== This is a [[folder_timing|timing]] node. It outputs a single piece of information about the **current time**. This node is available in all [[analytic_modules|modules]]. {{timing_clock.png}} ===Outputs=== **Output #1** is a //number//. This will be a single piece of information about the current time, such as the **hour** or **minute** of the day. Note that **Weekday** is '0' on Sundays through to '6' on Saturdays. ===Options=== This node has one option. The //attribute// chooses which attribute of the current time you'd like to use. These can include... ^Output Options^Desc^ |Hour, Minute, Second|Elements of the current //time//| |Day, Month, Year|Elements of the current //date//| |Weekday|0 for Sunday up to 6 for Saturday| |Day Of Year|The current day of the year| |Leap|0 on normal years, 1 on leap-years| |DST|0 for normal time, or 1 if the server timezone is in daylight savings time|