Skip to content

Commit

Permalink
Output timezone
Browse files Browse the repository at this point in the history
  • Loading branch information
BenLorantfy committed Oct 14, 2024
1 parent ae2eb3f commit 88c7d8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/z/new-types/date-string.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ describe('dateString', () => {
let result: SafeParseReturnType<unknown, unknown>

function is(value: unknown, expected: boolean) {
console.log('timezone', process.env.TZ);
result = schema.safeParse(value)
expect(result.success).toBe(expected)
if (!result.success) {
Expand Down

0 comments on commit 88c7d8a

Please sign in to comment.