add timedotgo ts package for handling js time like go does

This commit is contained in:
2026-07-17 09:56:36 -04:00
parent dacd67354f
commit f190f436c3
13 changed files with 4015 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,42 @@
export {
Month,
Weekday,
Time,
Local,
UTC,
Unix,
UnixMilli,
Now,
Parse,
ParseInLocation,
FromJSDate,
Since,
Until,
DateAt,
ListAvailableIANAs,
IANA,
Duration,
Millisecond,
Second,
Minute,
Hour,
Layout,
ANSIC,
UnixDate,
RubyDate,
RFC822,
RFC822Z,
RFC850,
RFC1123,
RFC1123Z,
RFC3339,
RFC3339Nano,
Kitchen,
Stamp,
StampMilli,
StampMicro,
StampNano,
DateTime,
DateOnly,
TimeOnly,
} from "./Time.js";