diff --git a/src/graph_notebook/magics/streams.py b/src/graph_notebook/magics/streams.py index d3594182..33aac419 100644 --- a/src/graph_notebook/magics/streams.py +++ b/src/graph_notebook/magics/streams.py @@ -200,7 +200,7 @@ def show_records(self, records): html += '{}'.format(commit_num) if timestamp != None: html += '   Timestamp = {}'.format(timestamp) - html += '   {} UTC'.format(utc_text) + html += '   ( {} UTC )'.format(utc_text) html += '' html += ''