Index: af/util/xp/ut_std_string.cpp =================================================================== --- af/util/xp/ut_std_string.cpp (revision 30759) +++ af/util/xp/ut_std_string.cpp (working copy) @@ -23,6 +23,7 @@ #include "ut_assert.h" #include "ut_std_string.h" #include "ut_string.h" +#include "ut_strptime.h" #include #include @@ -390,7 +391,7 @@ std::string format = *iter; struct tm tm; memset( &tm, 0, sizeof(struct tm)); - const char* rc = UT_strptime( datestr, format.c_str(), &tm ); + const char* rc = strptime( datestr, format.c_str(), &tm ); if( rc == eos ) { // UT_DEBUGMSG(("parseTimeString(OK) input:%s format:%s ret:%ld\n",