diff --git a/MTUS-W6-adult-episodes-data-processing.html b/MTUS-W6-adult-episodes-data-processing.html
index f6b2bc73859a59f3c69f344572a7d0ce9f6d0968..0b1f17d619c1a3d4eb4fb12b773952c4ab25382e 100644
--- a/MTUS-W6-adult-episodes-data-processing.html
+++ b/MTUS-W6-adult-episodes-data-processing.html
@@ -118,7 +118,7 @@ $(document).ready(function () {
 
 <h1 class="title toc-ignore">MTUS World 6 Data Processing</h1>
 <h4 class="author"><em>Ben Anderson (<a href="mailto:b.anderson@soton.ac.uk">b.anderson@soton.ac.uk</a>, <a href="mailto:/@dataknut">/@dataknut</a>)</em></h4>
-<h4 class="date"><em>Last run at: 2017-05-22 10:41:32</em></h4>
+<h4 class="date"><em>Last run at: 2017-05-22 12:42:23</em></h4>
 
 </div>
 
@@ -188,7 +188,7 @@ $(document).ready(function () {
 ## Unrecognized record type 7, subtype 18 encountered in system file</code></pre>
 <pre><code>## re-encoding from CP1252</code></pre>
 <pre><code>##    user  system elapsed 
-## 220.660  10.173 246.557</code></pre>
+## 225.091  12.120 260.905</code></pre>
 <p>We have loaded 11,501,221 rows of data for 11 countries.</p>
 <pre class="r"><code>kable(caption = &quot;Number of diaries per year&quot;,
       ba_tidyNum(table(mtusEpsW6DT$survey,droplevels(mtusEpsW6DT$countrya)) # removes unused countries
@@ -3308,7 +3308,7 @@ kable(caption = &quot;Check 1/2 hour coding (as string)&quot;,t)</code></pre>
                                          inout, eloc, mtrav,
                                          r_date, r_dow, 
                                          time,
-                                         r_epStartDateTime, r_epEndDateTime)]
+                                         str_epStartTime, r_epStartDateTime, r_epEndDateTime)]
   
   mtusUKEpsDT &lt;- NULL
   # Save out the working file for later use (saves re-running)
@@ -3366,9 +3366,12 @@ kable(caption = &quot;Check 1/2 hour coding (as string)&quot;,t)</code></pre>
 <td align="left">time</td>
 </tr>
 <tr class="odd">
-<td align="left">r_epStartDateTime</td>
+<td align="left">str_epStartTime</td>
 </tr>
 <tr class="even">
+<td align="left">r_epStartDateTime</td>
+</tr>
+<tr class="odd">
 <td align="left">r_epEndDateTime</td>
 </tr>
 </tbody>
@@ -3891,7 +3894,7 @@ kable(
 </tbody>
 </table>
 <hr />
-<p><strong>Meta:</strong> Analysis completed in: 6.158 seconds using <a href="https://cran.r-project.org/package=knitr">knitr</a> in <a href="http://www.rstudio.com">RStudio</a>.</p>
+<p><strong>Meta:</strong> Analysis completed in: 7.073 seconds using <a href="https://cran.r-project.org/package=knitr">knitr</a> in <a href="http://www.rstudio.com">RStudio</a>.</p>
 </div>
 </div>
 <div id="references" class="section level1 unnumbered">