You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Two tests are failing because of timezone differences.
Steps to reproduce
Use a computer that has non zero timezone difference
npm test
Expected Results
All green
Actual Outcome
Two errors:
Environment Setup
Server
parse-server version (Be specific! Don't say 'latest'.): 2.7.1
Operating System: OSX 10.11.2
Hardware: Macbook Pro
Localhost or remote server? (AWS, Heroku, Azure, Digital Ocean, etc): Localhost
Database
Not relevant, this is just date
Logs/Trace
formatPushTime
✗ should format as ISO string
- Expected '2017-09-06T15:14:01.048' to be '2017-09-06T17:14:01.048', 'No timezone'.
Scheduling pushes in local time
✗ should preserve the push time
- Expected '2017-09-06T15:14:01.048' to be '2017-09-06T17:14:01.048'.
The text was updated successfully, but these errors were encountered:
Issue Description
Two tests are failing because of timezone differences.
Steps to reproduce
npm test
Expected Results
All green
Actual Outcome
Two errors:

Environment Setup
Server
Database
Not relevant, this is just date
Logs/Trace
The text was updated successfully, but these errors were encountered: