I have recently updated my system to record date/times as UTC as previously they were storing as local time.
I now need to convert all the local stored date/times to UTC. I was wondering if there is any built in function, similar to .NET's ConvertTime
method?
I am trying to avoid having to write a utility app to do this for me.
Any suggestions?