String addMissingTz(String stringDate) { return stringDate + (stringDate.indexOf('.') > 0 ? '' : gmtTail); }