M4_SYSTEM_TIME#

# set
<module-index> M4_SYSTEM_TIME <year> <month> <day> <hour> <minute> <second>

# get
<module-index> M4_SYSTEM_TIME ?

Description#

Sets or returns the modules system time in UTC.

Actions#

set, get

Parameters#

year: integer, the year

month: integer, the month

day: integer, the day of the month

hour: integer, the hour

minute: integer, the minute

second: integer, the second

Example#

# set
input:  0 M4_SYSTEM_TIME 2020 4 19 7 25 00
output: <OK>

# get
input:  0 M4_SYSTEM_TIME ?
output: 0 M4_SYSTEM_TIME 2020 4 19 7 25 00