3c6e6bb764d77392fa1cabc5216f499242e704b49fcdb178b098f294d5796899f8fd402cb25ccc1fcb9f615f1e1b56ad53f24e380cb6e428b73f84d42c82b1 1015 B

12345678910111213141516171819202122232425
  1. **Description of the Issue and Steps to Reproduce:**
  2. *Please include the values of all variables used.*
  3. **Environment:**
  4. *Examples: Chrome 49 on OSX, Internet Explorer 10 on Windows 7, Node.JS 4.4.4 on Ubuntu 16.0.4*
  5. *Both the browser and the OS are important to us, particularly if you have an unsual environment like an IOT application.*
  6. **Other information that may be helpful:**
  7. * The time zone setting of the machine the code is running on
  8. * The time and date at which the code was run
  9. * Other libraries in use (TypeScript, Immutable.js, etc)
  10. If you are reporting an issue, please run the following code in the environment you are using and include the output:
  11. ```js
  12. console.log( (new Date()).toString())
  13. console.log((new Date()).toLocaleString())
  14. console.log( (new Date()).getTimezoneOffset())
  15. console.log( navigator.userAgent)
  16. console.log(moment.version)
  17. ```
  18. *Ensure your issue is isolated to moment. Issues involving third party tools will be closed unless submitted by the tool's author/maintainer.*