Commit eab69831fc3f754cf5702e7648a22c2fc4e9b7be

Authored by Elena.Budnik
1 parent 5c9a58ff

WebServices - UNIXTIME with millisecs

src/InputOutput/WSImpl/Params/DownloadImpl/WSInputOutputParamsDownloadClass.php
... ... @@ -37,7 +37,7 @@ class WSInputOutputParamsDownloadClass extends IHMInputOutputParamsAbstractClass
37 37 $downloadNode->setTimeFormat(RequestOutputDownloadTimeFormatEnum::ISO);
38 38 break;
39 39 case 'UNIXTIME' :
40   - $downloadNode->setTimeFormat(RequestOutputDownloadTimeFormatEnum::TIMESTAMP);
  40 + $downloadNode->setTimeFormat(RequestOutputDownloadTimeFormatEnum::MS);
41 41 break;
42 42 default :
43 43 $downloadNode->setTimeFormat(RequestOutputDownloadTimeFormatEnum::ISO);
... ...