Skip to content

Instantly share code, notes, and snippets.

@amitsaxena
Created September 6, 2017 14:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amitsaxena/cdf85a32461f4fd4a0a90f68bd66f5c5 to your computer and use it in GitHub Desktop.
Save amitsaxena/cdf85a32461f4fd4a0a90f68bd66f5c5 to your computer and use it in GitHub Desktop.
If you are using sails with waterline and struggling with timezones, try this first
// Add the following to your config/bootstrap.js file
process.env.TZ = 'UTC';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment