Bug in the class dateHandlerDateTime

Issue #103 closed
Paolo Brandoli repo owner created an issue

Reported by user:

You can test this class by reading an attribute with type DT and empty value. The program crashes due to

std::string dateString=dateTimeString.substr(0, 8);         std::string timeString=dateTimeString.substr(8);

for the case when dateTimeString is empty

Comments (2)

  1. Log in to comment