I've a requirement where I have to show the Date timestamp in following format.
MM:DD:YYYY HH:MM:SS IST/CST/CDT.
I have used javascript date object to get the date and time. But I don't know how to get the timezone (IST or CST or CDT or etc) from the obj. Do we have any technique or native javascript Plugin (non-jQuery plugin) to get this timezone abbreviated value?