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

Popular posts from this blog

python - matpltolib navigation toolbar edit curves and parameters line color automatically changes issue -

node.js - Nodejs javascript implementation of PBEWithMD5AndTripleDES/CBC/PKCS5Padding -