I'm looking for idea how to format unix timestamp with AngularJS date helper?
In official documentation, there is only explanation for string inputs (If no timezone is specified in the string input, the time is considered to be in the local timezone), but what about timestamp? Any hint?
new Date()
accepts – Adventurism