Skip to content

Commit

Permalink
fix(module/date): incorrect date export
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaodong2008 committed Dec 31, 2023
1 parent fce46db commit 3f57b7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/date/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ class FastjsDate extends FastjsBaseModule<FastjsDate> {
return {
t: t,
z: this.timezoneDiff,
u: this.isUTC || toUTC
u: toUTC || this.isUTC
}
}

Expand Down

0 comments on commit 3f57b7e

Please sign in to comment.