Skip to content
Snippets Groups Projects
Commit f295c3be authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Show UTC time

parent 69732681
No related branches found
No related tags found
No related merge requests found
......@@ -79,8 +79,9 @@ class ZenithDistribution(kp.Module):
histtype="step",
normed=True,
lw=3)
ax.set_title("Zenith distribution of online track reconstructions\n%s"
% datetime.utcnow().strftime("%c"))
ax.set_title(
"Zenith distribution of online track reconstructions\n%s UTC" %
datetime.utcnow().strftime("%c"))
ax.set_xlabel(r"cos(zenith)", fontsize=fontsize)
ax.set_ylabel("normed count", fontsize=fontsize)
ax.tick_params(labelsize=fontsize)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment