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 | 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); |
... | ... |