diff --git a/bin/weewx/units.py b/bin/weewx/units.py index d731f8d9..3ce31aab 100644 --- a/bin/weewx/units.py +++ b/bin/weewx/units.py @@ -874,7 +874,7 @@ class ValueHelper(object): # Then do the format conversion: s = self.formatter.toString(vtx, self.context, addLabel=addLabel, useThisFormat=useThisFormat, NONE_string=NONE_string, - localize=True) + localize=localize) return s def __str__(self):