mysql - ExpressJS Timestamp Timezone -
i have 2 applications running on same machine, inserting same database.
the other in php, set timezone. not machine time.
the nodejs express application inserting database, inserting current time of machine, want change php application.
but how do express? note: using bookshelfjs orm.
you can specify timezone in environment:
process.env.tz="est"
Comments
Post a Comment