# duration-from `{{duration-from nanoseconds}}` is used to format a number in nanoseconds to a short golang-like human format, for example: ```hbs preview-template
{{duration-from 15000000000}}
{{duration-from 15000010001}}
``` **Note:** The helper only accepts a javascript number primitive currently Also see the `temporal` service for the implementation.