Created
September 6, 2017 14:57
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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