diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-04-19 00:27:29 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-04-19 00:27:29 +0200 |
commit | 2ef42b865cd88f274958bde780c2731e0434eb34 (patch) | |
tree | 49e5257b90efd777d4b122821c03fa2277f1e6bf /doc | |
parent | 9829cd690856e987704996efb52be3c8e1b840cf (diff) | |
download | dabmux-2ef42b865cd88f274958bde780c2731e0434eb34.tar.gz dabmux-2ef42b865cd88f274958bde780c2731e0434eb34.tar.bz2 dabmux-2ef42b865cd88f274958bde780c2731e0434eb34.zip |
Add support for automatic local-time-offset
Diffstat (limited to 'doc')
-rw-r--r-- | doc/example.mux | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/example.mux b/doc/example.mux index c1657a1..86ce483 100644 --- a/doc/example.mux +++ b/doc/example.mux @@ -59,7 +59,11 @@ remotecontrol { ensemble { id 0x4fff ; you can also use decimal if you want ecc 0xec ; Extended Country Code - local-time-offset 1 ; in hours, supports half-hour offsets + + local-time-offset 1 ; in hours, supports half-hour offsets + ; or + ;local-time-offset auto ; autmatically calculate from system local time + international-table 1 ; See TS 101 756 clause 5.7 ; 1 corresponds to the PTy used in RDS ; 2 corresponds to program types used in north america |