<label>Whether the timezone should be displayed when the clock is showing the local timezone.</label>
<default>false</default>
</entry>
<entryname="showSeconds"type="Bool">
<label>Whether seconds should be shown in the clock.</label>
<default>false</default>
</entry>
<entryname="showDate"type="Bool">
<label>Whether the date should be shown next to the clock.</label>
<default>false</default>
</entry>
<entryname="dateFormat"type="string">
<label>The date format to display. Options are: shortDate, longDate or isoDate.</label>
<default>shortDate</default>
</entry>
<entryname="fontFamily"type="string">
<label>Font family. e.g "arial". The system font is used if this is not set.</label>
<default></default>
</entry>
<entryname="boldText"type="Bool">
<label>Sets the font to bold.</label>
<default>false</default>
</entry>
<entryname="italicText"type="Bool">
<label>Sets the font to italic.</label>
<default>false</default>
</entry>
<entryname="timeFormat"type="string">
<default>default</default>
</entry>
<entryname="selectedTimeZones"type="StringList">
<default>Local</default>
<label>A list of the time zones available on mouse wheel. Requires wheelChangesTimezone to be true. Format is "Europe/London". Special entry "Local" indicates system time zone.</label>
<default>Local</default>
</entry>
<entryname="lastSelectedTimezone"type="String">
<label>When multiple time zones are configured, this is the one shown on widget restore.</label>
<default>Local</default>
</entry>
<entryname="wheelChangesTimezone"type="Bool">
<label>Whether the mouse wheel switches between the timezones configured in selectedTimeZones.</label>
<default>false</default>
</entry>
<entryname="displayTimezoneAsCode"type="Bool">
<label>Whether the timezone is displayed as a code i.e. "GMT" or full text i.e. "London".</label>
<default>true</default>
</entry>
<entryname="showWeekNumbers"type="Bool">
<label>Whether the calendar should show week numbers.</label>
<default>false</default>
</entry>
<entryname="use24hFormat"type="UInt">
<default>1</default>
<label>Force the clock to use 12/24 hour time, instead of following the user locale.</label>