Commit eab69831fc3f754cf5702e7648a22c2fc4e9b7be
1 parent
5c9a58ff
Exists in
master
and in
56 other branches
WebServices - UNIXTIME with millisecs
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/InputOutput/WSImpl/Params/DownloadImpl/WSInputOutputParamsDownloadClass.php
@@ -37,7 +37,7 @@ class WSInputOutputParamsDownloadClass extends IHMInputOutputParamsAbstractClass | @@ -37,7 +37,7 @@ class WSInputOutputParamsDownloadClass extends IHMInputOutputParamsAbstractClass | ||
37 | $downloadNode->setTimeFormat(RequestOutputDownloadTimeFormatEnum::ISO); | 37 | $downloadNode->setTimeFormat(RequestOutputDownloadTimeFormatEnum::ISO); |
38 | break; | 38 | break; |
39 | case 'UNIXTIME' : | 39 | case 'UNIXTIME' : |
40 | - $downloadNode->setTimeFormat(RequestOutputDownloadTimeFormatEnum::TIMESTAMP); | 40 | + $downloadNode->setTimeFormat(RequestOutputDownloadTimeFormatEnum::MS); |
41 | break; | 41 | break; |
42 | default : | 42 | default : |
43 | $downloadNode->setTimeFormat(RequestOutputDownloadTimeFormatEnum::ISO); | 43 | $downloadNode->setTimeFormat(RequestOutputDownloadTimeFormatEnum::ISO); |