# Unix Timestamp Use Unix timestamp as time. ```html ``` ```js export default { data () { return { time: new Date(0) } } } ```