Tag: system-timeGet system time information.
Attrib Name Type Possible Values Description
curtime string null current time as specified by time-format. Defaultis hours:minutes:seconds
day integer null Current day.
hour integer null Current hour.
leapyear boolean null Is current year a leapyear.
milliseconds integer null Current millisecond.
minutes integer null Current minute.
month integer null Current month.
seconds integer null Current second.
time-format string null Formatting string for curtime. See the strftime man page for details.
weekday integer null Current weekday (monday being the first day).
year integer null Current year.