Commit bcd0e909935667ea9ce77798405d58a5d73e1738
1 parent
8fe7c322
Exists in
master
and in
32 other branches
Fix
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
src/InputOutput/IHMImpl/TimeTables/IHMInputOutputTTClass.php
... | ... | @@ -82,7 +82,8 @@ class IHMInputOutputTTClass implements InputOutputInterface |
82 | 82 | //timeformatData : [['Y-m-dTH:i:s', 'YYYY-MM-DDThh:mm:ss'], ['DD Time', 'DD Time'], ['Timestamp', 'Timestamp']], |
83 | 83 | switch ($input->timeformat) |
84 | 84 | { |
85 | - case 'YYYY-MM-DDThh:mm:ss' : | |
85 | + case 'YYYY-MM-DDThh:mm:ss' : | |
86 | + case 'YYYY-MM-DDThh:mm:ss.u' : | |
86 | 87 | $processData->setOutputTimeFormat(TTRequestTimeFormatEnum::ISO); |
87 | 88 | break; |
88 | 89 | case 'DOY TIME' : |
... | ... |