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

c# - How to get the current UAC mode -

postgresql - Lazarus + Postgres: incomplete startup packet -

javascript - Ajax jqXHR.status==0 fix error -