compute/data-munging.md
... ...
@@ -35,3 +35,4 @@ now = time.time()
35 35
t = datetime.utcfromtimestamp(now)
36 36
lt = utc.localize(t).astimezone(london)
37 37
print(lt.strftime('%Y-%m-%d %H:%M:%S %Z'))
38
+```