CSTimeZoneSensor Class Reference

Inherits from CSSensor : NSObject
Declared in CSTimeZoneSensor.h

Overview

Sensor that stores the timezone the phone is set up to be in. Normally the phone automatically detects new timezones. The user can override this behavior with manual timezone setting. In that case, the sensor stores the manually set timezone.

JSON output value format

 {
     "offset": INTEGER;
     "id": STRING;
 }