MCPcopy
hub / github.com/spencermountain/spacetime / TimezoneMeta

Interface TimezoneMeta

types/types.d.ts:302–310  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

300}
301
302export interface TimezoneMeta {
303 change?: { start: string; back: string }
304 current: { offset: number; isDST: boolean }
305 default_offset: number
306 display: string
307 hasDst: boolean
308 hemisphere: string
309 name: string
310}
311
312export interface Progress {
313 /** Progress of value from 0-1 */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected