Go's time package in TypeScript
- Add
- AddDate
- After
- Before
- Date
- Equal
- Format
- Parse
- ParseDuration
- ParseInLocation
- Round
- Sub
- Truncate
- Unix
- UnixMicro
- UnixMilli
Help us add more
Got a rainy Sunday afternoon and a taste for a porting puzzle?
- Get inspiration from Go strings documentation, Go strings source, Go strings examples source, GopherJS.
- Click "New file" in the appropriate folder on GitHub. This will fork the project to your account, directly add the file to it, and send a Pull Request to us.
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
100%
shipped
7/7 shipped
12 explicit non-goals
Shipped (7)
Explicit non-goals (12)
-
AfterMuch of Go time depends on locations, timers, and rich time values beyond JS plain values. -
AfterFuncTimer callbacks are side-effectful runtime scheduling APIs. -
FixedZoneMuch of Go time depends on locations, timers, and rich time values beyond JS plain values. -
LoadLocationTimezone database loading depends on host runtime state. -
LoadLocationFromTZDataTimezone database loading depends on host runtime state. -
NewTickerMuch of Go time depends on locations, timers, and rich time values beyond JS plain values. -
NewTimerMuch of Go time depends on locations, timers, and rich time values beyond JS plain values. -
NowMuch of Go time depends on locations, timers, and rich time values beyond JS plain values. -
SinceMuch of Go time depends on locations, timers, and rich time values beyond JS plain values. -
SleepMuch of Go time depends on locations, timers, and rich time values beyond JS plain values. -
TickMuch of Go time depends on locations, timers, and rich time values beyond JS plain values. -
UntilMuch of Go time depends on locations, timers, and rich time values beyond JS plain values.