Skip to content
CurlyMoo edited this page Jan 8, 2013 · 1 revision

Empty

root@xbian:~# xbian-config timezone
Available arguments for module 'timezone' are:
list select update date

[list]

Show a lowercase list of timezones and locations.

root@xbian:~# xbian-config timezone list
africa
america
antarctica
...
root@xbian:~# xbian-config timezone list africa
abidjan
accra
addis_ababa
...

Returns 0 on failure.

[select]

Returns the current timezone setting

root@xbian:~# xbian-config timezone select
europe amsterdam

Returns 0 on failure.

[update]

Updates the current timezone

root@xbian:~# xbian-config timezone update europe amsterdam
1

0: Failure, 1: Success

[date]

Returns the current system date/time

root@xbian:~# xbian-config timezone date
Tue Jan 8 20:16:22 CET 2013
Clone this wiki locally