add support to enable set timezone for show in clock module.

This commit is contained in:
Rodrigo Ramírez Norambuena
2016-10-24 23:53:34 -03:00
parent b8167f89e5
commit 95f1382fbf
5 changed files with 1228 additions and 13 deletions

View File

@@ -115,5 +115,13 @@ The following properties can be configured:
<br><b>Default value:</b> <code>top</code>
</td>
</tr>
<tr>
<td><code>timezone</code></td>
<td>Specific a timezone to show clock.<br>
<br><b>Possible examples values:</b> <code>America/New_York</code>, <code>America/Santiago</code>, <code>Etc/GMT+10</code>
<br><b>Default value:</b> <code>none</code>
</td>
</tr>
</tbody>
</table>
</table>