Skip to content

Commit

Permalink
Merge pull request #4071 from c-po/date-time-T6715
Browse files Browse the repository at this point in the history
op-mode: T6715: manually changing time/date is not synced into hardware clock
  • Loading branch information
c-po authored Sep 16, 2024
2 parents be892a0 + 835126e commit 11164c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion op-mode-definitions/date.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<list>&lt;MMDDhhmm&gt; &lt;MMDDhhmmYY&gt; &lt;MMDDhhmmCCYY&gt; &lt;MMDDhhmmCCYY.ss&gt;</list>
</completionHelp>
</properties>
<command>/bin/date "$3"</command>
<command>sudo bash -c "/bin/date '$3' &amp;&amp; hwclock --systohc --localtime"</command>
</tagNode>
</children>
</node>
Expand Down

0 comments on commit 11164c8

Please sign in to comment.