Well I have a strange problem while convert from unix timestamp to human representation using javascript
Here is timestamp
1301090400
use Date.prototype.toLocaleTimeString() as documented here
Date.prototype.toLocaleTimeString()
please note the locale example en-US in the url.