Looking to convert a Unix timestamp into a human-readable format without adjusting for my browser's timezone.
For example, if the timestamp is 1400167800 (05 / 15 / 14 @ 3:30:00pm UTC) and my timezone is +2, how can I display this timestamp as '15:30' rather than '17:30'?