I am working on a C# project where I have a date/time in the format of 2012-11-24 15:35:18
and I need to convert this into an epoch time stamp.
Everything I've found on Google is to convert an epoch time stamp into a human readable but I need it to be done the other way round.
Thanks for any help you can provide.