Suppose i get the value '2014-03-03 16:20:20'
as an input, I'd like to convert it
to it's real time with timezone (i.e, node sits in Europe , but timestamp was collected in America), and after that I'd like to get the UTC representation of the real value.
Any idea what packages can help? Tried moment.js with no luck..