ONSdigital / eq-survey-runner

eQ Survey Runner
MIT License
21 stars 14 forks source link

Fix datetime breaking on 0 milliseconds #2732

Closed tjamesmac closed 3 years ago

tjamesmac commented 3 years ago

What is the context of this PR?

This fixes the thank-you page breaking when the submitted_time has 0 milliseconds.

How to review

Test it works by putting the format the other way round so the one with milliseconds is the exception.

martyncolmer commented 3 years ago

You could test it works by putting the format the other way round so the one with milliseconds is the exception.