-
Type:
Improvement
-
Resolution: Fixed
-
Priority:
Normal
-
Affects Version/s: None
-
Component/s: JavaScript
-
None
While trying to find out why reports were giving the wrong date after porting them to React, I realized I was passing an object (rather than a string) to formatUserDate. It did not complain, but just sent me back today's date for some reason. This seems less than ideal.