Engines got functions for that, but it it’s seems it Blueprint bindings missing for that
https://docs.unrealengine.com/latest/INT/API/RuntimeModules/Core/Misc/FDateTime/index.html
So solution for now is create you own bindings in C++, by making you own blueprint callable static functions that call those functions.