Add an option to specify a starting time of dawn, dusk, noon, or midnight.
This commit is contained in:
parent
9dc782de3d
commit
aa9611b41f
2 changed files with 7 additions and 0 deletions
|
@ -205,6 +205,7 @@
|
||||||
|
|
||||||
<!-- Time options -->
|
<!-- Time options -->
|
||||||
<time-options>Time Options</time-options>
|
<time-options>Time Options</time-options>
|
||||||
|
<timeofday-desc>Specify a time of day</timeofday-desc>
|
||||||
<time-offset-desc>Add this time offset</time-offset-desc>
|
<time-offset-desc>Add this time offset</time-offset-desc>
|
||||||
<time-match-real-desc>Synchronize time with real-world time</time-match-real-desc>
|
<time-match-real-desc>Synchronize time with real-world time</time-match-real-desc>
|
||||||
<time-match-local-desc>Synchronize time with local real-world time</time-match-local-desc>
|
<time-match-local-desc>Synchronize time with local real-world time</time-match-local-desc>
|
||||||
|
|
|
@ -646,6 +646,12 @@
|
||||||
<section>
|
<section>
|
||||||
<name>strings/time-options</name>
|
<name>strings/time-options</name>
|
||||||
|
|
||||||
|
<option>
|
||||||
|
<name>timeofday</name>
|
||||||
|
<arg>{dawn,noon,dusk,midnight}</arg>
|
||||||
|
<description>strings/timeofday-desc</description>
|
||||||
|
</option>
|
||||||
|
|
||||||
<option>
|
<option>
|
||||||
<name>time-offset</name>
|
<name>time-offset</name>
|
||||||
<arg>[+-]hh:mm:ss</arg>
|
<arg>[+-]hh:mm:ss</arg>
|
||||||
|
|
Loading…
Add table
Reference in a new issue