Commit 85a2e7917c9b31bde23c53e29866bf43577db138
Exists in
master
and in
56 other branches
Merge branch 'master' of https://gitlab.irap.omp.eu/CDPP/AMDA_Integration
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); |
... | ... |