MCPcopy Index your code
hub / github.com/codecombat/codecombat / calcTimeOffset

Method calcTimeOffset

app/views/ladder/LadderView.js:179–186  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

177 }
178
179 calcTimeOffset () {
180 return $.ajax({
181 type: 'HEAD',
182 success: (result, status, xhr) => {
183 return (this.timeOffset = new Date(xhr.getResponseHeader('Date')).getTime() - Date.now())
184 },
185 })
186 }
187
188 onSessionsLoaded (e) {
189 return (() => {

Callers 1

constructorMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected