2

I have UTC: 1325271847. On this I use javascript to convert it to Fri Dec 30 2011 14:04:07 GMT-0500 (Eastern Standard Time). I want to convert it back to UTC format. ie 1325253847.

2
  • stackoverflow.com/questions/948532/… Commented Dec 30, 2011 at 19:48
  • Thanks, Mastermind!. I think i can work it out from here. Commented Dec 30, 2011 at 20:13

1 Answer 1

2
document.write(new Date("Fri Dec 30 2011 14:04:07 GMT-0500 (Eastern Standard Time)").getTime()/1000 + " seconds since 1970/01/01"); 
Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.