using (ScriptAPI) { StartNode("Server Time"); AddUInt("Second"); AddUInt("Minute"); AddUInt("Hour"); AddUInt("Day"); AddUInt("Month"); AddUInt("Year"); AddUInt("DayOfWeek"); AddUInt("TimeZone"); EndNode(1); AddByte("TimeZone"); }