storing time?
Hello, how to store time in drizzle? If I store new Date(), does it handle timezone? Is it stored as utc or Unix milliseconds?
2 Replies
Depending on our dialect/driver you pretty much have all the options
For example, for pg you can take a look here: https://orm.drizzle.team/docs/column-types/pg
PostgreSQL column types - DrizzleORM
Drizzle ORM | %s