I am using latest version (20201208.1) of Gurux.DLMS.cpp-master. I have two sample application. Both sample application are running in same machine and showing different time format.
Ideally machine time format should be shown by the both application?
Hi,
Hi,
I believe that first application is calling locale to localize the time. Try to find this:
std::locale::global(std::locale(""));
BR,
Mikko