Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.js
File · 0.80
display.test.js
File · 0.80
preParsePostFormat.test.js
File · 0.80
timezone.test.js
File · 0.80
bigIntSupport.test.js
File · 0.80
Calls
1
valueOf
Method · 0.95
Tested by
no test coverage detected