CustomClientRaw bad timeUTC line

Issue #32 resolved
John Harvey created an issue

In customclientraw.txt.tmpl the timeUTC line is putting out Month instead of minutes

#SS|063#"timeUTC":"$current.dateTime.format("%Y,%m,%d,%H,%m,%S")", #slurp

should be #SS|063#"timeUTC":"$current.dateTime.format("%Y,%m,%d,%H,%M,%S")", #slurp

capital M instead of lower case m

Comments (2)

  1. Gary Roderick

    Have fixed this error in the current development commit. Begs the question though, given the name of the parameter "timeUTC", should this be UTC or in the time/date that the user wishes to display? Don't use Steel Series myself so relying on outside help with this....

  2. Log in to comment