Go's time package in TypeScript


Help us add more

Got a rainy Sunday afternoon and a taste for a porting puzzle?

We will then review it. If it's useful to the project and in line with our contributing guidelines your work will become part of Locutus and you'll be automatically credited in the authors section accordingly.

Upstream Surface Inventory 7/19 shipped 37%

Namespace-level inventory for Go 1.23: what we already ship, what we may still want, and what we intentionally skip or keep.

time

Go 1.23 · Catalog source: live runtime snapshot golang:1.23:time

100% shipped
7/7 shipped 12 explicit non-goals
Shipped (7)
Explicit non-goals (12)
  • After Skip Much of Go time depends on locations, timers, and rich time values beyond JS plain values.
  • AfterFunc Skip Timer callbacks are side-effectful runtime scheduling APIs.
  • FixedZone Skip Much of Go time depends on locations, timers, and rich time values beyond JS plain values.
  • LoadLocation Skip Timezone database loading depends on host runtime state.
  • LoadLocationFromTZData Skip Timezone database loading depends on host runtime state.
  • NewTicker Skip Much of Go time depends on locations, timers, and rich time values beyond JS plain values.
  • NewTimer Skip Much of Go time depends on locations, timers, and rich time values beyond JS plain values.
  • Now Skip Much of Go time depends on locations, timers, and rich time values beyond JS plain values.
  • Since Skip Much of Go time depends on locations, timers, and rich time values beyond JS plain values.
  • Sleep Skip Much of Go time depends on locations, timers, and rich time values beyond JS plain values.
  • Tick Skip Much of Go time depends on locations, timers, and rich time values beyond JS plain values.
  • Until Skip Much of Go time depends on locations, timers, and rich time values beyond JS plain values.

« More Go functions