Printing a date like:
{{current.sys.sunrise | date:date}}
Problem is it is being stored in the database as for example: 1476873429. Believe it is milliseconds from 1970. The output is something like: Jan 18, 1970.
Is some kind of custom filter required to format it to current time?