MCPcopy
hub / github.com/iamkun/dayjs / unix

Method unix

src/index.js:137–139  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

135 }
136
137 unix() {
138 return Math.floor(this.valueOf() / 1000)
139 }
140
141 valueOf() {
142 // timezone(hour) * 60 * 60 * 1000 => ms

Callers 5

parse.test.jsFile · 0.80
display.test.jsFile · 0.80
timezone.test.jsFile · 0.80

Calls 1

valueOfMethod · 0.95

Tested by

no test coverage detected