forked from HowardHinnant/date
VS2019 correctly points out that a conversion from a wide NTCS to std::string requires narrowing. This may result in an undesired string value. Implement the string conversion properly. Signed-off-by: Daniela Engert <dani@ngrt.de>