Skip to content
Snippets Groups Projects
Commit 9e5a6f2d authored by (no author)'s avatar (no author)
Browse files

one more time...

git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@196 8a9318a1-56ba-4d59-b755-99d26321be01
parent 2258f3be
No related branches found
No related tags found
No related merge requests found
...@@ -590,7 +590,7 @@ def _create_thermal_couplets_figure(basemapObject, centersMask, longitudeData, l ...@@ -590,7 +590,7 @@ def _create_thermal_couplets_figure(basemapObject, centersMask, longitudeData, l
# and some informational stuff # and some informational stuff
tempTitle = title tempTitle = title
if datetime is not None : if datetime is not None :
tempTitle = title + ": " + datetime.datetime.strftime("%Y-%m-%d at %H:%M UTC") tempTitle = title + ": " + datetime.strftime("%Y-%m-%d at %H:%M UTC")
axes.set_title(tempTitle) axes.set_title(tempTitle)
return figure return figure
...@@ -645,7 +645,7 @@ def _create_lightning_risk_figure(basemapObject, riskAreasInfo, ...@@ -645,7 +645,7 @@ def _create_lightning_risk_figure(basemapObject, riskAreasInfo,
# and some informational stuff # and some informational stuff
tempTitle = title tempTitle = title
if datetime is not None : if datetime is not None :
tempTitle = title + ": " + datetime.datetime.strftime("%Y-%m-%d at %H:%M UTC") tempTitle = title + ": " + datetime.strftime("%Y-%m-%d at %H:%M UTC")
axes.set_title(tempTitle) axes.set_title(tempTitle)
return figure return figure
......
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