setParameterValues for dateTime attributes

Hi,
I tried to change the value of PeriodicInformTime and hit the same error that I remember seeing in other threads. Digging deeper, I found that the value Genieacs sends looks like this: ‘2021-04-21T00:28:37.281Z’, which gives a 9002 error. If I pass the value as string, without the decimals, the setting of the parameters works:
2021-04-21T00:28:37+05:00
2021-04-21T00:28:37Z

I know that specifying decimals should also be a valid ISO date but I don’t really see why these attributes should need less then a second precision. Can we ditch the decimals for sPV via a config flag?

Yes, set cwmp.datetimeMilliseconds to false.

1 Like