bustoutfunk / wellsense-web

Boilerplate for MERN Stack
0 stars 0 forks source link

Timezone not set correctly in MySQL "created_at" column #14

Closed bustoutfunk closed 8 years ago

bustoutfunk commented 8 years ago

When inserting a payload into the MySQL database the "created_at" column was generated timestamps at +GMT time.

bustoutfunk commented 8 years ago

Resolved: This occurred because the Linux disto itself was did not have the proper timezone settings. Updated the system time settings and then had to restart the mysql server and gulp.